aboutsummaryrefslogtreecommitdiff
path: root/src/client/gateway/prep.rs
Commit message (Expand)AuthorAgeFilesLines
* Default to using [0, 1] shardsZeyla Hellyer2017-04-131-1/+1
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-31/+19
* Pass by reference where possibleZeyla Hellyer2017-02-281-1/+1
* Fix value of 'browser' in identifyAustin Hellyer2017-02-031-1/+1
* Log only unexpected keepalive errorsAustin Hellyer2017-02-011-2/+15
* Abstract large threshold number to a constantAustin Hellyer2017-01-241-2/+2
* Reboot shard on broken pipeAustin Hellyer2017-01-201-3/+16
* Add shard latency trackingAustin Hellyer2017-01-141-5/+12
* Convert heartbeat debug to a traceAustin Hellyer2016-12-311-1/+1
* A bit more loggingAustin Hellyer2016-12-291-0/+4
* Round 1Austin Hellyer2016-12-291-2/+2
* Accept u64 shard countsAustin Hellyer2016-12-261-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-101-2/+2
* Change all try's into ?sacdenisSK2016-12-071-1/+1
* Clean up the codebaseAustin Hellyer2016-11-291-11/+10
* Improve docs and add new message builder methodsIllia K2016-11-281-2/+2
* Move events into their own moduleAustin Hellyer2016-11-251-1/+1
* Re-organize the client moduleAustin Hellyer2016-11-211-0/+146