aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a check for message content lengthAustin Hellyer2016-11-121-6/+83
* Add delete_message_reactions + register eventAustin Hellyer2016-11-112-2/+43
* Fix some clippy lintsAustin Hellyer2016-11-103-14/+2
* Add a Feature enumAustin Hellyer2016-11-091-1/+1
* Map op codes via a macroAustin Hellyer2016-11-091-2/+2
* Add Manage Webhooks to permissions 2FA listAustin Hellyer2016-11-081-0/+2
* Add webhook supportAustin Hellyer2016-11-076-1/+259
* Add Attachment::download{,to_directory}Austin Hellyer2016-11-071-0/+144
* Add some more documentationAustin Hellyer2016-11-063-7/+8
* Add a prelude for userlandAustin Hellyer2016-11-0510-10/+10
* Convert all doc anchors to named anchorsAustin Hellyer2016-11-051-6/+13
* Fix doc links to enum variantsAustin Hellyer2016-11-054-24/+24
* Finalize invite-related documentationAustin Hellyer2016-11-051-16/+41
* Add message reactionsAustin Hellyer2016-11-055-9/+254
* Abstract opcodes to enumsAustin Hellyer2016-10-221-12/+21