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
/
guild_channel.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NSFW Checks (#418)
Lakelezz
2018-10-20
1
-5
/
+1
*
Fix GuildChannel::_permissions_for on no-cache
Zeyla Hellyer
2018-08-15
1
-1
/
+2
*
Fix all the dead links in the docs
Erk-
2018-08-09
1
-42
/
+45
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-0
/
+5
*
Fix nsfw related docs (#299)
Lakelezz
2018-04-04
1
-7
/
+7
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-2
/
+12
*
Check message ID count in `delete_messages`
Zeyla Hellyer
2018-01-27
1
-3
/
+6
*
Fix compilation for some feature combinations
Zeyla Hellyer
2018-01-20
1
-0
/
+2
*
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
-9
/
+10
*
Move `VecMap` to `utils`
acdenisSK
2018-01-02
1
-2
/
+2
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
1
-1
/
+1
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-4
/
+4
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-19
/
+15
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-4
/
+4
*
Merge v0.4.3
acdenisSK
2017-11-04
1
-1
/
+1
|
\
|
*
Rename `Guild::permissions_for`->`permissions_in`
Zeyla Hellyer
2017-10-30
1
-1
/
+1
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
1
-2
/
+6
*
|
Merge v0.4.2
acdenisSK
2017-10-24
1
-1
/
+1
|
\
|
|
*
defer to `delete_message` if there's just one message to delete
acdenisSK
2017-10-16
1
-1
/
+1
|
*
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
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-4
/
+4
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
1
-2
/
+2
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
1
-13
/
+9
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-11
/
+11
*
|
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
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
1
-4
/
+4
|
/
*
Update bitflags, other dependencies
Zeyla Hellyer
2017-09-21
1
-12
/
+12
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-10
/
+3
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-2
/
+2
*
Apply rustfmt + fix tests
Zeyla Hellyer
2017-09-09
1
-3
/
+3
*
`parent_id` -> `category_id`
acdenisSK
2017-09-09
1
-1
/
+2
*
Implement categories
acdenisSK
2017-09-09
1
-0
/
+2
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-4
/
+11
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-12
/
+4
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-3
/
+10
*
Use `#[serde(default)]` on `nsfw` instead
acdenisSK
2017-08-15
1
-3
/
+1
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-23
/
+15
*
rustfmt
acdenisSK
2017-07-27
1
-69
/
+71
*
Fix the tests (#129)
Bond-009
2017-07-21
1
-1
/
+1
*
Implement the new way of knowing some channels as "nsfw"
acdenisSK
2017-07-18
1
-1
/
+14
*
Fix GuildChannel::permissions_for doctests
Zeyla Hellyer
2017-07-15
1
-5
/
+5
*
Fix more doc tests
acdenisSK
2017-07-14
1
-1
/
+1
*
Add `ChannelId,PrivateChannel,GuildChannel::name` functions
acdenisSK
2017-07-14
1
-0
/
+5
*
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
-31
/
+0
*
Fix doc tests
acdenisSK
2017-07-02
1
-36
/
+43
*
Docs fixes
mei
2017-06-27
1
-6
/
+6
[next]