aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update docs linksZeyla Hellyer2017-06-272-13/+13
* Update authors list in Cargo.tomlZeyla Hellyer2017-06-271-1/+1
* Docs fixesmei2017-06-2713-86/+34
* Add missing ModelError variant in description implZeyla Hellyer2017-06-271-0/+1
* Update features list in READMEZeyla Hellyer2017-06-261-0/+10
* Remove most badges, related projects from READMEZeyla Hellyer2017-06-261-23/+2
* Prevent Direct Messaging other bot usersZeyla Hellyer2017-06-262-0/+19
* Fix ModelError doctestZeyla Hellyer2017-06-251-0/+3
* Bump to v0.3.0v0.3.0Zeyla Hellyer2017-06-244-4/+226
* Fix no-framework, client compilesZeyla Hellyer2017-06-241-1/+1
* Fix no-feature testsZeyla Hellyer2017-06-2410-105/+135
* Make Message::nonce a serde_json::ValueZeyla Hellyer2017-06-233-81/+3
* Update max embed lengthZeyla Hellyer2017-06-221-1/+1
* Attempt to reconnect if heartbeating failsZeyla Hellyer2017-06-212-7/+7
* Reconnect on failed heartbeatsZeyla Hellyer2017-06-212-7/+15
* Update dependenciesZeyla Hellyer2017-06-216-45/+45
* Extract Discord close codes to constantsZeyla Hellyer2017-06-212-13/+60
* Add 'wait' parameter to http::execute_webhookZeyla Hellyer2017-06-203-15/+31
* Fix broken docs links on Permissions structZeyla Hellyer2017-06-171-5/+5
* Deprecate a couple Channel methodsZeyla Hellyer2017-06-171-0/+2
* Rework shard logic and shard handlingZeyla Hellyer2017-06-165-547/+447
* Fix broken link from ModelErrorZeyla Hellyer2017-06-141-0/+1
* Re-export all errors from the preludeZeyla Hellyer2017-06-141-0/+8
* Call send_files from http::send_fileZeyla Hellyer2017-06-141-35/+7
* Run clippy on examplesZeyla Hellyer2017-06-142-13/+9
* Reset shard handling on reconnectsZeyla Hellyer2017-06-141-0/+6
* Make EmbedFooter icon URLs optionalZeyla Hellyer2017-06-143-2/+37
* Fix no-framework compilationZeyla Hellyer2017-06-142-1/+3
* Split up long documentation lineZeyla Hellyer2017-06-141-1/+2
* Add `Member::permissions`alex2017-06-142-0/+33
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-1415-122/+65
* Use HTTPS Connector with remaining HTTP functionsMaiddog2017-06-141-9/+20
* Make framework dynamic_prefix accept an &MessageZeyla Hellyer2017-06-133-15/+14
* Remove Context::{channel_id, queue}Zeyla Hellyer2017-06-134-89/+61
* Fix CurrentUser::invite_urlKen Swenson2017-06-131-14/+61
* Make Member::guild_id non-optionalZeyla Hellyer2017-06-134-65/+25
* Only set shard timeout after a READY is receivedZeyla Hellyer2017-06-131-5/+9
* Deserialize embed footersZeyla Hellyer2017-06-104-0/+97
* Fix negative nonces failing to deserializeZeyla Hellyer2017-06-105-3/+110
* Fix voice compilationZeyla Hellyer2017-06-105-67/+102
* Use an https connector in http::send_filesZeyla Hellyer2017-06-091-1/+5
* Remove unused cookie dependencyZeyla Hellyer2017-06-081-4/+0
* Fix shard doctestsZeyla Hellyer2017-06-071-7/+7
* Fix broken links in READMEZeyla Hellyer2017-06-071-14/+14
* Upgrade rust-websocket, rust-openssl, and hyperZeyla Hellyer2017-06-0712-263/+316
* Ws read/write timeout after 90sZeyla Hellyer2017-06-061-1/+25
* Make client starts return an errorZeyla Hellyer2017-06-062-2/+39
* Make client join shards and returnZeyla Hellyer2017-06-061-4/+8
* Separate websocket client initializationZeyla Hellyer2017-06-061-12/+10
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-0624-94/+109