aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix NSFW Checks (#418)Lakelezz2018-10-201-7/+3
* Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypesLakelezz2018-08-121-4/+26
* Fix all the dead links in the docsErk-2018-08-091-24/+24
* 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
* Fix nsfw related docs (#299)Lakelezz2018-04-041-1/+1
* Change the way ids and some enums are made (#295)Leah2018-03-231-22/+31
* 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-1/+40
* Add missing 'num' implementations on modelsZeyla Hellyer2017-12-271-0/+10
* Add variant adapters to Channel (#238)Timo2017-12-201-0/+133
* Break up the model moduleZeyla Hellyer2017-12-161-1/+3
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-3/+3
* Merge v0.4.2acdenisSK2017-10-241-0/+11
|\
| * Deprecate some text-only Channel methodsZeyla Hellyer2017-10-191-0/+11
| * Fix most clippy warningsMaiddog2017-10-041-1/+1
| * Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-041-1/+1
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-9/+9
* | Fix most clippy warningsMaiddog2017-10-091-1/+1
* | Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-091-1/+1
|/
* Apply rustfmtZeyla Hellyer2017-09-181-35/+18
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-5/+15
* Implement categoriesacdenisSK2017-09-091-0/+22
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-17/+33
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-37/+22
* Apply rustfmtZeyla Hellyer2017-08-181-14/+28
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-39/+20
* rustfmtacdenisSK2017-07-271-45/+66
* Improve `BanOptions` to be more efficient and remove uneccessary `Read` importsacdenisSK2017-07-131-2/+0
* Remove the deprecated functionsacdenisSK2017-07-111-95/+0
* Docs fixesmei2017-06-271-1/+1
* Deprecate a couple Channel methodsZeyla Hellyer2017-06-171-0/+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-2/+4
* Implement multiple attachmentsKen Swenson2017-05-281-0/+28
* Fix incorrect attempted send_file deserializationZeyla Hellyer2017-05-271-0/+5
* Clippy lintsZeyla Hellyer2017-05-241-2/+1
* Restructure modulesZeyla Hellyer2017-05-221-15/+20
* Remove more remaining selfbot supportZeyla Hellyer2017-05-221-18/+0
* Add `is_nsfw` check to channelsZeyla Hellyer2017-04-261-0/+14
* Fix deserialization for IdsZeyla Hellyer2017-04-241-0/+2
* Update most dependency version requirementsZeyla Hellyer2017-04-231-4/+4
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-10/+43
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-27/+135
* Remove selfbot supportZeyla Hellyer2017-04-051-56/+1
* Rework the models directoryZeyla Hellyer2017-03-251-0/+415