| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Deprecate methods prefixed with `get_` | Zeyla Hellyer | 2017-04-19 | 1 | -9/+75 |
| * | Add Shard Id helpers | Zeyla Hellyer | 2017-04-12 | 1 | -0/+4 |
| * | Switch to using serde for deserialization | Zeyla Hellyer | 2017-04-11 | 1 | -5/+6 |
| * | Remove support for group calls and guild sync | Zeyla Hellyer | 2017-04-09 | 1 | -103/+0 |
| * | Remove selfbot support | Zeyla Hellyer | 2017-04-05 | 1 | -100/+0 |
| * | Fix Member methods due to variant joined_at values | Zeyla Hellyer | 2017-03-20 | 1 | -0/+1 |
| * | Fix deadlock/panic on channel create event for private messages | Steffen Schröter | 2017-03-19 | 1 | -1/+1 |
| * | Fix incorrect cache example | Steffen Schröter | 2017-03-17 | 1 | -1/+1 |
| * | Update doctests for Context changes | Zeyla Hellyer | 2017-02-15 | 1 | -6/+4 |
| * | Fix a not-if-else lint | Zeyla Hellyer | 2017-02-12 | 1 | -3/+3 |
| * | Remove improper uses of `map` in the cache | alex | 2017-02-10 | 1 | -63/+23 |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 1 | -263/+404 |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 1 | -3/+2 |
| * | Code style cleanup | Austin Hellyer | 2017-01-08 | 1 | -1/+1 |
| * | Fix typo | Illia | 2016-12-31 | 1 | -2/+2 |
| * | Fix some clippy lints | Austin Hellyer | 2016-12-09 | 1 | -6/+6 |
| * | Allow mentionable structs to be used as command arguments | Illia | 2016-12-07 | 1 | -0/+14 |
| * | Add Member::colour | Illia | 2016-12-03 | 1 | -3/+3 |
| * | Add documentation for examples | Austin Hellyer | 2016-11-29 | 1 | -3/+3 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -137/+13 |
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 1 | -6/+6 |
| * | Correctly track Cache's unavailable guilds | Austin Hellyer | 2016-11-27 | 1 | -0/+6 |
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 1 | -6/+283 |
| * | Make Cache::get_channel return a reference | Austin Hellyer | 2016-11-26 | 1 | -4/+23 |
| * | Remove the 'extras' feature flag | Austin Hellyer | 2016-11-26 | 1 | -1/+0 |
| * | Add Cache::get_guild_channel | Austin Hellyer | 2016-11-26 | 1 | -0/+13 |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 1 | -0/+1 |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -17/+17 |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 1 | -3/+3 |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 1 | -6/+6 |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 1 | -0/+853 |