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
...
*
Break up the model module
Zeyla Hellyer
2017-12-16
61
-411
/
+505
*
Revamp the internals of `Args`
acdenisSK
2017-12-16
3
-128
/
+156
*
Fix deserialization of `Guild::application_id`
Zeyla Hellyer
2017-12-15
2
-2
/
+4
*
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
*
Merge branch 'branch-v0.4.5' into v0.5.0
Zeyla Hellyer
2017-12-09
2
-33
/
+4
|
\
|
*
Release v0.4.5
v0.4.5
Zeyla Hellyer
2017-12-09
1
-2
/
+1
|
*
Remove EditRole::default implementation
Zeyla Hellyer
2017-12-09
1
-29
/
+1
|
*
Fix remaining deserializers
Zeyla Hellyer
2017-12-09
1
-2
/
+2
|
*
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
7
-77
/
+468
*
|
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
*
|
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
[prev]
[next]