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
/
context.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement the proposed change to the sharemap (`Mutex` => `RwLock`) (#453)
Erk-
2018-12-22
1
-5
/
+3
*
Remove global Cache (#448)
Lakelezz
2018-12-18
1
-2
/
+10
*
Update to Rust 2018 (#445)
Lakelezz
2018-12-07
1
-9
/
+9
*
Change all builders to mutably borrow (#443)
Ken Swenson
2018-11-25
1
-2
/
+6
*
Update context and edit_profile doc test
Ken Swenson
2018-11-11
1
-3
/
+10
*
Revert "Remove Context::edit_profile"
Ken Swenson
2018-11-11
1
-0
/
+60
*
Rebase v0.6x onto current
Ken Swenson
2018-11-06
1
-12
/
+1
*
Remove Context::edit_profile
Zeyla Hellyer
2018-11-06
1
-60
/
+0
*
Add Rich Presence parsing support
Zeyla Hellyer
2018-11-06
1
-33
/
+30
*
Make builders mutably borrowed
Zeyla Hellyer
2018-11-06
1
-1
/
+5
*
Add From impls for Game, generify Game params
Zeyla Hellyer
2018-08-01
1
-10
/
+10
*
Deprecate Context::edit_profile
Zeyla Hellyer
2018-07-31
1
-0
/
+1
*
Remove a usage of Clone::clone
Zeyla Hellyer
2018-04-26
1
-2
/
+2
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-2
/
+4
*
Remove useless clones (#292)
Maiddog
2018-03-17
1
-1
/
+1
*
Fix broken docs links caused by model mod changes
Zeyla Hellyer
2018-01-31
1
-12
/
+12
*
Use an InterMessage to communicate over gateway
Zeyla Hellyer
2018-01-18
1
-2
/
+3
*
Move `VecMap` to `utils`
acdenisSK
2018-01-02
1
-3
/
+3
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-3
/
+3
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-13
/
+14
*
Make `Context::edit_profile` slightly efficient
acdenisSK
2017-12-14
1
-3
/
+3
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-8
/
+8
*
Merge v0.4.3
acdenisSK
2017-11-04
1
-0
/
+6
|
\
|
*
Fix doctests for a variety of feature targets
Zeyla Hellyer
2017-11-01
1
-0
/
+6
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-5
/
+5
*
|
Redo client internals + gateway
Zeyla Hellyer
2017-11-03
1
-32
/
+33
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
1
-10
/
+32
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
1
-10
/
+10
*
|
Remove setting of the afk field in shards
Zeyla Hellyer
2017-10-19
1
-7
/
+7
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
1
-7
/
+9
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-1
/
+1
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
1
-5
/
+5
|
/
*
Remove tokio usage
Zeyla Hellyer
2017-09-21
1
-6
/
+1
*
Fix block on spawning multiple shards
Zeyla Hellyer
2017-09-18
1
-0
/
+1
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-1
/
+2
*
Copy some methods from Command to Group (#164)
Maiddog
2017-09-11
1
-1
/
+4
*
Add `Context::handle`
acdenisSK
2017-09-11
1
-1
/
+5
*
Prevent malformed opus data from crashing the bot process (#149)
Maiddog
2017-08-27
1
-17
/
+19
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-1
/
+1
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-17
/
+17
*
rustfmt
acdenisSK
2017-07-27
1
-32
/
+29
*
Switch to tokio for events (#122)
Alex Lyon
2017-07-14
1
-10
/
+11
*
Fix doc tests
acdenisSK
2017-07-02
1
-79
/
+125
*
Add a `quit` function`
acdenisSK
2017-06-30
1
-0
/
+11
*
Switch from #[doc(hidden)] to pub(crate)
alex
2017-06-14
1
-8
/
+1
*
Remove Context::{channel_id, queue}
Zeyla Hellyer
2017-06-13
1
-12
/
+1
*
Upgrade rust-websocket, rust-openssl, and hyper
Zeyla Hellyer
2017-06-07
1
-16
/
+16
*
Deprecate Client::login, add Client::new
Zeyla Hellyer
2017-06-06
1
-10
/
+10
*
Fix compilations across feature combinations
Zeyla Hellyer
2017-06-02
1
-2
/
+4
*
Add more examples and improve some others
Zeyla Hellyer
2017-05-23
1
-25
/
+141
[next]