aboutsummaryrefslogtreecommitdiff
path: root/src/client/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Reboot shard on broken pipeAustin Hellyer2017-01-201-105/+194
* TRACE-log on shard handler event receivalAustin Hellyer2017-01-181-0/+4
* Wait 5s between shard bootsAustin Hellyer2017-01-071-0/+3
* Fix shard boot indexAustin Hellyer2017-01-071-4/+4
* Make Client.shards privateAustin Hellyer2017-01-051-1/+1
* Fix rs suffixIllia2017-01-051-1/+1
* Remove user logout endpointAustin Hellyer2017-01-011-19/+0
* Fix typoIllia2016-12-311-1/+1
* Round 1Austin Hellyer2016-12-291-14/+25
* Use conditional blocks over macrosAustin Hellyer2016-12-291-2/+3
* Accept u64 shard countsAustin Hellyer2016-12-261-5/+8
* Add `on_message` exampleindiv02016-12-211-0/+16
* Remove cache feature dependency for frameworkAustin Hellyer2016-12-161-0/+12
* More config for CreateCommand, add various methodsIllia2016-12-101-6/+6
* Change all try's into ?sacdenisSK2016-12-071-2/+2
* Add a ShareMap across contextsAustin Hellyer2016-12-051-3/+32
* 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