aboutsummaryrefslogtreecommitdiff
path: root/src/model/guild
Commit message (Expand)AuthorAgeFilesLines
* Add `animated` to `Emoji` and `ReactionType`Zeyla Hellyer2018-01-211-0/+7
* Make Member::permissions return guild permissionsZeyla Hellyer2017-10-311-11/+3
* Rename `Guild::permissions_for`->`permissions_in`Zeyla Hellyer2017-10-302-5/+16
* Guild::has_perms: use Guild::member_permissionsZeyla Hellyer2017-10-301-22/+14
* Add Guild::member_permissionsZeyla Hellyer2017-10-301-0/+51
* Add some docs to `BanOptions`acdenisSK2017-10-301-0/+1
* Implement changing a role's position (#201)Ken Swenson2017-10-192-0/+41
* Use the underlaying integer value of a `ChannelType` variantacdenisSK2017-10-171-1/+1
* Add try_opt macro for substituteMei Boudreau2017-10-121-4/+1
* Optimize Member::rolesMei Boudreau2017-10-121-21/+11
* Fix clippy lintsZeyla Hellyer2017-10-111-28/+28
* Variety of methods to search for `Member`. (#187)Lakelezz2017-10-101-12/+218
* 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
* 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