aboutsummaryrefslogtreecommitdiff
path: root/src/client/gateway
Commit message (Expand)AuthorAgeFilesLines
* Fix an unused use on non-cacheZeyla Hellyer2017-04-191-1/+2
* Default to using [0, 1] shardsZeyla Hellyer2017-04-131-1/+1
* Add Shard Id helpersZeyla Hellyer2017-04-121-1/+24
* Switch to using serde for deserializationZeyla Hellyer2017-04-112-65/+50
* Remove support for group calls and guild syncZeyla Hellyer2017-04-091-17/+1
* Remove selfbot supportZeyla Hellyer2017-04-051-20/+4
* Add slightly more documentationZeyla Hellyer2017-03-251-0/+2
* Pass by reference where possibleZeyla Hellyer2017-02-282-2/+2
* Optimize cachingZeyla Hellyer2017-02-091-2/+2
* Resume when restarting WS sender/receiverAustin Hellyer2017-02-072-25/+24
* Fix value of 'browser' in identifyAustin Hellyer2017-02-031-1/+1
* Optimize presence update for self in cacheAustin Hellyer2017-02-011-7/+2
* Log only unexpected keepalive errorsAustin Hellyer2017-02-011-2/+15
* Add guild chunkingAustin Hellyer2017-01-251-0/+13
* Fix docs linksAustin Hellyer2017-01-242-3/+2
* Abstract large threshold number to a constantAustin Hellyer2017-01-241-2/+2
* Reboot shard on broken pipeAustin Hellyer2017-01-201-3/+16
* Credit Shard::latencyAustin Hellyer2017-01-161-0/+2
* Set internal seq to number received on dispatchesAustin Hellyer2017-01-151-0/+2
* 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