aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel
Commit message (Expand)AuthorAgeFilesLines
...
* Use `#[serde(default)]` on `nsfw` insteadacdenisSK2017-08-151-3/+1
* Make some functions accept anything that's implemented DisplayacdenisSK2017-08-041-1/+1
* Change the config a bit, and a few nitpicksacdenisSK2017-07-278-174/+115
* rustfmtacdenisSK2017-07-279-381/+413
* Fix is_own codeZeyla Hellyer2017-07-251-1/+1
* Actually, rename it to "is_own" insteadacdenisSK2017-07-261-1/+1
* Add a util function for checking if a message was sent by the bot or someone ...acdenisSK2017-07-261-0/+6
* Fix #130acdenisSK2017-07-221-1/+2
* 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-142-2/+2
* Fix the doc on `PrivateChannel::name`acdenisSK2017-07-141-1/+1
* Add `ChannelId,PrivateChannel,GuildChannel::name` functionsacdenisSK2017-07-143-0/+33
* Improve `BanOptions` to be more efficient and remove uneccessary `Read` importsacdenisSK2017-07-135-10/+0
* Remove the deprecated functionsacdenisSK2017-07-116-379/+0
* Fix doc testsacdenisSK2017-07-023-71/+83
* Docs fixesmei2017-06-276-18/+18
* Fix no-feature testsZeyla Hellyer2017-06-241-0/+1
* Make Message::nonce a serde_json::ValueZeyla Hellyer2017-06-231-1/+3
* Deprecate a couple Channel methodsZeyla Hellyer2017-06-171-0/+2
* Make EmbedFooter icon URLs optionalZeyla Hellyer2017-06-141-2/+2
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-141-6/+3
* Deserialize embed footersZeyla Hellyer2017-06-101-0/+2
* Fix negative nonces failing to deserializeZeyla Hellyer2017-06-101-1/+1
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-063-4/+4
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-064-17/+17
* Fix links to ChannelId::send_filesZeyla Hellyer2017-06-044-8/+8
* Make http::AttachmentType only use borrowed valuesZeyla Hellyer2017-06-045-11/+11
* Add Message::channel()Zeyla Hellyer2017-06-041-0/+43
* Add some model docs, deprecate Role::edit_roleMaiddog2017-06-031-0/+16
* Fix compilations across feature combinationsZeyla Hellyer2017-06-028-30/+40
* Implement multiple attachmentsKen Swenson2017-05-285-0/+192
* impl From<char> for ReactionTypeZeyla Hellyer2017-05-281-0/+27
* Remove deprecated GuildChannel methodsZeyla Hellyer2017-05-271-51/+0
* Fix incorrect attempted send_file deserializationZeyla Hellyer2017-05-275-0/+26
* 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-272-4/+4
* Move Reaction struct into its proper placeZeyla Hellyer2017-05-242-20/+20
* Clippy lintsZeyla Hellyer2017-05-241-2/+1
* Support adding reactions when creating messagealex2017-05-241-2/+10
* Restructure modulesZeyla Hellyer2017-05-229-172/+207
* Remove more remaining selfbot supportZeyla Hellyer2017-05-222-24/+0
* Add GuildChannel::permissions_forZeyla Hellyer2017-05-221-0/+87
* Handle message type 7 (member join)illia k2017-05-222-0/+37
* Fix unused import lintZeyla Hellyer2017-05-131-1/+2
* Add Eq, PartialEq, Hash to ReactionType derivesalex2017-05-121-1/+1
* Accept references on Into<Id>Zeyla Hellyer2017-05-042-0/+31
* Fix non-custom emoji deserializationZeyla Hellyer2017-04-271-3/+86