aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
* Support sending files with an embed (#285)Brandon Lucier2018-03-041-5/+4
* Pad user discriminators in content_safe to 4 digitsMegumi Sonoda2018-02-231-1/+1
* Add 'Get Guild Vanity Url' endpointZeyla Hellyer2018-02-093-0/+30
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-314-7/+7
* 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
* Check message ID count in `delete_messages`Zeyla Hellyer2018-01-274-13/+29
* Add `Message::member`Zeyla Hellyer2018-01-271-0/+13
* 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