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
...
*
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
|
*
Rename `Guild::permissions_for`->`permissions_in`
Zeyla Hellyer
2017-10-30
1
-1
/
+1
|
*
Fix #206 (#207)
Uninteresting Account
2017-10-29
1
-1
/
+1
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
1
-11
/
+12
*
|
Merge v0.4.2
acdenisSK
2017-10-24
1
-1
/
+26
|
\
|
|
*
Add a debug impl for `DispatchError`
acdenisSK
2017-10-23
1
-0
/
+25
|
*
Add "zero-copy" parsing
acdenisSK
2017-10-21
1
-1
/
+1
*
|
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
1
-8
/
+8
|
\
|
|
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
1
-6
/
+7
|
*
Make `has_correct_permissions`, `has_correct_roles` and `has_all_requirement...
Lakelezz
2017-10-10
1
-2
/
+2
|
*
Help-commands filtering and Member-prefix-search (#182)
Lakelezz
2017-10-07
1
-9
/
+12
|
*
Make `has_correct_permissions` a free-standing function
acdenisSK
2017-10-06
1
-15
/
+15
|
*
Fix most clippy warnings
Maiddog
2017-10-04
1
-2
/
+2
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-20
/
+27
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-27
/
+20
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-8
/
+8
|
*
Whoops
acdenisSK
2017-09-30
1
-2
/
+2
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-2
/
+3
*
|
Help-commands filtering and Member-prefix-search (#182)
Lakelezz
2017-10-09
1
-9
/
+12
*
|
Make `has_correct_permissions` a free-standing function
acdenisSK
2017-10-09
1
-15
/
+15
*
|
Fix most clippy warnings
Maiddog
2017-10-09
1
-1
/
+1
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
1
-17
/
+21
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
1
-23
/
+19
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
1
-8
/
+8
*
|
Whoops
acdenisSK
2017-10-09
1
-2
/
+2
*
|
Do not to " " if none of the provided delimiters are found (#183)
Jacob Helwig
2017-10-07
1
-7
/
+1
*
|
Merge branch 'v0.4.1' into v0.5.0
acdenisSK
2017-09-30
1
-2
/
+0
|
\
|
|
*
Fix a few things with the framework trait
acdenisSK
2017-09-30
1
-2
/
+0
*
|
Change the way users' command handlers are stored as
acdenisSK
2017-09-29
1
-6
/
+4
|
/
*
Use $crate for CommandError
acdenisSK
2017-09-24
1
-3
/
+3
*
Revamp errors in `Args` and commands
acdenisSK
2017-09-23
1
-6
/
+6
*
Remove tokio usage
Zeyla Hellyer
2017-09-21
1
-23
/
+18
*
Also rustfmt
Zeyla Hellyer
2017-09-18
1
-3
/
+8
*
Add Send/Sync to framework items
Zeyla Hellyer
2017-09-18
1
-7
/
+7
[prev]
[next]