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
/
message.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `impl AsRef<MessageId> for Message`
asref_messageid_for_message
Mishio595
2018-07-24
1
-0
/
+6
*
Deprecate Message::guild_id()
Zeyla Hellyer
2018-07-09
1
-14
/
+11
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-4
/
+13
*
feature: add guild_id to Message, per g250k changes
Christopher F
2018-06-17
1
-0
/
+5
*
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
*
Change the way ids and some enums are made (#295)
Leah
2018-03-23
1
-17
/
+29
*
Pad user discriminators in content_safe to 4 digits
Megumi Sonoda
2018-02-23
1
-1
/
+1
*
Add `Message::member`
Zeyla Hellyer
2018-01-27
1
-0
/
+13
*
Add an `EditMessage` builder
Zeyla Hellyer
2018-01-18
1
-10
/
+6
*
Further generic-ify `reaction_users` `after` param
Zeyla Hellyer
2018-01-05
1
-8
/
+8
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
1
-2
/
+2
*
Add missing 'num' implementations on models
Zeyla Hellyer
2017-12-27
1
-0
/
+17
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-1
/
+1
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-2
/
+4
*
Fix doc-tests
acdenisSK
2017-11-16
1
-2
/
+1
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-9
/
+5
*
Make the Client return a Result
Zeyla Hellyer
2017-11-03
1
-1
/
+1
*
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
1
-1
/
+3
*
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
1
-2
/
+2
|
\
|
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
1
-2
/
+2
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-5
/
+1
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-1
/
+5
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-1
/
+1
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-13
/
+13
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
1
-5
/
+1
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
1
-1
/
+5
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
1
-1
/
+1
|
/
*
Update bitflags, other dependencies
Zeyla Hellyer
2017-09-21
1
-6
/
+6
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-16
/
+13
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-2
/
+2
*
Apply rustfmt + fix tests
Zeyla Hellyer
2017-09-09
1
-0
/
+1
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-13
/
+16
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-16
/
+13
*
Fix tests (#145)
Maiddog
2017-08-22
1
-0
/
+1
*
Move builtin framework impl to its own module
Zeyla Hellyer
2017-08-19
1
-2
/
+2
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-13
/
+16
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-7
/
+6
*
rustfmt
acdenisSK
2017-07-27
1
-51
/
+53
*
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
*
Remove the deprecated functions
acdenisSK
2017-07-11
1
-10
/
+0
*
Fix doc tests
acdenisSK
2017-07-02
1
-3
/
+5
*
Docs fixes
mei
2017-06-27
1
-1
/
+1
*
Make Message::nonce a serde_json::Value
Zeyla Hellyer
2017-06-23
1
-1
/
+3
*
Switch from #[doc(hidden)] to pub(crate)
alex
2017-06-14
1
-6
/
+3
*
Fix negative nonces failing to deserialize
Zeyla Hellyer
2017-06-10
1
-1
/
+1
*
Deprecate Client::login, add Client::new
Zeyla Hellyer
2017-06-06
1
-1
/
+1
[next]