aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix model doc linksAustin Hellyer2017-01-021-3/+4
* Fix no-cache method buildsAustin Hellyer2017-01-021-1/+3
* Add Message::guild() helperAustin Hellyer2016-12-311-3/+15
* Fix typoIllia2016-12-313-4/+4
* Add command alias support and command.exampletaavi?2016-12-291-2/+0
* Add guild and channel searchAustin Hellyer2016-12-294-8/+321
* Use conditional blocks over macrosAustin Hellyer2016-12-294-56/+84
* Add user static avatar url methodsAustin Hellyer2016-12-281-0/+16
* Simplify Role's Ord implAustin Hellyer2016-12-281-11/+3
* Support webp/gif avatarsAustin Hellyer2016-12-281-4/+24
* Accept u64 shard countsAustin Hellyer2016-12-261-3/+3
* Match event namesAustin Hellyer2016-12-221-107/+63
* Simplify event decodingAustin Hellyer2016-12-221-62/+62
* Abstract event decoders to associated functionsAustin Hellyer2016-12-221-260/+682
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-191-3/+10
* Fix a typo in UserId::find docsAustin Hellyer2016-12-181-1/+1
* Fix Message::delete()Austin Hellyer2016-12-181-7/+7
* Expose message webhook IdsIllia2016-12-181-0/+6
* Add guild splash URL methodsAustin Hellyer2016-12-171-0/+23
* Make Id displays format u64 instead of a mentionAustin Hellyer2016-12-171-3/+3
* Fix User::avatar_url + add Id display testsAustin Hellyer2016-12-151-2/+2
* Implement command groups and bucketsIllia2016-12-131-1/+1
* Add emoji URL generation methodsAustin Hellyer2016-12-122-0/+16
* More config for CreateCommand, add various methodsIllia2016-12-107-100/+136
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-106-27/+35
* Fix some clippy lintsAustin Hellyer2016-12-093-6/+6
* Change all try's into ?sacdenisSK2016-12-079-279/+276
* Allow mentionable structs to be used as command argumentsIllia2016-12-072-1/+89
* Improve Mentions, fix MessageBuilderIllia2016-12-066-101/+48
* Add more Context docs+permission requirementsAustin Hellyer2016-12-041-0/+2
* Add documentation for modelsIllia2016-12-042-3/+7
* Import this import _again_Austin Hellyer2016-12-031-0/+2
* Make Member::colour() return an optional colourAustin Hellyer2016-12-031-18/+7
* Add Member::colourIllia2016-12-031-9/+34
* Add Role Eq/Ord implsAustin Hellyer2016-12-031-0/+33