aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Also rustfmtZeyla Hellyer2017-09-184-8/+20
* Add Send/Sync to framework itemsZeyla Hellyer2017-09-184-15/+17
* Fix block on spawning multiple shardsZeyla Hellyer2017-09-183-22/+28
* travis: don't test rustfmtZeyla Hellyer2017-09-181-2/+0
* Apply rustfmtZeyla Hellyer2017-09-1855-972/+662
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-1824-116/+159
* Apply rustfmtZeyla Hellyer2017-09-182-2/+6
* Alphabetize Cargo.toml dependenciesZeyla Hellyer2017-09-181-4/+4
* Gate ChannelCategory impl behind 'model' featureZeyla Hellyer2017-09-181-0/+1
* Use combinators in `parse_header`acdenisSK2017-09-171-14/+7
* if let -> and_then/mapacdenisSK2017-09-171-5/+1
* Apply rustfmtZeyla Hellyer2017-09-141-11/+11
* Don't clone in Cache::all_guilds/private_channelsZeyla Hellyer2017-09-141-5/+3
* Put the cloning at a later stageacdenisSK2017-09-141-2/+2
* Revamp `CacheEventsImpl`acdenisSK2017-09-126-588/+684
* Copy some methods from Command to Group (#164)Maiddog2017-09-113-4/+96
* Add `Context::handle`acdenisSK2017-09-112-44/+48
* Fixed admin bypass perm to framework allowed_rolesLakelezz2017-09-092-9/+13
* Handle channel category deletionZeyla Hellyer2017-09-091-14/+16
* Document the standard_framework feature in READMEZeyla Hellyer2017-09-091-0/+1
* Note the standard_framework feature in examplesZeyla Hellyer2017-09-096-6/+6
* serde rename `kind` to `type`acdenisSK2017-09-091-0/+1
* Apply rustfmt + fix testsZeyla Hellyer2017-09-0910-16/+44
* `parent_id` -> `category_id`acdenisSK2017-09-092-4/+6
* Implement categoriesacdenisSK2017-09-0910-2/+187
* Change order to avoid subtraction overflow error (#160)Maiddog2017-09-071-1/+1
* Add more info on methods in framework exampleLakelezz2017-09-061-4/+41
* Update `Guild::ban` to use `BanOptions`acdenisSK2017-09-062-9/+11
* Add a way for users to get ShardsZeyla Hellyer2017-09-051-0/+56
* Update deprecated bulk delete endpointZeyla Hellyer2017-09-051-1/+1
* Allow commands to be limited to certain roles (#157)Lakelezz2017-09-054-9/+90
* match to map/?acdenisSK2017-09-041-4/+1
* Fix the PRESET_GENERAL permission constantZeyla Hellyer2017-09-031-1/+1
* Apply rustfmt fixesZeyla Hellyer2017-09-011-1/+2
* Remove more non-bot user endpointsZeyla Hellyer2017-09-014-97/+0
* Add case insensitivityacdenisSK2017-09-012-1/+19
* Add num_args (#156)Maiddog2017-08-311-0/+8
* Make role references attainable via nameLakelezz2017-08-292-0/+69
* Add find and find_n (#153)Maiddog2017-08-281-0/+40
* Remove mut when not needed (#152)Maiddog2017-08-281-2/+2
* Fix examples (#151)Maiddog2017-08-285-13/+17
* Prevent malformed opus data from crashing the bot process (#149)Maiddog2017-08-276-165/+186
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-2756-612/+1111
* Use `$crate` for `Args`acdenisSK2017-08-261-3/+3
* Revamp `RwLock` usage in the libacdenisSK2017-08-2459-1182/+821
* Allow FromStr for User to use REST (#147)Maiddog2017-08-242-7/+9
* Apply rustfmt fixesZeyla Hellyer2017-08-221-6/+8
* Add `with_config{_mut}`acdenisSK2017-08-231-0/+40
* Use cache when possible in UserId's get method (#146)Maiddog2017-08-222-2/+11
* Make args empty when no arguments are passed. (#143)Maiddog2017-08-221-1/+7