aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Fix cache write lock timer (#423)Erk-2018-10-301-8/+9
* Fix compilation without cache (#420)Erk-2018-10-241-0/+1
* Add configuration for the write lock the cache is using to update (#415)Erk-2018-10-151-8/+17
* A bunch of typo fixes (#404)Perry Fraser2018-10-013-4/+4
* Change default branch to 'current'Zeyla Hellyer2018-09-131-1/+1
* Revert "Old message on update (#368)"Zeyla Hellyer2018-09-132-21/+7
* Update client docs to not say user token (#383)Perry Fraser2018-09-091-1/+1
* Old message on update (#368)Adelyn2018-08-262-7/+21
* Fix all the dead links in the docsErk-2018-08-096-26/+25
* Fix erroneous deadlock detected messages. (#363)Lymia Aluysia2018-08-081-10/+10
* Fix compilation + tests on certain feature combosZeyla Hellyer2018-08-072-0/+11
* Fix potential dispatch cache deadlocking + log itZeyla Hellyer2018-08-021-1/+12
* Add missing `mut`acdenisSK2018-08-021-1/+1
* Don't delay Ready with cache enabledZeyla Hellyer2018-08-011-46/+5
* De-cringe a commentacdenisSK2018-08-011-3/+3
* Add From impls for Game, generify Game paramsZeyla Hellyer2018-08-012-12/+24
* Deprecate Context::edit_profileZeyla Hellyer2018-07-311-0/+1
* Fix some clippy lintsZeyla Hellyer2018-07-152-4/+4
* Fix doc links with no anchorZeyla Hellyer2018-07-112-3/+4
* 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