aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
* Use `request_client!` for attachment downloading (#165)Benjamin Cheng2017-09-261-1/+1
* Refactor display impls for idsacdenisSK2017-09-246-24/+7
* Update bitflags, other dependenciesZeyla Hellyer2017-09-219-78/+87
* Apply rustfmtZeyla Hellyer2017-09-1823-375/+244
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-1817-74/+92
* Apply rustfmtZeyla Hellyer2017-09-181-1/+3
* Gate ChannelCategory impl behind 'model' featureZeyla Hellyer2017-09-181-0/+1
* if let -> and_then/mapacdenisSK2017-09-171-5/+1
* Apply rustfmtZeyla Hellyer2017-09-141-11/+11
* Revamp `CacheEventsImpl`acdenisSK2017-09-121-0/+611
* serde rename `kind` to `type`acdenisSK2017-09-091-0/+1
* Apply rustfmt + fix testsZeyla Hellyer2017-09-096-11/+31
* `parent_id` -> `category_id`acdenisSK2017-09-092-4/+6
* Implement categoriesacdenisSK2017-09-096-2/+154
* Update `Guild::ban` to use `BanOptions`acdenisSK2017-09-062-9/+11
* match to map/?acdenisSK2017-09-041-4/+1
* Fix the PRESET_GENERAL permission constantZeyla Hellyer2017-09-031-1/+1
* Remove more non-bot user endpointsZeyla Hellyer2017-09-013-50/+0
* Make role references attainable via nameLakelezz2017-08-292-0/+69
* Prevent malformed opus data from crashing the bot process (#149)Maiddog2017-08-272-54/+60
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-2721-208/+334
* Revamp `RwLock` usage in the libacdenisSK2017-08-2422-415/+291
* Allow FromStr for User to use REST (#147)Maiddog2017-08-241-6/+7
* Use cache when possible in UserId's get method (#146)Maiddog2017-08-221-1/+10
* Fix tests (#145)Maiddog2017-08-223-24/+24
* Cfg the display impls as wellacdenisSK2017-08-221-0/+4
* Replace `()` with actual error typesacdenisSK2017-08-221-14/+115
* Have the variants be renamed to use snake_caseacdenisSK2017-08-221-1/+1
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-2/+2
* Revert back to `deserialize_map`acdenisSK2017-08-191-3/+1
* `name` in reactions can be nullableacdenisSK2017-08-191-30/+8
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-183-3/+6
* Clippy lintsZeyla Hellyer2017-08-182-31/+31
* Apply rustfmtZeyla Hellyer2017-08-1818-151/+241
* ClippyacdenisSK2017-08-192-11/+5
* Use `#[serde(default)]` on `nsfw` insteadacdenisSK2017-08-151-3/+1
* Deprecate `GuildId::as_channel_id` and add simulation methods for the "defaul...acdenisSK2017-08-042-1/+43
* Make some functions accept anything that's implemented DisplayacdenisSK2017-08-041-1/+1
* Change to c-like enums and transmuteacdenisSK2017-08-021-164/+55
* Use ranges instead of guardsacdenisSK2017-08-011-9/+7
* Clippy and rustfmtacdenisSK2017-08-012-8/+10
* Provide the input and limit back to the user, and do some consistenciesacdenisSK2017-08-012-3/+8
* Remove the `ext` module and remove a matchacdenisSK2017-08-011-6/+2
* Reuse `num`acdenisSK2017-07-311-8/+8
* Improve `Action`acdenisSK2017-07-311-100/+200
* Change the config a bit, and a few nitpicksacdenisSK2017-07-2720-598/+508
* rustfmtacdenisSK2017-07-2728-1451/+1347
* Fix is_own codeZeyla Hellyer2017-07-251-1/+1
* Actually, rename it to "is_own" insteadacdenisSK2017-07-261-1/+1
* Add a util function for checking if a message was sent by the bot or someone ...acdenisSK2017-07-261-0/+6