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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'futures' into v0.6.x
Zeyla Hellyer
2018-05-28
15
-4055
/
+197
|
\
|
*
Fix some odd code style
Zeyla Hellyer
2018-05-27
1
-1
/
+2
|
*
Use impl Trait for Futures
Zeyla Hellyer
2018-05-27
1
-3
/
+3
|
*
Add 'send_files' http support
Zeyla Hellyer
2018-03-26
1
-2
/
+2
|
*
Merge branch 'master' into futures
Zeyla Hellyer
2018-03-25
3
-1153
/
+0
|
|
\
|
*
|
Remove cache/http methods on structs
Zeyla Hellyer
2018-03-25
3
-9
/
+1
|
*
|
Rewrite the library to use Futures
Zeyla Hellyer
2018-02-04
12
-2655
/
+197
|
*
|
Fix broken docs links caused by model mod changes
Zeyla Hellyer
2018-02-04
4
-20
/
+20
*
|
|
Add Rich Presence parsing support
Zeyla Hellyer
2018-05-27
4
-59
/
+55
*
|
|
Make builders mutably borrowed
Zeyla Hellyer
2018-05-27
1
-1
/
+5
*
|
|
Add documentation to `EventHandler`
acdenisSK
2018-05-27
1
-54
/
+54
*
|
|
Fix links to the repo
Zeyla Hellyer
2018-05-23
1
-1
/
+1
*
|
|
Replace (most) placeholders with actual names
acdenisSK
2018-05-22
1
-54
/
+54
*
|
|
Remove a usage of Clone::clone
Zeyla Hellyer
2018-04-26
1
-2
/
+2
*
|
|
Fix panics on guild member update dispatches
Zeyla Hellyer
2018-04-26
1
-10
/
+12
*
|
|
Remove empty whitespace at ends of lines
Zeyla Hellyer
2018-04-25
1
-3
/
+3
*
|
|
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
11
-35
/
+81
*
|
|
Fix heartbeat checking
Zeyla Hellyer
2018-03-27
1
-7
/
+2
|
|
/
|
/
|
*
|
Remove useless clones (#292)
Maiddog
2018-03-17
1
-1
/
+1
*
|
Fix no-cache standardframework compilation (#290)
Lakelezz
2018-03-15
1
-1
/
+1
*
|
Add documentation to `EventHandler`
acdenisSK
2018-02-19
1
-2
/
+205
*
|
Fix broken docs links caused by model mod changes
Zeyla Hellyer
2018-01-31
4
-20
/
+20
|
/
*
Expose a client voice manager
Zeyla Hellyer
2018-01-18
7
-78
/
+268
*
Use an InterMessage to communicate over gateway
Zeyla Hellyer
2018-01-18
7
-24
/
+32
*
Fix ShardManager doctest
Zeyla Hellyer
2018-01-10
1
-11
/
+14
*
Revert "Add `Client::user_id`"
Zeyla Hellyer
2018-01-10
1
-9
/
+3
*
Simplify ShardManager creation
Zeyla Hellyer
2018-01-10
3
-119
/
+54
*
Add `Client::user_id`
Zeyla Hellyer
2018-01-10
1
-3
/
+10
*
Remove `is_bot` boolean from framework
Zeyla Hellyer
2018-01-10
1
-1
/
+1
*
Move `VecMap` to `utils`
acdenisSK
2018-01-02
1
-3
/
+3
*
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
6
-47
/
+106
*
Expose a method of retrieving shard status/latency
Zeyla Hellyer
2018-01-01
4
-1
/
+52
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-3
/
+3
*
Add missing trailing comma in match
Zeyla Hellyer
2017-12-17
1
-1
/
+1
*
Trim given token in Client::new
Zeyla Hellyer
2017-12-17
1
-0
/
+2
*
Fix doc-tests and `single_zc`
acdenisSK
2017-12-17
1
-5
/
+5
*
Fix shards attempting to re-identify on their own
Zeyla Hellyer
2017-12-16
1
-8
/
+24
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
4
-62
/
+63
*
Attempt to restart failed shard boots
Zeyla Hellyer
2017-12-16
2
-18
/
+48
*
Break up the model module
Zeyla Hellyer
2017-12-16
5
-23
/
+25
*
Make `Context::edit_profile` slightly efficient
acdenisSK
2017-12-14
1
-3
/
+3
*
Shutdown everything on ShardManager::shutdown_all
Zeyla Hellyer
2017-12-09
5
-1
/
+17
*
Remove client close handle
Zeyla Hellyer
2017-11-20
1
-19
/
+38
*
Implement Deserialize for {,Gateway,Voice}Event
Zeyla Hellyer
2017-11-19
1
-2
/
+7
*
Fix framework doctests
Zeyla Hellyer
2017-11-18
1
-2
/
+2
*
Fix doc-tests
acdenisSK
2017-11-16
1
-1
/
+5
*
Use the threadpool for framework command execution
Zeyla Hellyer
2017-11-13
2
-150
/
+294
[next]