| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add blitz blue color | Crawl | 2016-11-30 | 1 | -0/+2 |
| * | Add Blurple to Colour list | GetRektByMe | 2016-11-30 | 1 | -0/+2 |
| * | Add kerbal colour | indiv0 | 2016-11-30 | 1 | -0/+2 |
| * | Release v0.1.0v0.1.0 | Austin Hellyer | 2016-11-30 | 8 | -8/+8 |
| * | Re-order example Cargo.toml's | Austin Hellyer | 2016-11-30 | 8 | -15/+16 |
| * | Example should be no-run | Austin Hellyer | 2016-11-30 | 1 | -1/+1 |
| * | Update readme example | Austin Hellyer | 2016-11-30 | 2 | -2/+2 |
| * | Move the example in the readme | Austin Hellyer | 2016-11-30 | 2 | -58/+64 |
| * | Clarify some docs | Austin Hellyer | 2016-11-30 | 4 | -45/+124 |
| * | Add remaining REST routes | Austin Hellyer | 2016-11-30 | 3 | -8/+85 |
| * | Add documentation for examples | Austin Hellyer | 2016-11-29 | 14 | -45/+298 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 43 | -670/+389 |
| * | Add more shiny readme badges | Austin Hellyer | 2016-11-29 | 1 | -2/+6 |
| * | Add initial audio support | Austin Hellyer | 2016-11-29 | 14 | -204/+713 |
| * | Remove duplicated gateway logic | Austin Hellyer | 2016-11-29 | 3 | -37/+11 |
| * | Retrieve a new URL on reconnect | Austin Hellyer | 2016-11-29 | 1 | -2/+4 |
| * | Use html_logo_url instead of a doc script | Austin Hellyer | 2016-11-29 | 2 | -12/+1 |
| * | Add missing REST methods | Austin Hellyer | 2016-11-28 | 1 | -3/+31 |
| * | Re-order message builder file | Austin Hellyer | 2016-11-28 | 1 | -22/+21 |
| * | Optimize for cached, non-method compiles | Austin Hellyer | 2016-11-28 | 5 | -13/+27 |
| * | Cargo: Don't have bins for examples | Austin Hellyer | 2016-11-28 | 1 | -35/+0 |
| * | Fix doctests | Austin Hellyer | 2016-11-28 | 2 | -4/+4 |
| * | Fix some clippy lints | Austin Hellyer | 2016-11-28 | 1 | -7/+7 |
| * | Update example 07 with framework changes | Austin Hellyer | 2016-11-28 | 1 | -5/+5 |
| * | Add before/after framework command hooks | Illia K | 2016-11-28 | 3 | -13/+45 |
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 15 | -89/+262 |
| * | Add an initial tiny test suite to get Travis going | Austin Hellyer | 2016-11-27 | 2 | -0/+54 |
| * | Correctly track Cache's unavailable guilds | Austin Hellyer | 2016-11-27 | 1 | -0/+6 |
| * | Re-export CreateEmbedFooter | Kisei | 2016-11-27 | 1 | -0/+1 |
| * | Add Context, REST, and model documentation | fwrs | 2016-11-27 | 11 | -5/+216 |
| * | Make send_file use the CreateMessage builder | Austin Hellyer | 2016-11-27 | 2 | -15/+38 |
| * | Voice example no longer requires 'extras' | Austin Hellyer | 2016-11-26 | 3 | -13/+8 |
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 14 | -25/+597 |
| * | Make Cache::get_channel return a reference | Austin Hellyer | 2016-11-26 | 5 | -10/+32 |
| * | Remove the 'extras' feature flag | Austin Hellyer | 2016-11-26 | 6 | -67/+5 |
| * | Tiny import re-order | Austin Hellyer | 2016-11-26 | 1 | -2/+1 |
| * | Add no-named-argument command macro match | Austin Hellyer | 2016-11-26 | 2 | -3/+39 |
| * | Add Cache::get_guild_channel | Austin Hellyer | 2016-11-26 | 2 | -40/+33 |
| * | More widely support no-cache method compiles | Austin Hellyer | 2016-11-25 | 5 | -115/+174 |
| * | Catch some clippy lints | Austin Hellyer | 2016-11-25 | 1 | -3/+0 |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 11 | -839/+865 |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 20 | -96/+96 |
| * | Fix permission check on Message::delete | Austin Hellyer | 2016-11-25 | 1 | -8/+2 |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 16 | -222/+222 |
| * | Allow compiling with only either cache or methods | Austin Hellyer | 2016-11-24 | 7 | -69/+104 |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 16 | -106/+122 |
| * | Ignore WebSocketError::NoDataAvailable | Austin Hellyer | 2016-11-23 | 1 | -0/+2 |
| * | Ensure embed fields are inline by default | Austin Hellyer | 2016-11-23 | 1 | -1/+1 |
| * | Update doctest to use new Cache | Austin Hellyer | 2016-11-22 | 1 | -1/+1 |
| * | Change the CACHE to be an RwLock | Austin Hellyer | 2016-11-22 | 11 | -39/+39 |