aboutsummaryrefslogtreecommitdiff
path: root/src/client/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Encase the event storage in an Arc<RwLock>Austin Hellyer2016-12-021-71/+71
* Clean up the codebaseAustin Hellyer2016-11-291-2/+0
* Add initial audio supportAustin Hellyer2016-11-291-1/+0
* Remove duplicated gateway logicAustin Hellyer2016-11-291-13/+0
* Add a bit more docsAustin Hellyer2016-11-261-4/+17
* More widely support no-cache method compilesAustin Hellyer2016-11-251-0/+7
* Move events into their own moduleAustin Hellyer2016-11-251-65/+78
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-11/+11
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-5/+5
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-3/+3
* Rename the State to CacheAustin Hellyer2016-11-221-30/+30
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-211-1/+1
* Re-organize the client moduleAustin Hellyer2016-11-211-221/+75
* Fix type errors for non-framework buildsAustin Hellyer2016-11-191-4/+12
* Nonblocking connectionAustin Hellyer2016-11-191-11/+26
* Fix cond. compile across multiple feature targetsAustin Hellyer2016-11-191-56/+112
* Register friend suggestion eventsAustin Hellyer2016-11-181-0/+20
* A bit of docsAustin Hellyer2016-11-181-52/+112
* Feature macros should use else as block separatorAustin Hellyer2016-11-181-3/+3
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-123/+275
* State: on update, return old instancesAustin Hellyer2016-11-151-18/+40
* Add voice connection supportAustin Hellyer2016-11-141-3/+7
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Add a check for message content lengthAustin Hellyer2016-11-121-0/+7
* Add delete_message_reactions + register eventAustin Hellyer2016-11-111-0/+10
* Map op codes via a macroAustin Hellyer2016-11-091-0/+1
* Add webhook supportAustin Hellyer2016-11-071-0/+10
* Add some more documentationAustin Hellyer2016-11-061-5/+17
* Move HTTP/ratelimiting into a separate moduleAustin Hellyer2016-11-061-1/+0
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Convert all doc anchors to named anchorsAustin Hellyer2016-11-051-5/+7
* Fix doc links to enum variantsAustin Hellyer2016-11-051-48/+48
* Add message reactionsAustin Hellyer2016-11-051-0/+20
* Initial commitAustin Hellyer2016-10-181-0/+973