aboutsummaryrefslogtreecommitdiff
path: root/src/model/guild
Commit message (Expand)AuthorAgeFilesLines
...
* Change the config a bit, and a few nitpicksacdenisSK2017-07-275-165/+150
* rustfmtacdenisSK2017-07-279-518/+430
* match -> and_thenacdenisSK2017-07-211-4/+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-203-0/+246
* Improve `BanOptions` to be more efficient and remove uneccessary `Read` importsacdenisSK2017-07-131-9/+9
* Remove the deprecated functionsacdenisSK2017-07-115-299/+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-101-1/+1
* 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
* Fixed clippy warnings (#118)Kaidan2017-06-281-1/+1
* Docs fixesmei2017-06-273-5/+2
* Add `Member::permissions`alex2017-06-141-0/+27
* Make Member::guild_id non-optionalZeyla Hellyer2017-06-132-63/+23
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-062-4/+6
* Add some model docs, deprecate Role::edit_roleMaiddog2017-06-032-4/+97
* Fix compilations across feature combinationsZeyla Hellyer2017-06-025-17/+22
* Guild::create_channel doesn't require mutabilityZeyla Hellyer2017-05-271-1/+1
* Add VerificationLevel::HigherZeyla Hellyer2017-05-261-3/+6
* Restructure modulesZeyla Hellyer2017-05-226-142/+169
* Reasonably derive Debug on itemsZeyla Hellyer2017-05-221-1/+1
* Don't skip everyone role when checking channel overwritesMaiddog2017-05-131-1/+1
* Fix guild leaving resultZeyla Hellyer2017-05-053-3/+3
* Accept references on Into<Id>Zeyla Hellyer2017-05-043-0/+42
* Add missing Member::kick shortcutZeyla Hellyer2017-05-021-1/+62
* Return preset from Member::find_guild if possibleZeyla Hellyer2017-05-021-0/+9
* Make `User.discriminator` a u16Zeyla Hellyer2017-04-251-4/+5
* Update most dependency version requirementsZeyla Hellyer2017-04-231-2/+2
* Add a test suite for event deserializationZeyla Hellyer2017-04-191-0/+3
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-193-269/+543
* Add Shard Id helpersZeyla Hellyer2017-04-123-0/+127
* Switch to using serde for deserializationZeyla Hellyer2017-04-118-126/+528
* Remove selfbot supportZeyla Hellyer2017-04-056-195/+30
* Rework the models directoryZeyla Hellyer2017-03-257-0/+2597