aboutsummaryrefslogtreecommitdiff
path: root/src/model/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix permissions when sending to DMs or groupsalex2017-05-071-3/+12
* Fix decoding for `CurrentUser.discriminator`Zeyla Hellyer2017-04-251-0/+37
* Fix deserialization for IdsZeyla Hellyer2017-04-241-0/+39
* Update most dependency version requirementsZeyla Hellyer2017-04-231-9/+9
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-5/+3
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-117/+48
* Remove selfbot supportZeyla Hellyer2017-04-051-100/+0
* Fix Member methods due to variant joined_at valuesZeyla Hellyer2017-03-201-16/+18
* Optimize cachingZeyla Hellyer2017-02-091-10/+11
* Properly drop on bindsAustin Hellyer2017-01-241-3/+3
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-4/+4
* Code style cleanupAustin Hellyer2017-01-081-5/+8
* Add guild and channel searchAustin Hellyer2016-12-291-0/+30
* Accept u64 shard countsAustin Hellyer2016-12-261-3/+3
* More config for CreateCommand, add various methodsIllia2016-12-101-1/+1
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-3/+3
* Change all try's into ?sacdenisSK2016-12-071-19/+19
* 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