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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the extra spaces that github suggestions added
old_message_on_update_v2
Adelyn Breedlove
2019-01-01
1
-4
/
+4
*
Apply suggestions from code review
Lakelezz
2019-01-01
1
-1
/
+1
*
Add doclink per suggestions
Adelyn
2019-01-01
1
-1
/
+3
*
Apply suggestions from code review
Lakelezz
2019-01-01
2
-4
/
+6
*
Fix doctest for cache::Cache::message
Adelyn Breelove
2018-12-31
1
-3
/
+8
*
Modify message_update behaviour when cache is enabled
Adelyn Breelove
2018-12-31
4
-30
/
+91
*
Implement the proposed change to the sharemap (`Mutex` => `RwLock`) (#453)
Erk-
2018-12-22
6
-22
/
+22
*
Fix `Emoji::url` to use .gif for animated emoji (#449)
Mark Henrick
2018-12-22
1
-1
/
+4
*
Limit users requested from reaction to 100 (#451)
Ken Swenson
2018-12-19
1
-1
/
+6
*
Remove global Cache (#448)
Lakelezz
2018-12-18
32
-721
/
+863
*
Mutably borrow on `ChannelId`'s `edit`-method. (#447)
Lakelezz
2018-12-10
1
-2
/
+5
*
Fix User::_nick_in with no-cache (#446)
zeyla
2018-12-07
1
-1
/
+1
*
Update to Rust 2018 (#445)
Lakelezz
2018-12-07
84
-352
/
+352
*
Change all builders to mutably borrow (#443)
Ken Swenson
2018-11-25
26
-276
/
+326
*
Fix links in `Event`
acdenisSK
2018-11-21
1
-20
/
+20
*
Switch to tungstenite from rust-websocket (#341)
acdenisSK
2018-11-21
12
-146
/
+132
*
Replace `hyper` with `reqwest` (#440)
Lakelezz
2018-11-19
11
-174
/
+177
*
Remove everything marked `deprecated` since `v0.5.x` or older (#441)
Lakelezz
2018-11-19
12
-404
/
+2
*
Add Slow Mode Rate (#439)
Lake Lezz
2018-11-16
6
-0
/
+17
*
Merge branch 'current' into v0.6.x
Lake Lezz
2018-11-16
2
-3
/
+28
|
\
|
*
Fix Aliases not being added on Commands when using `cmd`-Method (#438)
Adelyn
2018-11-16
2
-3
/
+28
|
*
Fix imports in `create_channel`'s example
acdenisSK
2018-11-14
1
-1
/
+2
|
*
Make `Region`s `Japan`-variant lowercase.
upstream
Lakelezz
2018-11-13
1
-1
/
+1
|
*
Add Nick Methods for `Message` and `UserId` (#432)
Lakelezz
2018-11-11
2
-0
/
+32
|
*
Add Function to call if a Message without Command has been sent (#430)
Lakelezz
2018-11-11
2
-5
/
+68
*
|
Underline command name and "Commands" in plain help
Yarsan Hoessain
2018-11-15
1
-2
/
+2
*
|
Fix imports in `create_channel`'s example
acdenisSK
2018-11-14
1
-1
/
+2
*
|
Make `Region`s `Japan`-variant lowercase.
Lakelezz
2018-11-13
1
-1
/
+1
*
|
Add Nick Methods for `Message` and `UserId` (#432)
Lakelezz
2018-11-11
2
-0
/
+32
*
|
Update context and edit_profile doc test
Ken Swenson
2018-11-11
2
-4
/
+11
*
|
Revert "Remove Context::edit_profile"
Ken Swenson
2018-11-11
1
-0
/
+60
*
|
Add Function to call if a Message without Command has been sent (#430)
Lakelezz
2018-11-11
2
-5
/
+68
*
|
Fix doc tests in message_builder
Ken Swenson
2018-11-10
1
-4
/
+6
*
|
Rebase v0.6x onto current
Ken Swenson
2018-11-06
5
-43
/
+51
*
|
Make sure `delimiter` clears current and default delimiters.
Lake Lezz
2018-11-06
1
-1
/
+2
*
|
Remove Context::edit_profile
Zeyla Hellyer
2018-11-06
1
-60
/
+0
*
|
Fix deserialization of ActivityParty::size
Zeyla Hellyer
2018-11-06
1
-1
/
+1
*
|
Fix ActivityFlags/ActivityTimestamps deser
Zeyla Hellyer
2018-11-06
1
-4
/
+7
*
|
Add test and fix another newline difference
PvdBerg
2018-11-06
1
-1
/
+1
*
|
Fix push_codeblock_safe not adding a newline
PvdBerg
2018-11-06
1
-1
/
+0
*
|
Make Message Builder use &mut self instead of self
PvdBerg
2018-11-06
1
-45
/
+45
*
|
Voice fixes, better API adherence, bitrate control, documentation
Kyle Simpson
2018-11-06
4
-39
/
+11
*
|
Remove some debugs
Zeyla Hellyer
2018-11-06
1
-2
/
+0
*
|
Add Rich Presence parsing support
Zeyla Hellyer
2018-11-06
9
-230
/
+278
*
|
Make builders mutably borrowed
Zeyla Hellyer
2018-11-06
20
-368
/
+384
*
|
Permit sending files through the `CreateMessage` builder.
Maid Dog
2018-11-06
3
-7
/
+44
*
|
Voice fixes, better API adherence, bitrate control, documentation
Kyle Simpson
2018-11-06
10
-54
/
+237
*
|
Make MessageUpdateEvent::embeds a Vec<Embed>
Zeyla Hellyer
2018-11-06
1
-1
/
+1
|
/
*
Add Function to neutralise Mentions (#414)
Lakelezz
2018-10-30
3
-7
/
+548
*
Fix cache write lock timer (#423)
Erk-
2018-10-30
1
-8
/
+9
[next]