aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/message.rs
Commit message (Expand)AuthorAgeFilesLines
* Add Nick Methods for `Message` and `UserId` (#432)Lakelezz2018-11-111-0/+9
* Remove cache requirement on Message::is_privateZeyla Hellyer2018-09-141-5/+1
* Message: avoid perm checks in non-guild channelsZeyla Hellyer2018-09-141-12/+20
* 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-25/+26
* Add `impl AsRef<MessageId> for Message` (#355)Adelyn2018-07-251-0/+6
* Deprecate Message::guild_id()Zeyla Hellyer2018-07-091-14/+11
* Monomorphize all functionsZeyla Hellyer2018-07-041-4/+13
* feature: add guild_id to Message, per g250k changesChristopher F2018-06-171-0/+5
* Add methods to check whether `Message` is mentioning `User` (#323)Lakelezz2018-05-291-0/+15
* Add `Message::member` structfieldZeyla Hellyer2018-05-211-0/+3
* Change the way ids and some enums are made (#295)Leah2018-03-231-17/+29
* Pad user discriminators in content_safe to 4 digitsMegumi Sonoda2018-02-231-1/+1
* Add `Message::member`Zeyla Hellyer2018-01-271-0/+13
* Add an `EditMessage` builderZeyla Hellyer2018-01-181-10/+6
* Further generic-ify `reaction_users` `after` paramZeyla Hellyer2018-01-051-8/+8
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-2/+2
* Add missing 'num' implementations on modelsZeyla Hellyer2017-12-271-0/+17
* Improve performance of builders even furtheracdenisSK2017-12-271-1/+1
* Break up the model moduleZeyla Hellyer2017-12-161-2/+4
* Fix doc-testsacdenisSK2017-11-161-2/+1
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-9/+5
* Make the Client return a ResultZeyla Hellyer2017-11-031-1/+1
* Slightly improve performance of buildersZeyla Hellyer2017-10-181-1/+3
* Update to account for changes made in 0.4.1acdenisSK2017-10-141-2/+2
|\
| * Fix clippy lintsZeyla Hellyer2017-10-111-2/+2
| * Revert "Use the de-generification trick."acdenisSK2017-10-031-5/+1
| * Use the de-generification trick.acdenisSK2017-10-021-1/+5
| * `to_owned` -> `to_string`acdenisSK2017-10-011-1/+1
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-13/+13
* | Revert "Use the de-generification trick."acdenisSK2017-10-091-5/+1
* | Use the de-generification trick.acdenisSK2017-10-091-1/+5
* | `to_owned` -> `to_string`acdenisSK2017-10-091-1/+1
|/
* Update bitflags, other dependenciesZeyla Hellyer2017-09-211-6/+6
* Apply rustfmtZeyla Hellyer2017-09-181-16/+13
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-2/+2
* Apply rustfmt + fix testsZeyla Hellyer2017-09-091-0/+1
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-13/+16
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-16/+13
* Fix tests (#145)Maiddog2017-08-221-0/+1
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-2/+2
* Apply rustfmtZeyla Hellyer2017-08-181-13/+16
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-7/+6
* rustfmtacdenisSK2017-07-271-51/+53
* Fix is_own codeZeyla Hellyer2017-07-251-1/+1
* Actually, rename it to "is_own" insteadacdenisSK2017-07-261-1/+1
* Add a util function for checking if a message was sent by the bot or someone ...acdenisSK2017-07-261-0/+6
* Fix #130acdenisSK2017-07-221-1/+2
* Remove the deprecated functionsacdenisSK2017-07-111-10/+0
* Fix doc testsacdenisSK2017-07-021-3/+5