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
...
*
Default serde on a couple Ready structfields
Zeyla Hellyer
2017-12-17
1
-6
/
+8
*
Fix typo (#235)
Lakelezz
2017-12-17
1
-1
/
+1
*
Fix doc-tests and `single_zc`
acdenisSK
2017-12-17
1
-1
/
+1
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
4
-8
/
+9
*
Break up the model module
Zeyla Hellyer
2017-12-16
30
-319
/
+391
*
Revamp the internals of `Args`
acdenisSK
2017-12-16
1
-3
/
+3
*
Fix deserialization of `Guild::application_id`
Zeyla Hellyer
2017-12-15
2
-2
/
+4
*
Change type of a couple Guild/PartialGuild fields
Zeyla Hellyer
2017-12-15
3
-20
/
+44
*
Add missing fields to Guild model
Zeyla Hellyer
2017-12-15
1
-0
/
+46
*
Use a macro to generate FromStr impls
acdenisSK
2017-12-10
1
-177
/
+92
*
Merge branch 'branch-v0.4.5' into v0.5.0
Zeyla Hellyer
2017-12-09
1
-2
/
+2
|
\
|
*
Fix remaining deserializers
Zeyla Hellyer
2017-12-09
1
-2
/
+2
|
*
Fix snowflake deserializer
Zeyla Hellyer
2017-12-09
1
-2
/
+2
*
|
Fix snowflake deserializer
Zeyla Hellyer
2017-12-09
1
-1
/
+1
*
|
Fall back to `str::parse` on `ChannelId` as well
acdenisSK
2017-12-06
1
-7
/
+56
*
|
Make the comment for the `AsRef` impl more clear
acdenisSK
2017-12-06
1
-1
/
+3
*
|
Use `AsRef` instead of just `&MessageId`
acdenisSK
2017-12-06
1
-1
/
+1
*
|
Add the `VIEW_AUDIT_LOG` permission (#229)
Lakelezz
2017-12-04
1
-0
/
+8
*
|
Tune down repetition with a macro
acdenisSK
2017-11-30
1
-56
/
+31
*
|
Convert from macro to ? (#226)
Mei Boudreau
2017-11-23
1
-1
/
+1
*
|
Fix no-gateway compilation
Zeyla Hellyer
2017-11-20
1
-3
/
+1
*
|
Implement Deserialize for {,Gateway,Voice}Event
Zeyla Hellyer
2017-11-19
1
-149
/
+480
*
|
Add `model::Reaction::user`
Zeyla Hellyer
2017-11-18
1
-3
/
+13
*
|
Add `model::Reaction::channel`
Zeyla Hellyer
2017-11-18
1
-0
/
+15
*
|
Alphabetize Reaction methods
Zeyla Hellyer
2017-11-18
1
-14
/
+14
*
|
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
[prev]
[next]