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
...
*
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
*
Rename `list` to be consistent with `multiple_quoted`
acdenisSK
2017-11-06
1
-2
/
+2
*
Merge v0.4.3
acdenisSK
2017-11-04
3
-13
/
+30
|
\
|
*
Use consistent token names in examples
Zeyla Hellyer
2017-11-01
2
-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
2
-11
/
+28
*
|
Fix Help-Commands to list all eligible commands in DMs. (#212)
Lakelezz
2017-11-04
1
-1
/
+1
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
4
-26
/
+30
*
|
Make `Command::aliases` public
acdenisSK
2017-11-03
1
-1
/
+2
*
|
Fix framework Args tests
Zeyla Hellyer
2017-11-01
1
-71
/
+71
*
|
Merge v0.4.2
acdenisSK
2017-10-24
3
-21
/
+277
|
\
|
|
*
Add a debug impl for `DispatchError`
acdenisSK
2017-10-23
1
-0
/
+25
|
*
Properly update emojis, fix shard retries, fix cs
Lakelezz
2017-10-23
1
-4
/
+2
|
*
Add "zero-copy" parsing
acdenisSK
2017-10-21
2
-1
/
+83
|
*
Fix clippy warnings
Mei Boudreau
2017-10-19
1
-17
/
+14
|
*
Add a missing break
acdenisSK
2017-10-18
1
-0
/
+1
|
*
`assert` -> `assert_eq`
acdenisSK
2017-10-18
1
-2
/
+2
|
*
Add `PartialEq` impls and doc tests to `Args`
acdenisSK
2017-10-18
1
-1
/
+154
*
|
Change CreateEmbed::field{,s} to not take builders
Zeyla Hellyer
2017-10-18
1
-14
/
+13
[prev]
[next]