aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Dispatch Ready eventsAustin Hellyer2017-01-211-6/+23
|
* Reboot shard on broken pipeAustin Hellyer2017-01-203-108/+211
| | | | | | If the receiver or sender breaks the pipe for one reason or another, shutdown both. Afterwards, close down the keepalive and perform a reboot of the shard.
* Make a single POST on guild role createAustin Hellyer2017-01-183-19/+4
| | | | | The endpoint to create a role no longer returns an empty role which must be PATCHed, and can be completed in the initial request.
* 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
| | | | Wait until at least one heartbeat has been sent before doing so.
* 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
| | | | The struct only has one field (`value`) anyway.
* 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
| | | | Resume doesn't have a heartbeat_interval, so don't try to decode it.
* 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
|
* Add more shard loggingAustin Hellyer2017-01-081-6/+32
|
* Slightly modify close resume logicAustin Hellyer2017-01-081-1/+4
|
* Remove cruft from src/lib.rsAustin Hellyer2017-01-081-57/+0
| | | | This should clean up the docs homepage a bit.
* Code style cleanupAustin Hellyer2017-01-089-105/+68
|
* Wait 5s between shard bootsAustin Hellyer2017-01-071-0/+3
|
* Fix shard boot indexAustin Hellyer2017-01-071-4/+4
|
* Add Rohrkatze Blue to Colour structBrendan McCarthy2017-01-061-0/+2
|
* Make Client.shards privateAustin Hellyer2017-01-051-1/+1
|
* Fix rs suffixIllia2017-01-056-9/+9
|
* Simplify a small bit of ContextAustin Hellyer2017-01-041-21/+14
|
* Simplify Context::get_reaction_usersAustin Hellyer2017-01-041-5/+1
|
* Fix Context::get_reaction_users docsAustin Hellyer2017-01-041-6/+0
|
* Add Context::get_userAustin Hellyer2017-01-041-0/+22
|
* Return a User from rest::get_userAustin Hellyer2017-01-041-2/+2
|
* 4011 is not handableLaura2017-01-041-1/+2
|
* Add Meibi Pink to coloursMei2017-01-021-0/+2
|
* hashmap of usagesTaavetti Sjelkov2017-01-021-1/+1
|
* Fix model doc linksAustin Hellyer2017-01-021-3/+4
|
* Feature-flag a framework checkAustin Hellyer2017-01-021-5/+8
|
* Fix no-cache method buildsAustin Hellyer2017-01-021-1/+3
|
* Relisting 'Commands:' is redundant in embed helpAustin Hellyer2017-01-011-2/+0
|
* Remove user logout endpointAustin Hellyer2017-01-012-26/+0
|
* Implement context message queueingTaavi2017-01-018-43/+83
| | | Also the dreaded `ctx <<= "something"` which is actually a mistake.
* Fix command macro signaturesAustin Hellyer2016-12-311-4/+4
|
* Convert heartbeat debug to a traceAustin Hellyer2016-12-311-1/+1
|
* Fix doctestAustin Hellyer2016-12-311-12/+17
|