aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* aZeyla Hellyer2017-03-011-4/+1
* Add Message::guild()Zeyla Hellyer2017-03-011-0/+16
* Fix some clippy lintsZeyla Hellyer2017-02-283-6/+5
* Pass by reference where possibleZeyla Hellyer2017-02-2811-112/+106
* Standardize message editing methodsZeyla Hellyer2017-02-271-33/+152
* Remove sending message noncesZeyla Hellyer2017-02-273-12/+0
* Update examples for Context changesZeyla Hellyer2017-02-2510-95/+96
* Make logo more betterKen Swenson2017-02-251-0/+0
* Add missing send_file/send_message implsZeyla Hellyer2017-02-252-7/+154
* Update doctests for Context changesZeyla Hellyer2017-02-1511-41/+40
* Update README for `methods` feature removalZeyla Hellyer2017-02-151-5/+0
* Add 'say' to Group, GuildChannel, PrivateChannelZeyla Hellyer2017-02-132-8/+62
* Remove most Context methodsZeyla Hellyer2017-02-124-843/+52
* Re-export hyper status enums in rest moduleZeyla Hellyer2017-02-121-1/+2
* Fix a not-if-else lintZeyla Hellyer2017-02-123-3/+6
* Uniquely ratelimit message deletionsZeyla Hellyer2017-02-122-5/+30
* Handle unsuccessful responses before decodingZeyla Hellyer2017-02-112-5/+11
* Update voice example to latest changesZeyla Hellyer2017-02-111-2/+2
* Small amount of voice docsZeyla Hellyer2017-02-114-5/+24
* Allow standalone voice connectionsZeyla Hellyer2017-02-112-151/+245
* Update examples for cache rewriteZeyla Hellyer2017-02-112-11/+14
* Remove improper uses of `map` in the cachealex2017-02-101-63/+23
* Optimize cachingZeyla Hellyer2017-02-0921-434/+647
* Release v0.1.5v0.1.5Zeyla Hellyer2017-02-082-8/+89
* Update 'base64' dependency to 0.3Zeyla Hellyer2017-02-081-1/+1
* Add method to EditGuild to transfer ownershipZeyla Hellyer2017-02-071-1/+8
* Remove lifetime on SearchZeyla Hellyer2017-02-071-4/+4
* Remove MessageId::get_reaction_usersAustin Hellyer2017-02-071-34/+1
* Resume when restarting WS sender/receiverAustin Hellyer2017-02-073-30/+37
* Fix a clippy lintAustin Hellyer2017-02-071-3/+3
* Standardize methods for creating messagesAustin Hellyer2017-02-051-16/+8
* Expose and document ratelimitingAustin Hellyer2017-02-051-9/+71
* Make GLOBAL ratelimit mutex a unitAustin Hellyer2017-02-052-4/+12
* Remove a stupid claim about the lib in the docsAustin Hellyer2017-02-034-5/+5
* Fix value of 'browser' in identifyAustin Hellyer2017-02-031-1/+1
* Fix unreachable patterns in command macroAustin Hellyer2017-02-011-1/+1
* Optimize presence update for self in cacheAustin Hellyer2017-02-011-7/+2
* Log only unexpected keepalive errorsAustin Hellyer2017-02-011-2/+15
* Don't clone the contextAustin Hellyer2017-01-281-6/+4
* Don't clone on non-framework message createsAustin Hellyer2017-01-271-5/+4
* Register the 'status' setting for usersAustin Hellyer2017-01-274-0/+14
* Don't re-request gateway URL when autoshardingAustin Hellyer2017-01-271-11/+13
* Thanks githubAustin Hellyer2017-01-271-1/+1
* Add logoAustin Hellyer2017-01-272-0/+3
* Bump to v0.1.4v0.1.4Austin Hellyer2017-01-262-1/+198
* Update examples for OOP updateAustin Hellyer2017-01-264-49/+58
* Make Guild::create_channel return a GuildChannelAustin Hellyer2017-01-252-5/+5
* Add guild chunkingAustin Hellyer2017-01-251-0/+13
* Fix shard immediately rebooting on handle startAustin Hellyer2017-01-241-0/+2
* Fix no-framework compilesAustin Hellyer2017-01-242-8/+8