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
/
guild
/
member.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-5
/
+16
*
Remove deadlocking in Member::highest_role_info
Zeyla Hellyer
2018-05-27
1
-8
/
+6
*
Add `Message::member` structfield
Zeyla Hellyer
2018-05-21
1
-2
/
+20
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-1
/
+5
*
Fix broken docs links caused by model mod changes
Zeyla Hellyer
2018-01-31
1
-1
/
+1
*
Fix compilation
Zeyla Hellyer
2018-01-06
1
-5
/
+4
*
Add some role position hierarchy checks
Zeyla Hellyer
2018-01-06
1
-8
/
+10
*
Add Member::highest_role_info
Zeyla Hellyer
2018-01-06
1
-0
/
+40
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
1
-2
/
+3
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-3
/
+3
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
1
-2
/
+2
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-1
/
+1
*
Convert from macro to ? (#226)
Mei Boudreau
2017-11-23
1
-1
/
+1
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-5
/
+5
*
Whoops. Add a `FromStr` impl for `ReactionType`
acdenisSK
2017-11-04
1
-3
/
+3
*
Merge v0.4.3
acdenisSK
2017-11-04
1
-14
/
+5
|
\
|
*
Make Member::permissions return guild permissions
Zeyla Hellyer
2017-10-31
1
-11
/
+3
|
*
Rename `Guild::permissions_for`->`permissions_in`
Zeyla Hellyer
2017-10-30
1
-2
/
+2
|
*
Add some docs to `BanOptions`
acdenisSK
2017-10-30
1
-0
/
+1
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
1
-7
/
+7
*
|
Fix some compilation feature targets, fix lints
Zeyla Hellyer
2017-10-17
1
-0
/
+1
*
|
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
1
-23
/
+11
|
\
|
|
*
Add try_opt macro for substitute
Mei Boudreau
2017-10-12
1
-4
/
+1
|
*
Optimize Member::roles
Mei Boudreau
2017-10-12
1
-21
/
+11
|
*
Add an impl for `&str`
acdenisSK
2017-10-08
1
-0
/
+4
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-14
/
+8
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-8
/
+14
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-25
/
+22
*
|
Add an impl for `&str`
acdenisSK
2017-10-09
1
-0
/
+4
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
1
-14
/
+8
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
1
-8
/
+14
*
|
Change behaviour of default_channel (#185)
Mei Boudreau
2017-10-07
1
-1
/
+21
*
|
Change default_channel to return a pointer (#179)
Mei Boudreau
2017-10-05
1
-1
/
+3
|
/
*
Update bitflags, other dependencies
Zeyla Hellyer
2017-09-21
1
-1
/
+1
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-15
/
+18
*
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
/
+4
*
Update `Guild::ban` to use `BanOptions`
acdenisSK
2017-09-06
1
-1
/
+9
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-19
/
+16
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-16
/
+19
*
Fix rustfmt lines that are too long
Zeyla Hellyer
2017-08-18
1
-1
/
+1
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-18
/
+15
*
Clippy and rustfmt
acdenisSK
2017-08-01
1
-1
/
+1
*
Provide the input and limit back to the user, and do some consistencies
acdenisSK
2017-08-01
1
-2
/
+7
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-8
/
+15
*
rustfmt
acdenisSK
2017-07-27
1
-68
/
+68
*
Improve `BanOptions` to be more efficient and remove uneccessary `Read` imports
acdenisSK
2017-07-13
1
-9
/
+9
*
Remove the deprecated functions
acdenisSK
2017-07-11
1
-8
/
+0
*
Return an error if the reason the user provided exceeded the limit
acdenisSK
2017-07-10
1
-1
/
+7
*
Use a trait way of overloading the `ban` function instead of an enum
acdenisSK
2017-07-10
1
-30
/
+31
[next]