| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix guild leaving result | Zeyla Hellyer | 2017-05-05 | 1 | -7/+2 |
| * | Fix ratelimiting on `Route::None` routes | Zeyla Hellyer | 2017-04-19 | 1 | -0/+2 |
| * | Deprecate methods prefixed with `get_` | Zeyla Hellyer | 2017-04-19 | 1 | -6/+6 |
| * | 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 | 1 | -103/+113 |
| * | Remove selfbot support | Zeyla Hellyer | 2017-04-05 | 2 | -118/+8 |
| * | Update search params | Zeyla Hellyer | 2017-03-25 | 1 | -10/+4 |
| * | Add slightly more documentation | Zeyla Hellyer | 2017-03-25 | 1 | -0/+199 |
| * | 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 | 1 | -4/+2 |
| * | Pass by reference where possible | Zeyla Hellyer | 2017-02-28 | 2 | -65/+59 |
| * | 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 | 1 | -4/+10 |
| * | 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 |
| * | Make Guild::create_channel return a GuildChannel | Austin Hellyer | 2017-01-25 | 1 | -2/+2 |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 1 | -2/+10 |
| * | Properly drop on binds | Austin Hellyer | 2017-01-24 | 2 | -3/+3 |
| * | 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 |
| * | Switch to a mostly-fully OOP approach | Austin Hellyer | 2017-01-23 | 1 | -2/+1 |
| * | Make a single POST on guild role create | Austin Hellyer | 2017-01-18 | 1 | -2/+2 |
| * | Return a User from rest::get_user | Austin Hellyer | 2017-01-04 | 1 | -2/+2 |
| * | Remove user logout endpoint | Austin Hellyer | 2017-01-01 | 1 | -7/+0 |
| * | Fix typo | Illia | 2016-12-31 | 2 | -4/+4 |
| * | Add guild and channel search | Austin Hellyer | 2016-12-29 | 2 | -1/+70 |
| * | Fix current application decoding | Austin Hellyer | 2016-12-18 | 1 | -4/+13 |
| * | Don't mutate token for bots on profile change | zeyla | 2016-12-13 | 1 | -2/+4 |
| * | Fix some clippy lints | Austin Hellyer | 2016-12-09 | 1 | -1/+1 |
| * | Change all try's into ?s | acdenisSK | 2016-12-07 | 2 | -118/+118 |
| * | Use proper comments on inline ratelimit comments | Austin Hellyer | 2016-12-04 | 1 | -2/+2 |
| * | Fix rest::get_guilds doctest | Austin Hellyer | 2016-12-03 | 1 | -3/+4 |
| * | Make rest::edit_profile set new token | Austin Hellyer | 2016-12-03 | 1 | -2/+20 |
| * | Paginate rest::get_guilds and add helper methods | Austin Hellyer | 2016-12-02 | 1 | -5/+43 |
| * | Fix start_integration_sync | abalabahaha | 2016-11-30 | 1 | -2/+2 |
| * | Add remaining REST routes | Austin Hellyer | 2016-11-30 | 2 | -8/+70 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -4/+4 |
| * | Add missing REST methods | Austin Hellyer | 2016-11-28 | 1 | -3/+31 |
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 1 | -14/+12 |
| * | Add Context, REST, and model documentation | fwrs | 2016-11-27 | 1 | -4/+72 |
| * | Make send_file use the CreateMessage builder | Austin Hellyer | 2016-11-27 | 1 | -4/+17 |
| * | Tiny import re-order | Austin Hellyer | 2016-11-26 | 1 | -2/+1 |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -12/+12 |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 2 | -0/+1608 |