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
/
model
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply suggestions from code review
Lakelezz
2019-01-01
1
-0
/
+1
*
Modify message_update behaviour when cache is enabled
Adelyn Breelove
2018-12-31
1
-23
/
+28
*
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
16
-319
/
+425
*
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
25
-125
/
+125
*
Change all builders to mutably borrow (#443)
Ken Swenson
2018-11-25
12
-69
/
+89
*
Fix links in `Event`
acdenisSK
2018-11-21
1
-20
/
+20
*
Switch to tungstenite from rust-websocket (#341)
acdenisSK
2018-11-21
1
-30
/
+27
*
Replace `hyper` with `reqwest` (#440)
Lakelezz
2018-11-19
1
-5
/
+5
*
Remove everything marked `deprecated` since `v0.5.x` or older (#441)
Lakelezz
2018-11-19
9
-323
/
+2
*
Add Slow Mode Rate (#439)
Lake Lezz
2018-11-16
3
-0
/
+5
*
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
*
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 Rich Presence parsing support
Zeyla Hellyer
2018-11-06
1
-117
/
+202
*
Make builders mutably borrowed
Zeyla Hellyer
2018-11-06
8
-28
/
+67
*
Permit sending files through the `CreateMessage` builder.
Maid Dog
2018-11-06
1
-2
/
+13
*
Voice fixes, better API adherence, bitrate control, documentation
Kyle Simpson
2018-11-06
1
-17
/
+61
*
Make MessageUpdateEvent::embeds a Vec<Embed>
Zeyla Hellyer
2018-11-06
1
-1
/
+1
*
Add Function to neutralise Mentions (#414)
Lakelezz
2018-10-30
2
-4
/
+19
*
Fix NSFW Checks (#418)
Lakelezz
2018-10-20
5
-22
/
+5
*
A bunch of typo fixes (#404)
Perry Fraser
2018-10-01
3
-4
/
+4
*
Generalise mention parsing
acdenisSK
2018-09-22
1
-1
/
+1
*
Remove cache requirement on Message::is_private
Zeyla Hellyer
2018-09-14
1
-5
/
+1
*
Message: avoid perm checks in non-guild channels
Zeyla Hellyer
2018-09-14
1
-12
/
+20
*
Revert "Old message on update (#368)"
Zeyla Hellyer
2018-09-13
1
-32
/
+25
*
Add Member::user_id
Zeyla Hellyer
2018-09-05
1
-0
/
+14
*
Old message on update (#368)
Adelyn
2018-08-26
1
-25
/
+32
*
Properly link to User in Game docs
Zeyla Hellyer
2018-08-24
1
-0
/
+2
*
Add support for session start info in BotGateway
Zeyla Hellyer
2018-08-24
1
-0
/
+16
*
Fix GuildChannel::_permissions_for on no-cache
Zeyla Hellyer
2018-08-15
1
-1
/
+2
*
Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypes
Lakelezz
2018-08-12
13
-48
/
+169
*
Fix all the dead links in the docs
Erk-
2018-08-09
25
-440
/
+441
*
Decringe an old comment
acdenisSK
2018-08-08
1
-2
/
+1
*
Fix compilation + tests on certain feature combos
Zeyla Hellyer
2018-08-07
2
-68
/
+104
*
Fix some documentation spacing
Zeyla Hellyer
2018-08-07
1
-17
/
+11
*
Fixes all of the dead links in permissions. (#359)
Erk-
2018-08-07
1
-75
/
+75
*
Added support for the new PRIORITY_SPEAKER permission (#360)
Erk-
2018-08-07
1
-0
/
+8
*
Fix Game From impls on no-model compilation
Zeyla Hellyer
2018-08-05
1
-2
/
+10
*
Add From impls for Game, generify Game params
Zeyla Hellyer
2018-08-01
2
-1
/
+52
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
4
-0
/
+345
*
Make GuildId::member use the cache when possible (#356)
Maiddog
2018-07-31
1
-1
/
+11
*
Add note about cache in UserId::get docs
Zeyla Hellyer
2018-07-29
1
-2
/
+3
*
Add `impl AsRef<MessageId> for Message` (#355)
Adelyn
2018-07-25
1
-0
/
+6
*
Fix `ChannelId::send_message`'s dead links
acdenisSK
2018-07-25
1
-3
/
+3
[next]