aboutsummaryrefslogtreecommitdiff
path: root/src/model/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-2/+2
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-4/+10
* Fix no-model compiler warningsZeyla Hellyer2018-01-101-1/+0
* Break up the model moduleZeyla Hellyer2017-12-161-240/+28
* Fix deserialization of `Guild::application_id`Zeyla Hellyer2017-12-151-0/+2
* Fix snowflake deserializerZeyla Hellyer2017-12-091-1/+1
* Make the comment for the `AsRef` impl more clearacdenisSK2017-12-061-1/+3
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-1/+1
* Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-2/+3
* Generate `Default` for CurrentUser and use it in `Cache::default`acdenisSK2017-10-091-1/+1
* Add an andacdenisSK2017-10-091-1/+1
* Use an as_ref hackacdenisSK2017-10-091-0/+7
* Refactor display impls for idsacdenisSK2017-09-241-1/+7
* Apply rustfmtZeyla Hellyer2017-09-181-30/+15
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-16/+31
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-31/+16
* Clippy lintsZeyla Hellyer2017-08-181-1/+1
* rustfmtacdenisSK2017-07-271-19/+19
* Add an actual way to fetch audit log entries from a guildacdenisSK2017-07-201-0/+2
* Docs fixesmei2017-06-271-9/+0
* Make Message::nonce a serde_json::ValueZeyla Hellyer2017-06-231-49/+0
* Fix negative nonces failing to deserializeZeyla Hellyer2017-06-101-2/+51
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-3/+3
* Restructure modulesZeyla Hellyer2017-05-221-3/+7
* Reasonably derive Debug on itemsZeyla Hellyer2017-05-221-0/+1
* Remove more remaining selfbot supportZeyla Hellyer2017-05-221-33/+0
* Fix deserialization for IdsZeyla Hellyer2017-04-241-1/+9
* Update most dependency version requirementsZeyla Hellyer2017-04-231-1/+1
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-63/+149
* Rework the models directoryZeyla Hellyer2017-03-251-1/+0
* Add slightly more documentationZeyla Hellyer2017-03-251-0/+15
* Fix a not-if-else lintZeyla Hellyer2017-02-121-0/+1
* Optimize cachingZeyla Hellyer2017-02-091-3/+4
* Fix docs linksAustin Hellyer2017-01-241-0/+2
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-10/+2
* Add guild and channel searchAustin Hellyer2016-12-291-3/+21
* More config for CreateCommand, add various methodsIllia2016-12-101-4/+4
* Change all try's into ?sacdenisSK2016-12-071-2/+0
* Improve Mentions, fix MessageBuilderIllia2016-12-061-7/+0
* Clarify some docsAustin Hellyer2016-11-301-0/+15
* Move events into their own moduleAustin Hellyer2016-11-251-2/+4
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-4/+4
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-1/+1
* Rename the State to CacheAustin Hellyer2016-11-221-2/+2
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-211-0/+1
* Add created_at method to Ids and UserAustin Hellyer2016-11-211-0/+7
* Allow Id/u64 equality comparisonsAustin Hellyer2016-11-171-1/+13
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-2/+8
* Decode embed/role colours into Colour structAustin Hellyer2016-11-141-1/+1
* Add internal moduleAustin Hellyer2016-11-141-1/+1