aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
...
* More config for CreateCommand, add various methodsIllia2016-12-106-38/+47
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-102-2/+2
* Fix some clippy lintsAustin Hellyer2016-12-091-1/+1
* Change all try's into ?sacdenisSK2016-12-076-152/+152
* Add a ShareMap across contextsAustin Hellyer2016-12-053-42/+100
* Add more Context docs+permission requirementsAustin Hellyer2016-12-041-26/+170
* Add documentation for modelsIllia2016-12-041-0/+5
* Use proper comments on inline ratelimit commentsAustin Hellyer2016-12-041-2/+2
* Fix signature of Context::move_memberAustin Hellyer2016-12-031-2/+2
* Fix Shard::set_presence exampleAustin Hellyer2016-12-031-1/+1
* Fix rest::get_guilds doctestAustin Hellyer2016-12-031-3/+4
* Make rest::edit_profile set new tokenAustin Hellyer2016-12-032-4/+22
* Paginate rest::get_guilds and add helper methodsAustin Hellyer2016-12-022-9/+67
* Encase the event storage in an Arc<RwLock>Austin Hellyer2016-12-022-77/+77
* Fix start_integration_syncabalabahaha2016-11-301-2/+2
* Clarify some docsAustin Hellyer2016-11-301-43/+107
* Add remaining REST routesAustin Hellyer2016-11-303-8/+85
* Clean up the codebaseAustin Hellyer2016-11-295-45/+44
* Add initial audio supportAustin Hellyer2016-11-292-2/+1
* Remove duplicated gateway logicAustin Hellyer2016-11-293-37/+11
* Retrieve a new URL on reconnectAustin Hellyer2016-11-291-2/+4
* Add missing REST methodsAustin Hellyer2016-11-281-3/+31
* Fix doctestsAustin Hellyer2016-11-281-1/+1
* Improve docs and add new message builder methodsIllia K2016-11-285-44/+36
* Add Context, REST, and model documentationfwrs2016-11-272-4/+202
* Make send_file use the CreateMessage builderAustin Hellyer2016-11-272-15/+38
* Voice example no longer requires 'extras'Austin Hellyer2016-11-261-6/+2
* Add a bit more docsAustin Hellyer2016-11-263-6/+69
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-262-2/+3
* Tiny import re-orderAustin Hellyer2016-11-261-2/+1
* More widely support no-cache method compilesAustin Hellyer2016-11-252-0/+14
* Move events into their own moduleAustin Hellyer2016-11-255-76/+93
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-252-22/+22
* Rename the `http` module to `rest`Austin Hellyer2016-11-255-111/+111
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-245-34/+48
* Ignore WebSocketError::NoDataAvailableAustin Hellyer2016-11-231-0/+2
* Update doctest to use new CacheAustin Hellyer2016-11-221-1/+1
* Change the CACHE to be an RwLockAustin Hellyer2016-11-223-14/+14
* Rename the State to CacheAustin Hellyer2016-11-225-122/+122
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-213-7/+7
* Re-organize the client moduleAustin Hellyer2016-11-219-560/+606
* Don't block entirely on HTTP requestsAustin Hellyer2016-11-211-8/+5
* Make Context::channel_id publicAustin Hellyer2016-11-211-1/+5
* 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
* Rework contextual presence methodsAustin Hellyer2016-11-191-9/+72
* Rename state methods from find_ to get_Austin Hellyer2016-11-192-7/+7
* Fix type errors for non-framework buildsAustin Hellyer2016-11-192-5/+13
* Nonblocking connectionAustin Hellyer2016-11-193-81/+70