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
/
standard
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fallback to default-command if passed sub-command is wrong
Lakelezz
2018-07-24
1
-50
/
+59
*
Compare built up length with original user-input instead of iterations
Lakelezz
2018-07-24
1
-5
/
+16
*
Add default-commands for command-groups (#351)
Lakelezz
2018-07-21
1
-7
/
+37
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
1
-6
/
+4
*
Support multiple prefixes for command-groups (#343)
Lakelezz
2018-07-15
1
-8
/
+24
*
Add checks for groups (#349)
Lakelezz
2018-07-15
1
-2
/
+13
*
Deprecate Message::guild_id()
Zeyla Hellyer
2018-07-09
1
-1
/
+1
*
Directly use the iterator
acdenisSK
2018-06-21
1
-2
/
+2
*
Revert the OR back to the AND
Alex M. M
2018-06-17
1
-1
/
+1
*
Reorganise the order of the ifs
acdenisSK
2018-06-16
1
-26
/
+28
*
Neaten debug once more
acdenisSK
2018-06-14
1
-32
/
+5
*
Fix typo (#328)
Perry Fraser
2018-06-09
1
-1
/
+1
*
Handle debug impls better
acdenisSK
2018-06-08
1
-1
/
+2
*
Check if cloning `unrecognised_command` is acceptable (#320)
Lakelezz
2018-05-27
1
-14
/
+13
*
Add an option for a bot to work only in certain channels (#318)
Victor Polevoy
2018-05-24
1
-0
/
+15
*
Reword the command macro doc to be less misleading
acdenisSK
2018-05-01
1
-4
/
+10
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-10
/
+25
*
Fix help precendence
acdenisSK
2018-03-25
1
-3
/
+4
*
Change the way ids and some enums are made (#295)
Leah
2018-03-23
1
-2
/
+2
*
Add no_run to doctests that initialize a Client (#293)
Maiddog
2018-03-18
1
-11
/
+11
*
Fix no-cache standardframework compilation (#290)
Lakelezz
2018-03-15
1
-11
/
+13
*
Add `unrecognised_command` (#276)
Lakelezz
2018-02-15
1
-2
/
+38
*
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
1
-1
/
+1
*
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
1
-3
/
+3
*
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
*
Remove `is_bot` boolean from framework
Zeyla Hellyer
2018-01-10
1
-3
/
+3
*
Add missing `correct roles`-checks in help-commands (#249)
Lakelezz
2018-01-10
1
-1
/
+5
*
Better support for multiple delimiters on `Args` (#239)
Lakelezz
2017-12-22
1
-2
/
+2
*
Add a special `len` to `Args`
acdenisSK
2017-12-18
1
-6
/
+6
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
1
-2
/
+2
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-7
/
+9
*
Make help-commands customisable (#227)
Lakelezz
2017-11-30
1
-13
/
+57
*
Add `before`/`after` middleware to `Command`
acdenisSK
2017-11-23
1
-0
/
+6
*
Add a way to execute code when a command is registered
acdenisSK
2017-11-21
1
-2
/
+8
*
Add `help()` to `CreateGroup`. (#225)
Lakelezz
2017-11-20
1
-11
/
+11
*
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
1
-7
/
+3
*
Add the `pub` modifier
acdenisSK
2017-11-19
1
-3
/
+3
*
Add `cmd` to `Create(Command|Group)`
acdenisSK
2017-11-18
1
-2
/
+2
*
Use a private function to reduce repetition
acdenisSK
2017-11-17
1
-21
/
+11
*
Fix doc-tests
acdenisSK
2017-11-16
1
-6
/
+14
*
Change most of the framework to use trait-based-commands
acdenisSK
2017-11-15
1
-67
/
+127
*
Use the threadpool for framework command execution
Zeyla Hellyer
2017-11-13
1
-18
/
+26
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-5
/
+5
*
Merge v0.4.3
acdenisSK
2017-11-04
1
-2
/
+2
|
\
|
*
Fix extraneous whitespace
Zeyla Hellyer
2017-10-30
1
-1
/
+1
[next]