| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add test and fix another newline difference | PvdBerg | 2018-06-08 | 1 | -1/+1 |
| * | Fix push_codeblock_safe not adding a newline | PvdBerg | 2018-06-08 | 1 | -0/+1 |
| * | Merge branch 'futures' into v0.6.x | Zeyla Hellyer | 2018-05-28 | 67 | -14148/+5325 |
| |\ |
|
| | * | Futures shard manager #298 (WIP) (#300) | Joe Burnard | 2018-05-27 | 4 | -4/+346 |
| | * | Fix some odd code style | Zeyla Hellyer | 2018-05-27 | 1 | -1/+2 |
| | * | Use impl Trait for Futures | Zeyla Hellyer | 2018-05-27 | 4 | -92/+90 |
| | * | Add 'send_files' http support | Zeyla Hellyer | 2018-03-26 | 6 | -97/+115 |
| | * | Remove a couple of shard debugs | Zeyla Hellyer | 2018-03-25 | 1 | -2/+0 |
| | * | Merge branch 'master' into futures | Zeyla Hellyer | 2018-03-25 | 18 | -1207/+270 |
| | |\ |
|
| | * | | Remove `http::FutureResult`, use `error`'s | Zeyla Hellyer | 2018-03-25 | 1 | -3/+1 |
| | * | | Remove cache/http methods on structs | Zeyla Hellyer | 2018-03-25 | 29 | -4695/+21 |
| | * | | Rewrite the library to use Futures | Zeyla Hellyer | 2018-02-04 | 58 | -9007/+6147 |
| | * | | Partially revert the video url change | acdenisSK | 2018-02-04 | 1 | -6/+0 |
| | * | | Inline simple url properties | acdenisSK | 2018-02-04 | 1 | -0/+3 |
| | * | | Add video url specifier for CreateEmbed (#269) | Andrej | 2018-02-04 | 1 | -11/+14 |
| | * | | Fix broken docs links caused by model mod changes | Zeyla Hellyer | 2018-02-04 | 27 | -195/+178 |
| | * | | Fix customised help related docs (#267) | Lakelezz | 2018-02-04 | 1 | -2/+2 |
| | * | | Multiple audio stream playback, volume control, pausing | Kyle Simpson | 2018-02-04 | 6 | -29/+174 |
| | * | | Fix case insensitivity for aliases (#262) | Lakelezz | 2018-02-04 | 1 | -6/+7 |
| | * | | Remove an `Into<Option<T>>` | Zeyla Hellyer | 2018-02-04 | 1 | -2/+2 |
| | * | | Make MessageUpdateEvent::embeds a Vec<Embed> | Zeyla Hellyer | 2018-01-28 | 1 | -1/+1 |
| * | | | Make Message Builder use &mut self instead of self | PvdBerg | 2018-05-27 | 1 | -43/+43 |
| * | | | Add Rich Presence parsing support | Zeyla Hellyer | 2018-05-27 | 2 | -11/+12 |
| * | | | Make builders mutably borrowed | Zeyla Hellyer | 2018-05-27 | 1 | -1/+1 |
| * | | | Voice fixes, better API adherence, bitrate control, documentation | Kyle Simpson | 2018-05-27 | 4 | -50/+14 |
| * | | | Add `lacking_ownership` to `CreateHelpCommand` | Brayden Banks | 2018-05-27 | 3 | -17/+7 |
| * | | | Remove some debugs | Zeyla Hellyer | 2018-05-27 | 1 | -2/+0 |
| * | | | Add Rich Presence parsing support | Zeyla Hellyer | 2018-05-27 | 9 | -142/+274 |
| * | | | Make builders mutably borrowed | Zeyla Hellyer | 2018-05-27 | 21 | -361/+389 |
| * | | | Remove user account relation docs/functions | Lakelezz | 2018-05-27 | 5 | -33/+3 |
| * | | | Permit sending files through the `CreateMessage` builder. | Maid Dog | 2018-05-27 | 3 | -11/+48 |
| * | | | Voice fixes, better API adherence, bitrate control, documentation | Kyle Simpson | 2018-05-27 | 10 | -81/+256 |
| * | | | Add `lacking_ownership` to `CreateHelpCommand` | Brayden Banks | 2018-05-27 | 4 | -73/+91 |
| * | | | Use `len_quoted()` for `min_args` and `max_args` (#282) | Lakelezz | 2018-05-27 | 1 | -1/+1 |
| * | | | Properly check if the input is empty | acdenisSK | 2018-05-27 | 1 | -28/+32 |
| * | | | Drop implementation for ffmpeg container | Kyle Simpson | 2018-05-27 | 1 | -0/+8 |
| * | | | Add documentation to `EventHandler` | acdenisSK | 2018-05-27 | 1 | -54/+54 |
| * | | | Add `unrecognised_command` (#276) | Lakelezz | 2018-05-27 | 1 | -1/+1 |
| * | | | do not show the strikethrough-tip If no HelpBehaviour is `Strike` (#321) | Lakelezz | 2018-05-27 | 1 | -6/+14 |
| * | | | Check if cloning `unrecognised_command` is acceptable (#320) | Lakelezz | 2018-05-27 | 1 | -14/+13 |
| * | | | Remove deadlocking in Member::highest_role_info | Zeyla Hellyer | 2018-05-27 | 1 | -8/+6 |
| * | | | Do some little optimizations on `find(_n)` | acdenisSK | 2018-05-27 | 1 | -8/+17 |
| * | | | Further improve `Args` (the struct) documentation | acdenisSK | 2018-05-27 | 1 | -10/+12 |
| * | | | Remove "if length == 1" branch | acdenisSK | 2018-05-26 | 1 | -27/+13 |
| * | | | Switch to match_indices for occurences | acdenisSK | 2018-05-26 | 1 | -1/+1 |
| * | | | help: differentiate whether a command is unavailable in dms or guilds (#319) | Lakelezz | 2018-05-25 | 3 | -49/+114 |
| * | | | Add an option for a bot to work only in certain channels (#318) | Victor Polevoy | 2018-05-24 | 2 | -1/+42 |
| * | | | impl From<{,&'a }CurrentUser> for User | Zeyla Hellyer | 2018-05-23 | 1 | -0/+24 |
| * | | | Implement Mentionable for CurrentUser | Zeyla Hellyer | 2018-05-23 | 1 | -0/+6 |
| * | | | Fix links to the repo | Zeyla Hellyer | 2018-05-23 | 3 | -4/+4 |