aboutsummaryrefslogtreecommitdiff
path: root/src/client/bridge/gateway/shard_runner.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove empty whitespace at ends of linesZeyla Hellyer2018-04-251-3/+3
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-4/+13
* Fix heartbeat checkingZeyla Hellyer2018-03-271-7/+2
* Expose a client voice managerZeyla Hellyer2018-01-181-54/+76
* Use an InterMessage to communicate over gatewayZeyla Hellyer2018-01-181-10/+12
* Add an event for shard updatesZeyla Hellyer2018-01-011-3/+12
* Expose a method of retrieving shard status/latencyZeyla Hellyer2018-01-011-1/+27
* Add missing trailing comma in matchZeyla Hellyer2017-12-171-1/+1
* Fix shards attempting to re-identify on their ownZeyla Hellyer2017-12-161-8/+24
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-161-3/+3
* Shutdown everything on ShardManager::shutdown_allZeyla Hellyer2017-12-091-0/+5
* Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-191-2/+7
* Use the threadpool for framework command executionZeyla Hellyer2017-11-131-29/+11
* 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-291-2/+17
* | Redo client internals + gatewayZeyla Hellyer2017-11-031-90/+295
* | Update to account for changes made in 0.4.1acdenisSK2017-10-141-4/+4
|\|
| * Fix clippy lintsZeyla Hellyer2017-10-111-4/+4
| * Make the client threadpool user-customizableZeyla Hellyer2017-10-091-15/+17
| * Add a threadpool to the shard runnerZeyla Hellyer2017-10-091-10/+36
| * 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-101-6/+4
* | Make the client threadpool user-customizableZeyla Hellyer2017-10-091-15/+17
* | Add a threadpool to the shard runnerZeyla Hellyer2017-10-091-10/+36
* | 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 no-framework compilationZeyla Hellyer2017-09-271-5/+24
* Fix tests and example 05Zeyla Hellyer2017-09-241-4/+0
* Add a shard managerZeyla Hellyer2017-09-241-0/+171