aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
...
* Convert heartbeat debug to a traceAustin Hellyer2016-12-311-1/+1
* Fix typoIllia2016-12-313-5/+5
* Remove use of struct pattern matchAustin Hellyer2016-12-291-1/+1
* Slightly simplify Shard::set_presenceAustin Hellyer2016-12-291-5/+4
* "Fix" clippy lintsAustin Hellyer2016-12-291-0/+1
* Add guild and channel searchAustin Hellyer2016-12-294-2/+155
* Rework some event handlesAustin Hellyer2016-12-291-3/+24
* Heartbeat recv: send null d valueAustin Hellyer2016-12-291-1/+1
* A bit more loggingAustin Hellyer2016-12-291-0/+4
* Round 1Austin Hellyer2016-12-295-61/+123
* Use conditional blocks over macrosAustin Hellyer2016-12-294-34/+54
* Update current user presence in cache on setAustin Hellyer2016-12-281-1/+20
* Accept u64 shard countsAustin Hellyer2016-12-263-9/+12
* Add `on_message` exampleindiv02016-12-211-0/+16
* Fix current application decodingAustin Hellyer2016-12-181-4/+13
* Remove cache feature dependency for frameworkAustin Hellyer2016-12-161-0/+12
* Make 'voice' feature not require 'cache'Austin Hellyer2016-12-161-1/+1
* Simplify gateway identify compressionAustin Hellyer2016-12-161-7/+2
* Don't mutate token for bots on profile changezeyla2016-12-131-2/+4
* Implement command groups and bucketsIllia2016-12-131-3/+5
* Cleanup gateway prepAustin Hellyer2016-12-121-4/+1
* 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