aboutsummaryrefslogtreecommitdiff
path: root/src/model/user.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix docs for User::has_roleNikita Pekin2018-01-051-3/+4
* Fix no-client cache testsZeyla Hellyer2017-11-011-6/+6
* Fix User::has_roleZeyla Hellyer2017-10-241-1/+5
* Hash and do equality on just the id for `User`acdenisSK2017-10-151-1/+17
* Generate `Default` for CurrentUser and use it in `Cache::default`acdenisSK2017-10-081-1/+1
* Revert "Use the de-generification trick."acdenisSK2017-10-031-6/+4
* Use the de-generification trick.acdenisSK2017-10-021-4/+6
* `to_owned` -> `to_string`acdenisSK2017-10-011-2/+2
* Fix User::tag and CurrentUser::tag discrim outputZeyla Hellyer2017-09-281-1/+1
* Refactor display impls for idsacdenisSK2017-09-241-4/+0
* Update bitflags, other dependenciesZeyla Hellyer2017-09-211-2/+2
* Apply rustfmtZeyla Hellyer2017-09-181-31/+15
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-2/+2
* match to map/?acdenisSK2017-09-041-4/+1
* Prevent malformed opus data from crashing the bot process (#149)Maiddog2017-08-271-29/+32
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-15/+30
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-60/+44
* Use cache when possible in UserId's get method (#146)Maiddog2017-08-221-1/+10
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-181-1/+2
* Apply rustfmtZeyla Hellyer2017-08-181-7/+15
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-9/+7
* rustfmtacdenisSK2017-07-271-108/+78
* Remove the deprecated functionsacdenisSK2017-07-111-35/+0
* Make `User` and `Ban` comparable and hashableacdenisSK2017-07-101-1/+1
* Fix doc testsacdenisSK2017-07-021-52/+67
* Prevent Direct Messaging other bot usersZeyla Hellyer2017-06-261-0/+16
* Fix CurrentUser::invite_urlKen Swenson2017-06-131-14/+61
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-061-3/+3
* Add User::direct_message exampleZeyla Hellyer2017-06-061-4/+26
* Make User::direct_message/dm accept a builderZeyla Hellyer2017-06-061-13/+10
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-3/+3
* Add CurrentUser::face(), User::face()Zeyla Hellyer2017-06-041-0/+24
* Alphabetize CurrentUser/User methodsZeyla Hellyer2017-06-041-35/+35
* Remove a FQN usage in User::refreshZeyla Hellyer2017-06-041-1/+1
* Move user avatar method logic outZeyla Hellyer2017-06-041-26/+34
* Add CurrentUser::default_avatar_urlZeyla Hellyer2017-06-041-0/+7
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-2/+5
* Add User::refreshZeyla Hellyer2017-06-021-0/+58
* Fix no-feature compilationsZeyla Hellyer2017-06-011-0/+1
* Deprecate User::getZeyla Hellyer2017-06-011-0/+1
* Deprecate *User::distinct, add *User::tagZeyla Hellyer2017-06-011-16/+73
* Add docs for CurrentUserMaiddog2017-05-301-0/+103
* Add CurrentUser::invite_url methodMaiddog2017-05-271-0/+12
* Restructure modulesZeyla Hellyer2017-05-221-14/+19
* Remove more remaining selfbot supportZeyla Hellyer2017-05-221-146/+0
* Accept references on Into<Id>Zeyla Hellyer2017-05-041-0/+21
* Make `User.discriminator` a u16Zeyla Hellyer2017-04-251-15/+4
* Fix decoding for `CurrentUser.discriminator`Zeyla Hellyer2017-04-251-0/+2
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-1/+1
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-29/+290