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
/
channel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
1
-0
/
+90
*
Add `impl AsRef<MessageId> for Message` (#355)
Adelyn
2018-07-25
1
-0
/
+6
*
Fix `ChannelId::send_message`'s dead links
acdenisSK
2018-07-25
1
-3
/
+3
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
2
-19
/
+18
*
Fix doc links with no anchor
Zeyla Hellyer
2018-07-11
1
-0
/
+4
*
Deprecate Message::guild_id()
Zeyla Hellyer
2018-07-09
1
-14
/
+11
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
6
-21
/
+119
*
feature: add guild_id to Message, per g250k changes
Christopher F
2018-06-17
1
-0
/
+5
*
Remove extraneous spaces at the end of lines
Zeyla Hellyer
2018-06-17
2
-6
/
+6
*
Add methods to check whether `Message` is mentioning `User` (#323)
Lakelezz
2018-05-29
1
-0
/
+15
*
Add `Message::member` structfield
Zeyla Hellyer
2018-05-21
1
-0
/
+3
*
Fix nsfw related docs (#299)
Lakelezz
2018-04-04
4
-15
/
+15
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
5
-9
/
+43
*
Change the way ids and some enums are made (#295)
Leah
2018-03-23
2
-39
/
+60
*
Support sending files with an embed (#285)
Brandon Lucier
2018-03-04
1
-5
/
+4
*
Pad user discriminators in content_safe to 4 digits
Megumi Sonoda
2018-02-23
1
-1
/
+1
*
Fix broken docs links caused by model mod changes
Zeyla Hellyer
2018-01-31
2
-2
/
+2
*
Check message ID count in `delete_messages`
Zeyla Hellyer
2018-01-27
4
-13
/
+29
*
Add `Message::member`
Zeyla Hellyer
2018-01-27
1
-0
/
+13
*
Fix compilation for some feature combinations
Zeyla Hellyer
2018-01-20
3
-1
/
+7
*
Add an `EditMessage` builder
Zeyla Hellyer
2018-01-18
6
-36
/
+32
*
Further generic-ify `reaction_users` `after` param
Zeyla Hellyer
2018-01-05
6
-49
/
+52
*
Move `VecMap` to `utils`
acdenisSK
2018-01-02
2
-5
/
+3
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
9
-19
/
+86
*
Add missing 'num' implementations on models
Zeyla Hellyer
2017-12-27
2
-0
/
+27
*
Improve performance of builders even further
acdenisSK
2017-12-27
5
-19
/
+21
*
Add `animated` to `Emoji` and `ReactionType`
Zeyla Hellyer
2017-12-20
1
-2
/
+20
*
Add variant adapters to Channel (#238)
Timo
2017-12-20
1
-0
/
+133
*
Break up the model module
Zeyla Hellyer
2017-12-16
10
-34
/
+33
*
Use `AsRef` instead of just `&MessageId`
acdenisSK
2017-12-06
1
-1
/
+1
*
Add `model::Reaction::user`
Zeyla Hellyer
2017-11-18
1
-3
/
+13
*
Add `model::Reaction::channel`
Zeyla Hellyer
2017-11-18
1
-0
/
+15
*
Alphabetize Reaction methods
Zeyla Hellyer
2017-11-18
1
-14
/
+14
*
Document that Reaction methods that hit the API
Zeyla Hellyer
2017-11-18
1
-2
/
+8
*
Add a method to get a message from a reaction (#220)
Maiddog
2017-11-19
1
-0
/
+10
*
Fix doc-tests
acdenisSK
2017-11-16
1
-2
/
+1
*
Implement From<EmojiId | EmojiIdentifier> for ReactionType (#217)
Fenhl
2017-11-13
1
-0
/
+18
*
Change PrivateChannel::say to use `Display` (#214)
Fenhl
2017-11-12
1
-1
/
+1
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
8
-27
/
+23
*
Actually, change `NeverFails` to a void enum
acdenisSK
2017-11-05
1
-1
/
+1
*
Whoops. Add a `FromStr` impl for `ReactionType`
acdenisSK
2017-11-04
1
-0
/
+27
*
Merge v0.4.3
acdenisSK
2017-11-04
1
-1
/
+1
|
\
|
*
Rename `Guild::permissions_for`->`permissions_in`
Zeyla Hellyer
2017-10-30
1
-1
/
+1
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
3
-4
/
+10
*
|
Merge v0.4.2
acdenisSK
2017-10-24
3
-4
/
+19
|
\
|
|
*
Deprecate some text-only Channel methods
Zeyla Hellyer
2017-10-19
1
-0
/
+11
|
*
defer to `delete_message` if there's just one message to delete
acdenisSK
2017-10-16
2
-4
/
+8
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
2
-4
/
+4
*
|
Change CreateEmbed::field{,s} to not take builders
Zeyla Hellyer
2017-10-18
1
-4
/
+19
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
5
-35
/
+39
[next]