aboutsummaryrefslogtreecommitdiff
path: root/src/model/event.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Register the 'status' setting for usersAustin Hellyer2017-01-271-0/+2
* Fix a payload decodeAustin Hellyer2017-01-091-2/+0
* Code style cleanupAustin Hellyer2017-01-081-44/+44
* Match event namesAustin Hellyer2016-12-221-107/+63
* Simplify event decodingAustin Hellyer2016-12-221-62/+62
* Abstract event decoders to associated functionsAustin Hellyer2016-12-221-260/+682
* Change all try's into ?sacdenisSK2016-12-071-132/+132
* Clean up the codebaseAustin Hellyer2016-11-291-31/+118
* Add Context, REST, and model documentationfwrs2016-11-271-0/+2
* Move events into their own moduleAustin Hellyer2016-11-251-0/+761