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
...
*
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
*
Fix no-cache+method conditional compiles
Austin Hellyer
2016-12-10
1
-1
/
+1
*
Add a ShareMap across contexts
Austin Hellyer
2016-12-05
1
-39
/
+60
*
Encase the event storage in an Arc<RwLock>
Austin Hellyer
2016-12-02
1
-6
/
+6
*
Make Cache::get_channel return a reference
Austin Hellyer
2016-11-26
1
-1
/
+2
*
Move events into their own module
Austin Hellyer
2016-11-25
1
-1
/
+2
*
Change the CACHE to be an RwLock
Austin Hellyer
2016-11-22
1
-7
/
+7
*
Rename the State to Cache
Austin Hellyer
2016-11-22
1
-33
/
+33
*
Re-organize the client module
Austin Hellyer
2016-11-21
1
-5
/
+6
*
Rename state methods from find_ to get_
Austin Hellyer
2016-11-19
1
-2
/
+2
*
Fix type errors for non-framework builds
Austin Hellyer
2016-11-19
1
-1
/
+1
*
Nonblocking connection
Austin Hellyer
2016-11-19
1
-8
/
+5
*
Fix cond. compile across multiple feature targets
Austin Hellyer
2016-11-19
1
-26
/
+41
*
Register friend suggestion events
Austin Hellyer
2016-11-18
1
-0
/
+20
*
Add state/framework/etc. conditional compile flags
Austin Hellyer
2016-11-15
1
-149
/
+281
[prev]
[next]