aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Break up the model moduleZeyla Hellyer2017-12-1661-411/+505
* Revamp the internals of `Args`acdenisSK2017-12-163-128/+156
* Fix deserialization of `Guild::application_id`Zeyla Hellyer2017-12-152-2/+4
* Change type of a couple Guild/PartialGuild fieldsZeyla Hellyer2017-12-153-20/+44
* Add missing fields to Guild modelZeyla Hellyer2017-12-151-0/+46
* Make `Context::edit_profile` slightly efficientacdenisSK2017-12-141-3/+3
* Remove the `Box<Command>` implacdenisSK2017-12-111-22/+0
* Use a macro to generate FromStr implsacdenisSK2017-12-101-177/+92
* Shutdown everything on ShardManager::shutdown_allZeyla Hellyer2017-12-095-1/+17
* Merge branch 'branch-v0.4.5' into v0.5.0Zeyla Hellyer2017-12-092-33/+4
|\
| * Release v0.4.5v0.4.5Zeyla Hellyer2017-12-091-2/+1
| * Remove EditRole::default implementationZeyla Hellyer2017-12-091-29/+1
| * Fix remaining deserializersZeyla Hellyer2017-12-091-2/+2
| * Fix snowflake deserializerZeyla Hellyer2017-12-091-2/+2
* | Fix snowflake deserializerZeyla Hellyer2017-12-091-1/+1
* | Fall back to `str::parse` on `ChannelId` as wellacdenisSK2017-12-061-7/+56
* | Make the comment for the `AsRef` impl more clearacdenisSK2017-12-061-1/+3
* | Use `AsRef` instead of just `&MessageId`acdenisSK2017-12-061-1/+1
* | Add the `VIEW_AUDIT_LOG` permission (#229)Lakelezz2017-12-041-0/+8
* | Tune down repetition with a macroacdenisSK2017-11-301-56/+31
* | Fix whitespacing and change `and` to `or`. (#228)Lakelezz2017-11-301-2/+2
* | Make help-commands customisable (#227)Lakelezz2017-11-307-77/+468
* | Use `ToString`'s blanket impl for `Display`sacdenisSK2017-11-273-5/+5
* | Do a temporary fix for options for commands created in the `command!` macroacdenisSK2017-11-241-1/+24
* | Convert from macro to ? (#226)Mei Boudreau2017-11-233-10/+2
* | Add `before`/`after` middleware to `Command`acdenisSK2017-11-232-1/+36
* | Actually remove the `init` call in `CreateCommand`acdenisSK2017-11-211-5/+1
* | Add a way to execute code when a command is registeredacdenisSK2017-11-214-5/+20
* | Remove client close handleZeyla Hellyer2017-11-201-19/+38
* | Fix no-gateway compilationZeyla Hellyer2017-11-201-3/+1
* | Add `help()` to `CreateGroup`. (#225)Lakelezz2017-11-203-14/+35
* | Have `on`'s docs actually use itselfacdenisSK2017-11-201-4/+4
* | Add an impl for `Fn(&mut Context, &Message, Args)`acdenisSK2017-11-203-20/+13
* | Add the `pub` modifieracdenisSK2017-11-191-3/+3
* | Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-194-179/+518
* | Add `model::Reaction::user`Zeyla Hellyer2017-11-181-3/+13
* | Add `model::Reaction::channel`Zeyla Hellyer2017-11-181-0/+15
* | Alphabetize Reaction methodsZeyla Hellyer2017-11-181-14/+14
* | Document that Reaction methods that hit the APIZeyla Hellyer2017-11-181-2/+8
* | Add a method to get a message from a reaction (#220)Maiddog2017-11-191-0/+10
* | Fix framework doctestsZeyla Hellyer2017-11-182-6/+6
* | Add `cmd` to `Create(Command|Group)`acdenisSK2017-11-183-19/+49
* | Use a private function to reduce repetitionacdenisSK2017-11-171-21/+11
* | Add the new game types (#219)Mei Boudreau2017-11-161-0/+62
* | impl From<&Path> for http::AttachmentTypeZeyla Hellyer2017-11-161-0/+6
* | Fix doc-testsacdenisSK2017-11-166-14/+33
* | Document that application owners bypass checks (#218)Fenhl2017-11-161-0/+2
* | Change most of the framework to use trait-based-commandsacdenisSK2017-11-155-172/+243
* | Use the threadpool for framework command executionZeyla Hellyer2017-11-134-173/+326
* | Fix strange behaviour when the prefix has spaces (#215)Uninteresting Account2017-11-131-14/+10