aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add Member.colourIllia2016-12-031-0/+11
* Add User::distinctIllia K2016-12-031-0/+5
* Add CurrentUser::editAustin Hellyer2016-12-031-1/+46
* Paginate rest::get_guilds and add helper methodsAustin Hellyer2016-12-021-0/+7
* Add Message::guild_id()Austin Hellyer2016-12-011-0/+17
* Clarify some docsAustin Hellyer2016-11-301-0/+15
* Clean up the codebaseAustin Hellyer2016-11-297-165/+137
* Add initial audio supportAustin Hellyer2016-11-291-14/+9
* Optimize for cached, non-method compilesAustin Hellyer2016-11-283-13/+8
* Improve docs and add new message builder methodsIllia K2016-11-284-6/+46
* Add Context, REST, and model documentationfwrs2016-11-272-0/+3
* Voice example no longer requires 'extras'Austin Hellyer2016-11-261-1/+0
* Add a bit more docsAustin Hellyer2016-11-261-0/+1
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-262-4/+6
* Remove the 'extras' feature flagAustin Hellyer2016-11-261-3/+0
* More widely support no-cache method compilesAustin Hellyer2016-11-253-115/+160
* Catch some clippy lintsAustin Hellyer2016-11-251-3/+0
* Move events into their own moduleAustin Hellyer2016-11-253-757/+765
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-257-33/+33
* Fix permission check on Message::deleteAustin Hellyer2016-11-251-8/+2
* Rename the `http` module to `rest`Austin Hellyer2016-11-256-99/+99
* Allow compiling with only either cache or methodsAustin Hellyer2016-11-246-68/+103
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-246-27/+27
* Change the CACHE to be an RwLockAustin Hellyer2016-11-226-20/+20
* Rename the State to CacheAustin Hellyer2016-11-228-62/+62
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-212-2/+3
* Add created_at method to Ids and UserAustin Hellyer2016-11-212-0/+16
* Add Member::roles()Austin Hellyer2016-11-201-0/+20
* Rework contextual presence methodsAustin Hellyer2016-11-191-5/+5
* Rename state methods from find_ to get_Austin Hellyer2016-11-194-9/+8
* Fix cond. compile across multiple feature targetsAustin Hellyer2016-11-191-2/+2
* Don't send embed on message edits if emptyAustin Hellyer2016-11-191-1/+1
* Add PublicChannel::guild()Austin Hellyer2016-11-191-0/+9
* Add GuildId::to_channelAustin Hellyer2016-11-181-0/+8
* Register friend suggestion eventsAustin Hellyer2016-11-181-0/+27
* A bit of docsAustin Hellyer2016-11-182-21/+29
* Allow Id/u64 equality comparisonsAustin Hellyer2016-11-171-1/+13
* Decode discriminators as stringsAustin Hellyer2016-11-171-7/+2
* Add DELETE/PUT guild member roleAustin Hellyer2016-11-161-5/+36
* Accepting invites only works for user accountsAustin Hellyer2016-11-161-3/+43