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
/
model
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `#[serde(default)]` on `nsfw` instead
acdenisSK
2017-08-15
1
-3
/
+1
*
Deprecate `GuildId::as_channel_id` and add simulation methods for the "defaul...
acdenisSK
2017-08-04
2
-1
/
+43
*
Make some functions accept anything that's implemented Display
acdenisSK
2017-08-04
1
-1
/
+1
*
Change to c-like enums and transmute
acdenisSK
2017-08-02
1
-164
/
+55
*
Use ranges instead of guards
acdenisSK
2017-08-01
1
-9
/
+7
*
Clippy and rustfmt
acdenisSK
2017-08-01
2
-8
/
+10
*
Provide the input and limit back to the user, and do some consistencies
acdenisSK
2017-08-01
2
-3
/
+8
*
Remove the `ext` module and remove a match
acdenisSK
2017-08-01
1
-6
/
+2
*
Reuse `num`
acdenisSK
2017-07-31
1
-8
/
+8
*
Improve `Action`
acdenisSK
2017-07-31
1
-100
/
+200
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
20
-598
/
+508
*
rustfmt
acdenisSK
2017-07-27
28
-1451
/
+1347
*
Fix is_own code
Zeyla Hellyer
2017-07-25
1
-1
/
+1
*
Actually, rename it to "is_own" instead
acdenisSK
2017-07-26
1
-1
/
+1
*
Add a util function for checking if a message was sent by the bot or someone ...
acdenisSK
2017-07-26
1
-0
/
+6
*
Fix #130
acdenisSK
2017-07-22
1
-1
/
+2
*
match -> and_then
acdenisSK
2017-07-21
1
-4
/
+1
*
Fix the tests (#129)
Bond-009
2017-07-21
1
-1
/
+1
*
Utilise the newly stabilised loop-with-break-value
acdenisSK
2017-07-20
1
-13
/
+7
*
Add an actual way to fetch audit log entries from a guild
acdenisSK
2017-07-20
4
-0
/
+248
*
Implement the new way of knowing some channels as "nsfw"
acdenisSK
2017-07-18
1
-1
/
+14
*
Fix GuildChannel::permissions_for doctests
Zeyla Hellyer
2017-07-15
1
-5
/
+5
*
Fix more doc tests
acdenisSK
2017-07-14
2
-2
/
+2
*
Fix the doc on `PrivateChannel::name`
acdenisSK
2017-07-14
1
-1
/
+1
*
Add `ChannelId,PrivateChannel,GuildChannel::name` functions
acdenisSK
2017-07-14
3
-0
/
+33
*
Improve `BanOptions` to be more efficient and remove uneccessary `Read` imports
acdenisSK
2017-07-13
6
-19
/
+9
*
Remove the deprecated functions
acdenisSK
2017-07-11
13
-740
/
+0
*
Rename `online_members` to `members_with_status` and compare the status provi...
acdenisSK
2017-07-10
1
-3
/
+3
*
Return an error if the reason the user provided exceeded the limit
acdenisSK
2017-07-10
2
-2
/
+14
*
Use a trait way of overloading the `ban` function instead of an enum
acdenisSK
2017-07-10
2
-52
/
+37
*
Fixed clippy warnings (#120)
Kaidan
2017-07-10
1
-3
/
+3
*
Make `User` and `Ban` comparable and hashable
acdenisSK
2017-07-10
2
-2
/
+2
*
Add a way to return all online members in a guild
acdenisSK
2017-07-09
1
-0
/
+18
*
Remove the note from the comment on `reason`
acdenisSK
2017-07-08
1
-3
/
+0
*
Implement attaching reasons to bans
acdenisSK
2017-07-08
2
-7
/
+67
*
Fix doc tests
acdenisSK
2017-07-02
5
-143
/
+175
*
Fixed clippy warnings (#118)
Kaidan
2017-06-28
1
-1
/
+1
*
Docs fixes
mei
2017-06-27
10
-32
/
+20
*
Add missing ModelError variant in description impl
Zeyla Hellyer
2017-06-27
1
-0
/
+1
*
Prevent Direct Messaging other bot users
Zeyla Hellyer
2017-06-26
2
-0
/
+19
*
Fix ModelError doctest
Zeyla Hellyer
2017-06-25
1
-0
/
+3
*
Fix no-feature tests
Zeyla Hellyer
2017-06-24
2
-1
/
+14
*
Make Message::nonce a serde_json::Value
Zeyla Hellyer
2017-06-23
3
-81
/
+3
*
Update dependencies
Zeyla Hellyer
2017-06-21
1
-28
/
+28
*
Add 'wait' parameter to http::execute_webhook
Zeyla Hellyer
2017-06-20
1
-4
/
+5
*
Fix broken docs links on Permissions struct
Zeyla Hellyer
2017-06-17
1
-5
/
+5
*
Deprecate a couple Channel methods
Zeyla Hellyer
2017-06-17
1
-0
/
+2
*
Fix broken link from ModelError
Zeyla Hellyer
2017-06-14
1
-0
/
+1
*
Make EmbedFooter icon URLs optional
Zeyla Hellyer
2017-06-14
1
-2
/
+2
*
Add `Member::permissions`
alex
2017-06-14
1
-0
/
+27
[next]