aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Dispatch Ready eventsAustin Hellyer2017-01-211-6/+23
* Reboot shard on broken pipeAustin Hellyer2017-01-203-108/+211
* Make a single POST on guild role createAustin Hellyer2017-01-183-19/+4
* TRACE-log on shard handler event receivalAustin Hellyer2017-01-181-0/+4
* Add back Message::guild_id()Austin Hellyer2017-01-161-0/+13
* Credit Shard::latencyAustin Hellyer2017-01-161-0/+2
* Set internal seq to number received on dispatchesAustin Hellyer2017-01-151-0/+2
* First round of deleting useless methodsAustin Hellyer2017-01-155-170/+33
* Don't reconnect on WS error within some timeAustin Hellyer2017-01-151-0/+7
* Reconnect on any websocket errorAustin Hellyer2017-01-151-2/+0
* allow quotes to be escaped in quote parserIllia2017-01-151-1/+5
* Add shard latency trackingAustin Hellyer2017-01-142-7/+38
* Clarify that messages can't be older than 2 weeks.Illia2017-01-142-2/+8
* Convert Colour to be a tuple structAustin Hellyer2017-01-134-25/+18
* Fix buildIllia2017-01-112-7/+7
* Add Message.content_safe and fix distinct method not being included in User.Illia2017-01-113-1/+40
* Stop abusing unicode for sanitisationIllia2017-01-111-6/+6
* Use zero-width space for mention preventionIllia2017-01-111-13/+13
* Fix a payload decodeAustin Hellyer2017-01-092-8/+1
* Use CDN for default avatarsAustin Hellyer2017-01-092-14/+5
* Update icons/splashes to be WEBPAustin Hellyer2017-01-082-7/+7
* Add User::default_avatar_url() methodAustin Hellyer2017-01-083-0/+51
* Simplify Reaction::delete()Austin Hellyer2017-01-081-10/+9
* Alphabetize model method namesAustin Hellyer2017-01-085-111/+118