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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NSFW Checks (#418)
Lakelezz
2018-10-20
1
-7
/
+3
*
Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypes
Lakelezz
2018-08-12
1
-4
/
+26
*
Fix all the dead links in the docs
Erk-
2018-08-09
1
-24
/
+24
*
Fix compilation + tests on certain feature combos
Zeyla Hellyer
2018-08-07
1
-5
/
+37
*
Fix some documentation spacing
Zeyla Hellyer
2018-08-07
1
-17
/
+11
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
1
-0
/
+90
*
Fix nsfw related docs (#299)
Lakelezz
2018-04-04
1
-1
/
+1
*
Change the way ids and some enums are made (#295)
Leah
2018-03-23
1
-22
/
+31
*
Add an `EditMessage` builder
Zeyla Hellyer
2018-01-18
1
-5
/
+5
*
Further generic-ify `reaction_users` `after` param
Zeyla Hellyer
2018-01-05
1
-8
/
+8
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
1
-1
/
+40
*
Add missing 'num' implementations on models
Zeyla Hellyer
2017-12-27
1
-0
/
+10
*
Add variant adapters to Channel (#238)
Timo
2017-12-20
1
-0
/
+133
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-1
/
+3
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-3
/
+3
*
Merge v0.4.2
acdenisSK
2017-10-24
1
-0
/
+11
|
\
|
*
Deprecate some text-only Channel methods
Zeyla Hellyer
2017-10-19
1
-0
/
+11
|
*
Fix most clippy warnings
Maiddog
2017-10-04
1
-1
/
+1
|
*
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-04
1
-1
/
+1
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-9
/
+9
*
|
Fix most clippy warnings
Maiddog
2017-10-09
1
-1
/
+1
*
|
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-09
1
-1
/
+1
|
/
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-35
/
+18
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-5
/
+15
*
Implement categories
acdenisSK
2017-09-09
1
-0
/
+22
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-17
/
+33
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-37
/
+22
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-14
/
+28
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-39
/
+20
*
rustfmt
acdenisSK
2017-07-27
1
-45
/
+66
*
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
-95
/
+0
*
Docs fixes
mei
2017-06-27
1
-1
/
+1
*
Deprecate a couple Channel methods
Zeyla Hellyer
2017-06-17
1
-0
/
+2
*
Fix links to ChannelId::send_files
Zeyla Hellyer
2017-06-04
1
-2
/
+2
*
Make http::AttachmentType only use borrowed values
Zeyla Hellyer
2017-06-04
1
-2
/
+2
*
Fix compilations across feature combinations
Zeyla Hellyer
2017-06-02
1
-2
/
+4
*
Implement multiple attachments
Ken Swenson
2017-05-28
1
-0
/
+28
*
Fix incorrect attempted send_file deserialization
Zeyla Hellyer
2017-05-27
1
-0
/
+5
*
Clippy lints
Zeyla Hellyer
2017-05-24
1
-2
/
+1
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-15
/
+20
*
Remove more remaining selfbot support
Zeyla Hellyer
2017-05-22
1
-18
/
+0
*
Add `is_nsfw` check to channels
Zeyla Hellyer
2017-04-26
1
-0
/
+14
*
Fix deserialization for Ids
Zeyla Hellyer
2017-04-24
1
-0
/
+2
*
Update most dependency version requirements
Zeyla Hellyer
2017-04-23
1
-4
/
+4
*
Deprecate methods prefixed with `get_`
Zeyla Hellyer
2017-04-19
1
-10
/
+43
*
Switch to using serde for deserialization
Zeyla Hellyer
2017-04-11
1
-27
/
+135
*
Remove selfbot support
Zeyla Hellyer
2017-04-05
1
-56
/
+1
*
Rework the models directory
Zeyla Hellyer
2017-03-25
1
-0
/
+415