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
/
audit_log.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add handling for integration auditlog entry
HEAD
master
Adelyn Breedlove
2019-12-09
1
-1
/
+9
*
Patch auditlog deserialize to allow unknown fields
Adelyn Breedlove
2019-12-09
1
-6
/
+19
*
Add new auditlog type enums
Adelyn Breedlove
2019-12-09
1
-10
/
+65
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
1
-2
/
+2
*
Remove extraneous spaces at the end of lines
Zeyla Hellyer
2018-06-17
1
-1
/
+1
*
Get rid of a spurious import warning
acdenisSK
2018-04-20
1
-4
/
+3
*
make `Options`'s fields optional (#305)
Kyle Clemens
2018-04-12
1
-15
/
+60
*
Turn the number-like properties of `Options` into `u64`
acdenisSK
2018-04-11
1
-38
/
+45
*
Handle (de)serializing `target_id` from/to a string
acdenisSK
2018-04-11
1
-2
/
+37
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-4
/
+12
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
1
-5
/
+105
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-5
/
+6
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-2
/
+2
*
`deserialize_i32` -> `deserialize_u8`
acdenisSK
2017-11-03
1
-1
/
+1
*
Fix audit logs a bit
acdenisSK
2017-11-01
1
-37
/
+70
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-8
/
+4
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-6
/
+10
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-10
/
+6
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-1
/
+1
*
Clippy
acdenisSK
2017-08-19
1
-1
/
+1
*
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
1
-7
/
+9
*
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
1
-73
/
+73
*
rustfmt
acdenisSK
2017-07-27
1
-82
/
+86
*
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
1
-0
/
+230