aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #130acdenisSK2017-07-221-1/+2
* match -> and_thenacdenisSK2017-07-211-4/+1
* Fix the tests (#129)Bond-0092017-07-211-1/+1
* Utilise the newly stabilised loop-with-break-valueacdenisSK2017-07-201-13/+7
* Add an actual way to fetch audit log entries from a guildacdenisSK2017-07-204-0/+248
* 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-136-19/+9
* Remove the deprecated functionsacdenisSK2017-07-1113-740/+0
* Rename `online_members` to `members_with_status` and compare the status provi...acdenisSK2017-07-101-3/+3
* Return an error if the reason the user provided exceeded the limitacdenisSK2017-07-102-2/+14
* Use a trait way of overloading the `ban` function instead of an enumacdenisSK2017-07-102-52/+37
* Fixed clippy warnings (#120)Kaidan2017-07-101-3/+3
* Make `User` and `Ban` comparable and hashableacdenisSK2017-07-102-2/+2
* Add a way to return all online members in a guildacdenisSK2017-07-091-0/+18
* Remove the note from the comment on `reason`acdenisSK2017-07-081-3/+0
* Implement attaching reasons to bansacdenisSK2017-07-082-7/+67
* Fix doc testsacdenisSK2017-07-025-143/+175
* Fixed clippy warnings (#118)Kaidan2017-06-281-1/+1
* Docs fixesmei2017-06-2710-32/+20
* Add missing ModelError variant in description implZeyla Hellyer2017-06-271-0/+1
* Prevent Direct Messaging other bot usersZeyla Hellyer2017-06-262-0/+19
* Fix ModelError doctestZeyla Hellyer2017-06-251-0/+3
* Fix no-feature testsZeyla Hellyer2017-06-242-1/+14
* Make Message::nonce a serde_json::ValueZeyla Hellyer2017-06-233-81/+3
* Update dependenciesZeyla Hellyer2017-06-211-28/+28
* Add 'wait' parameter to http::execute_webhookZeyla Hellyer2017-06-201-4/+5
* Fix broken docs links on Permissions structZeyla Hellyer2017-06-171-5/+5
* Deprecate a couple Channel methodsZeyla Hellyer2017-06-171-0/+2
* Fix broken link from ModelErrorZeyla Hellyer2017-06-141-0/+1
* Make EmbedFooter icon URLs optionalZeyla Hellyer2017-06-141-2/+2
* Add `Member::permissions`alex2017-06-141-0/+27
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-142-9/+8
* Fix CurrentUser::invite_urlKen Swenson2017-06-131-14/+61
* Make Member::guild_id non-optionalZeyla Hellyer2017-06-132-63/+23
* Deserialize embed footersZeyla Hellyer2017-06-101-0/+2
* Fix negative nonces failing to deserializeZeyla Hellyer2017-06-103-3/+83
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-065-8/+8
* Add User::direct_message exampleZeyla Hellyer2017-06-061-4/+26
* Make User::direct_message/dm accept a builderZeyla Hellyer2017-06-061-13/+10
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-0610-32/+36
* Add CurrentUser::face(), User::face()Zeyla Hellyer2017-06-041-0/+24
* Alphabetize CurrentUser/User methodsZeyla Hellyer2017-06-041-35/+35
* Fix links to ChannelId::send_filesZeyla Hellyer2017-06-044-8/+8
* Make http::AttachmentType only use borrowed valuesZeyla Hellyer2017-06-045-11/+11
* Remove a FQN usage in User::refreshZeyla Hellyer2017-06-041-1/+1
* Move user avatar method logic outZeyla Hellyer2017-06-041-26/+34