aboutsummaryrefslogtreecommitdiff
path: root/src/client/context.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Make a single POST on guild role createAustin Hellyer2017-01-181-13/+1
* Clarify that messages can't be older than 2 weeks.Illia2017-01-141-0/+2
* Simplify a small bit of ContextAustin Hellyer2017-01-041-21/+14
* Simplify Context::get_reaction_usersAustin Hellyer2017-01-041-5/+1
* Fix Context::get_reaction_users docsAustin Hellyer2017-01-041-6/+0
* Add Context::get_userAustin Hellyer2017-01-041-0/+22
* Implement context message queueingTaavi2017-01-011-1/+38
* Add guild and channel searchAustin Hellyer2016-12-291-1/+82
* Use conditional blocks over macrosAustin Hellyer2016-12-291-6/+9
* Implement command groups and bucketsIllia2016-12-131-3/+5
* More config for CreateCommand, add various methodsIllia2016-12-101-1/+10
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-1/+1
* Change all try's into ?sacdenisSK2016-12-071-8/+8
* Add a ShareMap across contextsAustin Hellyer2016-12-051-0/+8
* Add more Context docs+permission requirementsAustin Hellyer2016-12-041-26/+170
* Add documentation for modelsIllia2016-12-041-0/+5
* Fix signature of Context::move_memberAustin Hellyer2016-12-031-2/+2
* Make rest::edit_profile set new tokenAustin Hellyer2016-12-031-2/+2
* Paginate rest::get_guilds and add helper methodsAustin Hellyer2016-12-021-4/+24
* Clarify some docsAustin Hellyer2016-11-301-43/+107
* 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