aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add message edit/edit_message rich embedsAustin Hellyer2016-11-151-5/+17
* Add send_message rich embedsAustin Hellyer2016-11-152-2/+11
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-1511-24/+165
* Decode embed/role colours into Colour structAustin Hellyer2016-11-142-10/+2
* Allow current user to nickname themselvesAustin Hellyer2016-11-141-0/+35
* Add missing permission shorthandsAustin Hellyer2016-11-141-0/+16
* Add voice connection supportAustin Hellyer2016-11-143-61/+103
* Add internal moduleAustin Hellyer2016-11-1411-11/+11
* Move the builders to the utilsAustin Hellyer2016-11-133-3/+3
* Don't overflow on message length checkAustin Hellyer2016-11-121-3/+3