| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix a clippy lint | Austin Hellyer | 2017-02-07 | 1 | -3/+3 | |
| | | ||||||
| * | Expose and document ratelimiting | Austin Hellyer | 2017-02-05 | 1 | -9/+71 | |
| | | ||||||
| * | Make GLOBAL ratelimit mutex a unit | Austin Hellyer | 2017-02-05 | 2 | -4/+12 | |
| | | | | | | Instead of making the GLOBAL ratelimit arc-mutex a RateLimit, make it an empty unit. | |||||
| * | Remove a stupid claim about the lib in the docs | Austin Hellyer | 2017-02-03 | 1 | -2/+2 | |
| | | ||||||
| * | Fix value of 'browser' in identify | Austin Hellyer | 2017-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | Optimize presence update for self in cache | Austin Hellyer | 2017-02-01 | 1 | -7/+2 | |
| | | ||||||
| * | Log only unexpected keepalive errors | Austin Hellyer | 2017-02-01 | 1 | -2/+15 | |
| | | ||||||
| * | Don't clone the context | Austin Hellyer | 2017-01-28 | 1 | -6/+4 | |
| | | ||||||
| * | Don't clone on non-framework message creates | Austin Hellyer | 2017-01-27 | 1 | -5/+4 | |
| | | ||||||
| * | Don't re-request gateway URL when autosharding | Austin Hellyer | 2017-01-27 | 1 | -11/+13 | |
| | | | | | | | | | | When autosharding, the `GET /gateway/bot` URL would be requested to determine shard count. Then, `Client::start_connection` would be called, passing the shard settings. This, in turn, would call `rest::get_gateway`. This was essentially calling for the same URL twice. Instead, have each of the different sharding methods request the gateway URL themselves, and pass into `Client::start_connection`. | |||||
| * | Update examples for OOP update | Austin Hellyer | 2017-01-26 | 1 | -4/+4 | |
| | | ||||||
| * | Make Guild::create_channel return a GuildChannel | Austin Hellyer | 2017-01-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | Instead of returning a generic `Channel` enum, make the following functions return an explicit GuildChannel instead of a more "generic" Channel enum: - Guild::create_channel - GuildId::create_channel - PartialGuild::create_channel - rest::create_channel | |||||
| * | Add guild chunking | Austin Hellyer | 2017-01-25 | 1 | -0/+13 | |
| | | ||||||
| * | Fix shard immediately rebooting on handle start | Austin Hellyer | 2017-01-24 | 1 | -0/+2 | |
| | | ||||||
| * | Fix no-framework compiles | Austin Hellyer | 2017-01-24 | 2 | -8/+8 | |
| | | ||||||
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 6 | -21/+28 | |
| | | ||||||
| * | Properly drop on binds | Austin Hellyer | 2017-01-24 | 2 | -3/+3 | |
| | | | | | | | | Instead of binding to `_why`, bind to `_`, dropping the value. This is pretty much just leftover from when the library was being rapidly developed before being released. | |||||
| * | Avoid a lot of Arc/Message/RwLock clones | Austin Hellyer | 2017-01-24 | 2 | -343/+170 | |
| | | | | | | | | When passing monitoring info from the shard handler to the dispatch function, pass arguments by reference instead of by cloning and passing by reference. Additionally, don't re-clone handler Arcs and temporary Messages. | |||||
| * | Avoid a needless clone on login | Austin Hellyer | 2017-01-24 | 1 | -20/+11 | |
| | | ||||||
| * | Abstract large threshold number to a constant | Austin Hellyer | 2017-01-24 | 1 | -2/+2 | |
| | | ||||||
| * | Code style | Austin Hellyer | 2017-01-24 | 1 | -56/+26 | |
| | | ||||||
| * | Change rest::execute_webhooks to a POST | Austin Hellyer | 2017-01-24 | 1 | -1/+1 | |
| | | ||||||
| * | Make BootInfo/MonitorInfo private | Austin Hellyer | 2017-01-23 | 1 | -3/+3 | |
| | | ||||||
| * | Switch to a mostly-fully OOP approach | Austin Hellyer | 2017-01-23 | 2 | -1133/+276 | |
| | | | | | | | The context is now strictly in relation to the context of the current channel related to the event, if any. See Context::say for a list of events that the context can be used for. | |||||
| * | Fix no-framework compilation | Austin Hellyer | 2017-01-21 | 1 | -12/+28 | |
| | | ||||||
| * | Dispatch Ready events | Austin Hellyer | 2017-01-21 | 1 | -6/+23 | |
| | | ||||||
| * | Reboot shard on broken pipe | Austin Hellyer | 2017-01-20 | 3 | -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 create | Austin Hellyer | 2017-01-18 | 2 | -15/+3 | |
| | | | | | | 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 receival | Austin Hellyer | 2017-01-18 | 1 | -0/+4 | |
| | | ||||||
| * | Credit Shard::latency | Austin Hellyer | 2017-01-16 | 1 | -0/+2 | |
| | | ||||||
| * | Set internal seq to number received on dispatches | Austin Hellyer | 2017-01-15 | 1 | -0/+2 | |
| | | ||||||
| * | Don't reconnect on WS error within some time | Austin Hellyer | 2017-01-15 | 1 | -0/+7 | |
| | | | | | Wait until at least one heartbeat has been sent before doing so. | |||||
| * | Reconnect on any websocket error | Austin Hellyer | 2017-01-15 | 1 | -2/+0 | |
| | | ||||||
| * | Add shard latency tracking | Austin Hellyer | 2017-01-14 | 2 | -7/+38 | |
| | | ||||||
| * | Clarify that messages can't be older than 2 weeks. | Illia | 2017-01-14 | 1 | -0/+2 | |
| | | ||||||
| * | Fix a payload decode | Austin Hellyer | 2017-01-09 | 1 | -6/+1 | |
| | | | | | Resume doesn't have a heartbeat_interval, so don't try to decode it. | |||||
| * | Add more shard logging | Austin Hellyer | 2017-01-08 | 1 | -6/+32 | |
| | | ||||||
| * | Slightly modify close resume logic | Austin Hellyer | 2017-01-08 | 1 | -1/+4 | |
| | | ||||||
| * | Wait 5s between shard boots | Austin Hellyer | 2017-01-07 | 1 | -0/+3 | |
| | | ||||||
| * | Fix shard boot index | Austin Hellyer | 2017-01-07 | 1 | -4/+4 | |
| | | ||||||
| * | Make Client.shards private | Austin Hellyer | 2017-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | Fix rs suffix | Illia | 2017-01-05 | 2 | -2/+2 | |
| | | ||||||
| * | Simplify a small bit of Context | Austin Hellyer | 2017-01-04 | 1 | -21/+14 | |
| | | ||||||
| * | Simplify Context::get_reaction_users | Austin Hellyer | 2017-01-04 | 1 | -5/+1 | |
| | | ||||||
| * | Fix Context::get_reaction_users docs | Austin Hellyer | 2017-01-04 | 1 | -6/+0 | |
| | | ||||||
| * | Add Context::get_user | Austin Hellyer | 2017-01-04 | 1 | -0/+22 | |
| | | ||||||
| * | Return a User from rest::get_user | Austin Hellyer | 2017-01-04 | 1 | -2/+2 | |
| | | ||||||
| * | 4011 is not handable | Laura | 2017-01-04 | 1 | -1/+2 | |
| | | ||||||
| * | Remove user logout endpoint | Austin Hellyer | 2017-01-01 | 2 | -26/+0 | |
| | | ||||||
| * | Implement context message queueing | Taavi | 2017-01-01 | 1 | -1/+38 | |
| | | | | Also the dreaded `ctx <<= "something"` which is actually a mistake. | |||||