aboutsummaryrefslogtreecommitdiff
path: root/src/model/user.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Improve Mentions, fix MessageBuilderIllia2016-12-061-8/+1
* Add User::distinctIllia K2016-12-031-0/+5
* Add CurrentUser::editAustin Hellyer2016-12-031-1/+46
* Paginate rest::get_guilds and add helper methodsAustin Hellyer2016-12-021-0/+7
* Clean up the codebaseAustin Hellyer2016-11-291-4/+4
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-4/+4
* Allow compiling with only either cache or methodsAustin Hellyer2016-11-241-2/+8
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-2/+2
* Rename the State to CacheAustin Hellyer2016-11-221-11/+11
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-211-2/+2
* Add created_at method to Ids and UserAustin Hellyer2016-11-211-0/+9
* Rename state methods from find_ to get_Austin Hellyer2016-11-191-1/+1
* Fix cond. compile across multiple feature targetsAustin Hellyer2016-11-191-2/+2
* Add send_message rich embedsAustin Hellyer2016-11-151-1/+10
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-6/+19
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Add some more documentationAustin Hellyer2016-11-061-1/+1
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Initial commitAustin Hellyer2016-10-181-0/+146