aboutsummaryrefslogtreecommitdiff
path: root/src/client/dispatch.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove ChannelPinsAck/MessageAck eventsZeyla Hellyer2017-04-191-7/+0
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-4/+2
* Clippy lints + permission byte literalsZeyla Hellyer2017-04-091-1/+1
* Remove support for group calls and guild syncZeyla Hellyer2017-04-091-57/+0
* Remove selfbot supportZeyla Hellyer2017-04-051-197/+48
* Optimize cachingZeyla Hellyer2017-02-091-9/+24
* Don't clone the contextAustin Hellyer2017-01-281-6/+4
* Don't clone on non-framework message createsAustin Hellyer2017-01-271-5/+4
* Fix no-framework compilesAustin Hellyer2017-01-241-2/+2
* Avoid a lot of Arc/Message/RwLock clonesAustin Hellyer2017-01-241-328/+155
* Use conditional blocks over macrosAustin Hellyer2016-12-291-24/+39
* More config for CreateCommand, add various methodsIllia2016-12-101-1/+1
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-1/+1
* Add a ShareMap across contextsAustin Hellyer2016-12-051-39/+60
* Encase the event storage in an Arc<RwLock>Austin Hellyer2016-12-021-6/+6
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-261-1/+2
* Move events into their own moduleAustin Hellyer2016-11-251-1/+2
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-7/+7
* Rename the State to CacheAustin Hellyer2016-11-221-33/+33
* Re-organize the client moduleAustin Hellyer2016-11-211-5/+6
* Rename state methods from find_ to get_Austin Hellyer2016-11-191-2/+2
* Fix type errors for non-framework buildsAustin Hellyer2016-11-191-1/+1
* Nonblocking connectionAustin Hellyer2016-11-191-8/+5
* Fix cond. compile across multiple feature targetsAustin Hellyer2016-11-191-26/+41
* Register friend suggestion eventsAustin Hellyer2016-11-181-0/+20
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-149/+281
* Add a message builder for Context::send_messageAustin Hellyer2016-11-151-1/+1
* State: on update, return old instancesAustin Hellyer2016-11-151-52/+33
* Add voice connection supportAustin Hellyer2016-11-141-1/+1
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Add delete_message_reactions + register eventAustin Hellyer2016-11-111-0/+12
* Add webhook supportAustin Hellyer2016-11-071-0/+10
* Fix framework locking on MessageCreate dispatchAustin Hellyer2016-11-061-2/+3
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Add message reactionsAustin Hellyer2016-11-051-0/+24
* Initial commitAustin Hellyer2016-10-181-0/+657