aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add missing send_file/send_message implsZeyla Hellyer2017-02-252-7/+154
* Update doctests for Context changesZeyla Hellyer2017-02-1511-41/+40
* 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
* Small amount of voice docsZeyla Hellyer2017-02-114-5/+24
* Allow standalone voice connectionsZeyla Hellyer2017-02-112-151/+245
* Remove improper uses of `map` in the cachealex2017-02-101-63/+23
* Optimize cachingZeyla Hellyer2017-02-0914-426/+634
* 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-032-3/+3
* 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-272-0/+4
* Don't re-request gateway URL when autoshardingAustin Hellyer2017-01-271-11/+13
* 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-2424-99/+115
* 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
* 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-2315-1841/+3262
* Fix no-framework compilationAustin Hellyer2017-01-211-12/+28