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
/
channel
/
channel_id.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Function to neutralise Mentions (#414)
Lakelezz
2018-10-30
1
-1
/
+13
*
Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypes
Lakelezz
2018-08-12
1
-3
/
+25
*
Fix all the dead links in the docs
Erk-
2018-08-09
1
-46
/
+46
*
Fix `ChannelId::send_message`'s dead links
acdenisSK
2018-07-25
1
-3
/
+3
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
1
-17
/
+16
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-11
/
+75
*
Remove extraneous spaces at the end of lines
Zeyla Hellyer
2018-06-17
1
-3
/
+3
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-1
/
+6
*
Support sending files with an embed (#285)
Brandon Lucier
2018-03-04
1
-5
/
+4
*
Check message ID count in `delete_messages`
Zeyla Hellyer
2018-01-27
1
-4
/
+11
*
Fix compilation for some feature combinations
Zeyla Hellyer
2018-01-20
1
-0
/
+4
*
Add an `EditMessage` builder
Zeyla Hellyer
2018-01-18
1
-6
/
+6
*
Further generic-ify `reaction_users` `after` param
Zeyla Hellyer
2018-01-05
1
-7
/
+8
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-11
/
+11
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-3
/
+3
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-2
/
+2
*
Merge v0.4.2
acdenisSK
2017-10-24
1
-3
/
+7
|
\
|
*
defer to `delete_message` if there's just one message to delete
acdenisSK
2017-10-16
1
-3
/
+7
|
*
Use an as_ref hack
acdenisSK
2017-10-05
1
-2
/
+2
|
*
Replace slice parametres by IntoIterator (#177)
François Triquet
2017-10-05
1
-1
/
+1
|
*
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-04
1
-1
/
+1
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-51
/
+10
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-10
/
+51
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
1
-8
/
+16
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-6
/
+6
*
|
Use an as_ref hack
acdenisSK
2017-10-09
1
-2
/
+2
*
|
Replace slice parametres by IntoIterator (#177)
François Triquet
2017-10-09
1
-1
/
+1
*
|
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-09
1
-1
/
+1
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
1
-51
/
+10
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
1
-10
/
+51
|
/
*
Refactor display impls for ids
acdenisSK
2017-09-24
1
-5
/
+0
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-7
/
+4
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-11
/
+17
*
Implement categories
acdenisSK
2017-09-09
1
-0
/
+4
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-8
/
+11
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-17
/
+15
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-3
/
+5
*
Make some functions accept anything that's implemented Display
acdenisSK
2017-08-04
1
-1
/
+1
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-49
/
+43
*
rustfmt
acdenisSK
2017-07-27
1
-86
/
+81
*
Add `ChannelId,PrivateChannel,GuildChannel::name` functions
acdenisSK
2017-07-14
1
-0
/
+23
*
Improve `BanOptions` to be more efficient and remove uneccessary `Read` imports
acdenisSK
2017-07-13
1
-2
/
+0
*
Remove the deprecated functions
acdenisSK
2017-07-11
1
-115
/
+0
*
Docs fixes
mei
2017-06-27
1
-4
/
+4
*
Make http::AttachmentType only use borrowed values
Zeyla Hellyer
2017-06-04
1
-3
/
+3
*
Fix compilations across feature combinations
Zeyla Hellyer
2017-06-02
1
-7
/
+8
*
Implement multiple attachments
Ken Swenson
2017-05-28
1
-0
/
+80
*
Fix incorrect attempted send_file deserialization
Zeyla Hellyer
2017-05-27
1
-0
/
+6
*
Change create_permission to take a reference
Zeyla Hellyer
2017-05-27
1
-3
/
+3
*
Support adding reactions when creating message
alex
2017-05-24
1
-2
/
+10
[next]