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
*
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
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-8
/
+10
*
Switch to using serde for deserialization
Zeyla Hellyer
2017-04-11
1
-9
/
+6
*
Remove selfbot support
Zeyla Hellyer
2017-04-05
1
-5
/
+1
*
Pass by reference where possible
Zeyla Hellyer
2017-02-28
1
-1
/
+1
*
Add 'say' to Group, GuildChannel, PrivateChannel
Zeyla Hellyer
2017-02-13
1
-1
/
+1
*
Remove most Context methods
Zeyla Hellyer
2017-02-12
1
-821
/
+7
*
Optimize caching
Zeyla Hellyer
2017-02-09
1
-6
/
+6
*
Update examples for OOP update
Austin Hellyer
2017-01-26
1
-4
/
+4
*
Fix docs links
Austin Hellyer
2017-01-24
1
-9
/
+10
*
Switch to a mostly-fully OOP approach
Austin Hellyer
2017-01-23
1
-1131
/
+275
*
Make a single POST on guild role create
Austin Hellyer
2017-01-18
1
-13
/
+1
*
Clarify that messages can't be older than 2 weeks.
Illia
2017-01-14
1
-0
/
+2
[next]