aboutsummaryrefslogtreecommitdiff
path: root/src/client/bridge/gateway
Commit message (Expand)AuthorAgeFilesLines
* A bunch of typo fixes (#404)Perry Fraser2018-10-011-1/+1
* Fix all the dead links in the docsErk-2018-08-094-13/+13
* Fix compilation + tests on certain feature combosZeyla Hellyer2018-08-071-0/+10
* Add From impls for Game, generify Game paramsZeyla Hellyer2018-08-011-2/+14
* Fix some clippy lintsZeyla Hellyer2018-07-152-4/+4
* Fix doc links with no anchorZeyla Hellyer2018-07-111-0/+1
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-172-4/+4
* Remove empty whitespace at ends of linesZeyla Hellyer2018-04-251-3/+3
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-296-21/+51
* Fix heartbeat checkingZeyla Hellyer2018-03-271-7/+2
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-312-7/+7
* Expose a client voice managerZeyla Hellyer2018-01-184-73/+107
* Use an InterMessage to communicate over gatewayZeyla Hellyer2018-01-185-17/+24
* Fix ShardManager doctestZeyla Hellyer2018-01-101-11/+14
* Simplify ShardManager creationZeyla Hellyer2018-01-102-72/+26
* Add an event for shard updatesZeyla Hellyer2018-01-013-3/+43
* Expose a method of retrieving shard status/latencyZeyla Hellyer2018-01-014-1/+52
* Add missing trailing comma in matchZeyla Hellyer2017-12-171-1/+1
* 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-162-13/+13
* Attempt to restart failed shard bootsZeyla Hellyer2017-12-162-18/+48
* Break up the model moduleZeyla Hellyer2017-12-162-6/+8
* Shutdown everything on ShardManager::shutdown_allZeyla Hellyer2017-12-094-0/+16
* Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-191-2/+7
* Use the threadpool for framework command executionZeyla Hellyer2017-11-131-29/+11
* Make ShardManager::runners publicZeyla Hellyer2017-11-091-1/+5
* Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-041-7/+0
* Merge v0.4.3acdenisSK2017-11-041-0/+7
|\
| * Fix shard shutdown via ContextZeyla Hellyer2017-10-292-7/+26
* | Redo client internals + gatewayZeyla Hellyer2017-11-037-156/+1055
* | Update to account for changes made in 0.4.1acdenisSK2017-10-143-15/+20
|\|
| * Fix clippy lintsZeyla Hellyer2017-10-113-15/+20
| * Make the client threadpool user-customizableZeyla Hellyer2017-10-093-15/+26
| * Add a threadpool to the shard runnerZeyla Hellyer2017-10-091-10/+36
| * Fix most clippy warningsMaiddog2017-10-042-14/+2
| * Rename an internal Shard Runner methodZeyla Hellyer2017-09-301-2/+2
| * Improve shard logicZeyla Hellyer2017-09-301-83/+75
| * Improve shard and shard runner loggingZeyla Hellyer2017-09-301-3/+19
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-103-18/+16
* | Make the client threadpool user-customizableZeyla Hellyer2017-10-093-15/+26
* | Add a threadpool to the shard runnerZeyla Hellyer2017-10-091-10/+36
* | Fix most clippy warningsMaiddog2017-10-092-14/+2
* | Rename an internal Shard Runner methodZeyla Hellyer2017-10-091-2/+2
* | Improve shard logicZeyla Hellyer2017-10-091-83/+75
* | Improve shard and shard runner loggingZeyla Hellyer2017-10-091-3/+19
|/
* Fix client shards by cloning ShardManager runnersZeyla Hellyer2017-09-273-2/+4
* Fix client no-framework compilationZeyla Hellyer2017-09-273-32/+78
* Fix tests and example 05Zeyla Hellyer2017-09-242-4/+1
* Add a shard managerZeyla Hellyer2017-09-244-0/+506