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
...
|
*
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
|
*
Add some docs to `BanOptions`
acdenisSK
2017-10-30
1
-0
/
+1
|
*
Fix shard shutdown via Context
Zeyla Hellyer
2017-10-29
4
-8
/
+46
|
*
Fix #206 (#207)
Uninteresting Account
2017-10-29
2
-11
/
+28
|
*
Fall back to `str::parse` if `parse_username` fails
acdenisSK
2017-10-24
1
-3
/
+4
*
|
Fix Help-Commands to list all eligible commands in DMs. (#212)
Lakelezz
2017-11-04
1
-1
/
+1
*
|
Fix Client's framework set
Zeyla Hellyer
2017-11-03
1
-2
/
+2
*
|
`deserialize_i32` -> `deserialize_u8`
acdenisSK
2017-11-03
1
-1
/
+1
*
|
Redo client internals + gateway
Zeyla Hellyer
2017-11-03
14
-881
/
+1717
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
18
-67
/
+126
*
|
Make `Command::aliases` public
acdenisSK
2017-11-03
1
-1
/
+2
*
|
Fix framework Args tests
Zeyla Hellyer
2017-11-01
1
-71
/
+71
*
|
Fix audit logs a bit
acdenisSK
2017-11-01
4
-42
/
+93
*
|
Add a fallback to `RoleId::from_str` as well
acdenisSK
2017-10-24
1
-7
/
+8
*
|
Remove unwraps
acdenisSK
2017-10-24
2
-2
/
+2
*
|
Merge v0.4.2
acdenisSK
2017-10-24
14
-35
/
+409
|
\
\
|
*
|
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
|
*
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
|
*
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
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
14
-131
/
+131
*
|
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
22
-243
/
+229
*
|
Fix some compilation feature targets, fix lints
Zeyla Hellyer
2017-10-17
4
-3
/
+8
*
|
Change `features` fields to be a Vec<String>
Zeyla Hellyer
2017-10-14
3
-30
/
+15
*
|
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
22
-194
/
+434
|
\
|
|
*
Feature-flag extern crates behind their name
Zeyla Hellyer
2017-10-14
1
-10
/
+10
|
*
Add try_opt macro for substitute
Mei Boudreau
2017-10-12
3
-12
/
+13
[prev]
[next]