| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Re-order example Cargo.toml's | Austin Hellyer | 2016-11-30 | 1 | -1/+2 | |
| * | 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 | |
| * | 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 | 2 | -9/+59 | |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 26 | -630/+309 | |
| * | Add initial audio support | Austin Hellyer | 2016-11-29 | 13 | -175/+586 | |
| * | 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 | 1 | -0/+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 | 3 | -13/+8 | |
| * | Fix doctests | Austin Hellyer | 2016-11-28 | 2 | -4/+4 | |
| * | Fix some clippy lints | Austin Hellyer | 2016-11-28 | 1 | -7/+7 | |
| * | 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 | 15 | -89/+262 | |
| * | 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 | 4 | -4/+205 | |
| * | 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 | 2 | -7/+2 | |
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 13 | -25/+592 | |
| * | 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 | 5 | -65/+4 | |
| * | Tiny import re-order | Austin Hellyer | 2016-11-26 | 1 | -2/+1 | |
| * | 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 | |
| * | 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 | 12 | -78/+78 | |
| * | 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 | 6 | -68/+103 | |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 13 | -69/+83 | |
| * | 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 | 10 | -35/+35 | |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 18 | -252/+252 | |
| * | Don't typo CreateEmbed::image field | Austin Hellyer | 2016-11-21 | 1 | -1/+1 | |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 7 | -11/+12 | |
| * | Re-organize the client module | Austin Hellyer | 2016-11-21 | 13 | -581/+627 | |
| * | Add support for creating embed images | Austin Hellyer | 2016-11-21 | 2 | -0/+49 | |
| * | Don't block entirely on HTTP requests | Austin Hellyer | 2016-11-21 | 1 | -8/+5 | |
| * | Add created_at method to Ids and User | Austin Hellyer | 2016-11-21 | 2 | -0/+16 | |
| * | Make Context::channel_id public | Austin Hellyer | 2016-11-21 | 1 | -1/+5 | |