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
/
framework
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove useless clones (#292)
Maiddog
2018-03-17
1
-7
/
+7
*
Fix no-cache standardframework compilation (#290)
Lakelezz
2018-03-15
4
-16
/
+24
*
Properly check if the input is empty
acdenisSK
2018-02-24
1
-7
/
+31
*
Add `unrecognised_command` (#276)
Lakelezz
2018-02-15
2
-2
/
+39
*
Fix customised help related docs (#267)
Lakelezz
2018-01-31
1
-2
/
+2
*
Fix case insensitivity for aliases (#262)
Lakelezz
2018-01-31
1
-6
/
+7
*
Add a way to register middleware functions directly in `CreateCommand`
acdenisSK
2018-01-25
3
-7
/
+74
*
Trim after splitting at the mention-end. (#256)
Lakelezz
2018-01-22
1
-2
/
+3
*
Fix skipping for emote prefixes (#255)
Uninteresting Account
2018-01-21
1
-3
/
+2
*
Fix multibyte character based prefixes (#253)
Uninteresting Account
2018-01-20
2
-10
/
+11
*
Fix doc comment indentation
Zeyla Hellyer
2018-01-19
1
-1
/
+1
*
Use an InterMessage to communicate over gateway
Zeyla Hellyer
2018-01-18
1
-1
/
+1
*
Define `A` only once
acdenisSK
2018-01-11
1
-20
/
+10
*
Remove `is_bot` boolean from framework
Zeyla Hellyer
2018-01-10
2
-8
/
+8
*
Add missing `correct roles`-checks in help-commands (#249)
Lakelezz
2018-01-10
2
-4
/
+62
*
Fix help-commands' `plain`
Lakelezz
2018-01-06
1
-4
/
+37
*
Add `iter_quoted`
acdenisSK
2017-12-24
1
-10
/
+28
*
Fix `multiple_quoted` (#241)
Lakelezz
2017-12-24
1
-50
/
+50
*
Better support for multiple delimiters on `Args` (#239)
Lakelezz
2017-12-22
3
-160
/
+246
*
Actually fix `Args`'s `parse` and add a few tests (#236)
Lakelezz
2017-12-18
1
-8
/
+3
*
Fix ifs
acdenisSK
2017-12-18
1
-6
/
+6
*
Fix multiple char delimiters
acdenisSK
2017-12-18
1
-4
/
+9
*
Add a special `len` to `Args`
acdenisSK
2017-12-18
2
-6
/
+23
*
Fix doc-tests and `single_zc`
acdenisSK
2017-12-17
1
-17
/
+19
*
Avoid an unwrap in args::parse_quotes
Zeyla Hellyer
2017-12-16
1
-1
/
+1
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
5
-31
/
+38
*
Break up the model module
Zeyla Hellyer
2017-12-16
8
-20
/
+27
*
Revamp the internals of `Args`
acdenisSK
2017-12-16
1
-123
/
+153
*
Remove the `Box<Command>` impl
acdenisSK
2017-12-11
1
-22
/
+0
*
Fix whitespacing and change `and` to `or`. (#228)
Lakelezz
2017-11-30
1
-2
/
+2
*
Make help-commands customisable (#227)
Lakelezz
2017-11-30
6
-76
/
+467
*
Do a temporary fix for options for commands created in the `command!` macro
acdenisSK
2017-11-24
1
-1
/
+24
*
Convert from macro to ? (#226)
Mei Boudreau
2017-11-23
1
-1
/
+1
*
Add `before`/`after` middleware to `Command`
acdenisSK
2017-11-23
2
-1
/
+36
*
Actually remove the `init` call in `CreateCommand`
acdenisSK
2017-11-21
1
-5
/
+1
*
Add a way to execute code when a command is registered
acdenisSK
2017-11-21
4
-5
/
+20
*
Add `help()` to `CreateGroup`. (#225)
Lakelezz
2017-11-20
3
-14
/
+35
*
Have `on`'s docs actually use itself
acdenisSK
2017-11-20
1
-4
/
+4
*
Add an impl for `Fn(&mut Context, &Message, Args)`
acdenisSK
2017-11-20
3
-20
/
+13
*
Add the `pub` modifier
acdenisSK
2017-11-19
1
-3
/
+3
*
Fix framework doctests
Zeyla Hellyer
2017-11-18
1
-4
/
+4
*
Add `cmd` to `Create(Command|Group)`
acdenisSK
2017-11-18
3
-19
/
+49
*
Use a private function to reduce repetition
acdenisSK
2017-11-17
1
-21
/
+11
*
Fix doc-tests
acdenisSK
2017-11-16
4
-11
/
+27
*
Document that application owners bypass checks (#218)
Fenhl
2017-11-16
1
-0
/
+2
*
Change most of the framework to use trait-based-commands
acdenisSK
2017-11-15
5
-172
/
+243
*
Use the threadpool for framework command execution
Zeyla Hellyer
2017-11-13
2
-23
/
+32
*
Fix strange behaviour when the prefix has spaces (#215)
Uninteresting Account
2017-11-13
1
-14
/
+10
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
8
-20
/
+20
*
Add Debug derives to more public types
thelearnerofcode
2017-11-07
2
-0
/
+22
[prev]
[next]