aboutsummaryrefslogtreecommitdiff
path: root/src/model/gateway.rs
Commit message (Expand)AuthorAgeFilesLines
* Add From impls for Game, generify Game paramsZeyla Hellyer2018-08-011-0/+52
* Fix some clippy lintsZeyla Hellyer2018-07-151-1/+1
* Change the way ids and some enums are made (#295)Leah2018-03-231-16/+25
* Remove useless clones (#292)Maiddog2018-03-171-1/+1
* Remove GameType::WatchingZeyla Hellyer2018-01-031-32/+0
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-4/+32
* Add missing 'num' implementations on modelsZeyla Hellyer2017-12-271-0/+13
* Default serde on a couple Ready structfieldsZeyla Hellyer2017-12-171-6/+8
* Break up the model moduleZeyla Hellyer2017-12-161-5/+7
* Revamp the internals of `Args`acdenisSK2017-12-161-3/+3
* Add the new game types (#219)Mei Boudreau2017-11-161-0/+62
* Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-1/+2
* `to_owned` -> `to_string`acdenisSK2017-10-091-3/+3
* Apply rustfmtZeyla Hellyer2017-09-181-23/+13
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-13/+23
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-23/+13
* Fix tests (#145)Maiddog2017-08-221-3/+6
* Apply rustfmtZeyla Hellyer2017-08-181-8/+16
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-19/+15
* rustfmtacdenisSK2017-07-271-26/+33
* Add some model docs, deprecate Role::edit_roleMaiddog2017-06-031-0/+35
* Restructure modulesZeyla Hellyer2017-05-221-0/+1
* Update most dependency version requirementsZeyla Hellyer2017-04-231-4/+4
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-36/+152
* Optimize cachingZeyla Hellyer2017-02-091-1/+2
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-2/+0
* Alphabetize model method namesAustin Hellyer2017-01-081-20/+20
* Change all try's into ?sacdenisSK2016-12-071-12/+12
* Add documentation for modelsIllia2016-12-041-2/+6
* Clean up the codebaseAustin Hellyer2016-11-291-2/+2
* Improve docs and add new message builder methodsIllia K2016-11-281-0/+2
* Voice example no longer requires 'extras'Austin Hellyer2016-11-261-1/+0
* Add a bit more docsAustin Hellyer2016-11-261-0/+1
* Catch some clippy lintsAustin Hellyer2016-11-251-3/+0
* Move events into their own moduleAustin Hellyer2016-11-251-755/+0
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-2/+2
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-6/+6
* Rename the State to CacheAustin Hellyer2016-11-221-2/+2
* Rework contextual presence methodsAustin Hellyer2016-11-191-5/+5
* Register friend suggestion eventsAustin Hellyer2016-11-181-0/+27
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-0/+4
* Add voice connection supportAustin Hellyer2016-11-141-60/+1
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Add delete_message_reactions + register eventAustin Hellyer2016-11-111-0/+19
* Map op codes via a macroAustin Hellyer2016-11-091-2/+2
* Add webhook supportAustin Hellyer2016-11-071-0/+16
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Add message reactionsAustin Hellyer2016-11-051-0/+30
* Abstract opcodes to enumsAustin Hellyer2016-10-221-12/+21
* Initial commitAustin Hellyer2016-10-181-0/+784