aboutsummaryrefslogtreecommitdiff
path: root/src/model/guild/member.rs
Commit message (Expand)AuthorAgeFilesLines
* Add Member::user_idZeyla Hellyer2018-09-051-0/+14
* Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypesLakelezz2018-08-121-4/+4
* Fix all the dead links in the docsErk-2018-08-091-18/+17
* Monomorphize all functionsZeyla Hellyer2018-07-041-5/+16
* Remove deadlocking in Member::highest_role_infoZeyla Hellyer2018-05-271-8/+6
* Add `Message::member` structfieldZeyla Hellyer2018-05-211-2/+20
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-1/+5
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-311-1/+1
* Fix compilationZeyla Hellyer2018-01-061-5/+4
* Add some role position hierarchy checksZeyla Hellyer2018-01-061-8/+10
* Add Member::highest_role_infoZeyla Hellyer2018-01-061-0/+40
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-2/+3
* Improve performance of builders even furtheracdenisSK2017-12-271-3/+3
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-161-2/+2
* Break up the model moduleZeyla Hellyer2017-12-161-1/+1
* Convert from macro to ? (#226)Mei Boudreau2017-11-231-1/+1
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-5/+5
* Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-041-3/+3
* Merge v0.4.3acdenisSK2017-11-041-14/+5
|\
| * 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
* | Slightly improve performance of buildersZeyla Hellyer2017-10-181-7/+7
* | Fix some compilation feature targets, fix lintsZeyla Hellyer2017-10-171-0/+1
* | Update to account for changes made in 0.4.1acdenisSK2017-10-141-23/+11
|\|
| * 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
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-25/+22
* | Add an impl for `&str`acdenisSK2017-10-091-0/+4
* | Revert "Use the de-generification trick."acdenisSK2017-10-091-14/+8
* | Use the de-generification trick.acdenisSK2017-10-091-8/+14
* | Change behaviour of default_channel (#185)Mei Boudreau2017-10-071-1/+21
* | Change default_channel to return a pointer (#179)Mei Boudreau2017-10-051-1/+3
|/
* 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