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
*
StandardFramework::cmd and CreateGroup::cmd now register aliases
cmd-aliases-fix
Mishio595
2018-11-14
1
-0
/
+7
*
Add Function to call if a Message without Command has been sent (#430)
Lakelezz
2018-11-11
1
-5
/
+67
*
Prefix only Command (#416)
Lakelezz
2018-10-15
1
-0
/
+30
*
Add Option to disable bypassing Checks for Owners (#419)
Lakelezz
2018-10-15
1
-1
/
+1
*
Fix Default Command to inherit Group-Options (#412)
Lakelezz
2018-10-11
1
-0
/
+15
*
Simplify code by removing negation (#413)
Lakelezz
2018-10-09
1
-4
/
+3
*
A bunch of typo fixes (#404)
Perry Fraser
2018-10-01
1
-2
/
+2
*
Check if bots are ignored before dispatching `unrecognised_command` (#381)
Lakelezz
2018-09-09
1
-5
/
+8
*
Fix `has_correct_permissions` when no guild is available (#376)
Lakelezz
2018-08-31
1
-3
/
+7
*
Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypes
Lakelezz
2018-08-12
1
-2
/
+2
*
Make default-command receive every bit of the command upon failure
Lakelezz
2018-08-11
1
-4
/
+3
*
Use one macro instead of the same code twice, avoid seperated changes. (#365)
Lakelezz
2018-08-11
1
-18
/
+13
*
Fix all the dead links in the docs
Erk-
2018-08-09
1
-13
/
+12
*
Fix default command upon shortcut prefix and passing sub-commands to default-...
Lakelezz
2018-08-07
1
-11
/
+28
*
Pass failed sub-command to default-command (#357)
Lakelezz
2018-08-06
1
-1
/
+2
*
Reword the inner doc comment in `complex_bucket`
acdenisSK
2018-08-01
1
-11
/
+15
*
Reduce minimal Rust version to 1.25
Zeyla Hellyer
2018-07-29
1
-2
/
+2
*
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
[next]