aboutsummaryrefslogtreecommitdiff
path: root/src/model/event.rs
Commit message (Expand)AuthorAgeFilesLines
* Old message on update (#368)Adelyn2018-08-261-25/+32
* Fix all the dead links in the docsErk-2018-08-091-7/+4
* Decringe an old commentacdenisSK2018-08-081-2/+1
* Fix some clippy lintsZeyla Hellyer2018-07-151-21/+21
* Add a message cache API (#345)zeyla2018-07-091-0/+81
* Fix dead doc-links and add missing ones. (#347)Lakelezz2018-07-041-33/+40
* Fix "Guild Member Chunk" deserializationZeyla Hellyer2018-04-251-2/+11
* Remove empty whitespace at ends of linesZeyla Hellyer2018-04-251-1/+1
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-1/+5
* Change the way ids and some enums are made (#295)Leah2018-03-231-9/+9
* Remove useless clones (#292)Maiddog2018-03-171-3/+3
* Create unset member instances on presence updatesZeyla Hellyer2018-01-171-0/+19
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-37/+126
* GatewayEvent: don't unwrap deserializationsZeyla Hellyer2017-12-191-1/+2
* Break up the model moduleZeyla Hellyer2017-12-161-1/+1
* Fix no-gateway compilationZeyla Hellyer2017-11-201-3/+1
* Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-191-149/+480
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-7/+7
* Merge v0.4.2acdenisSK2017-10-241-1/+3
|\
| * Properly update emojis, fix shard retries, fix csLakelezz2017-10-231-1/+3
* | Update to account for changes made in 0.4.1acdenisSK2017-10-141-17/+17
|\|
| * Fix clippy lintsZeyla Hellyer2017-10-111-17/+17
| * Fix most clippy warningsMaiddog2017-10-041-1/+1
| * `to_owned` -> `to_string`acdenisSK2017-10-011-1/+1
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-20/+19
* | Resume on resumable session invalidationsZeyla Hellyer2017-10-091-2/+11
* | Fix most clippy warningsMaiddog2017-10-091-1/+1
* | `to_owned` -> `to_string`acdenisSK2017-10-091-1/+1
|/
* Apply rustfmtZeyla Hellyer2017-09-181-91/+66
* Apply rustfmtZeyla Hellyer2017-09-141-11/+11
* Revamp `CacheEventsImpl`acdenisSK2017-09-121-0/+611
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-22/+40
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-40/+22
* Apply rustfmtZeyla Hellyer2017-08-181-22/+35
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-202/+194
* rustfmtacdenisSK2017-07-271-158/+225
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-141-3/+5
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-3/+4
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-1/+4
* Restructure modulesZeyla Hellyer2017-05-221-2/+6
* Remove more remaining selfbot supportZeyla Hellyer2017-05-221-11/+0
* Update most dependency version requirementsZeyla Hellyer2017-04-231-32/+32
* Remove ChannelPinsAck/MessageAck eventsZeyla Hellyer2017-04-191-14/+0
* Add a test suite for event deserializationZeyla Hellyer2017-04-191-0/+2
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-519/+253
* Remove support for group calls and guild syncZeyla Hellyer2017-04-091-151/+0
* Remove selfbot supportZeyla Hellyer2017-04-051-183/+0
* Add slightly more documentationZeyla Hellyer2017-03-251-7/+152
* Fix Member methods due to variant joined_at valuesZeyla Hellyer2017-03-201-4/+8
* Fix a not-if-else lintZeyla Hellyer2017-02-121-0/+2