aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
* Implement `From<&str> for ReactionType`Zeyla Hellyer2017-04-191-0/+22
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-1911-413/+896
* Update the way errors are handled in dispatchIllia2017-04-191-1/+6
* Add Shard Id helpersZeyla Hellyer2017-04-124-0/+171
* Switch to using serde for deserializationZeyla Hellyer2017-04-1127-1039/+2232
* Clippy lints + permission byte literalsZeyla Hellyer2017-04-092-29/+28
* Remove support for group calls and guild syncZeyla Hellyer2017-04-091-151/+0
* Remove selfbot supportZeyla Hellyer2017-04-0517-860/+54
* Rework the models directoryZeyla Hellyer2017-03-2519-5311/+5353
* Add slightly more documentationZeyla Hellyer2017-03-254-8/+178
* Fix Member methods due to variant joined_at valuesZeyla Hellyer2017-03-203-20/+42
* Fix no-cache compilationsZeyla Hellyer2017-03-171-1/+1
* Remove invite acceptingZeyla Hellyer2017-03-041-63/+0
* aZeyla Hellyer2017-03-011-4/+1
* Add Message::guild()Zeyla Hellyer2017-03-011-0/+16
* Pass by reference where possibleZeyla Hellyer2017-02-285-41/+41
* Standardize message editing methodsZeyla Hellyer2017-02-271-33/+152
* Remove sending message noncesZeyla Hellyer2017-02-272-2/+0
* Add missing send_file/send_message implsZeyla Hellyer2017-02-251-4/+144
* Update doctests for Context changesZeyla Hellyer2017-02-152-11/+13
* Add 'say' to Group, GuildChannel, PrivateChannelZeyla Hellyer2017-02-131-7/+61
* Remove most Context methodsZeyla Hellyer2017-02-121-0/+21
* Fix a not-if-else lintZeyla Hellyer2017-02-122-0/+3
* Optimize cachingZeyla Hellyer2017-02-097-129/+178
* Remove MessageId::get_reaction_usersAustin Hellyer2017-02-071-34/+1
* Standardize methods for creating messagesAustin Hellyer2017-02-051-16/+8
* Register the 'status' setting for usersAustin Hellyer2017-01-272-0/+4
* Update examples for OOP updateAustin Hellyer2017-01-263-45/+54
* Make Guild::create_channel return a GuildChannelAustin Hellyer2017-01-251-3/+3
* Fix docs linksAustin Hellyer2017-01-244-39/+47
* Properly drop on bindsAustin Hellyer2017-01-242-9/+9
* Abstract large threshold number to a constantAustin Hellyer2017-01-241-1/+2
* Rename 'webhooks' methods to 'get_webhooks'Austin Hellyer2017-01-242-50/+50
* Use Id methods where possibleAustin Hellyer2017-01-244-59/+32
* Add GuildId::as_channel_id()Austin Hellyer2017-01-231-0/+6
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-2310-677/+2975
* Make a single POST on guild role createAustin Hellyer2017-01-181-4/+1
* Add back Message::guild_id()Austin Hellyer2017-01-161-0/+13
* First round of deleting useless methodsAustin Hellyer2017-01-154-164/+3
* Clarify that messages can't be older than 2 weeks.Illia2017-01-141-2/+6
* Convert Colour to be a tuple structAustin Hellyer2017-01-131-1/+1
* Fix buildIllia2017-01-112-7/+7
* Add Message.content_safe and fix distinct method not being included in User.Illia2017-01-113-1/+40
* Fix a payload decodeAustin Hellyer2017-01-091-2/+0
* Use CDN for default avatarsAustin Hellyer2017-01-091-13/+1
* Update icons/splashes to be WEBPAustin Hellyer2017-01-082-7/+7
* Add User::default_avatar_url() methodAustin Hellyer2017-01-081-0/+31
* Simplify Reaction::delete()Austin Hellyer2017-01-081-10/+9
* Alphabetize model method namesAustin Hellyer2017-01-085-111/+118
* Code style cleanupAustin Hellyer2017-01-086-57/+66