aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update dependenciesZeyla Hellyer2017-12-241-5/+5
* Fix Guild::member_named and add teststahahawa2017-12-242-8/+118
* Add `iter_quoted`acdenisSK2017-12-241-10/+28
* Fix `multiple_quoted` (#241)Lakelezz2017-12-242-63/+78
* Update model to include new voice regions (#240)Ken Swenson2017-12-231-0/+8
* Better support for multiple delimiters on `Args` (#239)Lakelezz2017-12-226-161/+656
* Add `animated` to `Emoji` and `ReactionType`Zeyla Hellyer2017-12-207-2/+50
* Add variant adapters to Channel (#238)Timo2017-12-201-0/+133
* GatewayEvent: don't unwrap deserializationsZeyla Hellyer2017-12-191-1/+2
* Actually fix `Args`'s `parse` and add a few tests (#236)Lakelezz2017-12-182-8/+53
* Fix ifsacdenisSK2017-12-181-6/+6
* Fix multiple char delimitersacdenisSK2017-12-181-4/+9
* Add a special `len` to `Args`acdenisSK2017-12-182-6/+23
* Fix `Guild` deser without `system_channel_id`Zeyla Hellyer2017-12-173-4/+34
* Default serde on a couple Ready structfieldsZeyla Hellyer2017-12-171-6/+8
* Fix typo (#235)Lakelezz2017-12-171-1/+1
* Add missing trailing comma in matchZeyla Hellyer2017-12-171-1/+1
* Trim given token in Client::newZeyla Hellyer2017-12-171-0/+2
* Fix doc-tests and `single_zc`acdenisSK2017-12-174-26/+28
* Fix shards attempting to re-identify on their ownZeyla Hellyer2017-12-163-35/+51
* Avoid an unwrap in args::parse_quotesZeyla Hellyer2017-12-161-1/+1
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-1618-111/+120
* Fix compilation of examplesZeyla Hellyer2017-12-162-4/+7
* Fix voice feature compilationZeyla Hellyer2017-12-165-5/+6
* Attempt to restart failed shard bootsZeyla Hellyer2017-12-162-18/+48
* Break up the model moduleZeyla Hellyer2017-12-1675-428/+525
* Fix guild deserialization testsZeyla Hellyer2017-12-162-3/+5
* Fix compilation of example 07Zeyla Hellyer2017-12-163-24/+8
* Revamp the internals of `Args`acdenisSK2017-12-164-133/+157
* Fix deserialization of `Guild::application_id`Zeyla Hellyer2017-12-154-2/+11
* Change type of a couple Guild/PartialGuild fieldsZeyla Hellyer2017-12-153-20/+44
* Add missing fields to Guild modelZeyla Hellyer2017-12-151-0/+46
* Make `Context::edit_profile` slightly efficientacdenisSK2017-12-141-3/+3
* Remove the `Box<Command>` implacdenisSK2017-12-111-22/+0
* Use a macro to generate FromStr implsacdenisSK2017-12-101-177/+92
* Shutdown everything on ShardManager::shutdown_allZeyla Hellyer2017-12-095-1/+17
* Fix syntax highlighting in READMEJędrzej2017-12-091-1/+1
* Merge branch 'branch-v0.4.5' into v0.5.0Zeyla Hellyer2017-12-093-33/+41
|\
| * Release v0.4.5v0.4.5Zeyla Hellyer2017-12-093-3/+25
| * Remove EditRole::default implementationZeyla Hellyer2017-12-091-29/+1
| * Fix remaining deserializersZeyla Hellyer2017-12-091-2/+2
| * Release v0.4.4 hotfixv0.4.4Zeyla Hellyer2017-12-092-1/+15
| * Fix snowflake deserializerZeyla Hellyer2017-12-091-2/+2
* | Fix snowflake deserializerZeyla Hellyer2017-12-091-1/+1
* | Fall back to `str::parse` on `ChannelId` as wellacdenisSK2017-12-061-7/+56
* | Make the comment for the `AsRef` impl more clearacdenisSK2017-12-061-1/+3
* | Use `AsRef` instead of just `&MessageId`acdenisSK2017-12-061-1/+1
* | Add the `VIEW_AUDIT_LOG` permission (#229)Lakelezz2017-12-041-0/+8
* | Tune down repetition with a macroacdenisSK2017-11-301-56/+31
* | Fix whitespacing and change `and` to `or`. (#228)Lakelezz2017-11-301-2/+2