aboutsummaryrefslogtreecommitdiff
path: root/src/model/guild/member.rs
Commit message (Expand)AuthorAgeFilesLines
* Make Member::permissions return guild permissionsZeyla Hellyer2017-10-311-11/+3
* Rename `Guild::permissions_for`->`permissions_in`Zeyla Hellyer2017-10-301-2/+2
* Add some docs to `BanOptions`acdenisSK2017-10-301-0/+1
* Add try_opt macro for substituteMei Boudreau2017-10-121-4/+1
* Optimize Member::rolesMei Boudreau2017-10-121-21/+11
* Add an impl for `&str`acdenisSK2017-10-081-0/+4
* Revert "Use the de-generification trick."acdenisSK2017-10-031-14/+8
* Use the de-generification trick.acdenisSK2017-10-021-8/+14
* Update bitflags, other dependenciesZeyla Hellyer2017-09-211-1/+1
* Apply rustfmtZeyla Hellyer2017-09-181-15/+18
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-2/+2
* Apply rustfmt + fix testsZeyla Hellyer2017-09-091-3/+4
* Update `Guild::ban` to use `BanOptions`acdenisSK2017-09-061-1/+9
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-19/+16
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-16/+19
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-181-1/+1
* Apply rustfmtZeyla Hellyer2017-08-181-18/+15
* Clippy and rustfmtacdenisSK2017-08-011-1/+1
* Provide the input and limit back to the user, and do some consistenciesacdenisSK2017-08-011-2/+7
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-8/+15
* rustfmtacdenisSK2017-07-271-68/+68
* Improve `BanOptions` to be more efficient and remove uneccessary `Read` importsacdenisSK2017-07-131-9/+9
* Remove the deprecated functionsacdenisSK2017-07-111-8/+0
* Return an error if the reason the user provided exceeded the limitacdenisSK2017-07-101-1/+7
* Use a trait way of overloading the `ban` function instead of an enumacdenisSK2017-07-101-30/+31
* Implement attaching reasons to bansacdenisSK2017-07-081-2/+44
* Fixed clippy warnings (#118)Kaidan2017-06-281-1/+1
* Docs fixesmei2017-06-271-2/+2
* Add `Member::permissions`alex2017-06-141-0/+27
* Make Member::guild_id non-optionalZeyla Hellyer2017-06-131-62/+15
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-2/+3
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-5/+6
* Restructure modulesZeyla Hellyer2017-05-221-27/+30
* Add missing Member::kick shortcutZeyla Hellyer2017-05-021-1/+62
* Return preset from Member::find_guild if possibleZeyla Hellyer2017-05-021-0/+9
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-13/+28
* Remove selfbot supportZeyla Hellyer2017-04-051-1/+5
* Rework the models directoryZeyla Hellyer2017-03-251-0/+279