| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix guild leaving result | Zeyla Hellyer | 2017-05-05 | 1 | -7/+2 |
| * | Make `User.discriminator` a u16 | Zeyla Hellyer | 2017-04-25 | 1 | -3/+1 |
| * | Fix ratelimiting on `Route::None` routes | Zeyla Hellyer | 2017-04-19 | 1 | -0/+2 |
| * | Remove ChannelPinsAck/MessageAck events | Zeyla Hellyer | 2017-04-19 | 3 | -29/+0 |
| * | Fix an unused use on non-cache | Zeyla Hellyer | 2017-04-19 | 1 | -1/+2 |
| * | Check for embed lengths on message sends | Zeyla Hellyer | 2017-04-19 | 1 | -0/+3 |
| * | Deprecate methods prefixed with `get_` | Zeyla Hellyer | 2017-04-19 | 2 | -10/+8 |
| * | Default to using [0, 1] shards | Zeyla Hellyer | 2017-04-13 | 1 | -1/+1 |
| * | Add Shard Id helpers | Zeyla Hellyer | 2017-04-12 | 1 | -1/+24 |
| * | Fix `client::rest::delete_webhook_with_token` test | Zeyla Hellyer | 2017-04-11 | 1 | -0/+1 |
| * | Switch to using serde for deserialization | Zeyla Hellyer | 2017-04-11 | 6 | -182/+174 |
| * | Clippy lints + permission byte literals | Zeyla Hellyer | 2017-04-09 | 1 | -1/+1 |
| * | Remove support for group calls and guild sync | Zeyla Hellyer | 2017-04-09 | 4 | -176/+3 |
| * | Remove selfbot support | Zeyla Hellyer | 2017-04-05 | 9 | -544/+83 |
| * | Update search params | Zeyla Hellyer | 2017-03-25 | 1 | -10/+4 |
| * | Add slightly more documentation | Zeyla Hellyer | 2017-03-25 | 3 | -0/+209 |
| * | Fix Member methods due to variant joined_at values | Zeyla Hellyer | 2017-03-20 | 1 | -3/+6 |
| * | Fix rest::send_file | Zeyla Hellyer | 2017-03-17 | 1 | -1/+8 |
| * | Remove invite accepting | Zeyla Hellyer | 2017-03-04 | 1 | -45/+0 |
| * | Fix client::rest::get_guilds doctest | Zeyla Hellyer | 2017-03-03 | 1 | -1/+1 |
| * | Fix some clippy lints | Zeyla Hellyer | 2017-02-28 | 2 | -4/+3 |
| * | Pass by reference where possible | Zeyla Hellyer | 2017-02-28 | 6 | -71/+65 |
| * | Update doctests for Context changes | Zeyla Hellyer | 2017-02-15 | 1 | -1/+1 |
| * | Add 'say' to Group, GuildChannel, PrivateChannel | Zeyla Hellyer | 2017-02-13 | 1 | -1/+1 |
| * | Remove most Context methods | Zeyla Hellyer | 2017-02-12 | 1 | -821/+7 |
| * | Re-export hyper status enums in rest module | Zeyla Hellyer | 2017-02-12 | 1 | -1/+2 |
| * | Uniquely ratelimit message deletions | Zeyla Hellyer | 2017-02-12 | 2 | -5/+30 |
| * | Handle unsuccessful responses before decoding | Zeyla Hellyer | 2017-02-11 | 2 | -5/+11 |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 5 | -25/+43 |
| * | Resume when restarting WS sender/receiver | Austin Hellyer | 2017-02-07 | 3 | -30/+37 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | Avoid a lot of Arc/Message/RwLock clones | Austin Hellyer | 2017-01-24 | 2 | -343/+170 |
| * | 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 |