aboutsummaryrefslogtreecommitdiff
path: root/src/model/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-3/+5
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-0/+48
* Break up the model moduleZeyla Hellyer2017-12-161-1/+10
* Merge branch 'branch-v0.4.5' into v0.5.0Zeyla Hellyer2017-12-091-2/+2
|\
| * Fix remaining deserializersZeyla Hellyer2017-12-091-2/+2
* | Tune down repetition with a macroacdenisSK2017-11-301-56/+31
* | Add Debug derives to more public typesthelearnerofcode2017-11-071-0/+2
* | Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-041-1/+0
* | Merge v0.4.3acdenisSK2017-11-041-1/+4
|\|
| * Rename `Guild::permissions_for`->`permissions_in`Zeyla Hellyer2017-10-301-1/+1
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-10/+8
|/
* Apply rustfmtZeyla Hellyer2017-09-181-7/+5
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-2/+2
* Apply rustfmt + fix testsZeyla Hellyer2017-09-091-1/+2
* Implement categoriesacdenisSK2017-09-091-2/+4
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-7/+8
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-8/+7
* Apply rustfmtZeyla Hellyer2017-08-181-5/+6
* rustfmtacdenisSK2017-07-271-32/+34
* Make Message::nonce a serde_json::ValueZeyla Hellyer2017-06-231-31/+0
* Fix negative nonces failing to deserializeZeyla Hellyer2017-06-101-0/+31
* Restructure modulesZeyla Hellyer2017-05-221-5/+5
* 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