| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | Add installation notes | Austin Hellyer | 2016-12-09 | 1 | -0/+17 |
| * | Add a ShareMap across contexts | Austin Hellyer | 2016-12-05 | 1 | -0/+1 |
| * | Example should be no-run | Austin Hellyer | 2016-11-30 | 1 | -1/+1 |
| * | Update readme example | Austin Hellyer | 2016-11-30 | 1 | -1/+1 |
| * | Move the example in the readme | Austin Hellyer | 2016-11-30 | 1 | -29/+32 |
| * | Add documentation for examples | Austin Hellyer | 2016-11-29 | 1 | -6/+56 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -1/+1 |
| * | Use html_logo_url instead of a doc script | Austin Hellyer | 2016-11-29 | 1 | -0/+1 |
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 1 | -4/+4 |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 1 | -5/+5 |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 1 | -5/+5 |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 1 | -1/+1 |
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 1 | -1/+1 |
| * | Add voice connection support | Austin Hellyer | 2016-11-14 | 1 | -0/+5 |
| * | Add internal module | Austin Hellyer | 2016-11-14 | 1 | -1/+1 |
| * | Move the builders to the utils | Austin Hellyer | 2016-11-13 | 1 | -1/+0 |
| * | Add a clippy config | Austin Hellyer | 2016-11-10 | 1 | -2/+2 |
| * | Fix some clippy lints | Austin Hellyer | 2016-11-10 | 1 | -2/+2 |
| * | slice_patterns is not stable | Austin Hellyer | 2016-11-10 | 1 | -1/+0 |
| * | Properly shutdown on connection Drop | Austin Hellyer | 2016-11-10 | 1 | -0/+1 |
| * | Fix README example | Austin Hellyer | 2016-11-08 | 1 | -4/+8 |