aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add framework command named argumentsAustin Hellyer2016-11-211-0/+23
* No-run on context doc exampleAustin Hellyer2016-11-201-1/+1
* Add methods for setting individual presence dataAustin Hellyer2016-11-202-6/+103
* Fix context doctestsAustin Hellyer2016-11-201-4/+4
* Add Member::roles()Austin Hellyer2016-11-201-0/+20
* Rework contextual presence methodsAustin Hellyer2016-11-192-14/+77
* Rename state methods from find_ to get_Austin Hellyer2016-11-197-23/+22
* Fix type errors for non-framework buildsAustin Hellyer2016-11-192-5/+13
* Nonblocking connectionAustin Hellyer2016-11-193-81/+70
* Fix cond. compile across multiple feature targetsAustin Hellyer2016-11-196-164/+239
* Don't send embed on message edits if emptyAustin Hellyer2016-11-192-6/+10
* Add PublicChannel::guild()Austin Hellyer2016-11-191-0/+9
* Add GuildId::to_channelAustin Hellyer2016-11-181-0/+8
* Add Context::set_game_nameAustin Hellyer2016-11-181-0/+18
* Register friend suggestion eventsAustin Hellyer2016-11-185-0/+71
* A bit of docsAustin Hellyer2016-11-1819-186/+1045
* Feature macros should use else as block separatorAustin Hellyer2016-11-183-8/+8
* Ratelimiting: don't attempt to RL for NoneAustin Hellyer2016-11-181-14/+18
* 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-163-5/+73
* Accepting invites only works for user accountsAustin Hellyer2016-11-162-3/+59
* Add Colour::from_rgbAustin Hellyer2016-11-161-0/+34
* Fix a few clippy lintsAustin Hellyer2016-11-151-8/+9
* Add message edit/edit_message rich embedsAustin Hellyer2016-11-152-7/+27
* Add send_message rich embedsAustin Hellyer2016-11-156-29/+442
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-1521-413/+1096
* Add a message builder for Context::send_messageAustin Hellyer2016-11-154-15/+89
* State: on update, return old instancesAustin Hellyer2016-11-154-148/+236
* Decode embed/role colours into Colour structAustin Hellyer2016-11-144-11/+14
* Allow current user to nickname themselvesAustin Hellyer2016-11-144-0/+69
* Add missing permission shorthandsAustin Hellyer2016-11-141-0/+16
* Add voice connection supportAustin Hellyer2016-11-1424-159/+1366
* Add internal moduleAustin Hellyer2016-11-1422-20/+21
* Move the builders to the utilsAustin Hellyer2016-11-1317-609/+643
* Don't overflow on message length checkAustin Hellyer2016-11-121-3/+3
* Add a check for message content lengthAustin Hellyer2016-11-124-7/+129
* Add delete_message_reactions + register eventAustin Hellyer2016-11-117-2/+95
* Add a clippy configAustin Hellyer2016-11-103-11/+11
* Fix leave_guild endpointAustin Hellyer2016-11-101-2/+2
* Fix some clippy lintsAustin Hellyer2016-11-108-36/+10
* Implementing missing HTTP methodsAustin Hellyer2016-11-102-5/+36
* Fix ratelimit bucket for start_integration_syncAustin Hellyer2016-11-101-1/+1
* slice_patterns is not stableAustin Hellyer2016-11-102-6/+5
* Properly shutdown on connection DropAustin Hellyer2016-11-102-0/+25
* Correctly shutdown the connectionAustin Hellyer2016-11-101-5/+13
* Add a Feature enumAustin Hellyer2016-11-091-1/+1
* Add REST error code enumAustin Hellyer2016-11-091-0/+87
* Map op codes via a macroAustin Hellyer2016-11-094-66/+51
* Fix README exampleAustin Hellyer2016-11-081-4/+8