| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix ping bot example (#211) | Ben | 2017-10-31 | 1 | -1/+6 |
| * | 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 |
| * | 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 |
| * | Switch to using serde for deserialization | Zeyla Hellyer | 2017-04-11 | 1 | -3/+9 |
| * | Remove selfbot support | Zeyla Hellyer | 2017-04-05 | 1 | -5/+3 |
| * | Fix tests | Zeyla Hellyer | 2017-03-25 | 1 | -1/+0 |
| * | Add slightly more documentation | Zeyla Hellyer | 2017-03-25 | 1 | -0/+1 |
| * | Remove a stupid claim about the lib in the docs | Austin Hellyer | 2017-02-03 | 1 | -1/+1 |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 1 | -2/+2 |
| * | Remove cruft from src/lib.rs | Austin Hellyer | 2017-01-08 | 1 | -57/+0 |
| * | Code style cleanup | Austin Hellyer | 2017-01-08 | 1 | -1/+1 |
| * | Fix rs suffix | Illia | 2017-01-05 | 1 | -4/+4 |
| * | Use $crate in the command macro | alex | 2016-12-24 | 1 | -2/+1 |
| * | Implement command groups and buckets | Illia | 2016-12-13 | 1 | -2/+2 |