| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove ChannelPinsAck/MessageAck events | Zeyla Hellyer | 2017-04-19 | 1 | -7/+0 |
| * | Deprecate methods prefixed with `get_` | Zeyla Hellyer | 2017-04-19 | 1 | -4/+2 |
| * | 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 | 1 | -57/+0 |
| * | Remove selfbot support | Zeyla Hellyer | 2017-04-05 | 1 | -197/+48 |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 1 | -9/+24 |
| * | 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 |
| * | Fix no-framework compiles | Austin Hellyer | 2017-01-24 | 1 | -2/+2 |
| * | Avoid a lot of Arc/Message/RwLock clones | Austin Hellyer | 2017-01-24 | 1 | -328/+155 |
| * | Use conditional blocks over macros | Austin Hellyer | 2016-12-29 | 1 | -24/+39 |
| * | 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 | -1/+1 |
| * | Add a ShareMap across contexts | Austin Hellyer | 2016-12-05 | 1 | -39/+60 |
| * | Encase the event storage in an Arc<RwLock> | Austin Hellyer | 2016-12-02 | 1 | -6/+6 |
| * | Make Cache::get_channel return a reference | Austin Hellyer | 2016-11-26 | 1 | -1/+2 |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 1 | -1/+2 |
| * | Change the CACHE to be an RwLock | Austin Hellyer | 2016-11-22 | 1 | -7/+7 |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 1 | -33/+33 |
| * | Re-organize the client module | Austin Hellyer | 2016-11-21 | 1 | -5/+6 |
| * | Rename state methods from find_ to get_ | Austin Hellyer | 2016-11-19 | 1 | -2/+2 |
| * | Fix type errors for non-framework builds | Austin Hellyer | 2016-11-19 | 1 | -1/+1 |
| * | Nonblocking connection | Austin Hellyer | 2016-11-19 | 1 | -8/+5 |
| * | Fix cond. compile across multiple feature targets | Austin Hellyer | 2016-11-19 | 1 | -26/+41 |
| * | Register friend suggestion events | Austin Hellyer | 2016-11-18 | 1 | -0/+20 |
| * | Add state/framework/etc. conditional compile flags | Austin Hellyer | 2016-11-15 | 1 | -149/+281 |
| * | Add a message builder for Context::send_message | Austin Hellyer | 2016-11-15 | 1 | -1/+1 |
| * | State: on update, return old instances | Austin Hellyer | 2016-11-15 | 1 | -52/+33 |
| * | Add voice connection support | Austin Hellyer | 2016-11-14 | 1 | -1/+1 |
| * | Add internal module | Austin Hellyer | 2016-11-14 | 1 | -1/+1 |
| * | Add delete_message_reactions + register event | Austin Hellyer | 2016-11-11 | 1 | -0/+12 |
| * | Add webhook support | Austin Hellyer | 2016-11-07 | 1 | -0/+10 |
| * | Fix framework locking on MessageCreate dispatch | Austin Hellyer | 2016-11-06 | 1 | -2/+3 |
| * | Add a prelude for userland | Austin Hellyer | 2016-11-05 | 1 | -1/+1 |
| * | Add message reactions | Austin Hellyer | 2016-11-05 | 1 | -0/+24 |
| * | Initial commit | Austin Hellyer | 2016-10-18 | 1 | -0/+657 |