aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/guild_channel.rs
Commit message (Expand)AuthorAgeFilesLines
* Use `#[serde(default)]` on `nsfw` insteadacdenisSK2017-08-151-3/+1
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-23/+15
* rustfmtacdenisSK2017-07-271-69/+71
* Fix the tests (#129)Bond-0092017-07-211-1/+1
* Implement the new way of knowing some channels as "nsfw"acdenisSK2017-07-181-1/+14
* Fix GuildChannel::permissions_for doctestsZeyla Hellyer2017-07-151-5/+5
* Fix more doc testsacdenisSK2017-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-31/+0
* Fix doc testsacdenisSK2017-07-021-36/+43
* Docs fixesmei2017-06-271-6/+6
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-061-2/+2
* 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-7/+9
* Implement multiple attachmentsKen Swenson2017-05-281-0/+28
* Remove deprecated GuildChannel methodsZeyla Hellyer2017-05-271-51/+0
* Fix incorrect attempted send_file deserializationZeyla Hellyer2017-05-271-0/+5
* Fix GuildChannel::create_permission anchor linkZeyla Hellyer2017-05-271-0/+1
* Fix GuildChannel::create_permission examplesZeyla Hellyer2017-05-271-14/+46
* Change create_permission to take a referenceZeyla Hellyer2017-05-271-1/+1
* Restructure modulesZeyla Hellyer2017-05-221-33/+40
* Add GuildChannel::permissions_forZeyla Hellyer2017-05-221-0/+87
* Add `is_nsfw` check to channelsZeyla Hellyer2017-04-261-0/+16
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-43/+94
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-37/+58
* Remove selfbot supportZeyla Hellyer2017-04-051-53/+5
* Rework the models directoryZeyla Hellyer2017-03-251-0/+504