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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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 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
*
|
Add the new game types (#219)
Mei Boudreau
2017-11-16
1
-0
/
+62
*
|
impl From<&Path> for http::AttachmentType
Zeyla Hellyer
2017-11-16
1
-0
/
+6
*
|
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
1
-2
/
+1
*
|
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
19
-94
/
+340
|
\
|
|
*
Fix doctests for a variety of feature targets
Zeyla Hellyer
2017-11-01
4
-8
/
+33
|
*
Fix no-client cache tests
Zeyla Hellyer
2017-11-01
4
-23
/
+45
|
*
Fix no-parking_lot compilation
Zeyla Hellyer
2017-11-01
1
-1
/
+2
|
*
Use consistent token names in examples
Zeyla Hellyer
2017-11-01
5
-5
/
+5
|
*
Fix ping bot example (#211)
Ben
2017-10-31
1
-1
/
+6
|
*
Make Member::permissions return guild permissions
Zeyla Hellyer
2017-10-31
1
-11
/
+3
|
*
Slightly clarify ratelimiting documentation
Zeyla Hellyer
2017-10-30
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
5
-8
/
+19
|
*
Guild::has_perms: use Guild::member_permissions
Zeyla Hellyer
2017-10-30
1
-22
/
+14
|
*
Add Guild::member_permissions
Zeyla Hellyer
2017-10-30
1
-0
/
+51
[prev]
[next]