| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix permissions when sending to DMs or groups | alex | 2017-05-07 | 1 | -3/+12 |
| * | Fix decoding for `CurrentUser.discriminator` | Zeyla Hellyer | 2017-04-25 | 1 | -0/+37 |
| * | Fix deserialization for Ids | Zeyla Hellyer | 2017-04-24 | 1 | -0/+39 |
| * | Update most dependency version requirements | Zeyla Hellyer | 2017-04-23 | 1 | -9/+9 |
| * | Deprecate methods prefixed with `get_` | Zeyla Hellyer | 2017-04-19 | 1 | -5/+3 |
| * | Switch to using serde for deserialization | Zeyla Hellyer | 2017-04-11 | 1 | -117/+48 |
| * | 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 | -16/+18 |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 1 | -10/+11 |
| * | Properly drop on binds | Austin Hellyer | 2017-01-24 | 1 | -3/+3 |
| * | Switch to a mostly-fully OOP approach | Austin Hellyer | 2017-01-23 | 1 | -4/+4 |
| * | Code style cleanup | Austin Hellyer | 2017-01-08 | 1 | -5/+8 |
| * | Add guild and channel search | Austin Hellyer | 2016-12-29 | 1 | -0/+30 |
| * | Accept u64 shard counts | Austin Hellyer | 2016-12-26 | 1 | -3/+3 |
| * | More config for CreateCommand, add various methods | Illia | 2016-12-10 | 1 | -1/+1 |
| * | Fix no-cache+method conditional compiles | Austin Hellyer | 2016-12-10 | 1 | -3/+3 |
| * | Change all try's into ?s | acdenisSK | 2016-12-07 | 1 | -19/+19 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -20/+1 |
| * | Optimize for cached, non-method compiles | Austin Hellyer | 2016-11-28 | 1 | -7/+0 |
| * | Make Cache::get_channel return a reference | Austin Hellyer | 2016-11-26 | 1 | -2/+4 |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -2/+2 |
| * | Allow compiling with only either cache or methods | Austin Hellyer | 2016-11-24 | 1 | -0/+7 |
| * | Change the CACHE to be an RwLock | Austin Hellyer | 2016-11-22 | 1 | -1/+1 |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 1 | -7/+7 |
| * | Rename state methods from find_ to get_ | Austin Hellyer | 2016-11-19 | 1 | -2/+2 |
| * | Add state/framework/etc. conditional compile flags | Austin Hellyer | 2016-11-15 | 1 | -2/+6 |
| * | Add voice connection support | Austin Hellyer | 2016-11-14 | 1 | -1/+5 |
| * | Add internal module | Austin Hellyer | 2016-11-14 | 1 | -1/+1 |
| * | Fix some clippy lints | Austin Hellyer | 2016-11-10 | 1 | -12/+0 |
| * | Add a prelude for userland | Austin Hellyer | 2016-11-05 | 1 | -1/+1 |
| * | Add message reactions | Austin Hellyer | 2016-11-05 | 1 | -2/+2 |
| * | Initial commit | Austin Hellyer | 2016-10-18 | 1 | -0/+313 |