aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/reaction.rs
Commit message (Expand)AuthorAgeFilesLines
* Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypesLakelezz2018-08-121-2/+2
* Fix all the dead links in the docsErk-2018-08-091-15/+15
* Monomorphize all functionsZeyla Hellyer2018-07-041-2/+12
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-3/+3
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-3/+10
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-1/+26
* Add `animated` to `Emoji` and `ReactionType`Zeyla Hellyer2017-12-201-2/+20
* Break up the model moduleZeyla Hellyer2017-12-161-3/+3
* Add `model::Reaction::user`Zeyla Hellyer2017-11-181-3/+13
* Add `model::Reaction::channel`Zeyla Hellyer2017-11-181-0/+15
* Alphabetize Reaction methodsZeyla Hellyer2017-11-181-14/+14
* Document that Reaction methods that hit the APIZeyla Hellyer2017-11-181-2/+8
* Add a method to get a message from a reaction (#220)Maiddog2017-11-191-0/+10
* Implement From<EmojiId | EmojiIdentifier> for ReactionType (#217)Fenhl2017-11-131-0/+18
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-2/+2
* Actually, change `NeverFails` to a void enumacdenisSK2017-11-051-1/+1
* Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-041-0/+27
* Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-1/+1
* Revert "Use the de-generification trick."acdenisSK2017-10-091-10/+2
* Use the de-generification trick.acdenisSK2017-10-091-2/+10
* `to_owned` -> `to_string`acdenisSK2017-10-091-1/+1
* Update bitflags, other dependenciesZeyla Hellyer2017-09-211-1/+1
* Apply rustfmtZeyla Hellyer2017-09-181-2/+1
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-1/+1
* Prevent malformed opus data from crashing the bot process (#149)Maiddog2017-08-271-25/+28
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-26/+25
* Have the variants be renamed to use snake_caseacdenisSK2017-08-221-1/+1
* Revert back to `deserialize_map`acdenisSK2017-08-191-3/+1
* `name` in reactions can be nullableacdenisSK2017-08-191-30/+8
* Apply rustfmtZeyla Hellyer2017-08-181-1/+2
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-15/+15
* rustfmtacdenisSK2017-07-271-35/+31
* Fix more doc testsacdenisSK2017-07-141-1/+1
* Fix no-feature testsZeyla Hellyer2017-06-241-0/+1
* impl From<char> for ReactionTypeZeyla Hellyer2017-05-281-0/+27
* Move Reaction struct into its proper placeZeyla Hellyer2017-05-241-0/+20
* Restructure modulesZeyla Hellyer2017-05-221-9/+12
* Add Eq, PartialEq, Hash to ReactionType derivesalex2017-05-121-1/+1
* Fix non-custom emoji deserializationZeyla Hellyer2017-04-271-3/+86
* Implement `From<&str> for ReactionType`Zeyla Hellyer2017-04-191-0/+22
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-16/+3
* Remove selfbot supportZeyla Hellyer2017-04-051-1/+4
* Rework the models directoryZeyla Hellyer2017-03-251-0/+188