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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Make help-commands customisable (#227)
Lakelezz
2017-11-30
8
-89
/
+528
*
|
Use `ToString`'s blanket impl for `Display`s
acdenisSK
2017-11-27
3
-5
/
+5
*
|
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
3
-10
/
+2
*
|
Add `before`/`after` middleware to `Command`
acdenisSK
2017-11-23
2
-1
/
+36
*
|
Update dependencies
Zeyla Hellyer
2017-11-22
1
-3
/
+3
*
|
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
*
|
Remove client close handle
Zeyla Hellyer
2017-11-20
1
-19
/
+38
*
|
Fix no-gateway compilation
Zeyla Hellyer
2017-11-20
1
-3
/
+1
*
|
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 guild invite to readme
Zeyla Hellyer
2017-11-19
1
-1
/
+3
*
|
Add the `pub` modifier
acdenisSK
2017-11-19
1
-3
/
+3
*
|
Implement Deserialize for {,Gateway,Voice}Event
Zeyla Hellyer
2017-11-19
4
-179
/
+518
*
|
Add `model::Reaction::user`
Zeyla Hellyer
2017-11-18
1
-3
/
+13
*
|
Add `model::Reaction::channel`
Zeyla Hellyer
2017-11-18
1
-0
/
+15
*
|
Alphabetize Reaction methods
Zeyla Hellyer
2017-11-18
1
-14
/
+14
*
|
Document that Reaction methods that hit the API
Zeyla Hellyer
2017-11-18
1
-2
/
+8
*
|
Add a method to get a message from a reaction (#220)
Maiddog
2017-11-19
1
-0
/
+10
*
|
Fix framework doctests
Zeyla Hellyer
2017-11-18
2
-6
/
+6
*
|
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
*
|
docs.rs: compile all features for docs
Zeyla Hellyer
2017-11-17
1
-0
/
+3
*
|
Add the new game types (#219)
Mei Boudreau
2017-11-16
1
-0
/
+62
*
|
Clarify some example 01 documentation
Zeyla Hellyer
2017-11-16
1
-4
/
+4
*
|
impl From<&Path> for http::AttachmentType
Zeyla Hellyer
2017-11-16
2
-0
/
+24
*
|
Fix doc-tests
acdenisSK
2017-11-16
6
-14
/
+33
*
|
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
4
-173
/
+326
*
|
Fix strange behaviour when the prefix has spaces (#215)
Uninteresting Account
2017-11-13
1
-14
/
+10
*
|
Implement From<EmojiId | EmojiIdentifier> for ReactionType (#217)
Fenhl
2017-11-13
1
-0
/
+18
*
|
Change PrivateChannel::say to use `Display` (#214)
Fenhl
2017-11-12
1
-1
/
+1
*
|
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
54
-165
/
+151
*
|
Simplify Error's `Display` impl
Zeyla Hellyer
2017-11-11
1
-11
/
+1
*
|
Make ShardManager::runners public
Zeyla Hellyer
2017-11-09
1
-1
/
+5
*
|
Fix Shard::shard_info doctest
Zeyla Hellyer
2017-11-09
1
-3
/
+1
*
|
Fix parking_lot::{Mutex, RwLock} re-exports
Zeyla Hellyer
2017-11-09
2
-4
/
+6
*
|
Fix doc-tests
acdenisSK
2017-11-08
4
-53
/
+15
*
|
Fix indention for the docs (#213)
Chris
2017-11-08
1
-6
/
+6
*
|
Add Debug derives to more public types
thelearnerofcode
2017-11-07
5
-5
/
+30
*
|
Into<String> -> Display
acdenisSK
2017-11-07
1
-6
/
+6
*
|
Rename `list` to be consistent with `multiple_quoted`
acdenisSK
2017-11-06
1
-2
/
+2
*
|
Actually, change `NeverFails` to a void enum
acdenisSK
2017-11-05
1
-1
/
+1
*
|
Whoops. Add a `FromStr` impl for `ReactionType`
acdenisSK
2017-11-04
7
-79
/
+37
*
|
Merge v0.4.3
acdenisSK
2017-11-04
29
-104
/
+556
|
\
|
|
*
Bump to v0.4.3
v0.4.3
Zeyla Hellyer
2017-11-01
2
-4
/
+50
|
*
Fix doctests for a variety of feature targets
Zeyla Hellyer
2017-11-01
6
-9
/
+36
[prev]
[next]