aboutsummaryrefslogtreecommitdiff
path: root/src/model/guild
Commit message (Expand)AuthorAgeFilesLines
* Help-commands filtering and Member-prefix-search (#182)Lakelezz2017-10-071-0/+18
* Revert "Use the de-generification trick."acdenisSK2017-10-033-108/+35
* Use the de-generification trick.acdenisSK2017-10-023-35/+108
* `to_owned` -> `to_string`acdenisSK2017-10-012-3/+3
* Refactor display impls for idsacdenisSK2017-09-243-14/+0
* Update bitflags, other dependenciesZeyla Hellyer2017-09-212-23/+32
* Apply rustfmtZeyla Hellyer2017-09-186-86/+75
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-185-11/+12
* Apply rustfmt + fix testsZeyla Hellyer2017-09-092-4/+5
* Update `Guild::ban` to use `BanOptions`acdenisSK2017-09-062-9/+11
* Remove more non-bot user endpointsZeyla Hellyer2017-09-013-50/+0
* Make role references attainable via nameLakelezz2017-08-292-0/+69
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-277-73/+90
* Revamp `RwLock` usage in the libacdenisSK2017-08-247-97/+80
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-182-2/+4
* Apply rustfmtZeyla Hellyer2017-08-185-59/+72
* ClippyacdenisSK2017-08-192-11/+5
* Deprecate `GuildId::as_channel_id` and add simulation methods for the "defaul...acdenisSK2017-08-042-1/+43
* 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-275-165/+150
* rustfmtacdenisSK2017-07-279-518/+430
* match -> and_thenacdenisSK2017-07-211-4/+1
* Utilise the newly stabilised loop-with-break-valueacdenisSK2017-07-201-13/+7
* Add an actual way to fetch audit log entries from a guildacdenisSK2017-07-203-0/+246
* Improve `BanOptions` to be more efficient and remove uneccessary `Read` importsacdenisSK2017-07-131-9/+9
* Remove the deprecated functionsacdenisSK2017-07-115-299/+0
* Rename `online_members` to `members_with_status` and compare the status provi...acdenisSK2017-07-101-3/+3
* Return an error if the reason the user provided exceeded the limitacdenisSK2017-07-102-2/+14
* Use a trait way of overloading the `ban` function instead of an enumacdenisSK2017-07-102-52/+37
* Fixed clippy warnings (#120)Kaidan2017-07-101-3/+3
* Make `User` and `Ban` comparable and hashableacdenisSK2017-07-101-1/+1
* Add a way to return all online members in a guildacdenisSK2017-07-091-0/+18
* Remove the note from the comment on `reason`acdenisSK2017-07-081-3/+0
* Implement attaching reasons to bansacdenisSK2017-07-082-7/+67
* Fixed clippy warnings (#118)Kaidan2017-06-281-1/+1
* Docs fixesmei2017-06-273-5/+2
* Add `Member::permissions`alex2017-06-141-0/+27
* Make Member::guild_id non-optionalZeyla Hellyer2017-06-132-63/+23
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-062-4/+6
* Add some model docs, deprecate Role::edit_roleMaiddog2017-06-032-4/+97
* Fix compilations across feature combinationsZeyla Hellyer2017-06-025-17/+22
* Guild::create_channel doesn't require mutabilityZeyla Hellyer2017-05-271-1/+1
* Add VerificationLevel::HigherZeyla Hellyer2017-05-261-3/+6
* Restructure modulesZeyla Hellyer2017-05-226-142/+169