aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/channel_id.rs
Commit message (Expand)AuthorAgeFilesLines
* Add Function to neutralise Mentions (#414)Lakelezz2018-10-301-1/+13
* Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypesLakelezz2018-08-121-3/+25
* Fix all the dead links in the docsErk-2018-08-091-46/+46
* Fix `ChannelId::send_message`'s dead linksacdenisSK2018-07-251-3/+3
* Fix some clippy lintsZeyla Hellyer2018-07-151-17/+16
* Monomorphize all functionsZeyla Hellyer2018-07-041-11/+75
* 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-1/+6
* Support sending files with an embed (#285)Brandon Lucier2018-03-041-5/+4
* Check message ID count in `delete_messages`Zeyla Hellyer2018-01-271-4/+11
* Fix compilation for some feature combinationsZeyla Hellyer2018-01-201-0/+4
* Add an `EditMessage` builderZeyla Hellyer2018-01-181-6/+6
* Further generic-ify `reaction_users` `after` paramZeyla Hellyer2018-01-051-7/+8
* Improve performance of builders even furtheracdenisSK2017-12-271-11/+11
* Break up the model moduleZeyla Hellyer2017-12-161-3/+3
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-2/+2
* Merge v0.4.2acdenisSK2017-10-241-3/+7
|\
| * defer to `delete_message` if there's just one message to deleteacdenisSK2017-10-161-3/+7
| * Use an as_ref hackacdenisSK2017-10-051-2/+2
| * Replace slice parametres by IntoIterator (#177)François Triquet2017-10-051-1/+1
| * Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-041-1/+1
| * Revert "Use the de-generification trick."acdenisSK2017-10-031-51/+10
| * Use the de-generification trick.acdenisSK2017-10-021-10/+51
* | Slightly improve performance of buildersZeyla Hellyer2017-10-181-8/+16
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-6/+6
* | Use an as_ref hackacdenisSK2017-10-091-2/+2
* | 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
* | Revert "Use the de-generification trick."acdenisSK2017-10-091-51/+10
* | Use the de-generification trick.acdenisSK2017-10-091-10/+51
|/
* Refactor display impls for idsacdenisSK2017-09-241-5/+0
* Apply rustfmtZeyla Hellyer2017-09-181-7/+4
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-11/+17
* Implement categoriesacdenisSK2017-09-091-0/+4
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-8/+11
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-17/+15
* Apply rustfmtZeyla Hellyer2017-08-181-3/+5
* Make some functions accept anything that's implemented DisplayacdenisSK2017-08-041-1/+1
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-49/+43
* rustfmtacdenisSK2017-07-271-86/+81
* Add `ChannelId,PrivateChannel,GuildChannel::name` functionsacdenisSK2017-07-141-0/+23
* Improve `BanOptions` to be more efficient and remove uneccessary `Read` importsacdenisSK2017-07-131-2/+0
* Remove the deprecated functionsacdenisSK2017-07-111-115/+0
* Docs fixesmei2017-06-271-4/+4
* Make http::AttachmentType only use borrowed valuesZeyla Hellyer2017-06-041-3/+3
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-7/+8
* Implement multiple attachmentsKen Swenson2017-05-281-0/+80
* Fix incorrect attempted send_file deserializationZeyla Hellyer2017-05-271-0/+6
* Change create_permission to take a referenceZeyla Hellyer2017-05-271-3/+3
* Support adding reactions when creating messagealex2017-05-241-2/+10