aboutsummaryrefslogtreecommitdiff
path: root/src/model/guild
Commit message (Expand)AuthorAgeFilesLines
* Make `Region`s `Japan`-variant lowercase.upstreamLakelezz2018-11-131-1/+1
* Add Function to neutralise Mentions (#414)Lakelezz2018-10-301-3/+6
* Add Member::user_idZeyla Hellyer2018-09-051-0/+14
* Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypesLakelezz2018-08-125-17/+66
* Fix all the dead links in the docsErk-2018-08-096-163/+159
* Add From impls for Game, generify Game paramsZeyla Hellyer2018-08-011-1/+0
* Move unit tests into sourceZeyla Hellyer2018-08-011-0/+107
* Make GuildId::member use the cache when possible (#356)Maiddog2018-07-311-1/+11
* Fix some clippy lintsZeyla Hellyer2018-07-152-12/+12
* Fix doc links with no anchorZeyla Hellyer2018-07-111-0/+3
* Monomorphize all functionsZeyla Hellyer2018-07-043-31/+151
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-172-4/+4
* Remove deadlocking in Member::highest_role_infoZeyla Hellyer2018-05-271-8/+6
* Add `Message::member` structfieldZeyla Hellyer2018-05-211-2/+20
* Get rid of a spurious import warningacdenisSK2018-04-201-4/+3
* make `Options`'s fields optional (#305)Kyle Clemens2018-04-121-15/+60
* Turn the number-like properties of `Options` into `u64`acdenisSK2018-04-111-38/+45
* Handle (de)serializing `target_id` from/to a stringacdenisSK2018-04-111-2/+37
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-293-6/+23
* Change the way ids and some enums are made (#295)Leah2018-03-231-53/+81
* Add 'Get Guild Vanity Url' endpointZeyla Hellyer2018-02-093-0/+30
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-311-1/+1
* Reduce number of clones in the libraryZeyla Hellyer2018-01-271-16/+18
* Correctly set role's position on new rolesZeyla Hellyer2018-01-271-1/+7
* Add functions to reorder a guild's channelsZeyla Hellyer2018-01-272-0/+28
* Account for guild owners in member hierarchy checkZeyla Hellyer2018-01-271-0/+15
* Fix no-cache compilationacdenisSK2018-01-201-0/+1
* Fix no-model compiler warningsZeyla Hellyer2018-01-101-1/+1
* Allow channels to be moved in and out of a category (#248)Kyle Clemens2018-01-083-8/+12
* Fix compilationZeyla Hellyer2018-01-062-6/+5
* Add some role position hierarchy checksZeyla Hellyer2018-01-062-8/+27
* Add Guild::greater_member_hierarchyZeyla Hellyer2018-01-061-0/+47
* Add Member::highest_role_infoZeyla Hellyer2018-01-061-0/+40
* Fix permission overwrites in permission buildingZeyla Hellyer2018-01-051-1/+11
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-017-19/+126
* Improve performance of builders even furtheracdenisSK2017-12-272-7/+7
* Fix Guild::member_named and add teststahahawa2017-12-241-8/+15
* Update model to include new voice regions (#240)Ken Swenson2017-12-231-0/+8
* Add `animated` to `Emoji` and `ReactionType`Zeyla Hellyer2017-12-201-0/+7
* Fix `Guild` deser without `system_channel_id`Zeyla Hellyer2017-12-171-4/+4
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-164-8/+9
* Break up the model moduleZeyla Hellyer2017-12-167-24/+86
* Fix deserialization of `Guild::application_id`Zeyla Hellyer2017-12-151-2/+2
* Change type of a couple Guild/PartialGuild fieldsZeyla Hellyer2017-12-152-6/+44
* Add missing fields to Guild modelZeyla Hellyer2017-12-151-0/+46
* Convert from macro to ? (#226)Mei Boudreau2017-11-231-1/+1
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-116-23/+19
* Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-042-7/+7
* Merge v0.4.3acdenisSK2017-11-042-41/+86
|\
| * Make Member::permissions return guild permissionsZeyla Hellyer2017-10-311-11/+3