aboutsummaryrefslogtreecommitdiff
path: root/src/model/guild/guild_id.rs
Commit message (Expand)AuthorAgeFilesLines
* Make GuildId::member use the cache when possible (#356)Maiddog2018-07-311-1/+11
* Fix some clippy lintsZeyla Hellyer2018-07-151-10/+10
* Monomorphize all functionsZeyla Hellyer2018-07-041-19/+110
* Add 'Get Guild Vanity Url' endpointZeyla Hellyer2018-02-091-0/+10
* Correctly set role's position on new rolesZeyla Hellyer2018-01-271-1/+7
* Add functions to reorder a guild's channelsZeyla Hellyer2018-01-271-0/+18
* Allow channels to be moved in and out of a category (#248)Kyle Clemens2018-01-081-2/+4
* Improve performance of builders even furtheracdenisSK2017-12-271-4/+4
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-161-1/+2
* Break up the model moduleZeyla Hellyer2017-12-161-5/+5
* Fix audit logs a bitacdenisSK2017-11-011-1/+6
* Merge v0.4.2acdenisSK2017-10-241-1/+22
|\
| * Implement changing a role's position (#201)Ken Swenson2017-10-191-0/+21
| * Use the underlaying integer value of a `ChannelType` variantacdenisSK2017-10-171-1/+1
| * Revert "Use the de-generification trick."acdenisSK2017-10-031-74/+17
| * Use the de-generification trick.acdenisSK2017-10-021-17/+74
| * `to_owned` -> `to_string`acdenisSK2017-10-011-1/+1
* | Slightly improve performance of buildersZeyla Hellyer2017-10-181-6/+14
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-2/+2
* | Revert "Use the de-generification trick."acdenisSK2017-10-091-74/+17
* | Use the de-generification trick.acdenisSK2017-10-091-17/+74
* | `to_owned` -> `to_string`acdenisSK2017-10-091-1/+1
|/
* Refactor display impls for idsacdenisSK2017-09-241-5/+0
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-2/+3
* Remove more non-bot user endpointsZeyla Hellyer2017-09-011-18/+0
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-5/+5
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-5/+5
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-181-1/+3
* Deprecate `GuildId::as_channel_id` and add simulation methods for the "defaul...acdenisSK2017-08-041-0/+1
* Provide the input and limit back to the user, and do some consistenciesacdenisSK2017-08-011-1/+1
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-15/+9
* rustfmtacdenisSK2017-07-271-94/+59
* Add an actual way to fetch audit log entries from a guildacdenisSK2017-07-201-0/+6
* Remove the deprecated functionsacdenisSK2017-07-111-91/+0
* Return an error if the reason the user provided exceeded the limitacdenisSK2017-07-101-1/+7
* Use a trait way of overloading the `ban` function instead of an enumacdenisSK2017-07-101-22/+6
* Implement attaching reasons to bansacdenisSK2017-07-081-5/+23
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-4/+5
* Restructure modulesZeyla Hellyer2017-05-221-42/+45
* Fix guild leaving resultZeyla Hellyer2017-05-051-1/+1
* Accept references on Into<Id>Zeyla Hellyer2017-05-041-0/+28
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-85/+176
* Add Shard Id helpersZeyla Hellyer2017-04-121-0/+43
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-21/+29
* Remove selfbot supportZeyla Hellyer2017-04-051-43/+5
* Rework the models directoryZeyla Hellyer2017-03-251-0/+525