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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Document that Reaction methods that hit the API
Zeyla Hellyer
2017-11-18
1
-2
/
+8
*
|
Add a method to get a message from a reaction (#220)
Maiddog
2017-11-19
1
-0
/
+10
*
|
Add the new game types (#219)
Mei Boudreau
2017-11-16
1
-0
/
+62
*
|
Fix doc-tests
acdenisSK
2017-11-16
1
-2
/
+1
*
|
Implement From<EmojiId | EmojiIdentifier> for ReactionType (#217)
Fenhl
2017-11-13
1
-0
/
+18
*
|
Change PrivateChannel::say to use `Display` (#214)
Fenhl
2017-11-12
1
-1
/
+1
*
|
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
20
-72
/
+62
*
|
Add Debug derives to more public types
thelearnerofcode
2017-11-07
1
-0
/
+2
*
|
Actually, change `NeverFails` to a void enum
acdenisSK
2017-11-05
1
-1
/
+1
*
|
Whoops. Add a `FromStr` impl for `ReactionType`
acdenisSK
2017-11-04
4
-8
/
+34
*
|
Merge v0.4.3
acdenisSK
2017-11-04
6
-53
/
+101
|
\
|
|
*
Fix doctests for a variety of feature targets
Zeyla Hellyer
2017-11-01
1
-4
/
+4
|
*
Fix no-client cache tests
Zeyla Hellyer
2017-11-01
1
-6
/
+6
|
*
Use consistent token names in examples
Zeyla Hellyer
2017-11-01
1
-1
/
+1
|
*
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
4
-7
/
+18
|
*
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
|
*
Fall back to `str::parse` if `parse_username` fails
acdenisSK
2017-10-24
1
-3
/
+4
*
|
`deserialize_i32` -> `deserialize_u8`
acdenisSK
2017-11-03
1
-1
/
+1
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
7
-9
/
+20
*
|
Fix audit logs a bit
acdenisSK
2017-11-01
3
-39
/
+82
*
|
Add a fallback to `RoleId::from_str` as well
acdenisSK
2017-10-24
1
-7
/
+8
*
|
Remove unwraps
acdenisSK
2017-10-24
1
-1
/
+1
*
|
Merge v0.4.2
acdenisSK
2017-10-24
8
-11
/
+90
|
\
\
|
*
|
Fall back to `str::parse` if `parse_username` fails
acdenisSK
2017-10-24
1
-3
/
+4
|
|
/
|
*
Fix User::has_role
Zeyla Hellyer
2017-10-24
1
-1
/
+5
|
*
Properly update emojis, fix shard retries, fix cs
Lakelezz
2017-10-23
1
-1
/
+3
|
*
Deprecate some text-only Channel methods
Zeyla Hellyer
2017-10-19
1
-0
/
+11
|
*
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
|
*
defer to `delete_message` if there's just one message to delete
acdenisSK
2017-10-16
2
-4
/
+8
|
*
Hash and do equality on just the id for `User`
acdenisSK
2017-10-15
1
-1
/
+17
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
6
-10
/
+10
*
|
Change CreateEmbed::field{,s} to not take builders
Zeyla Hellyer
2017-10-18
1
-4
/
+19
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
10
-62
/
+77
*
|
Fix some compilation feature targets, fix lints
Zeyla Hellyer
2017-10-17
2
-1
/
+6
*
|
Change `features` fields to be a Vec<String>
Zeyla Hellyer
2017-10-14
3
-30
/
+15
*
|
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
5
-62
/
+251
|
\
|
|
*
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
4
-48
/
+48
|
*
Variety of methods to search for `Member`. (#187)
Lakelezz
2017-10-10
1
-12
/
+218
|
*
Generate `Default` for CurrentUser and use it in `Cache::default`
acdenisSK
2017-10-08
2
-2
/
+2
|
*
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
|
*
Fix a typo
acdenisSK
2017-10-05
1
-1
/
+1
|
*
Add an and
acdenisSK
2017-10-05
1
-1
/
+1
[prev]
[next]