aboutsummaryrefslogtreecommitdiff
path: root/src/model/guild/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Deprecate `GuildId::as_channel_id` and add simulation methods for the "defaul...acdenisSK2017-08-041-1/+42
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-56/+45
* rustfmtacdenisSK2017-07-271-132/+121
* Add an actual way to fetch audit log entries from a guildacdenisSK2017-07-201-0/+10
* Remove the deprecated functionsacdenisSK2017-07-111-100/+0
* Rename `online_members` to `members_with_status` and compare the status provi...acdenisSK2017-07-101-3/+3
* 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
* Docs fixesmei2017-06-271-2/+0
* Make Member::guild_id non-optionalZeyla Hellyer2017-06-131-1/+8
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-2/+3
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-2/+3
* Guild::create_channel doesn't require mutabilityZeyla Hellyer2017-05-271-1/+1
* Add VerificationLevel::HigherZeyla Hellyer2017-05-261-3/+6
* Restructure modulesZeyla Hellyer2017-05-221-46/+52
* 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-051-1/+1
* Make `User.discriminator` a u16Zeyla Hellyer2017-04-251-4/+5
* Update most dependency version requirementsZeyla Hellyer2017-04-231-2/+2
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-107/+199
* Add Shard Id helpersZeyla Hellyer2017-04-121-0/+42
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-85/+323
* Remove selfbot supportZeyla Hellyer2017-04-051-74/+5
* Rework the models directoryZeyla Hellyer2017-03-251-0/+1052