aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
* Account for guild owners in member hierarchy checkZeyla Hellyer2018-01-271-0/+15
* Fix compilation for some feature combinationsZeyla Hellyer2018-01-203-1/+7
* Fix no-cache compilationacdenisSK2018-01-201-0/+1
* Add an `EditMessage` builderZeyla Hellyer2018-01-186-36/+32
* Create unset member instances on presence updatesZeyla Hellyer2018-01-171-0/+19
* Fix no-model compiler warningsZeyla Hellyer2018-01-103-3/+3
* Fix docs for User::has_roleNikita Pekin2018-01-101-3/+4
* 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-063-8/+36
* Add Guild::greater_member_hierarchyZeyla Hellyer2018-01-061-0/+47
* Add Member::highest_role_infoZeyla Hellyer2018-01-061-0/+40
* Further generic-ify `reaction_users` `after` paramZeyla Hellyer2018-01-056-49/+52
* Fix permission overwrites in permission buildingZeyla Hellyer2018-01-051-1/+11
* Remove GameType::WatchingZeyla Hellyer2018-01-031-32/+0
* Move `VecMap` to `utils`acdenisSK2018-01-023-7/+5
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-0126-115/+442
* Add missing 'num' implementations on modelsZeyla Hellyer2017-12-273-0/+40
* Improve performance of builders even furtheracdenisSK2017-12-2710-31/+33
* 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-202-2/+27
* Add variant adapters to Channel (#238)Timo2017-12-201-0/+133
* GatewayEvent: don't unwrap deserializationsZeyla Hellyer2017-12-191-1/+2
* Fix `Guild` deser without `system_channel_id`Zeyla Hellyer2017-12-171-4/+4
* Default serde on a couple Ready structfieldsZeyla Hellyer2017-12-171-6/+8
* Fix typo (#235)Lakelezz2017-12-171-1/+1
* Fix doc-tests and `single_zc`acdenisSK2017-12-171-1/+1
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-164-8/+9
* Break up the model moduleZeyla Hellyer2017-12-1630-319/+391
* Revamp the internals of `Args`acdenisSK2017-12-161-3/+3
* Fix deserialization of `Guild::application_id`Zeyla Hellyer2017-12-152-2/+4
* Change type of a couple Guild/PartialGuild fieldsZeyla Hellyer2017-12-153-20/+44
* Add missing fields to Guild modelZeyla Hellyer2017-12-151-0/+46
* Use a macro to generate FromStr implsacdenisSK2017-12-101-177/+92
* Merge branch 'branch-v0.4.5' into v0.5.0Zeyla Hellyer2017-12-091-2/+2
|\
| * Fix remaining deserializersZeyla Hellyer2017-12-091-2/+2
| * Fix snowflake deserializerZeyla Hellyer2017-12-091-2/+2
* | Fix snowflake deserializerZeyla Hellyer2017-12-091-1/+1
* | Fall back to `str::parse` on `ChannelId` as wellacdenisSK2017-12-061-7/+56
* | Make the comment for the `AsRef` impl more clearacdenisSK2017-12-061-1/+3
* | Use `AsRef` instead of just `&MessageId`acdenisSK2017-12-061-1/+1
* | Add the `VIEW_AUDIT_LOG` permission (#229)Lakelezz2017-12-041-0/+8
* | Tune down repetition with a macroacdenisSK2017-11-301-56/+31
* | Convert from macro to ? (#226)Mei Boudreau2017-11-231-1/+1
* | Fix no-gateway compilationZeyla Hellyer2017-11-201-3/+1
* | Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-191-149/+480
* | Add `model::Reaction::user`Zeyla Hellyer2017-11-181-3/+13
* | Add `model::Reaction::channel`Zeyla Hellyer2017-11-181-0/+15
* | Alphabetize Reaction methodsZeyla Hellyer2017-11-181-14/+14