| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -1/+131 |
| |\ | |||||
| | * | 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 | 2 | -1/+20 |
| * | | Redo client internals + gateway | Zeyla Hellyer | 2017-11-03 | 3 | -578/+461 |
| * | | 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 | 2 | -6/+6 |
| | * | Improve shard logic | Zeyla Hellyer | 2017-09-30 | 2 | -30/+93 |
| | * | 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 | 2 | -6/+6 |
| * | | Improve shard logic | Zeyla Hellyer | 2017-10-09 | 2 | -30/+93 |
| * | | 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 |
| * | Apply rustfmt | Zeyla Hellyer | 2017-08-18 | 1 | -8/+10 |
| * | Fix tests | Zeyla Hellyer | 2017-08-01 | 1 | -1/+1 |
| * | Fix the `_other` match arm | acdenisSK | 2017-07-27 | 1 | -3/+6 |
| * | Change the config a bit, and a few nitpicks | acdenisSK | 2017-07-27 | 1 | -15/+22 |
| * | rustfmt | acdenisSK | 2017-07-27 | 2 | -54/+44 |
| * | Revert the ignoring of protocol and data frame errors, while actually handlin... | acdenisSK | 2017-07-24 | 1 | -2/+0 |
| * | Also ignore data frame errors | acdenisSK | 2017-07-23 | 1 | -1/+2 |
| * | Ignore protocol errors | acdenisSK | 2017-07-23 | 1 | -0/+1 |
| * | Switch to tokio for events (#122) | Alex Lyon | 2017-07-14 | 1 | -1/+1 |
| * | Fix doc tests | acdenisSK | 2017-07-02 | 1 | -14/+17 |
| * | Attempt to reconnect if heartbeating fails | Zeyla Hellyer | 2017-06-21 | 1 | -6/+6 |