aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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