index
:
archived-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
Branch
Commit message
Author
Age
aliases-fix
Note to self: don't code when half-asleep
Mishio595
8 years
cmd-aliases-fix
StandardFramework::cmd and CreateGroup::cmd now register aliases
Mishio595
8 years
fix-default-command-upon-shortcut-prefix
Merge branch 'fix-default-command-upon-shortcut-prefix' of https://github.com...
Mishio595
8 years
fix_dead_link_in_readme
Fix a broken link in README
Mishio595
8 years
fix_message_update
Change signature of EventHandler::message_update and the dispatch call to acc...
Mishio595
8 years
master
Add handling for integration auditlog entry
Adelyn Breedlove
6 years
old_message_on_update
Update mod.rs
zeyla
8 years
old_message_on_update_v2
Remove the extra spaces that github suggestions added
Adelyn Breedlove
7 years
routing-fixes
Correct the endpoint for bulk-delete to POST from DELETE
Mishio595
8 years
upstream
Make `Region`s `Japan`-variant lowercase.
Lakelezz
8 years
[...]
Tag
Download
Author
Age
v0.5.4
archived-serenity-0.5.4.tar.xz
archived-serenity-0.5.4.zip
Zeyla Hellyer
8 years
v0.5.3
archived-serenity-0.5.3.tar.xz
archived-serenity-0.5.3.zip
Zeyla Hellyer
8 years
v0.5.2
archived-serenity-0.5.2.tar.xz
archived-serenity-0.5.2.zip
Zeyla Hellyer
8 years
v0.5.1
archived-serenity-0.5.1.tar.xz
archived-serenity-0.5.1.zip
Zeyla Hellyer
8 years
v0.4.8
archived-serenity-0.4.8.tar.xz
archived-serenity-0.4.8.zip
Zeyla Hellyer
8 years
v0.5.0
archived-serenity-0.5.0.tar.xz
archived-serenity-0.5.0.zip
Zeyla Hellyer
8 years
v0.4.6
archived-serenity-0.4.6.tar.xz
archived-serenity-0.4.6.zip
Zeyla Hellyer
8 years
v0.4.5
archived-serenity-0.4.5.tar.xz
archived-serenity-0.4.5.zip
Zeyla Hellyer
8 years
v0.4.4
archived-serenity-0.4.4.tar.xz
archived-serenity-0.4.4.zip
Zeyla Hellyer
8 years
v0.4.3
archived-serenity-0.4.3.tar.xz
archived-serenity-0.4.3.zip
Zeyla Hellyer
9 years
[...]
Age
Commit message
Author
Files
Lines
2018-04-14
Bump to v0.5.2
v0.5.2
Zeyla Hellyer
2
-1
/
+104
2018-04-14
Fix typo'd word `retrieve` (#307)
Lakelezz
1
-4
/
+4
2018-04-12
make `Options`'s fields optional (#305)
Kyle Clemens
1
-15
/
+60
2018-04-11
Turn the number-like properties of `Options` into `u64`
acdenisSK
1
-38
/
+45
2018-04-11
Handle (de)serializing `target_id` from/to a string
acdenisSK
1
-2
/
+37
2018-04-11
do not include optional params if they are None in audit logs (#303)
Kyle Clemens
1
-5
/
+22
2018-04-06
Be consistent with the note style
acdenisSK
1
-1
/
+3
2018-04-06
Improve docs for `Args`
acdenisSK
1
-19
/
+36
2018-04-05
Add `full_quoted`
acdenisSK
1
-1
/
+52
2018-04-04
Fix is_empty behaviour again
acdenisSK
1
-20
/
+31
[...]