| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add remaining REST routes | Austin Hellyer | 2016-11-30 | 1 | -0/+15 | |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -23/+25 | |
| * | Fix doctests | Austin Hellyer | 2016-11-28 | 1 | -1/+1 | |
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 1 | -22/+19 | |
| * | Add Context, REST, and model documentation | fwrs | 2016-11-27 | 1 | -0/+130 | |
| * | Make send_file use the CreateMessage builder | Austin Hellyer | 2016-11-27 | 1 | -11/+21 | |
| * | Voice example no longer requires 'extras' | Austin Hellyer | 2016-11-26 | 1 | -6/+2 | |
| * | Make Cache::get_channel return a reference | Austin Hellyer | 2016-11-26 | 1 | -1/+1 | |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -10/+10 | |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 1 | -72/+72 | |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 1 | -11/+20 | |
| * | Update doctest to use new Cache | Austin Hellyer | 2016-11-22 | 1 | -1/+1 | |
| * | Change the CACHE to be an RwLock | Austin Hellyer | 2016-11-22 | 1 | -4/+4 | |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 1 | -28/+28 | |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 1 | -2/+2 | |
| * | Re-organize the client module | Austin Hellyer | 2016-11-21 | 1 | -17/+17 | |
| * | Make Context::channel_id public | Austin Hellyer | 2016-11-21 | 1 | -1/+5 | |
| * | Add methods for setting individual presence data | Austin Hellyer | 2016-11-20 | 1 | -0/+32 | |
| * | Fix context doctests | Austin Hellyer | 2016-11-20 | 1 | -4/+4 | |
| * | Rework contextual presence methods | Austin Hellyer | 2016-11-19 | 1 | -9/+72 | |
| * | Rename state methods from find_ to get_ | Austin Hellyer | 2016-11-19 | 1 | -5/+5 | |
| * | Fix cond. compile across multiple feature targets | Austin Hellyer | 2016-11-19 | 1 | -8/+14 | |
| * | Don't send embed on message edits if empty | Austin Hellyer | 2016-11-19 | 1 | -5/+9 | |
| * | Add Context::set_game_name | Austin Hellyer | 2016-11-18 | 1 | -0/+18 | |
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 1 | -22/+206 | |
| * | Accepting invites only works for user accounts | Austin Hellyer | 2016-11-16 | 1 | -0/+16 | |
| * | Add message edit/edit_message rich embeds | Austin Hellyer | 2016-11-15 | 1 | -2/+10 | |
| * | Add send_message rich embeds | Austin Hellyer | 2016-11-15 | 1 | -6/+91 | |
| * | Add state/framework/etc. conditional compile flags | Austin Hellyer | 2016-11-15 | 1 | -10/+17 | |
| * | Add a message builder for Context::send_message | Austin Hellyer | 2016-11-15 | 1 | -14/+15 | |
| * | Allow current user to nickname themselves | Austin Hellyer | 2016-11-14 | 1 | -0/+14 | |
| * | Add voice connection support | Austin Hellyer | 2016-11-14 | 1 | -1/+1 | |
| * | Add internal module | Austin Hellyer | 2016-11-14 | 1 | -1/+1 | |
| * | Move the builders to the utils | Austin Hellyer | 2016-11-13 | 1 | -1/+1 | |
| * | Add a check for message content length | Austin Hellyer | 2016-11-12 | 1 | -1/+37 | |
| * | Remove Context::get_application{s,_info} | Austin Hellyer | 2016-11-06 | 1 | -8/+0 | |
| * | Remove Context alias methods | Austin Hellyer | 2016-11-06 | 1 | -92/+9 | |
| * | Remove Context::get_voice_regions | Austin Hellyer | 2016-11-06 | 1 | -4/+0 | |
| * | Add some more documentation | Austin Hellyer | 2016-11-06 | 1 | -16/+40 | |
| * | Add a prelude for userland | Austin Hellyer | 2016-11-05 | 1 | -1/+1 | |
| * | Convert all doc anchors to named anchors | Austin Hellyer | 2016-11-05 | 1 | -69/+113 | |
| * | Fix doc links to enum variants | Austin Hellyer | 2016-11-05 | 1 | -3/+3 | |
| * | Finalize invite-related documentation | Austin Hellyer | 2016-11-05 | 1 | -2/+19 | |
| * | Add message reactions | Austin Hellyer | 2016-11-05 | 1 | -0/+86 | |
| * | Add ability to fully set a presence | Austin Hellyer | 2016-10-20 | 1 | -1/+12 | |
| * | Initial commit | Austin Hellyer | 2016-10-18 | 1 | -0/+822 | |