aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel
Commit message (Expand)AuthorAgeFilesLines
* Move unit tests into sourceZeyla Hellyer2018-08-011-0/+90
* Add `impl AsRef<MessageId> for Message` (#355)Adelyn2018-07-251-0/+6
* Fix `ChannelId::send_message`'s dead linksacdenisSK2018-07-251-3/+3
* Fix some clippy lintsZeyla Hellyer2018-07-152-19/+18
* Fix doc links with no anchorZeyla Hellyer2018-07-111-0/+4
* Deprecate Message::guild_id()Zeyla Hellyer2018-07-091-14/+11
* Monomorphize all functionsZeyla Hellyer2018-07-046-21/+119
* feature: add guild_id to Message, per g250k changesChristopher F2018-06-171-0/+5
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-172-6/+6
* Add methods to check whether `Message` is mentioning `User` (#323)Lakelezz2018-05-291-0/+15
* Add `Message::member` structfieldZeyla Hellyer2018-05-211-0/+3
* Fix nsfw related docs (#299)Lakelezz2018-04-044-15/+15
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-295-9/+43
* Change the way ids and some enums are made (#295)Leah2018-03-232-39/+60
* Support sending files with an embed (#285)Brandon Lucier2018-03-041-5/+4
* Pad user discriminators in content_safe to 4 digitsMegumi Sonoda2018-02-231-1/+1
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-312-2/+2
* Check message ID count in `delete_messages`Zeyla Hellyer2018-01-274-13/+29
* Add `Message::member`Zeyla Hellyer2018-01-271-0/+13
* Fix compilation for some feature combinationsZeyla Hellyer2018-01-203-1/+7
* Add an `EditMessage` builderZeyla Hellyer2018-01-186-36/+32
* Further generic-ify `reaction_users` `after` paramZeyla Hellyer2018-01-056-49/+52
* Move `VecMap` to `utils`acdenisSK2018-01-022-5/+3
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-019-19/+86
* Add missing 'num' implementations on modelsZeyla Hellyer2017-12-272-0/+27
* Improve performance of builders even furtheracdenisSK2017-12-275-19/+21
* Add `animated` to `Emoji` and `ReactionType`Zeyla Hellyer2017-12-201-2/+20
* Add variant adapters to Channel (#238)Timo2017-12-201-0/+133
* Break up the model moduleZeyla Hellyer2017-12-1610-34/+33
* Use `AsRef` instead of just `&MessageId`acdenisSK2017-12-061-1/+1
* 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
* Fix doc-testsacdenisSK2017-11-161-2/+1
* Implement From<EmojiId | EmojiIdentifier> for ReactionType (#217)Fenhl2017-11-131-0/+18
* Change PrivateChannel::say to use `Display` (#214)Fenhl2017-11-121-1/+1
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-118-27/+23
* Actually, change `NeverFails` to a void enumacdenisSK2017-11-051-1/+1
* Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-041-0/+27
* Merge v0.4.3acdenisSK2017-11-041-1/+1
|\
| * Rename `Guild::permissions_for`->`permissions_in`Zeyla Hellyer2017-10-301-1/+1
* | Make the Client return a ResultZeyla Hellyer2017-11-033-4/+10
* | Merge v0.4.2acdenisSK2017-10-243-4/+19
|\|
| * Deprecate some text-only Channel methodsZeyla Hellyer2017-10-191-0/+11
| * defer to `delete_message` if there's just one message to deleteacdenisSK2017-10-162-4/+8
* | Remove `on_` prefix to EventHandler tymethodsZeyla Hellyer2017-10-222-4/+4
* | Change CreateEmbed::field{,s} to not take buildersZeyla Hellyer2017-10-181-4/+19
* | Slightly improve performance of buildersZeyla Hellyer2017-10-185-35/+39