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
/
reaction.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-2
/
+12
*
Remove extraneous spaces at the end of lines
Zeyla Hellyer
2018-06-17
1
-3
/
+3
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-3
/
+10
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
1
-1
/
+26
*
Add `animated` to `Emoji` and `ReactionType`
Zeyla Hellyer
2017-12-20
1
-2
/
+20
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-3
/
+3
*
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
*
Implement From<EmojiId | EmojiIdentifier> for ReactionType (#217)
Fenhl
2017-11-13
1
-0
/
+18
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-2
/
+2
*
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
*
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-1
/
+1
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
1
-10
/
+2
*
Use the de-generification trick.
acdenisSK
2017-10-09
1
-2
/
+10
*
`to_owned` -> `to_string`
acdenisSK
2017-10-09
1
-1
/
+1
*
Update bitflags, other dependencies
Zeyla Hellyer
2017-09-21
1
-1
/
+1
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-2
/
+1
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-1
/
+1
*
Prevent malformed opus data from crashing the bot process (#149)
Maiddog
2017-08-27
1
-25
/
+28
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-26
/
+25
*
Have the variants be renamed to use snake_case
acdenisSK
2017-08-22
1
-1
/
+1
*
Revert back to `deserialize_map`
acdenisSK
2017-08-19
1
-3
/
+1
*
`name` in reactions can be nullable
acdenisSK
2017-08-19
1
-30
/
+8
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-1
/
+2
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-15
/
+15
*
rustfmt
acdenisSK
2017-07-27
1
-35
/
+31
*
Fix more doc tests
acdenisSK
2017-07-14
1
-1
/
+1
*
Fix no-feature tests
Zeyla Hellyer
2017-06-24
1
-0
/
+1
*
impl From<char> for ReactionType
Zeyla Hellyer
2017-05-28
1
-0
/
+27
*
Move Reaction struct into its proper place
Zeyla Hellyer
2017-05-24
1
-0
/
+20
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-9
/
+12
*
Add Eq, PartialEq, Hash to ReactionType derives
alex
2017-05-12
1
-1
/
+1
*
Fix non-custom emoji deserialization
Zeyla Hellyer
2017-04-27
1
-3
/
+86
*
Implement `From<&str> for ReactionType`
Zeyla Hellyer
2017-04-19
1
-0
/
+22
*
Switch to using serde for deserialization
Zeyla Hellyer
2017-04-11
1
-16
/
+3
*
Remove selfbot support
Zeyla Hellyer
2017-04-05
1
-1
/
+4
*
Rework the models directory
Zeyla Hellyer
2017-03-25
1
-0
/
+188