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
*
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
18
-111
/
+120
*
Fix compilation of examples
Zeyla Hellyer
2017-12-16
2
-4
/
+7
*
Fix voice feature compilation
Zeyla Hellyer
2017-12-16
5
-5
/
+6
*
Attempt to restart failed shard boots
Zeyla Hellyer
2017-12-16
2
-18
/
+48
*
Break up the model module
Zeyla Hellyer
2017-12-16
75
-428
/
+525
*
Fix guild deserialization tests
Zeyla Hellyer
2017-12-16
2
-3
/
+5
*
Fix compilation of example 07
Zeyla Hellyer
2017-12-16
3
-24
/
+8
*
Revamp the internals of `Args`
acdenisSK
2017-12-16
4
-133
/
+157
*
Fix deserialization of `Guild::application_id`
Zeyla Hellyer
2017-12-15
4
-2
/
+11
*
Change type of a couple Guild/PartialGuild fields
Zeyla Hellyer
2017-12-15
3
-20
/
+44
*
Add missing fields to Guild model
Zeyla Hellyer
2017-12-15
1
-0
/
+46
*
Make `Context::edit_profile` slightly efficient
acdenisSK
2017-12-14
1
-3
/
+3
*
Remove the `Box<Command>` impl
acdenisSK
2017-12-11
1
-22
/
+0
*
Use a macro to generate FromStr impls
acdenisSK
2017-12-10
1
-177
/
+92
*
Shutdown everything on ShardManager::shutdown_all
Zeyla Hellyer
2017-12-09
5
-1
/
+17
*
Fix syntax highlighting in README
Jędrzej
2017-12-09
1
-1
/
+1
*
Merge branch 'branch-v0.4.5' into v0.5.0
Zeyla Hellyer
2017-12-09
3
-33
/
+41
|
\
|
*
Release v0.4.5
v0.4.5
Zeyla Hellyer
2017-12-09
3
-3
/
+25
|
*
Remove EditRole::default implementation
Zeyla Hellyer
2017-12-09
1
-29
/
+1
|
*
Fix remaining deserializers
Zeyla Hellyer
2017-12-09
1
-2
/
+2
|
*
Release v0.4.4 hotfix
v0.4.4
Zeyla Hellyer
2017-12-09
2
-1
/
+15
|
*
Fix snowflake deserializer
Zeyla Hellyer
2017-12-09
1
-2
/
+2
*
|
Fix snowflake deserializer
Zeyla Hellyer
2017-12-09
1
-1
/
+1
*
|
Fall back to `str::parse` on `ChannelId` as well
acdenisSK
2017-12-06
1
-7
/
+56
*
|
Make the comment for the `AsRef` impl more clear
acdenisSK
2017-12-06
1
-1
/
+3
*
|
Use `AsRef` instead of just `&MessageId`
acdenisSK
2017-12-06
1
-1
/
+1
*
|
Add the `VIEW_AUDIT_LOG` permission (#229)
Lakelezz
2017-12-04
1
-0
/
+8
*
|
Tune down repetition with a macro
acdenisSK
2017-11-30
1
-56
/
+31
*
|
Fix whitespacing and change `and` to `or`. (#228)
Lakelezz
2017-11-30
1
-2
/
+2
*
|
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
[next]