| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a typo | Austin Hellyer | 2016-12-01 | 1 | -1/+1 |
| * | Make command macro functions public | Austin Hellyer | 2016-11-30 | 1 | -2/+2 |
| * | Re-order example Cargo.toml's | Austin Hellyer | 2016-11-30 | 1 | -1/+2 |
| * | Clarify some docs | Austin Hellyer | 2016-11-30 | 1 | -1/+1 |
| * | Add documentation for examples | Austin Hellyer | 2016-11-29 | 1 | -3/+3 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 6 | -191/+34 |
| * | Add initial audio support | Austin Hellyer | 2016-11-29 | 9 | -147/+548 |
| * | Fix doctests | Austin Hellyer | 2016-11-28 | 1 | -3/+3 |
| * | Add before/after framework command hooks | Illia K | 2016-11-28 | 2 | -5/+33 |
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 2 | -9/+9 |
| * | Correctly track Cache's unavailable guilds | Austin Hellyer | 2016-11-27 | 1 | -0/+6 |
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 5 | -9/+408 |
| * | Make Cache::get_channel return a reference | Austin Hellyer | 2016-11-26 | 1 | -4/+23 |
| * | Remove the 'extras' feature flag | Austin Hellyer | 2016-11-26 | 1 | -1/+0 |
| * | Add no-named-argument command macro match | Austin Hellyer | 2016-11-26 | 1 | -1/+37 |
| * | Add Cache::get_guild_channel | Austin Hellyer | 2016-11-26 | 1 | -0/+13 |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 2 | -1/+2 |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -17/+17 |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 2 | -5/+5 |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 1 | -6/+6 |
| * | Change the CACHE to be an RwLock | Austin Hellyer | 2016-11-22 | 1 | -1/+1 |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 3 | -16/+16 |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 1 | -1/+1 |
| * | Re-organize the client module | Austin Hellyer | 2016-11-21 | 2 | -7/+7 |
| * | Add framework command named arguments | Austin Hellyer | 2016-11-21 | 1 | -0/+23 |
| * | Rename state methods from find_ to get_ | Austin Hellyer | 2016-11-19 | 1 | -7/+7 |
| * | Register friend suggestion events | Austin Hellyer | 2016-11-18 | 1 | -0/+2 |
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 3 | -6/+155 |
| * | Fix a few clippy lints | Austin Hellyer | 2016-11-15 | 1 | -8/+9 |
| * | Add state/framework/etc. conditional compile flags | Austin Hellyer | 2016-11-15 | 2 | -5/+10 |
| * | State: on update, return old instances | Austin Hellyer | 2016-11-15 | 1 | -70/+155 |
| * | Add voice connection support | Austin Hellyer | 2016-11-14 | 9 | -0/+962 |
| * | Add a clippy config | Austin Hellyer | 2016-11-10 | 1 | -4/+4 |
| * | Fix some clippy lints | Austin Hellyer | 2016-11-10 | 1 | -16/+2 |
| * | Framework: fix command arg positioning | Austin Hellyer | 2016-11-08 | 2 | -46/+71 |
| * | Add arguments to framework commands | Austin Hellyer | 2016-11-07 | 2 | -3/+8 |
| * | Add an 'allow_whitespace' framework config | Austin Hellyer | 2016-11-06 | 2 | -31/+84 |
| * | Allow non-prefixed mentions | Austin Hellyer | 2016-11-06 | 1 | -15/+20 |
| * | Initial commit | Austin Hellyer | 2016-10-18 | 6 | -0/+919 |