aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Resolve no-framework client compilationZeyla Hellyer2018-01-021-2/+2
* Update dispatch.rsZeyla Hellyer2018-01-021-1/+1
* Fix no-framework dispatchingZeyla Hellyer2018-01-021-1/+1
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-0127-116/+443
* Give hyper Response in HTTP errorsZeyla Hellyer2018-01-012-32/+15
* Add an event for shard updatesZeyla Hellyer2018-01-016-47/+106
* Add a Shard Manager example in examples directoryZeyla Hellyer2018-01-012-0/+98
* Expose a method of retrieving shard status/latencyZeyla Hellyer2018-01-014-1/+52
* Derive Hash, impl Display on ConnectionStageZeyla Hellyer2018-01-011-1/+17
* Add missing 'num' implementations on modelsZeyla Hellyer2017-12-273-0/+40
* Improve performance of builders even furtheracdenisSK2017-12-2725-66/+201
* 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