| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move unit tests into source | Zeyla Hellyer | 2018-08-01 | 1 | -0/+4 |
| * | Add a message cache API (#345) | zeyla | 2018-07-09 | 1 | -0/+9 |
| * | Fix links to the repo | Zeyla Hellyer | 2018-05-23 | 1 | -2/+2 |
| * | Bump to v0.5.0v0.5.0 | Zeyla Hellyer | 2018-01-20 | 1 | -1/+1 |
| * | Update readme example | Zeyla Hellyer | 2018-01-18 | 1 | -4/+7 |
| * | Revamp the internals of `Args` | acdenisSK | 2017-12-16 | 1 | -2/+0 |
| * | Merge v0.4.3 | acdenisSK | 2017-11-04 | 1 | -1/+6 |
| |\ | |||||
| | * | Fix ping bot example (#211) | Ben | 2017-10-31 | 1 | -1/+6 |
| * | | Fix some compilation feature targets, fix lints | Zeyla Hellyer | 2017-10-17 | 1 | -2/+1 |
| * | | Update to account for changes made in 0.4.1 | acdenisSK | 2017-10-14 | 1 | -13/+11 |
| |\| | |||||
| | * | Feature-flag extern crates behind their name | Zeyla Hellyer | 2017-10-14 | 1 | -10/+10 |
| | * | Fix clippy lints | Zeyla Hellyer | 2017-10-11 | 1 | -3/+0 |
| | * | Add a threadpool to the shard runner | Zeyla Hellyer | 2017-10-09 | 1 | -0/+2 |
| * | | Switch to parking_lot::{Mutex, RwLock} | Zeyla Hellyer | 2017-10-10 | 1 | -11/+3 |
| * | | Add a threadpool to the shard runner | Zeyla Hellyer | 2017-10-09 | 1 | -0/+2 |
| |/ | |||||
| * | Update readme example | Zeyla Hellyer | 2017-09-25 | 1 | -1/+2 |
| * | Bump to v0.4.0 | Zeyla Hellyer | 2017-09-25 | 1 | -1/+1 |
| * | Switch to temporary rust-websocket fork | Zeyla Hellyer | 2017-09-25 | 1 | -1/+1 |
| * | Remove tokio usage | Zeyla Hellyer | 2017-09-21 | 1 | -4/+0 |
| * | Fix compiles of a variety of feature combinations | Zeyla Hellyer | 2017-09-18 | 1 | -4/+10 |
| * | Revamp `CacheEventsImpl` | acdenisSK | 2017-09-12 | 1 | -2/+0 |
| * | Revamp `RwLock` usage in the lib | acdenisSK | 2017-08-24 | 1 | -3/+3 |
| * | Allow FromStr for User to use REST (#147) | Maiddog | 2017-08-24 | 1 | -1/+2 |
| * | Fix tests (#145) | Maiddog | 2017-08-22 | 1 | -1/+1 |
| * | feature-flag the vec_shift dependency | acdenisSK | 2017-08-21 | 1 | -1/+2 |
| * | Revamp the args to an `Args` struct | acdenisSK | 2017-08-20 | 1 | -4/+1 |
| * | Use wildcard | acdenisSK | 2017-08-19 | 1 | -1/+1 |
| * | Move builtin framework impl to its own module | Zeyla Hellyer | 2017-08-19 | 1 | -1/+1 |
| * | Add html_root_url | acdenisSK | 2017-08-19 | 1 | -0/+1 |
| * | Move Clippy lints to a cfg_attr | Zeyla Hellyer | 2017-08-18 | 1 | -1/+1 |
| * | Move the Framework trait to the framework | Zeyla Hellyer | 2017-08-18 | 1 | -21/+0 |
| * | Clippy | acdenisSK | 2017-08-19 | 1 | -1/+1 |
| * | Fix string delimiters (#134) | Lakelezz | 2017-08-13 | 1 | -0/+4 |
| * | Split event handling in the cache to a trait | acdenisSK | 2017-08-10 | 1 | -0/+2 |
| * | Remove the `ext` module and remove a match | acdenisSK | 2017-08-01 | 1 | -2/+0 |
| * | rustfmt | acdenisSK | 2017-07-27 | 1 | -33/+35 |
| * | Make the `framework` module feature-gated and fix the names in the helper macro | acdenisSK | 2017-07-27 | 1 | -2/+21 |
| * | Switch to tokio for events (#122) | Alex Lyon | 2017-07-14 | 1 | -0/+5 |
| * | Fixed clippy warnings (#118) | Kaidan | 2017-06-28 | 1 | -2/+0 |
| * | Bump to v0.3.0v0.3.0 | Zeyla Hellyer | 2017-06-24 | 1 | -1/+1 |
| * | Fix no-framework compilation | Zeyla Hellyer | 2017-06-14 | 1 | -0/+2 |
| * | Upgrade rust-websocket, rust-openssl, and hyper | Zeyla Hellyer | 2017-06-07 | 1 | -0/+4 |
| * | Deprecate Client::login, add Client::new | Zeyla Hellyer | 2017-06-06 | 1 | -3/+3 |
| * | Clippy lints | Zeyla Hellyer | 2017-06-06 | 1 | -2/+0 |
| * | Use chrono for struct timestamp fields | Zeyla Hellyer | 2017-06-06 | 1 | -1/+1 |
| * | Fix compilations across feature combinations | Zeyla Hellyer | 2017-06-02 | 1 | -0/+2 |
| * | Restructure modules | Zeyla Hellyer | 2017-05-22 | 1 | -17/+83 |
| * | Bump to v0.2.0v0.2.0 | Zeyla Hellyer | 2017-05-13 | 1 | -2/+1 |
| * | Update most dependency version requirements | Zeyla Hellyer | 2017-04-23 | 1 | -1/+2 |
| * | Update the way errors are handled in dispatch | Illia | 2017-04-19 | 1 | -1/+1 |