aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Improve performance of builders even furtheracdenisSK2017-12-2724-65/+200
* Fix Guild::member_named and add teststahahawa2017-12-241-8/+15
* Add `iter_quoted`acdenisSK2017-12-241-10/+28
* Fix `multiple_quoted` (#241)Lakelezz2017-12-241-50/+50
* Update model to include new voice regions (#240)Ken Swenson2017-12-231-0/+8
* Better support for multiple delimiters on `Args` (#239)Lakelezz2017-12-223-160/+246
* Add `animated` to `Emoji` and `ReactionType`Zeyla Hellyer2017-12-203-2/+29
* 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-181-8/+3
* 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-171-4/+4
* 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-1616-108/+117
* 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-1661-411/+505
* Revamp the internals of `Args`acdenisSK2017-12-163-128/+156
* Fix deserialization of `Guild::application_id`Zeyla Hellyer2017-12-152-2/+4
* 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
* Merge branch 'branch-v0.4.5' into v0.5.0Zeyla Hellyer2017-12-092-33/+4
|\
| * Release v0.4.5v0.4.5Zeyla Hellyer2017-12-091-2/+1
| * Remove EditRole::default implementationZeyla Hellyer2017-12-091-29/+1
| * Fix remaining deserializersZeyla Hellyer2017-12-091-2/+2
| * 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
* | Make help-commands customisable (#227)Lakelezz2017-11-307-77/+468
* | Use `ToString`'s blanket impl for `Display`sacdenisSK2017-11-273-5/+5
* | Do a temporary fix for options for commands created in the `command!` macroacdenisSK2017-11-241-1/+24
* | Convert from macro to ? (#226)Mei Boudreau2017-11-233-10/+2
* | Add `before`/`after` middleware to `Command`acdenisSK2017-11-232-1/+36