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
*
Do not to " " if none of the provided delimiters are found (#183)
Jacob Helwig
2017-10-07
2
-9
/
+8
*
Change default_channel to return a pointer (#179)
Mei Boudreau
2017-10-05
2
-6
/
+8
*
Merge branch 'v0.4.1' into v0.5.0
acdenisSK
2017-09-30
2
-9
/
+23
|
\
|
*
Fix a few things with the framework trait
acdenisSK
2017-09-30
2
-9
/
+23
*
|
Change the way users' command handlers are stored as
acdenisSK
2017-09-29
4
-33
/
+23
|
/
*
Fix User::tag and CurrentUser::tag discrim output
Zeyla Hellyer
2017-09-28
1
-1
/
+1
*
Fix client shards by cloning ShardManager runners
Zeyla Hellyer
2017-09-27
4
-10
/
+15
*
Fix client no-framework compilation
Zeyla Hellyer
2017-09-27
4
-32
/
+79
*
Use `request_client!` for attachment downloading (#165)
Benjamin Cheng
2017-09-26
1
-1
/
+1
*
Update readme example
Zeyla Hellyer
2017-09-25
2
-3
/
+5
*
Bump to v0.4.0
Zeyla Hellyer
2017-09-25
3
-3
/
+651
*
Use display instead of std::error::Error
acdenisSK
2017-09-25
1
-28
/
+3
*
Switch to temporary rust-websocket fork
Zeyla Hellyer
2017-09-25
2
-5
/
+4
*
Fix tests and example 05
Zeyla Hellyer
2017-09-24
5
-13
/
+15
*
Add a shard manager
Zeyla Hellyer
2017-09-24
9
-288
/
+551
*
Use $crate for CommandError
acdenisSK
2017-09-24
1
-3
/
+3
*
Refactor display impls for ids
acdenisSK
2017-09-24
6
-24
/
+7
*
Revamp errors in `Args` and commands
acdenisSK
2017-09-23
6
-86
/
+141
*
Downgrade sodiumoxide to v0.0.14
Zeyla Hellyer
2017-09-23
1
-1
/
+1
*
Document http::set_token and unhide it from docs
Zeyla Hellyer
2017-09-23
1
-3
/
+22
*
Update bitflags, other dependencies
Zeyla Hellyer
2017-09-21
10
-82
/
+91
*
Remove tokio usage
Zeyla Hellyer
2017-09-21
7
-401
/
+154
*
Fix a documentation typo
Zeyla Hellyer
2017-09-19
1
-1
/
+1
*
Also rustfmt
Zeyla Hellyer
2017-09-18
4
-8
/
+20
*
Add Send/Sync to framework items
Zeyla Hellyer
2017-09-18
4
-15
/
+17
*
Fix block on spawning multiple shards
Zeyla Hellyer
2017-09-18
3
-22
/
+28
*
travis: don't test rustfmt
Zeyla Hellyer
2017-09-18
1
-2
/
+0
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
55
-972
/
+662
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
24
-116
/
+159
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
2
-2
/
+6
*
Alphabetize Cargo.toml dependencies
Zeyla Hellyer
2017-09-18
1
-4
/
+4
*
Gate ChannelCategory impl behind 'model' feature
Zeyla Hellyer
2017-09-18
1
-0
/
+1
*
Use combinators in `parse_header`
acdenisSK
2017-09-17
1
-14
/
+7
*
if let -> and_then/map
acdenisSK
2017-09-17
1
-5
/
+1
*
Apply rustfmt
Zeyla Hellyer
2017-09-14
1
-11
/
+11
*
Don't clone in Cache::all_guilds/private_channels
Zeyla Hellyer
2017-09-14
1
-5
/
+3
*
Put the cloning at a later stage
acdenisSK
2017-09-14
1
-2
/
+2
*
Revamp `CacheEventsImpl`
acdenisSK
2017-09-12
6
-588
/
+684
*
Copy some methods from Command to Group (#164)
Maiddog
2017-09-11
3
-4
/
+96
*
Add `Context::handle`
acdenisSK
2017-09-11
2
-44
/
+48
*
Fixed admin bypass perm to framework allowed_roles
Lakelezz
2017-09-09
2
-9
/
+13
*
Handle channel category deletion
Zeyla Hellyer
2017-09-09
1
-14
/
+16
*
Document the standard_framework feature in README
Zeyla Hellyer
2017-09-09
1
-0
/
+1
*
Note the standard_framework feature in examples
Zeyla Hellyer
2017-09-09
6
-6
/
+6
*
serde rename `kind` to `type`
acdenisSK
2017-09-09
1
-0
/
+1
*
Apply rustfmt + fix tests
Zeyla Hellyer
2017-09-09
10
-16
/
+44
*
`parent_id` -> `category_id`
acdenisSK
2017-09-09
2
-4
/
+6
*
Implement categories
acdenisSK
2017-09-09
10
-2
/
+187
*
Change order to avoid subtraction overflow error (#160)
Maiddog
2017-09-07
1
-1
/
+1
*
Add more info on methods in framework example
Lakelezz
2017-09-06
1
-4
/
+41
[next]