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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `animated` to `Emoji` and `ReactionType`
Zeyla Hellyer
2018-01-21
1
-0
/
+7
*
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
2
-5
/
+16
*
Guild::has_perms: use Guild::member_permissions
Zeyla Hellyer
2017-10-30
1
-22
/
+14
*
Add Guild::member_permissions
Zeyla Hellyer
2017-10-30
1
-0
/
+51
*
Add some docs to `BanOptions`
acdenisSK
2017-10-30
1
-0
/
+1
*
Implement changing a role's position (#201)
Ken Swenson
2017-10-19
2
-0
/
+41
*
Use the underlaying integer value of a `ChannelType` variant
acdenisSK
2017-10-17
1
-1
/
+1
*
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
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
1
-28
/
+28
*
Variety of methods to search for `Member`. (#187)
Lakelezz
2017-10-10
1
-12
/
+218
*
Add an impl for `&str`
acdenisSK
2017-10-08
1
-0
/
+4
*
Find `Member` via substrings, allow case-insensitivity on `members_containing...
Lakelezz
2017-10-07
1
-4
/
+54
*
Help-commands filtering and Member-prefix-search (#182)
Lakelezz
2017-10-07
1
-0
/
+18
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
3
-108
/
+35
*
Use the de-generification trick.
acdenisSK
2017-10-02
3
-35
/
+108
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
2
-3
/
+3
*
Refactor display impls for ids
acdenisSK
2017-09-24
3
-14
/
+0
*
Update bitflags, other dependencies
Zeyla Hellyer
2017-09-21
2
-23
/
+32
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
6
-86
/
+75
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
5
-11
/
+12
*
Apply rustfmt + fix tests
Zeyla Hellyer
2017-09-09
2
-4
/
+5
*
Update `Guild::ban` to use `BanOptions`
acdenisSK
2017-09-06
2
-9
/
+11
*
Remove more non-bot user endpoints
Zeyla Hellyer
2017-09-01
3
-50
/
+0
*
Make role references attainable via name
Lakelezz
2017-08-29
2
-0
/
+69
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
7
-73
/
+90
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
7
-97
/
+80
*
Fix rustfmt lines that are too long
Zeyla Hellyer
2017-08-18
2
-2
/
+4
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
5
-59
/
+72
*
Clippy
acdenisSK
2017-08-19
2
-11
/
+5
*
Deprecate `GuildId::as_channel_id` and add simulation methods for the "defaul...
acdenisSK
2017-08-04
2
-1
/
+43
*
Change to c-like enums and transmute
acdenisSK
2017-08-02
1
-164
/
+55
*
Use ranges instead of guards
acdenisSK
2017-08-01
1
-9
/
+7
*
Clippy and rustfmt
acdenisSK
2017-08-01
2
-8
/
+10
*
Provide the input and limit back to the user, and do some consistencies
acdenisSK
2017-08-01
2
-3
/
+8
*
Remove the `ext` module and remove a match
acdenisSK
2017-08-01
1
-6
/
+2
*
Reuse `num`
acdenisSK
2017-07-31
1
-8
/
+8
*
Improve `Action`
acdenisSK
2017-07-31
1
-100
/
+200
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
5
-165
/
+150
*
rustfmt
acdenisSK
2017-07-27
9
-518
/
+430
*
match -> and_then
acdenisSK
2017-07-21
1
-4
/
+1
*
Utilise the newly stabilised loop-with-break-value
acdenisSK
2017-07-20
1
-13
/
+7
*
Add an actual way to fetch audit log entries from a guild
acdenisSK
2017-07-20
3
-0
/
+246
*
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
5
-299
/
+0
*
Rename `online_members` to `members_with_status` and compare the status provi...
acdenisSK
2017-07-10
1
-3
/
+3
*
Return an error if the reason the user provided exceeded the limit
acdenisSK
2017-07-10
2
-2
/
+14
*
Use a trait way of overloading the `ban` function instead of an enum
acdenisSK
2017-07-10
2
-52
/
+37
*
Fixed clippy warnings (#120)
Kaidan
2017-07-10
1
-3
/
+3
[next]