aboutsummaryrefslogtreecommitdiff
path: root/src/client/dispatch.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Apply rustfmtZeyla Hellyer2017-08-181-11/+52
* Move the Framework trait to the frameworkZeyla Hellyer2017-08-181-1/+1
* Split event handling in the cache to a traitacdenisSK2017-08-101-18/+4
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-4/+6
* rustfmtacdenisSK2017-07-271-47/+43
* Use a consistent indentation styleZeyla Hellyer2017-07-261-18/+18
* Make the `framework` module feature-gated and fix the names in the helper macroacdenisSK2017-07-271-3/+3
* Fix condional compilation for `Framework::initialized` when builtin-framework...acdenisSK2017-07-271-18/+22
* Fix #130acdenisSK2017-07-221-79/+34
* Remove more threads with futuresacdenisSK2017-07-151-6/+6
* Switch to tokio for events (#122)Alex Lyon2017-07-141-71/+227
* Fixed clippy warnings (#120)Kaidan2017-07-101-1/+1
* Apply the new api change for dms in botsacdenisSK2017-07-071-4/+20
* Add an `is_new` to the arguments of the `guild_create` handleracdenisSK2017-07-051-1/+12
* Add a macro hereacdenisSK2017-07-031-48/+32
* Merge branch "trait-based-event-handling"acdenisSK2017-06-281-300/+220
* Add reaction actions (#115)alex2017-06-281-16/+87
* Add an `on_cached` event (#114)alex2017-06-281-8/+49
* Fix no-framework compilationZeyla Hellyer2017-06-141-1/+1
* Remove Context::{channel_id, queue}Zeyla Hellyer2017-06-131-58/+41
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-1/+2
* Fix client-feature, no-model compilesZeyla Hellyer2017-06-011-3/+21
* Restructure modulesZeyla Hellyer2017-05-221-1/+1
* Handle message type 7 (member join)illia k2017-05-221-2/+6
* 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