aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add test and fix another newline differencePvdBerg2018-06-081-1/+1
* Fix push_codeblock_safe not adding a newlinePvdBerg2018-06-081-0/+1
* Merge branch 'futures' into v0.6.xZeyla Hellyer2018-05-2867-14148/+5325
|\
| * Futures shard manager #298 (WIP) (#300)Joe Burnard2018-05-274-4/+346
| * Fix some odd code styleZeyla Hellyer2018-05-271-1/+2
| * Use impl Trait for FuturesZeyla Hellyer2018-05-274-92/+90
| * Add 'send_files' http supportZeyla Hellyer2018-03-266-97/+115
| * Remove a couple of shard debugsZeyla Hellyer2018-03-251-2/+0
| * Merge branch 'master' into futuresZeyla Hellyer2018-03-2518-1207/+270
| |\
| * | Remove `http::FutureResult`, use `error`'sZeyla Hellyer2018-03-251-3/+1
| * | Remove cache/http methods on structsZeyla Hellyer2018-03-2529-4695/+21
| * | Rewrite the library to use FuturesZeyla Hellyer2018-02-0458-9007/+6147
| * | Partially revert the video url changeacdenisSK2018-02-041-6/+0
| * | Inline simple url propertiesacdenisSK2018-02-041-0/+3
| * | Add video url specifier for CreateEmbed (#269)Andrej2018-02-041-11/+14
| * | Fix broken docs links caused by model mod changesZeyla Hellyer2018-02-0427-195/+178
| * | Fix customised help related docs (#267)Lakelezz2018-02-041-2/+2
| * | Multiple audio stream playback, volume control, pausingKyle Simpson2018-02-046-29/+174
| * | Fix case insensitivity for aliases (#262)Lakelezz2018-02-041-6/+7
| * | Remove an `Into<Option<T>>`Zeyla Hellyer2018-02-041-2/+2
| * | Make MessageUpdateEvent::embeds a Vec<Embed>Zeyla Hellyer2018-01-281-1/+1
* | | Make Message Builder use &mut self instead of selfPvdBerg2018-05-271-43/+43
* | | Add Rich Presence parsing supportZeyla Hellyer2018-05-272-11/+12
* | | Make builders mutably borrowedZeyla Hellyer2018-05-271-1/+1
* | | Voice fixes, better API adherence, bitrate control, documentationKyle Simpson2018-05-274-50/+14
* | | Add `lacking_ownership` to `CreateHelpCommand`Brayden Banks2018-05-273-17/+7
* | | Remove some debugsZeyla Hellyer2018-05-271-2/+0
* | | Add Rich Presence parsing supportZeyla Hellyer2018-05-279-142/+274
* | | Make builders mutably borrowedZeyla Hellyer2018-05-2721-361/+389
* | | Remove user account relation docs/functionsLakelezz2018-05-275-33/+3
* | | Permit sending files through the `CreateMessage` builder.Maid Dog2018-05-273-11/+48
* | | Voice fixes, better API adherence, bitrate control, documentationKyle Simpson2018-05-2710-81/+256
* | | Add `lacking_ownership` to `CreateHelpCommand`Brayden Banks2018-05-274-73/+91
* | | Use `len_quoted()` for `min_args` and `max_args` (#282)Lakelezz2018-05-271-1/+1
* | | Properly check if the input is emptyacdenisSK2018-05-271-28/+32
* | | Drop implementation for ffmpeg containerKyle Simpson2018-05-271-0/+8
* | | Add documentation to `EventHandler`acdenisSK2018-05-271-54/+54
* | | Add `unrecognised_command` (#276)Lakelezz2018-05-271-1/+1
* | | do not show the strikethrough-tip If no HelpBehaviour is `Strike` (#321)Lakelezz2018-05-271-6/+14
* | | Check if cloning `unrecognised_command` is acceptable (#320)Lakelezz2018-05-271-14/+13
* | | Remove deadlocking in Member::highest_role_infoZeyla Hellyer2018-05-271-8/+6
* | | Do some little optimizations on `find(_n)`acdenisSK2018-05-271-8/+17
* | | Further improve `Args` (the struct) documentationacdenisSK2018-05-271-10/+12
* | | Remove "if length == 1" branchacdenisSK2018-05-261-27/+13
* | | Switch to match_indices for occurencesacdenisSK2018-05-261-1/+1
* | | help: differentiate whether a command is unavailable in dms or guilds (#319)Lakelezz2018-05-253-49/+114
* | | Add an option for a bot to work only in certain channels (#318)Victor Polevoy2018-05-242-1/+42
* | | impl From<{,&'a }CurrentUser> for UserZeyla Hellyer2018-05-231-0/+24
* | | Implement Mentionable for CurrentUserZeyla Hellyer2018-05-231-0/+6
* | | Fix links to the repoZeyla Hellyer2018-05-233-4/+4