index
:
serenity
aliases-fix
asref_messageid_for_message
cmd-aliases-fix
colour_hex
debug
fix-default-command-upon-shortcut-prefix
fix_dead_link_in_readme
fix_message_update
group-checks
group-default-command
master
new-mentionable
old_message_on_update
old_message_on_update_v2
routing-fixes
upstream
v0.4.x
v0.6.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
dispatch.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove tokio usage
Zeyla Hellyer
2017-09-21
1
-339
/
+131
*
Fix a documentation typo
Zeyla Hellyer
2017-09-19
1
-1
/
+1
*
Also rustfmt
Zeyla Hellyer
2017-09-18
1
-1
/
+3
*
Fix block on spawning multiple shards
Zeyla Hellyer
2017-09-18
1
-1
/
+1
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-53
/
+12
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-23
/
+13
*
Revamp `CacheEventsImpl`
acdenisSK
2017-09-12
1
-69
/
+59
*
Add `Context::handle`
acdenisSK
2017-09-11
1
-43
/
+43
*
Implement categories
acdenisSK
2017-09-09
1
-0
/
+13
*
Change order to avoid subtraction overflow error (#160)
Maiddog
2017-09-07
1
-1
/
+1
*
Prevent malformed opus data from crashing the bot process (#149)
Maiddog
2017-08-27
1
-59
/
+65
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-15
/
+56
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-118
/
+77
*
Move builtin framework impl to its own module
Zeyla Hellyer
2017-08-19
1
-2
/
+2
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-11
/
+52
*
Move the Framework trait to the framework
Zeyla Hellyer
2017-08-18
1
-1
/
+1
*
Split event handling in the cache to a trait
acdenisSK
2017-08-10
1
-18
/
+4
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-4
/
+6
*
rustfmt
acdenisSK
2017-07-27
1
-47
/
+43
*
Use a consistent indentation style
Zeyla Hellyer
2017-07-26
1
-18
/
+18
*
Make the `framework` module feature-gated and fix the names in the helper macro
acdenisSK
2017-07-27
1
-3
/
+3
*
Fix condional compilation for `Framework::initialized` when builtin-framework...
acdenisSK
2017-07-27
1
-18
/
+22
*
Fix #130
acdenisSK
2017-07-22
1
-79
/
+34
*
Remove more threads with futures
acdenisSK
2017-07-15
1
-6
/
+6
*
Switch to tokio for events (#122)
Alex Lyon
2017-07-14
1
-71
/
+227
*
Fixed clippy warnings (#120)
Kaidan
2017-07-10
1
-1
/
+1
*
Apply the new api change for dms in bots
acdenisSK
2017-07-07
1
-4
/
+20
*
Add an `is_new` to the arguments of the `guild_create` handler
acdenisSK
2017-07-05
1
-1
/
+12
*
Add a macro here
acdenisSK
2017-07-03
1
-48
/
+32
*
Merge branch "trait-based-event-handling"
acdenisSK
2017-06-28
1
-300
/
+220
*
Add reaction actions (#115)
alex
2017-06-28
1
-16
/
+87
*
Add an `on_cached` event (#114)
alex
2017-06-28
1
-8
/
+49
*
Fix no-framework compilation
Zeyla Hellyer
2017-06-14
1
-1
/
+1
*
Remove Context::{channel_id, queue}
Zeyla Hellyer
2017-06-13
1
-58
/
+41
*
Fix compilations across feature combinations
Zeyla Hellyer
2017-06-02
1
-1
/
+2
*
Fix client-feature, no-model compiles
Zeyla Hellyer
2017-06-01
1
-3
/
+21
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-1
/
+1
*
Handle message type 7 (member join)
illia k
2017-05-22
1
-2
/
+6
*
Remove ChannelPinsAck/MessageAck events
Zeyla Hellyer
2017-04-19
1
-7
/
+0
*
Deprecate methods prefixed with `get_`
Zeyla Hellyer
2017-04-19
1
-4
/
+2
*
Clippy lints + permission byte literals
Zeyla Hellyer
2017-04-09
1
-1
/
+1
*
Remove support for group calls and guild sync
Zeyla Hellyer
2017-04-09
1
-57
/
+0
*
Remove selfbot support
Zeyla Hellyer
2017-04-05
1
-197
/
+48
*
Optimize caching
Zeyla Hellyer
2017-02-09
1
-9
/
+24
*
Don't clone the context
Austin Hellyer
2017-01-28
1
-6
/
+4
*
Don't clone on non-framework message creates
Austin Hellyer
2017-01-27
1
-5
/
+4
*
Fix no-framework compiles
Austin Hellyer
2017-01-24
1
-2
/
+2
*
Avoid a lot of Arc/Message/RwLock clones
Austin Hellyer
2017-01-24
1
-328
/
+155
*
Use conditional blocks over macros
Austin Hellyer
2016-12-29
1
-24
/
+39
*
More config for CreateCommand, add various methods
Illia
2016-12-10
1
-1
/
+1
[next]