aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* revert some bad changesgroup-checksMishio5952018-07-121-0/+9
* Add checks for groupsMishio5952018-07-121-9/+0
* Add 3rd param to MessageUpdateEvent Option that contains the old message if f...Mishio5952018-07-102-2/+11
* Add a message cache API (#345)zeyla2018-07-091-1/+7
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-174-59/+59
* Fix links to the repoZeyla Hellyer2018-05-231-1/+1
* Replace (most) placeholders with actual namesacdenisSK2018-05-221-54/+54
* Remove a usage of Clone::cloneZeyla Hellyer2018-04-261-2/+2
* Fix panics on guild member update dispatchesZeyla Hellyer2018-04-261-10/+12
* Remove empty whitespace at ends of linesZeyla Hellyer2018-04-251-3/+3
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-2911-35/+81
* Fix heartbeat checkingZeyla Hellyer2018-03-271-7/+2
* Remove useless clones (#292)Maiddog2018-03-171-1/+1
* Fix no-cache standardframework compilation (#290)Lakelezz2018-03-151-1/+1
* Add documentation to `EventHandler`acdenisSK2018-02-191-2/+205
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-314-20/+20
* Expose a client voice managerZeyla Hellyer2018-01-187-78/+268
* Use an InterMessage to communicate over gatewayZeyla Hellyer2018-01-187-24/+32
* Fix ShardManager doctestZeyla Hellyer2018-01-101-11/+14
* Revert "Add `Client::user_id`"Zeyla Hellyer2018-01-101-9/+3
* Simplify ShardManager creationZeyla Hellyer2018-01-103-119/+54
* Add `Client::user_id`Zeyla Hellyer2018-01-101-3/+10
* Remove `is_bot` boolean from frameworkZeyla Hellyer2018-01-101-1/+1
* Move `VecMap` to `utils`acdenisSK2018-01-021-3/+3
* 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
* Add an event for shard updatesZeyla Hellyer2018-01-016-47/+106
* Expose a method of retrieving shard status/latencyZeyla Hellyer2018-01-014-1/+52
* Improve performance of builders even furtheracdenisSK2017-12-271-3/+3
* 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-171-5/+5
* Fix shards attempting to re-identify on their ownZeyla Hellyer2017-12-161-8/+24
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-164-62/+63
* Attempt to restart failed shard bootsZeyla Hellyer2017-12-162-18/+48
* Break up the model moduleZeyla Hellyer2017-12-165-23/+25
* Make `Context::edit_profile` slightly efficientacdenisSK2017-12-141-3/+3
* Shutdown everything on ShardManager::shutdown_allZeyla Hellyer2017-12-095-1/+17
* Remove client close handleZeyla Hellyer2017-11-201-19/+38
* Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-191-2/+7
* Fix framework doctestsZeyla Hellyer2017-11-181-2/+2
* Fix doc-testsacdenisSK2017-11-161-1/+5
* Use the threadpool for framework command executionZeyla Hellyer2017-11-132-150/+294
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-114-16/+16
* Make ShardManager::runners publicZeyla Hellyer2017-11-091-1/+5
* Fix indention for the docs (#213)Chris2017-11-081-6/+6
* Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-041-7/+0
* Merge v0.4.3acdenisSK2017-11-043-1/+14
|\
| * Fix doctests for a variety of feature targetsZeyla Hellyer2017-11-011-0/+6