aboutsummaryrefslogtreecommitdiff
path: root/src/client/gateway
Commit message (Expand)AuthorAgeFilesLines
* Don't reconnect on WS error within some timeAustin Hellyer2017-01-151-0/+7
* Reconnect on any websocket errorAustin Hellyer2017-01-151-2/+0
* Add shard latency trackingAustin Hellyer2017-01-142-7/+38
* Fix a payload decodeAustin Hellyer2017-01-091-6/+1
* Add more shard loggingAustin Hellyer2017-01-081-6/+32
* Slightly modify close resume logicAustin Hellyer2017-01-081-1/+4
* 4011 is not handableLaura2017-01-041-1/+2
* Convert heartbeat debug to a traceAustin Hellyer2016-12-311-1/+1
* Remove use of struct pattern matchAustin Hellyer2016-12-291-1/+1
* Slightly simplify Shard::set_presenceAustin Hellyer2016-12-291-5/+4
* "Fix" clippy lintsAustin Hellyer2016-12-291-0/+1
* Rework some event handlesAustin Hellyer2016-12-291-3/+24
* Heartbeat recv: send null d valueAustin Hellyer2016-12-291-1/+1
* A bit more loggingAustin Hellyer2016-12-291-0/+4
* Round 1Austin Hellyer2016-12-294-47/+98
* Use conditional blocks over macrosAustin Hellyer2016-12-291-2/+3
* Update current user presence in cache on setAustin Hellyer2016-12-281-1/+20
* Accept u64 shard countsAustin Hellyer2016-12-262-4/+4
* Make 'voice' feature not require 'cache'Austin Hellyer2016-12-161-1/+1
* Simplify gateway identify compressionAustin Hellyer2016-12-161-7/+2
* Cleanup gateway prepAustin Hellyer2016-12-121-4/+1
* More config for CreateCommand, add various methodsIllia2016-12-102-3/+3
* Change all try's into ?sacdenisSK2016-12-072-24/+24
* Fix Shard::set_presence exampleAustin Hellyer2016-12-031-1/+1
* Clean up the codebaseAustin Hellyer2016-11-292-16/+15
* Add initial audio supportAustin Hellyer2016-11-291-1/+1
* Remove duplicated gateway logicAustin Hellyer2016-11-292-24/+11
* Retrieve a new URL on reconnectAustin Hellyer2016-11-291-2/+4
* Improve docs and add new message builder methodsIllia K2016-11-282-4/+4
* Add a bit more docsAustin Hellyer2016-11-262-2/+52
* Move events into their own moduleAustin Hellyer2016-11-252-10/+3
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-2/+2
* Ignore WebSocketError::NoDataAvailableAustin Hellyer2016-11-231-0/+2
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-211-4/+4
* Re-organize the client moduleAustin Hellyer2016-11-215-0/+750