aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel
Commit message (Expand)AuthorAgeFilesLines
* Add Nick Methods for `Message` and `UserId` (#432)Lakelezz2018-11-111-0/+9
* Add Function to neutralise Mentions (#414)Lakelezz2018-10-301-1/+13
* Fix NSFW Checks (#418)Lakelezz2018-10-205-22/+5
* 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
* Fix GuildChannel::_permissions_for on no-cacheZeyla Hellyer2018-08-151-1/+2
* Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypesLakelezz2018-08-124-11/+55
* Fix all the dead links in the docsErk-2018-08-0910-205/+209
* Fix compilation + tests on certain feature combosZeyla Hellyer2018-08-071-5/+37
* Fix some documentation spacingZeyla Hellyer2018-08-071-17/+11
* 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