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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix #130
acdenisSK
2017-07-22
1
-12
/
+68
*
Fix event handler dispatching
acdenisSK
2017-07-17
1
-7
/
+11
*
Make CloseHandle derive Copy (#127)
Jorge Israel Peña
2017-07-16
1
-1
/
+1
*
Handle the closing of Shards (#126)
Jorge Israel Peña
2017-07-16
1
-3
/
+16
*
Possibly fix the closing of shards
acdenisSK
2017-07-16
1
-2
/
+1
*
Add a close handle for closing the shards in another thread
acdenisSK
2017-07-16
1
-4
/
+13
*
Actually, revert the publicity and add `#[derive(Clone)]`
acdenisSK
2017-07-16
1
-1
/
+2
*
Make `HANDLE_STILL` public
acdenisSK
2017-07-16
1
-1
/
+1
*
Remove more threads with futures
acdenisSK
2017-07-15
1
-23
/
+22
*
Add a way to close all shards explictly
acdenisSK
2017-07-14
1
-22
/
+36
*
Switch to tokio for events (#122)
Alex Lyon
2017-07-14
1
-22
/
+30
*
Remove the deprecated functions
acdenisSK
2017-07-11
1
-18
/
+0
*
Fix doc tests
acdenisSK
2017-07-02
1
-14
/
+50
*
Whoops, and add a fail-safe to an upcomming pr to the compiler
acdenisSK
2017-06-28
1
-3
/
+3
*
Update readme, docs and add `EventHandler` to the prelude
acdenisSK
2017-06-28
1
-19
/
+31
*
Merge branch "trait-based-event-handling"
acdenisSK
2017-06-28
1
-637
/
+25
*
Add an `on_cached` event (#114)
alex
2017-06-28
1
-0
/
+26
*
Docs fixes
mei
2017-06-27
1
-2
/
+1
*
Fix no-framework, client compiles
Zeyla Hellyer
2017-06-24
1
-1
/
+1
*
Attempt to reconnect if heartbeating fails
Zeyla Hellyer
2017-06-21
1
-1
/
+1
*
Reconnect on failed heartbeats
Zeyla Hellyer
2017-06-21
1
-1
/
+5
*
Rework shard logic and shard handling
Zeyla Hellyer
2017-06-16
1
-127
/
+49
*
Reset shard handling on reconnects
Zeyla Hellyer
2017-06-14
1
-0
/
+6
*
Fix voice compilation
Zeyla Hellyer
2017-06-10
1
-33
/
+49
*
Upgrade rust-websocket, rust-openssl, and hyper
Zeyla Hellyer
2017-06-07
1
-28
/
+53
*
Make client starts return an error
Zeyla Hellyer
2017-06-06
1
-2
/
+35
*
Make client join shards and return
Zeyla Hellyer
2017-06-06
1
-4
/
+8
*
Deprecate Client::login, add Client::new
Zeyla Hellyer
2017-06-06
1
-34
/
+43
*
Add more examples and improve some others
Zeyla Hellyer
2017-05-23
1
-1
/
+312
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-63
/
+26
*
Remove ChannelPinsAck/MessageAck events
Zeyla Hellyer
2017-04-19
1
-20
/
+0
*
Switch to using serde for deserialization
Zeyla Hellyer
2017-04-11
1
-3
/
+3
*
Remove support for group calls and guild sync
Zeyla Hellyer
2017-04-09
1
-79
/
+1
*
Remove selfbot support
Zeyla Hellyer
2017-04-05
1
-152
/
+20
*
Fix some clippy lints
Zeyla Hellyer
2017-02-28
1
-0
/
+1
*
Pass by reference where possible
Zeyla Hellyer
2017-02-28
1
-3
/
+3
*
Update doctests for Context changes
Zeyla Hellyer
2017-02-15
1
-1
/
+1
*
Optimize caching
Zeyla Hellyer
2017-02-09
1
-4
/
+4
*
Resume when restarting WS sender/receiver
Austin Hellyer
2017-02-07
1
-5
/
+13
*
Fix a clippy lint
Austin Hellyer
2017-02-07
1
-3
/
+3
*
Remove a stupid claim about the lib in the docs
Austin Hellyer
2017-02-03
1
-2
/
+2
*
Don't re-request gateway URL when autosharding
Austin Hellyer
2017-01-27
1
-11
/
+13
*
Fix shard immediately rebooting on handle start
Austin Hellyer
2017-01-24
1
-0
/
+2
*
Fix no-framework compiles
Austin Hellyer
2017-01-24
1
-6
/
+6
*
Fix docs links
Austin Hellyer
2017-01-24
1
-3
/
+1
*
Avoid a lot of Arc/Message/RwLock clones
Austin Hellyer
2017-01-24
1
-15
/
+15
*
Avoid a needless clone on login
Austin Hellyer
2017-01-24
1
-20
/
+11
*
Make BootInfo/MonitorInfo private
Austin Hellyer
2017-01-23
1
-3
/
+3
*
Fix no-framework compilation
Austin Hellyer
2017-01-21
1
-12
/
+28
*
Dispatch Ready events
Austin Hellyer
2017-01-21
1
-6
/
+23
[prev]
[next]