aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix docs linksAustin Hellyer2017-01-2425-101/+117
* Properly drop on bindsAustin Hellyer2017-01-246-25/+22
* Avoid a lot of Arc/Message/RwLock clonesAustin Hellyer2017-01-242-343/+170
* Avoid a needless clone on loginAustin Hellyer2017-01-241-20/+11
* Abstract large threshold number to a constantAustin Hellyer2017-01-243-3/+6
* Update examples for OOP style updateAustin Hellyer2017-01-2416-45/+43
* Code styleAustin Hellyer2017-01-241-56/+26
* Change rest::execute_webhooks to a POSTAustin Hellyer2017-01-241-1/+1
* Rename 'webhooks' methods to 'get_webhooks'Austin Hellyer2017-01-242-50/+50
* Use Id methods where possibleAustin Hellyer2017-01-244-59/+32
* Add GuildId::as_channel_id()Austin Hellyer2017-01-231-0/+6
* Make BootInfo/MonitorInfo privateAustin Hellyer2017-01-231-3/+3
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-2316-1843/+3263
* Fix no-framework compilationAustin Hellyer2017-01-211-12/+28
* Dispatch Ready eventsAustin Hellyer2017-01-211-6/+23
* Reboot shard on broken pipeAustin Hellyer2017-01-203-108/+211
* Fix application decoding w/ rpc_originsAustin Hellyer2017-01-202-0/+6