aboutsummaryrefslogtreecommitdiff
path: root/src/client/dispatch.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove tokio usageZeyla Hellyer2017-09-211-339/+131
* Fix a documentation typoZeyla Hellyer2017-09-191-1/+1
* Also rustfmtZeyla Hellyer2017-09-181-1/+3
* Fix block on spawning multiple shardsZeyla Hellyer2017-09-181-1/+1
* Apply rustfmtZeyla Hellyer2017-09-181-53/+12
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-23/+13
* Revamp `CacheEventsImpl`acdenisSK2017-09-121-69/+59
* Add `Context::handle`acdenisSK2017-09-111-43/+43
* Implement categoriesacdenisSK2017-09-091-0/+13
* Change order to avoid subtraction overflow error (#160)Maiddog2017-09-071-1/+1
* Prevent malformed opus data from crashing the bot process (#149)Maiddog2017-08-271-59/+65
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-15/+56
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-118/+77
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-2/+2
* 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