aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Add doclink per suggestionsAdelyn2019-01-011-1/+3
* Modify message_update behaviour when cache is enabledAdelyn Breelove2018-12-312-7/+21
* Implement the proposed change to the sharemap (`Mutex` => `RwLock`) (#453)Erk-2018-12-226-22/+22
* Remove global Cache (#448)Lakelezz2018-12-186-119/+224
* Update to Rust 2018 (#445)Lakelezz2018-12-0713-51/+51
* Change all builders to mutably borrow (#443)Ken Swenson2018-11-251-2/+6
* Switch to tungstenite from rust-websocket (#341)acdenisSK2018-11-213-29/+29
* Update context and edit_profile doc testKen Swenson2018-11-111-3/+10
* Revert "Remove Context::edit_profile"Ken Swenson2018-11-111-0/+60
* Rebase v0.6x onto currentKen Swenson2018-11-061-12/+1
* Remove Context::edit_profileZeyla Hellyer2018-11-061-60/+0
* Add Rich Presence parsing supportZeyla Hellyer2018-11-064-83/+58
* Make builders mutably borrowedZeyla Hellyer2018-11-061-1/+5
* 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