| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix all the dead links in the docs | Erk- | 2018-08-09 | 1 | -7/+6 |
| * | Clarify a Shard sequence-off message | Zeyla Hellyer | 2018-04-25 | 1 | -1/+1 |
| * | Refactor imports/exports to use nested groups and better formatting | acdenisSK | 2018-03-29 | 1 | -10/+16 |
| * | Add a connection timeout | Zeyla Hellyer | 2018-03-27 | 1 | -1/+9 |
| * | Fix heartbeat checking | Zeyla Hellyer | 2018-03-27 | 1 | -15/+20 |
| * | Fix broken docs links caused by model mod changes | Zeyla Hellyer | 2018-01-31 | 1 | -2/+2 |
| * | Expose a client voice manager | Zeyla Hellyer | 2018-01-18 | 1 | -99/+14 |
| * | Use an InterMessage to communicate over gateway | Zeyla Hellyer | 2018-01-18 | 1 | -2/+6 |
| * | Compare Instants in Shard::latency | Zeyla Hellyer | 2018-01-06 | 1 | -4/+6 |
| * | Fix shards attempting to re-identify on their own | Zeyla Hellyer | 2017-12-16 | 1 | -25/+19 |
| * | Break up the model module | Zeyla Hellyer | 2017-12-16 | 1 | -4/+6 |
| * | Re-order use statements alphabetically | Zeyla Hellyer | 2017-11-11 | 1 | -4/+4 |
| * | Fix Shard::shard_info doctest | Zeyla Hellyer | 2017-11-09 | 1 | -3/+1 |
| * | Fix doc-tests | acdenisSK | 2017-11-08 | 1 | -45/+7 |
| * | Whoops. Add a `FromStr` impl for `ReactionType` | acdenisSK | 2017-11-04 | 1 | -58/+3 |
| * | Merge v0.4.3 | acdenisSK | 2017-11-04 | 1 | -0/+130 |
| |\ | |||||
| | * | Fix doctests for a variety of feature targets | Zeyla Hellyer | 2017-11-01 | 1 | -2/+19 |
| | * | Use consistent token names in examples | Zeyla Hellyer | 2017-11-01 | 1 | -1/+1 |
| | * | Fix shard shutdown via Context | Zeyla Hellyer | 2017-10-29 | 1 | -0/+19 |
| * | | Redo client internals + gateway | Zeyla Hellyer | 2017-11-03 | 1 | -578/+311 |
| * | | Make the Client return a Result | Zeyla Hellyer | 2017-11-03 | 1 | -1/+3 |
| * | | Remove unwraps | acdenisSK | 2017-10-24 | 1 | -1/+1 |
| * | | Merge v0.4.2 | acdenisSK | 2017-10-24 | 1 | -3/+23 |
| |\| | |||||
| | * | Properly update emojis, fix shard retries, fix cs | Lakelezz | 2017-10-23 | 1 | -1/+17 |
| | * | Fix shard connection | Zeyla Hellyer | 2017-10-19 | 1 | -29/+26 |
| | * | Use update syntax for Shard (#195) | Edward Yang | 2017-10-16 | 1 | -22/+29 |
| | * | Reset shard heartbeat state on resume | Zeyla Hellyer | 2017-10-09 | 1 | -0/+2 |
| | * | Use an as_ref hack | acdenisSK | 2017-10-05 | 1 | -3/+3 |
| | * | Replace slice parametres by IntoIterator (#177) | François Triquet | 2017-10-05 | 1 | -2/+3 |
| | * | `to_owned` -> `to_string` | acdenisSK | 2017-10-01 | 1 | -7/+7 |
| | * | Have `ConnectionStage` derive Copy | acdenisSK | 2017-10-01 | 1 | -1/+1 |
| | * | Improve shard logic | Zeyla Hellyer | 2017-09-30 | 1 | -29/+41 |
| | * | Improve shard and shard runner logging | Zeyla Hellyer | 2017-09-30 | 1 | -57/+80 |
| * | | Remove `on_` prefix to EventHandler tymethods | Zeyla Hellyer | 2017-10-22 | 1 | -1/+1 |
| * | | Remove setting of the afk field in shards | Zeyla Hellyer | 2017-10-19 | 1 | -20/+9 |
| * | | Switch to parking_lot::{Mutex, RwLock} | Zeyla Hellyer | 2017-10-10 | 1 | -33/+132 |
| * | | Resume on resumable session invalidations | Zeyla Hellyer | 2017-10-09 | 1 | -7/+9 |
| * | | Reset shard heartbeat state on resume | Zeyla Hellyer | 2017-10-09 | 1 | -0/+2 |
| * | | Use an as_ref hack | acdenisSK | 2017-10-09 | 1 | -3/+3 |
| * | | Replace slice parametres by IntoIterator (#177) | François Triquet | 2017-10-09 | 1 | -2/+3 |
| * | | `to_owned` -> `to_string` | acdenisSK | 2017-10-09 | 1 | -7/+7 |
| * | | Have `ConnectionStage` derive Copy | acdenisSK | 2017-10-09 | 1 | -1/+1 |
| * | | Improve shard logic | Zeyla Hellyer | 2017-10-09 | 1 | -29/+41 |
| * | | Improve shard and shard runner logging | Zeyla Hellyer | 2017-10-09 | 1 | -57/+80 |
| |/ | |||||
| * | Add a shard manager | Zeyla Hellyer | 2017-09-24 | 1 | -2/+14 |
| * | Apply rustfmt | Zeyla Hellyer | 2017-09-18 | 1 | -69/+109 |
| * | Prevent malformed opus data from crashing the bot process (#149) | Maiddog | 2017-08-27 | 1 | -35/+37 |
| * | Add ability to play DCA and Opus files. (#148) | Maiddog | 2017-08-27 | 1 | -7/+11 |
| * | Revamp `RwLock` usage in the lib | acdenisSK | 2017-08-24 | 1 | -55/+51 |
| * | Fix presence updates | Maiddog | 2017-08-21 | 1 | -0/+2 |