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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove extraneous spaces at the end of lines
Zeyla Hellyer
2018-06-17
1
-1
/
+1
*
Fix the framework example so that it makes sense and is runnable
acdenisSK
2018-05-05
1
-6
/
+12
*
Remove `is_bot` boolean from framework
Zeyla Hellyer
2018-01-10
1
-5
/
+5
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-2
/
+2
*
Use the threadpool for framework command execution
Zeyla Hellyer
2017-11-13
1
-5
/
+6
*
Use consistent token names in examples
Zeyla Hellyer
2017-11-01
1
-1
/
+1
*
Fix a few things with the framework trait
acdenisSK
2017-09-30
1
-7
/
+23
*
Remove tokio usage
Zeyla Hellyer
2017-09-21
1
-2
/
+1
*
Fix tests (#145)
Maiddog
2017-08-22
1
-2
/
+2
*
Move builtin framework impl to its own module
Zeyla Hellyer
2017-08-19
1
-1023
/
+9
*
Fix rustfmt lines that are too long
Zeyla Hellyer
2017-08-18
1
-6
/
+30
*
Clippy lints
Zeyla Hellyer
2017-08-18
1
-8
/
+12
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-41
/
+67
*
Move the Framework trait to the framework
Zeyla Hellyer
2017-08-18
1
-1
/
+18
*
Clippy
acdenisSK
2017-08-19
1
-2
/
+2
*
Add a case for `context, message, args, full_message`
acdenisSK
2017-08-18
1
-0
/
+8
*
Allow the user to be given the original message (as in, the message used to c...
acdenisSK
2017-08-18
1
-10
/
+18
*
Fix args when `use_quotes` is true
acdenisSK
2017-08-18
1
-1
/
+1
*
Expande CheckFailed to provide Arc<Command>(#138)
Lakelezz
2017-08-17
1
-2
/
+2
*
Reword this
acdenisSK
2017-08-16
1
-1
/
+1
*
Provide the args to the checks
acdenisSK
2017-08-16
1
-7
/
+9
*
Fix string delimiters (#134)
Lakelezz
2017-08-13
1
-20
/
+22
*
Trim a second time for a sake
acdenisSK
2017-08-12
1
-6
/
+8
*
Rewamp the custom delimeter functionality to support more
acdenisSK
2017-08-12
1
-1
/
+6
*
Add support for custom delimeters
acdenisSK
2017-08-12
1
-1
/
+1
*
Clippy and rustfmt
acdenisSK
2017-08-01
1
-4
/
+5
*
Fix failing tests (#133)
Andrej
2017-07-31
1
-3
/
+3
*
Remove a few clones
acdenisSK
2017-07-29
1
-1
/
+1
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-91
/
+85
*
rustfmt
acdenisSK
2017-07-27
1
-113
/
+163
*
Make the `framework` module feature-gated and fix the names in the helper macro
acdenisSK
2017-07-27
1
-15
/
+1
*
Fix #130
acdenisSK
2017-07-22
1
-201
/
+183
*
Remove the uneccessary function and `Send + Sync` bounds
acdenisSK
2017-07-22
1
-13
/
+5
*
Make bucket checks less cache dependent
acdenisSK
2017-07-22
1
-63
/
+76
*
Implement adding checks to buckets
acdenisSK
2017-07-15
1
-14
/
+103
*
Switch to tokio for events (#122)
Alex Lyon
2017-07-14
1
-4
/
+6
*
Provide the command into the checks
acdenisSK
2017-07-13
1
-1
/
+1
*
Remove `checks_passed` in favour of the `Iterator::all` method
acdenisSK
2017-07-04
1
-11
/
+1
*
Fix doc tests
acdenisSK
2017-07-02
1
-23
/
+56
*
Add reaction actions (#115)
alex
2017-06-28
1
-1
/
+58
*
Make CommandOrAlias and CommandGroup.commands public (#117)
Joe K
2017-06-28
1
-1
/
+1
*
Switch from #[doc(hidden)] to pub(crate)
alex
2017-06-14
1
-6
/
+5
*
Make framework dynamic_prefix accept an &Message
Zeyla Hellyer
2017-06-13
1
-1
/
+1
*
Remove Context::{channel_id, queue}
Zeyla Hellyer
2017-06-13
1
-1
/
+1
*
Deprecate Client::login, add Client::new
Zeyla Hellyer
2017-06-06
1
-10
/
+10
*
Clippy lints
Zeyla Hellyer
2017-06-06
1
-12
/
+18
*
Use chrono for struct timestamp fields
Zeyla Hellyer
2017-06-06
1
-3
/
+3
*
Add documentation and tests for framework
Maiddog
2017-05-30
1
-0
/
+141
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-0
/
+665