aboutsummaryrefslogtreecommitdiff
path: root/src/model/guild/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Help-commands filtering and Member-prefix-search (#182)Lakelezz2017-10-091-0/+18
* | Revert "Use the de-generification trick."acdenisSK2017-10-091-20/+10
* | Use the de-generification trick.acdenisSK2017-10-091-10/+20
* | `to_owned` -> `to_string`acdenisSK2017-10-091-2/+2
* | Change behaviour of default_channel (#185)Mei Boudreau2017-10-071-7/+4
* | Change default_channel to return a pointer (#179)Mei Boudreau2017-10-051-5/+5
|/
* Update bitflags, other dependenciesZeyla Hellyer2017-09-211-22/+31
* Apply rustfmtZeyla Hellyer2017-09-181-48/+42
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-1/+1
* Apply rustfmt + fix testsZeyla Hellyer2017-09-091-1/+1
* Update `Guild::ban` to use `BanOptions`acdenisSK2017-09-061-8/+2
* Remove more non-bot user endpointsZeyla Hellyer2017-09-011-16/+0
* Make role references attainable via nameLakelezz2017-08-291-0/+35
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-28/+40
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-47/+35
* Apply rustfmtZeyla Hellyer2017-08-181-32/+47
* ClippyacdenisSK2017-08-191-10/+4
* 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