aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/private_channel.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix NSFW Checks (#418)Lakelezz2018-10-201-4/+0
* Fix all the dead links in the docsErk-2018-08-091-23/+23
* Fix nsfw related docs (#299)Lakelezz2018-04-041-4/+4
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-2/+10
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-311-1/+1
* Check message ID count in `delete_messages`Zeyla Hellyer2018-01-271-3/+6
* Add an `EditMessage` builderZeyla Hellyer2018-01-181-5/+5
* Further generic-ify `reaction_users` `after` paramZeyla Hellyer2018-01-051-8/+8
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-2/+4
* Break up the model moduleZeyla Hellyer2017-12-161-1/+1
* Use `AsRef` instead of just `&MessageId`acdenisSK2017-12-061-1/+1
* Change PrivateChannel::say to use `Display` (#214)Fenhl2017-11-121-1/+1
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-1/+1
* Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-1/+1
* Replace slice parametres by IntoIterator (#177)François Triquet2017-10-091-1/+1
* Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-091-1/+1
* Apply rustfmtZeyla Hellyer2017-09-181-7/+3
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-1/+2
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-3/+7
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-8/+5
* Apply rustfmtZeyla Hellyer2017-08-181-2/+6
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-18/+6
* rustfmtacdenisSK2017-07-271-38/+42
* Fix the doc on `PrivateChannel::name`acdenisSK2017-07-141-1/+1
* Add `ChannelId,PrivateChannel,GuildChannel::name` functionsacdenisSK2017-07-141-0/+5
* Improve `BanOptions` to be more efficient and remove uneccessary `Read` importsacdenisSK2017-07-131-2/+0
* Remove the deprecated functionsacdenisSK2017-07-111-64/+0
* Docs fixesmei2017-06-271-4/+4
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-1/+2
* Fix links to ChannelId::send_filesZeyla Hellyer2017-06-041-2/+2
* Make http::AttachmentType only use borrowed valuesZeyla Hellyer2017-06-041-2/+2
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-1/+2
* Implement multiple attachmentsKen Swenson2017-05-281-0/+28
* Fix incorrect attempted send_file deserializationZeyla Hellyer2017-05-271-0/+5
* Restructure modulesZeyla Hellyer2017-05-221-12/+15
* Add `is_nsfw` check to channelsZeyla Hellyer2017-04-261-0/+13
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-10/+43
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-15/+26
* Remove selfbot supportZeyla Hellyer2017-04-051-54/+1
* Rework the models directoryZeyla Hellyer2017-03-251-0/+309