aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
* Fix some clippy lintsZeyla Hellyer2018-07-158-55/+54
* typosZeyla Hellyer2018-07-141-2/+2
* Abstract impls in Channel's Mentionable implZeyla Hellyer2018-07-141-4/+4
* Implement Mentionable for GroupZeyla Hellyer2018-07-141-0/+6
* Implement Mentionable for PrivateChannelZeyla Hellyer2018-07-141-0/+6
* Implement Mentionable for ChannelCategoryZeyla Hellyer2018-07-141-1/+7
* Fix doc links with no anchorZeyla Hellyer2018-07-112-0/+7
* impl Mentionable for GuildChannel (#348)Adelyn2018-07-101-0/+4
* Deprecate Message::guild_id()Zeyla Hellyer2018-07-091-14/+11
* Add a message cache API (#345)zeyla2018-07-091-0/+81
* impl Form<&$ID> for $IDZeyla Hellyer2018-07-081-0/+6
* Monomorphize all functionsZeyla Hellyer2018-07-0411-56/+279
* Fix dead doc-links and add missing ones. (#347)Lakelezz2018-07-041-33/+40
* Make guild optional on InvitesZeyla Hellyer2018-06-271-8/+20
* feature: add guild_id to Message, per g250k changesChristopher F2018-06-171-0/+5
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-177-16/+16
* Add methods to check whether `Message` is mentioning `User` (#323)Lakelezz2018-05-291-0/+15
* Remove deadlocking in Member::highest_role_infoZeyla Hellyer2018-05-271-8/+6
* impl From<{,&'a }CurrentUser> for UserZeyla Hellyer2018-05-231-0/+24
* Implement Mentionable for CurrentUserZeyla Hellyer2018-05-231-0/+6
* Add `Message::member` structfieldZeyla Hellyer2018-05-212-2/+23
* Fix "Guild Member Chunk" deserializationZeyla Hellyer2018-04-251-2/+11
* Remove empty whitespace at ends of linesZeyla Hellyer2018-04-251-1/+1
* 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
* Fix nsfw related docs (#299)Lakelezz2018-04-044-15/+15
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-2914-30/+107
* Change the way ids and some enums are made (#295)Leah2018-03-237-172/+271
* Remove useless clones (#292)Maiddog2018-03-172-4/+4
* 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