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
/
gateway
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix doctests for a variety of feature targets
Zeyla Hellyer
2017-11-01
1
-2
/
+19
*
Use consistent token names in examples
Zeyla Hellyer
2017-11-01
1
-1
/
+1
*
Fix shard shutdown via Context
Zeyla Hellyer
2017-10-29
2
-1
/
+20
*
Properly update emojis, fix shard retries, fix cs
Lakelezz
2017-10-23
1
-1
/
+17
*
Fix shard connection
Zeyla Hellyer
2017-10-19
1
-29
/
+26
*
Use update syntax for Shard (#195)
Edward Yang
2017-10-16
1
-22
/
+29
*
Reset shard heartbeat state on resume
Zeyla Hellyer
2017-10-09
1
-0
/
+2
*
Use an as_ref hack
acdenisSK
2017-10-05
1
-3
/
+3
*
Replace slice parametres by IntoIterator (#177)
François Triquet
2017-10-05
1
-2
/
+3
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-7
/
+7
*
Have `ConnectionStage` derive Copy
acdenisSK
2017-10-01
2
-6
/
+6
*
Improve shard logic
Zeyla Hellyer
2017-09-30
2
-30
/
+93
*
Improve shard and shard runner logging
Zeyla Hellyer
2017-09-30
1
-57
/
+80
*
Add a shard manager
Zeyla Hellyer
2017-09-24
1
-2
/
+14
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-69
/
+109
*
Prevent malformed opus data from crashing the bot process (#149)
Maiddog
2017-08-27
1
-35
/
+37
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-7
/
+11
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-55
/
+51
*
Fix presence updates
Maiddog
2017-08-21
1
-0
/
+2
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-8
/
+10
*
Fix tests
Zeyla Hellyer
2017-08-01
1
-1
/
+1
*
Fix the `_other` match arm
acdenisSK
2017-07-27
1
-3
/
+6
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-15
/
+22
*
rustfmt
acdenisSK
2017-07-27
2
-54
/
+44
*
Revert the ignoring of protocol and data frame errors, while actually handlin...
acdenisSK
2017-07-24
1
-2
/
+0
*
Also ignore data frame errors
acdenisSK
2017-07-23
1
-1
/
+2
*
Ignore protocol errors
acdenisSK
2017-07-23
1
-0
/
+1
*
Switch to tokio for events (#122)
Alex Lyon
2017-07-14
1
-1
/
+1
*
Fix doc tests
acdenisSK
2017-07-02
1
-14
/
+17
*
Attempt to reconnect if heartbeating fails
Zeyla Hellyer
2017-06-21
1
-6
/
+6
*
Reconnect on failed heartbeats
Zeyla Hellyer
2017-06-21
1
-6
/
+10
*
Update dependencies
Zeyla Hellyer
2017-06-21
1
-2
/
+2
*
Extract Discord close codes to constants
Zeyla Hellyer
2017-06-21
1
-13
/
+13
*
Rework shard logic and shard handling
Zeyla Hellyer
2017-06-16
4
-420
/
+398
*
Switch from #[doc(hidden)] to pub(crate)
alex
2017-06-14
1
-14
/
+6
*
Only set shard timeout after a READY is received
Zeyla Hellyer
2017-06-13
1
-5
/
+9
*
Fix voice compilation
Zeyla Hellyer
2017-06-10
1
-2
/
+19
*
Fix shard doctests
Zeyla Hellyer
2017-06-07
1
-7
/
+7
*
Upgrade rust-websocket, rust-openssl, and hyper
Zeyla Hellyer
2017-06-07
5
-180
/
+164
*
Ws read/write timeout after 90s
Zeyla Hellyer
2017-06-06
1
-1
/
+25
*
Separate websocket client initialization
Zeyla Hellyer
2017-06-06
1
-12
/
+10
*
Deprecate Client::login, add Client::new
Zeyla Hellyer
2017-06-06
1
-1
/
+2
*
Use chrono for struct timestamp fields
Zeyla Hellyer
2017-06-06
2
-5
/
+5
*
Check last heartbeat acknowledged in heartbeater
Zeyla Hellyer
2017-06-01
2
-4
/
+34
*
Add more examples and improve some others
Zeyla Hellyer
2017-05-23
1
-18
/
+133
*
Restructure modules
Zeyla Hellyer
2017-05-22
5
-0
/
+958