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
*
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
*
Simplify a small bit of Context
Austin Hellyer
2017-01-04
1
-21
/
+14
*
Simplify Context::get_reaction_users
Austin Hellyer
2017-01-04
1
-5
/
+1
*
Fix Context::get_reaction_users docs
Austin Hellyer
2017-01-04
1
-6
/
+0
*
Add Context::get_user
Austin Hellyer
2017-01-04
1
-0
/
+22
*
Implement context message queueing
Taavi
2017-01-01
1
-1
/
+38
*
Add guild and channel search
Austin Hellyer
2016-12-29
1
-1
/
+82
*
Use conditional blocks over macros
Austin Hellyer
2016-12-29
1
-6
/
+9
*
Implement command groups and buckets
Illia
2016-12-13
1
-3
/
+5
*
More config for CreateCommand, add various methods
Illia
2016-12-10
1
-1
/
+10
*
Fix no-cache+method conditional compiles
Austin Hellyer
2016-12-10
1
-1
/
+1
*
Change all try's into ?s
acdenisSK
2016-12-07
1
-8
/
+8
*
Add a ShareMap across contexts
Austin Hellyer
2016-12-05
1
-0
/
+8
*
Add more Context docs+permission requirements
Austin Hellyer
2016-12-04
1
-26
/
+170
*
Add documentation for models
Illia
2016-12-04
1
-0
/
+5
*
Fix signature of Context::move_member
Austin Hellyer
2016-12-03
1
-2
/
+2
*
Make rest::edit_profile set new token
Austin Hellyer
2016-12-03
1
-2
/
+2
*
Paginate rest::get_guilds and add helper methods
Austin Hellyer
2016-12-02
1
-4
/
+24
*
Clarify some docs
Austin Hellyer
2016-11-30
1
-43
/
+107
*
Add remaining REST routes
Austin Hellyer
2016-11-30
1
-0
/
+15
*
Clean up the codebase
Austin Hellyer
2016-11-29
1
-23
/
+25
*
Fix doctests
Austin Hellyer
2016-11-28
1
-1
/
+1
*
Improve docs and add new message builder methods
Illia K
2016-11-28
1
-22
/
+19
*
Add Context, REST, and model documentation
fwrs
2016-11-27
1
-0
/
+130
*
Make send_file use the CreateMessage builder
Austin Hellyer
2016-11-27
1
-11
/
+21
*
Voice example no longer requires 'extras'
Austin Hellyer
2016-11-26
1
-6
/
+2
*
Make Cache::get_channel return a reference
Austin Hellyer
2016-11-26
1
-1
/
+1
*
Rename PublicChannel to GuildChannel
Austin Hellyer
2016-11-25
1
-10
/
+10
*
Rename the `http` module to `rest`
Austin Hellyer
2016-11-25
1
-72
/
+72
[next]