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
*
Add `impl AsRef<MessageId> for Message`
asref_messageid_for_message
Mishio595
2018-07-24
1
-0
/
+6
*
Fallback to default-command if passed sub-command is wrong
Lakelezz
2018-07-24
1
-50
/
+59
*
Compare built up length with original user-input instead of iterations
Lakelezz
2018-07-24
1
-5
/
+16
*
Some minor changes to `Args`
acdenisSK
2018-07-21
1
-10
/
+9
*
Add default-commands for command-groups (#351)
Lakelezz
2018-07-21
3
-7
/
+51
*
Do not suggest command if no command is actually related to input. (#350)
Lakelezz
2018-07-20
1
-1
/
+1
*
Use `current` to figure out the end quote
acdenisSK
2018-07-19
1
-17
/
+4
*
Style Line
acdenisSK
2018-07-19
1
-0
/
+1
*
Merge `Token` and `TokenOwned`
acdenisSK
2018-07-19
1
-26
/
+10
*
Use an `Option` to denote end
acdenisSK
2018-07-19
1
-18
/
+7
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
18
-100
/
+98
*
Support multiple prefixes for command-groups (#343)
Lakelezz
2018-07-15
4
-28
/
+62
*
Add checks for groups (#349)
Lakelezz
2018-07-15
4
-5
/
+34
*
typos
Zeyla Hellyer
2018-07-14
1
-2
/
+2
*
Abstract impls in Channel's Mentionable impl
Zeyla Hellyer
2018-07-14
1
-4
/
+4
*
Implement Mentionable for Group
Zeyla Hellyer
2018-07-14
1
-0
/
+6
*
Implement Mentionable for PrivateChannel
Zeyla Hellyer
2018-07-14
1
-0
/
+6
*
Implement Mentionable for ChannelCategory
Zeyla Hellyer
2018-07-14
1
-1
/
+7
*
Quickly rename to `no_dm_prefix`
acdenisSK
2018-07-14
2
-6
/
+6
*
Allow for nil prefixes in DMs
acdenisSK
2018-07-14
2
-1
/
+31
*
Add docs for `Args::new`
acdenisSK
2018-07-13
1
-0
/
+27
*
Fix doc links with no anchor
Zeyla Hellyer
2018-07-11
7
-4
/
+18
*
impl Mentionable for GuildChannel (#348)
Adelyn
2018-07-10
1
-0
/
+4
*
Fix ffmpeg_optioned doctest
Zeyla Hellyer
2018-07-09
1
-0
/
+2
*
Deprecate Message::guild_id()
Zeyla Hellyer
2018-07-09
2
-15
/
+12
*
Add voice::streamer::ffmpeg_optioned
Zeyla Hellyer
2018-07-09
2
-3
/
+39
*
Add a message cache API (#345)
zeyla
2018-07-09
5
-2
/
+223
*
Remove deprecated use of Colour associated methods
Zeyla Hellyer
2018-07-08
1
-2
/
+2
*
impl Form<&$ID> for $ID
Zeyla Hellyer
2018-07-08
1
-0
/
+6
*
Add associated consts in Colour, deprecate methods
Zeyla Hellyer
2018-07-07
1
-36
/
+42
*
Don't assume all characters at end are 1-length
acdenisSK
2018-07-06
1
-2
/
+17
*
Make the Cache Update API public (#344)
zeyla
2018-07-05
2
-4
/
+118
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
23
-127
/
+527
*
Fix dead doc-links and add missing ones. (#347)
Lakelezz
2018-07-04
1
-33
/
+40
*
Add http::ratelimiting::offset
Zeyla Hellyer
2018-07-04
1
-13
/
+23
*
properly fix the is_nsfw check this time
acdenisSK
2018-07-02
1
-1
/
+1
*
Simplify utils::is_nsfw
Zeyla Hellyer
2018-07-02
1
-9
/
+1
*
Fix 'nsfw-' case in utils::is_nsfw
Zeyla Hellyer
2018-07-02
1
-1
/
+1
*
Fix utils::is_nsfw string slicing
Zeyla Hellyer
2018-07-02
1
-4
/
+6
*
Make guild optional on Invites
Zeyla Hellyer
2018-06-27
1
-8
/
+20
*
Fix the notice of `field`
acdenisSK
2018-06-24
1
-1
/
+1
*
Remove link to a nonexistant struct
acdenisSK
2018-06-24
1
-5
/
+0
*
Explain `fields` more
acdenisSK
2018-06-24
1
-0
/
+4
*
Add missing Send and Sync bounds
acdenisSK
2018-06-21
1
-1
/
+1
*
Miscellaneous changes in Args
acdenisSK
2018-06-21
1
-267
/
+286
*
Directly use the iterator
acdenisSK
2018-06-21
1
-2
/
+2
*
And another (function call) repetion
acdenisSK
2018-06-21
1
-2
/
+4
*
Remove slight repetition
acdenisSK
2018-06-21
1
-12
/
+7
*
If no help is available, command is not visible thus return false.
Lakelezz
2018-06-18
1
-3
/
+1
*
Rename from `is_command_hidden` to `is_command_visible`.
Lakelezz
2018-06-18
1
-5
/
+5
[next]