aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
| * Optimize Member::rolesMei Boudreau2017-10-121-21/+11
| * Fix clippy lintsZeyla Hellyer2017-10-114-48/+48
| * Variety of methods to search for `Member`. (#187)Lakelezz2017-10-101-12/+218
| * Generate `Default` for CurrentUser and use it in `Cache::default`acdenisSK2017-10-082-2/+2
| * Add an impl for `&str`acdenisSK2017-10-081-0/+4
| * Find `Member` via substrings, allow case-insensitivity on `members_containing...Lakelezz2017-10-071-4/+54
| * Help-commands filtering and Member-prefix-search (#182)Lakelezz2017-10-071-0/+18
| * Fix a typoacdenisSK2017-10-051-1/+1
| * Add an andacdenisSK2017-10-051-1/+1
| * Use an as_ref hackacdenisSK2017-10-053-3/+10
| * Replace slice parametres by IntoIterator (#177)François Triquet2017-10-054-4/+4
| * Fix most clippy warningsMaiddog2017-10-042-2/+2
| * Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-045-5/+5
| * Revert "Use the de-generification trick."acdenisSK2017-10-039-190/+55
| * Use the de-generification trick.acdenisSK2017-10-029-55/+190
| * `to_owned` -> `to_string`acdenisSK2017-10-0111-29/+29
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-1016-159/+152
* | Resume on resumable session invalidationsZeyla Hellyer2017-10-091-2/+11
* | Generate `Default` for CurrentUser and use it in `Cache::default`acdenisSK2017-10-092-2/+2
* | Add an impl for `&str`acdenisSK2017-10-091-0/+4
* | Find `Member` via substrings, allow case-insensitivity on `members_containing...Lakelezz2017-10-091-4/+54
* | Help-commands filtering and Member-prefix-search (#182)Lakelezz2017-10-091-0/+18
* | Fix a typoacdenisSK2017-10-091-1/+1
* | Add an andacdenisSK2017-10-091-1/+1
* | Use an as_ref hackacdenisSK2017-10-093-3/+10
* | Replace slice parametres by IntoIterator (#177)François Triquet2017-10-094-4/+4
* | Fix most clippy warningsMaiddog2017-10-092-2/+2
* | Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-095-5/+5
* | Revert "Use the de-generification trick."acdenisSK2017-10-099-190/+55
* | Use the de-generification trick.acdenisSK2017-10-099-55/+190
* | `to_owned` -> `to_string`acdenisSK2017-10-0911-29/+29
* | Change behaviour of default_channel (#185)Mei Boudreau2017-10-072-8/+25
* | Change default_channel to return a pointer (#179)Mei Boudreau2017-10-052-6/+8
|/
* Fix User::tag and CurrentUser::tag discrim outputZeyla Hellyer2017-09-281-1/+1
* 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