aboutsummaryrefslogtreecommitdiff
path: root/src/client/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove ChannelPinsAck/MessageAck eventsZeyla Hellyer2017-04-191-20/+0
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-3/+3
* Remove support for group calls and guild syncZeyla Hellyer2017-04-091-79/+1
* Remove selfbot supportZeyla Hellyer2017-04-051-152/+20
* Fix some clippy lintsZeyla Hellyer2017-02-281-0/+1
* Pass by reference where possibleZeyla Hellyer2017-02-281-3/+3
* Update doctests for Context changesZeyla Hellyer2017-02-151-1/+1
* Optimize cachingZeyla Hellyer2017-02-091-4/+4
* Resume when restarting WS sender/receiverAustin Hellyer2017-02-071-5/+13
* Fix a clippy lintAustin Hellyer2017-02-071-3/+3
* Remove a stupid claim about the lib in the docsAustin Hellyer2017-02-031-2/+2
* Don't re-request gateway URL when autoshardingAustin Hellyer2017-01-271-11/+13
* Fix shard immediately rebooting on handle startAustin Hellyer2017-01-241-0/+2
* Fix no-framework compilesAustin Hellyer2017-01-241-6/+6
* Fix docs linksAustin Hellyer2017-01-241-3/+1
* Avoid a lot of Arc/Message/RwLock clonesAustin Hellyer2017-01-241-15/+15
* Avoid a needless clone on loginAustin Hellyer2017-01-241-20/+11
* Make BootInfo/MonitorInfo privateAustin Hellyer2017-01-231-3/+3
* Fix no-framework compilationAustin Hellyer2017-01-211-12/+28
* Dispatch Ready eventsAustin Hellyer2017-01-211-6/+23
* 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