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
*
Fix cache write lock timer (#423)
Erk-
2018-10-30
1
-8
/
+9
*
Fix compilation without cache (#420)
Erk-
2018-10-24
1
-0
/
+1
*
Add configuration for the write lock the cache is using to update (#415)
Erk-
2018-10-15
1
-8
/
+17
*
A bunch of typo fixes (#404)
Perry Fraser
2018-10-01
1
-1
/
+1
*
Revert "Old message on update (#368)"
Zeyla Hellyer
2018-09-13
1
-9
/
+2
*
Old message on update (#368)
Adelyn
2018-08-26
1
-2
/
+9
*
Fix erroneous deadlock detected messages. (#363)
Lymia Aluysia
2018-08-08
1
-10
/
+10
*
Fix compilation + tests on certain feature combos
Zeyla Hellyer
2018-08-07
1
-0
/
+1
*
Fix potential dispatch cache deadlocking + log it
Zeyla Hellyer
2018-08-02
1
-1
/
+12
*
Add missing `mut`
acdenisSK
2018-08-02
1
-1
/
+1
*
Don't delay Ready with cache enabled
Zeyla Hellyer
2018-08-01
1
-46
/
+5
*
De-cringe a comment
acdenisSK
2018-08-01
1
-3
/
+3
*
Add a message cache API (#345)
zeyla
2018-07-09
1
-1
/
+7
*
Fix panics on guild member update dispatches
Zeyla Hellyer
2018-04-26
1
-10
/
+12
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-5
/
+9
*
Fix no-cache standardframework compilation (#290)
Lakelezz
2018-03-15
1
-1
/
+1
*
Use an InterMessage to communicate over gateway
Zeyla Hellyer
2018-01-18
1
-5
/
+5
*
Resolve no-framework client compilation
Zeyla Hellyer
2018-01-02
1
-2
/
+2
*
Update dispatch.rs
Zeyla Hellyer
2018-01-02
1
-1
/
+1
*
Fix no-framework dispatching
Zeyla Hellyer
2018-01-02
1
-1
/
+1
*
Add an event for shard updates
Zeyla Hellyer
2018-01-01
1
-43
/
+57
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
1
-44
/
+45
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-2
/
+2
*
Use the threadpool for framework command execution
Zeyla Hellyer
2017-11-13
1
-121
/
+283
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-2
/
+2
*
Redo client internals + gateway
Zeyla Hellyer
2017-11-03
1
-59
/
+73
*
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
1
-52
/
+52
*
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
1
-1
/
+1
|
\
|
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
1
-1
/
+1
|
*
Add a threadpool to the shard runner
Zeyla Hellyer
2017-10-09
1
-17
/
+18
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-11
/
+7
*
|
Add a threadpool to the shard runner
Zeyla Hellyer
2017-10-09
1
-17
/
+18
|
/
*
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
[next]