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
...
*
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
*
Rename guild structs to Guild and PartialGuild
Austin Hellyer
2016-11-24
1
-11
/
+20
*
Update doctest to use new Cache
Austin Hellyer
2016-11-22
1
-1
/
+1
*
Change the CACHE to be an RwLock
Austin Hellyer
2016-11-22
1
-4
/
+4
*
Rename the State to Cache
Austin Hellyer
2016-11-22
1
-28
/
+28
*
Don't unnecessarily borrow some if-lets
Austin Hellyer
2016-11-21
1
-2
/
+2
*
Re-organize the client module
Austin Hellyer
2016-11-21
1
-17
/
+17
*
Make Context::channel_id public
Austin Hellyer
2016-11-21
1
-1
/
+5
*
Add methods for setting individual presence data
Austin Hellyer
2016-11-20
1
-0
/
+32
*
Fix context doctests
Austin Hellyer
2016-11-20
1
-4
/
+4
*
Rework contextual presence methods
Austin Hellyer
2016-11-19
1
-9
/
+72
*
Rename state methods from find_ to get_
Austin Hellyer
2016-11-19
1
-5
/
+5
*
Fix cond. compile across multiple feature targets
Austin Hellyer
2016-11-19
1
-8
/
+14
*
Don't send embed on message edits if empty
Austin Hellyer
2016-11-19
1
-5
/
+9
*
Add Context::set_game_name
Austin Hellyer
2016-11-18
1
-0
/
+18
*
A bit of docs
Austin Hellyer
2016-11-18
1
-22
/
+206
*
Accepting invites only works for user accounts
Austin Hellyer
2016-11-16
1
-0
/
+16
*
Add message edit/edit_message rich embeds
Austin Hellyer
2016-11-15
1
-2
/
+10
*
Add send_message rich embeds
Austin Hellyer
2016-11-15
1
-6
/
+91
*
Add state/framework/etc. conditional compile flags
Austin Hellyer
2016-11-15
1
-10
/
+17
*
Add a message builder for Context::send_message
Austin Hellyer
2016-11-15
1
-14
/
+15
[prev]
[next]