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
*
Merge v0.4.2
acdenisSK
2017-10-24
16
-39
/
+413
|
\
|
*
Fall back to `str::parse` if `parse_username` fails
acdenisSK
2017-10-24
1
-3
/
+4
|
*
Fix User::has_role
Zeyla Hellyer
2017-10-24
1
-1
/
+5
|
*
Add a debug impl for `DispatchError`
acdenisSK
2017-10-23
1
-0
/
+25
|
*
Properly update emojis, fix shard retries, fix cs
Lakelezz
2017-10-23
3
-6
/
+22
|
*
Update dependencies
Zeyla Hellyer
2017-10-22
1
-2
/
+2
|
*
Add "zero-copy" parsing
acdenisSK
2017-10-21
2
-1
/
+83
|
*
Fix clippy warnings
Mei Boudreau
2017-10-19
1
-17
/
+14
|
*
Fix shard connection
Zeyla Hellyer
2017-10-19
1
-29
/
+26
|
*
Deprecate some text-only Channel methods
Zeyla Hellyer
2017-10-19
1
-0
/
+11
|
*
Re-export parking_lot::{Arc, Mutex} from prelude
Zeyla Hellyer
2017-10-19
1
-0
/
+1
|
*
Implement changing a role's position (#201)
Ken Swenson
2017-10-19
3
-0
/
+59
|
*
Add a missing break
acdenisSK
2017-10-18
1
-0
/
+1
|
*
`assert` -> `assert_eq`
acdenisSK
2017-10-18
1
-2
/
+2
|
*
Add `PartialEq` impls and doc tests to `Args`
acdenisSK
2017-10-18
1
-1
/
+154
|
*
Use the underlaying integer value of a `ChannelType` variant
acdenisSK
2017-10-17
1
-1
/
+1
|
*
defer to `delete_message` if there's just one message to delete
acdenisSK
2017-10-16
2
-4
/
+8
|
*
Update 0.4.2's Cargo.toml version to 0.4.2 itself (#196)
Chris
2017-10-16
1
-1
/
+1
|
*
Use update syntax for Shard (#195)
Edward Yang
2017-10-16
1
-22
/
+29
|
*
Hash and do equality on just the id for `User`
acdenisSK
2017-10-15
1
-1
/
+17
|
*
Update URL to logo
Zeyla Hellyer
2017-10-14
1
-1
/
+1
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
21
-144
/
+144
*
|
Remove setting of the afk field in shards
Zeyla Hellyer
2017-10-19
2
-27
/
+16
*
|
Change CreateEmbed::field{,s} to not take builders
Zeyla Hellyer
2017-10-18
5
-111
/
+57
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
23
-245
/
+231
*
|
Fix some compilation feature targets, fix lints
Zeyla Hellyer
2017-10-17
5
-8
/
+9
*
|
Change `features` fields to be a Vec<String>
Zeyla Hellyer
2017-10-14
5
-30
/
+55
*
|
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
30
-197
/
+606
|
\
|
|
*
Release v0.4.1
v0.4.1
Zeyla Hellyer
2017-10-14
2
-1
/
+96
|
*
Update logo
Zeyla Hellyer
2017-10-14
1
-0
/
+0
|
*
Feature-flag extern crates behind their name
Zeyla Hellyer
2017-10-14
1
-10
/
+10
|
*
Fix font-height in relation to the logo (#192)
Lakelezz
2017-10-13
1
-0
/
+0
|
*
Add related projects to README
Zeyla Hellyer
2017-10-12
1
-0
/
+17
|
*
Add try_opt macro for substitute
Mei Boudreau
2017-10-12
3
-12
/
+13
|
*
Optimize Member::roles
Mei Boudreau
2017-10-12
1
-21
/
+11
|
*
Help-features display `Aliases` and list information for `Aliases`. (#190)
Lakelezz
2017-10-12
1
-60
/
+80
|
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
22
-101
/
+104
|
*
Add env_logger bot example
Zeyla Hellyer
2017-10-11
2
-0
/
+57
|
*
Make `has_correct_permissions`, `has_correct_roles` and `has_all_requirement...
Lakelezz
2017-10-10
2
-3
/
+3
|
*
Add an iterator for `Args`
acdenisSK
2017-10-10
1
-9
/
+33
|
*
Add some docs to `Args`
acdenisSK
2017-10-10
1
-0
/
+4
|
*
Variety of methods to search for `Member`. (#187)
Lakelezz
2017-10-10
1
-12
/
+218
|
*
Reset shard heartbeat state on resume
Zeyla Hellyer
2017-10-09
1
-0
/
+2
|
*
Make the client threadpool user-customizable
Zeyla Hellyer
2017-10-09
4
-15
/
+38
|
*
Add a threadpool to the shard runner
Zeyla Hellyer
2017-10-09
4
-27
/
+61
|
*
Generate `Default` for CurrentUser and use it in `Cache::default`
acdenisSK
2017-10-08
3
-12
/
+3
|
*
Add an impl for `&str`
acdenisSK
2017-10-08
1
-0
/
+4
|
*
Find `Member` via substrings, allow case-insensitivity on `members_containing...
Lakelezz
2017-10-07
1
-4
/
+54
|
*
Add the lifetime again
acdenisSK
2017-10-07
1
-1
/
+1
|
*
Help-commands filtering and Member-prefix-search (#182)
Lakelezz
2017-10-07
4
-20
/
+41
[next]