aboutsummaryrefslogtreecommitdiff
path: root/src/client/context.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Add remaining REST routesAustin Hellyer2016-11-301-0/+15
* Clean up the codebaseAustin Hellyer2016-11-291-23/+25
* Fix doctestsAustin Hellyer2016-11-281-1/+1
* Improve docs and add new message builder methodsIllia K2016-11-281-22/+19
* Add Context, REST, and model documentationfwrs2016-11-271-0/+130
* Make send_file use the CreateMessage builderAustin Hellyer2016-11-271-11/+21
* Voice example no longer requires 'extras'Austin Hellyer2016-11-261-6/+2
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-261-1/+1
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-10/+10
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-72/+72
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-11/+20
* Update doctest to use new CacheAustin Hellyer2016-11-221-1/+1
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-4/+4
* Rename the State to CacheAustin Hellyer2016-11-221-28/+28
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-211-2/+2
* Re-organize the client moduleAustin Hellyer2016-11-211-17/+17
* Make Context::channel_id publicAustin Hellyer2016-11-211-1/+5
* Add methods for setting individual presence dataAustin Hellyer2016-11-201-0/+32
* Fix context doctestsAustin Hellyer2016-11-201-4/+4
* Rework contextual presence methodsAustin Hellyer2016-11-191-9/+72
* Rename state methods from find_ to get_Austin Hellyer2016-11-191-5/+5
* Fix cond. compile across multiple feature targetsAustin Hellyer2016-11-191-8/+14
* Don't send embed on message edits if emptyAustin Hellyer2016-11-191-5/+9
* Add Context::set_game_nameAustin Hellyer2016-11-181-0/+18
* A bit of docsAustin Hellyer2016-11-181-22/+206
* Accepting invites only works for user accountsAustin Hellyer2016-11-161-0/+16
* Add message edit/edit_message rich embedsAustin Hellyer2016-11-151-2/+10
* Add send_message rich embedsAustin Hellyer2016-11-151-6/+91
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-10/+17
* Add a message builder for Context::send_messageAustin Hellyer2016-11-151-14/+15
* Allow current user to nickname themselvesAustin Hellyer2016-11-141-0/+14
* Add voice connection supportAustin Hellyer2016-11-141-1/+1
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Move the builders to the utilsAustin Hellyer2016-11-131-1/+1
* Add a check for message content lengthAustin Hellyer2016-11-121-1/+37
* Remove Context::get_application{s,_info}Austin Hellyer2016-11-061-8/+0
* Remove Context alias methodsAustin Hellyer2016-11-061-92/+9
* Remove Context::get_voice_regionsAustin Hellyer2016-11-061-4/+0
* Add some more documentationAustin Hellyer2016-11-061-16/+40
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Convert all doc anchors to named anchorsAustin Hellyer2016-11-051-69/+113
* Fix doc links to enum variantsAustin Hellyer2016-11-051-3/+3
* Finalize invite-related documentationAustin Hellyer2016-11-051-2/+19
* Add message reactionsAustin Hellyer2016-11-051-0/+86
* Add ability to fully set a presenceAustin Hellyer2016-10-201-1/+12
* Initial commitAustin Hellyer2016-10-181-0/+822