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
Branch
Commit message
Author
Age
aliases-fix
Note to self: don't code when half-asleep
Mishio595
7 years
cmd-aliases-fix
StandardFramework::cmd and CreateGroup::cmd now register aliases
Mishio595
7 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
7 years
[...]
Tag
Download
Author
Age
v0.5.4
serenity-0.5.4.tar.xz
serenity-0.5.4.zip
Zeyla Hellyer
8 years
v0.5.3
serenity-0.5.3.tar.xz
serenity-0.5.3.zip
Zeyla Hellyer
8 years
v0.5.2
serenity-0.5.2.tar.xz
serenity-0.5.2.zip
Zeyla Hellyer
8 years
v0.5.1
serenity-0.5.1.tar.xz
serenity-0.5.1.zip
Zeyla Hellyer
8 years
v0.4.8
serenity-0.4.8.tar.xz
serenity-0.4.8.zip
Zeyla Hellyer
8 years
v0.5.0
serenity-0.5.0.tar.xz
serenity-0.5.0.zip
Zeyla Hellyer
8 years
v0.4.6
serenity-0.4.6.tar.xz
serenity-0.4.6.zip
Zeyla Hellyer
8 years
v0.4.5
serenity-0.4.5.tar.xz
serenity-0.4.5.zip
Zeyla Hellyer
8 years
v0.4.4
serenity-0.4.4.tar.xz
serenity-0.4.4.zip
Zeyla Hellyer
8 years
v0.4.3
serenity-0.4.3.tar.xz
serenity-0.4.3.zip
Zeyla Hellyer
8 years
[...]
Age
Commit message
Author
Files
Lines
2018-07-24
add method Colour::hex
colour_hex
Mishio595
1
-0
/
+14
2018-07-24
Fallback to default-command if passed sub-command is wrong
Lakelezz
1
-50
/
+59
2018-07-24
Compare built up length with original user-input instead of iterations
Lakelezz
1
-5
/
+16
2018-07-21
Some minor changes to `Args`
acdenisSK
1
-10
/
+9
2018-07-21
Add default-commands for command-groups (#351)
Lakelezz
4
-7
/
+53
2018-07-20
Do not suggest command if no command is actually related to input. (#350)
Lakelezz
1
-1
/
+1
2018-07-19
Use `current` to figure out the end quote
acdenisSK
1
-17
/
+4
2018-07-19
Style Line
acdenisSK
1
-0
/
+1
2018-07-19
Merge `Token` and `TokenOwned`
acdenisSK
1
-26
/
+10
2018-07-19
Use an `Option` to denote end
acdenisSK
1
-18
/
+7
[...]