aboutsummaryrefslogtreecommitdiff
path: root/src/model/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* Clean up the codebaseAustin Hellyer2016-11-291-20/+1
* Optimize for cached, non-method compilesAustin Hellyer2016-11-281-7/+0
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-261-2/+4
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-2/+2
* Allow compiling with only either cache or methodsAustin Hellyer2016-11-241-0/+7
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-1/+1
* Rename the State to CacheAustin Hellyer2016-11-221-7/+7
* Rename state methods from find_ to get_Austin Hellyer2016-11-191-2/+2
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-2/+6
* Add voice connection supportAustin Hellyer2016-11-141-1/+5
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Fix some clippy lintsAustin Hellyer2016-11-101-12/+0
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Add message reactionsAustin Hellyer2016-11-051-2/+2
* Initial commitAustin Hellyer2016-10-181-0/+313