| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change default branch to 'current' | Zeyla Hellyer | 2018-09-13 | 1 | -1/+1 |
| * | Update client docs to not say user token (#383) | Perry Fraser | 2018-09-09 | 1 | -1/+1 |
| * | Fix all the dead links in the docs | Erk- | 2018-08-09 | 1 | -12/+11 |
| * | Fix doc links with no anchor | Zeyla Hellyer | 2018-07-11 | 1 | -3/+3 |
| * | Fix links to the repo | Zeyla Hellyer | 2018-05-23 | 1 | -1/+1 |
| * | Refactor imports/exports to use nested groups and better formatting | acdenisSK | 2018-03-29 | 1 | -3/+5 |
| * | Expose a client voice manager | Zeyla Hellyer | 2018-01-18 | 1 | -5/+41 |
| * | Revert "Add `Client::user_id`" | Zeyla Hellyer | 2018-01-10 | 1 | -9/+3 |
| * | Simplify ShardManager creation | Zeyla Hellyer | 2018-01-10 | 1 | -47/+28 |
| * | Add `Client::user_id` | Zeyla Hellyer | 2018-01-10 | 1 | -3/+10 |
| * | Remove `is_bot` boolean from framework | Zeyla Hellyer | 2018-01-10 | 1 | -1/+1 |
| * | Add an event for shard updates | Zeyla Hellyer | 2018-01-01 | 1 | -1/+0 |
| * | Trim given token in Client::new | Zeyla Hellyer | 2017-12-17 | 1 | -0/+2 |
| * | Fix most clippy lints, take more refeernces | Zeyla Hellyer | 2017-12-16 | 1 | -5/+5 |
| * | Shutdown everything on ShardManager::shutdown_all | Zeyla Hellyer | 2017-12-09 | 1 | -1/+1 |
| * | Remove client close handle | Zeyla Hellyer | 2017-11-20 | 1 | -19/+38 |
| * | Fix framework doctests | Zeyla Hellyer | 2017-11-18 | 1 | -2/+2 |
| * | Fix doc-tests | acdenisSK | 2017-11-16 | 1 | -1/+5 |
| * | Re-order use statements alphabetically | Zeyla Hellyer | 2017-11-11 | 1 | -4/+4 |
| * | Fix indention for the docs (#213) | Chris | 2017-11-08 | 1 | -6/+6 |
| * | Merge v0.4.3 | acdenisSK | 2017-11-04 | 1 | -1/+1 |
| |\ | |||||
| | * | Use consistent token names in examples | Zeyla Hellyer | 2017-11-01 | 1 | -1/+1 |
| * | | Fix Client's framework set | Zeyla Hellyer | 2017-11-03 | 1 | -2/+2 |
| * | | Redo client internals + gateway | Zeyla Hellyer | 2017-11-03 | 1 | -56/+86 |
| * | | Make the Client return a Result | Zeyla Hellyer | 2017-11-03 | 1 | -14/+18 |
| * | | Update to account for changes made in 0.4.1 | acdenisSK | 2017-10-14 | 1 | -6/+6 |
| |\| | |||||
| | * | Fix clippy lints | Zeyla Hellyer | 2017-10-11 | 1 | -6/+6 |
| | * | Make the client threadpool user-customizable | Zeyla Hellyer | 2017-10-09 | 1 | -0/+12 |
| | * | `to_owned` -> `to_string` | acdenisSK | 2017-10-01 | 1 | -1/+1 |
| * | | Switch to parking_lot::{Mutex, RwLock} | Zeyla Hellyer | 2017-10-10 | 1 | -8/+8 |
| * | | Make the client threadpool user-customizable | Zeyla Hellyer | 2017-10-09 | 1 | -0/+12 |
| * | | `to_owned` -> `to_string` | acdenisSK | 2017-10-09 | 1 | -1/+1 |
| |/ | |||||
| * | Fix client shards by cloning ShardManager runners | Zeyla Hellyer | 2017-09-27 | 1 | -8/+11 |
| * | Fix client no-framework compilation | Zeyla Hellyer | 2017-09-27 | 1 | -0/+1 |
| * | Add a shard manager | Zeyla Hellyer | 2017-09-24 | 1 | -268/+19 |
| * | Remove tokio usage | Zeyla Hellyer | 2017-09-21 | 1 | -17/+3 |
| * | Fix block on spawning multiple shards | Zeyla Hellyer | 2017-09-18 | 1 | -21/+26 |
| * | Apply rustfmt | Zeyla Hellyer | 2017-09-18 | 1 | -13/+5 |
| * | Add a way for users to get Shards | Zeyla Hellyer | 2017-09-05 | 1 | -0/+56 |
| * | Add ability to play DCA and Opus files. (#148) | Maiddog | 2017-08-27 | 1 | -8/+16 |
| * | Revamp `RwLock` usage in the lib | acdenisSK | 2017-08-24 | 1 | -16/+8 |
| * | Move builtin framework impl to its own module | Zeyla Hellyer | 2017-08-19 | 1 | -3/+3 |
| * | Apply rustfmt | Zeyla Hellyer | 2017-08-18 | 1 | -3/+10 |
| * | Move the Framework trait to the framework | Zeyla Hellyer | 2017-08-18 | 1 | -2/+2 |
| * | Clippy and rustfmt | acdenisSK | 2017-08-01 | 1 | -6/+6 |
| * | Remove a few clones | acdenisSK | 2017-07-29 | 1 | -5/+6 |
| * | Change the config a bit, and a few nitpicks | acdenisSK | 2017-07-27 | 1 | -21/+29 |
| * | rustfmt | acdenisSK | 2017-07-27 | 1 | -58/+62 |
| * | Make the `framework` module feature-gated and fix the names in the helper macro | acdenisSK | 2017-07-27 | 1 | -3/+3 |
| * | PhantomData begone | acdenisSK | 2017-07-23 | 1 | -1/+0 |