| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -4/+22 |
| * | Paginate rest::get_guilds and add helper methods | Austin Hellyer | 2016-12-02 | 2 | -9/+67 |
| * | Encase the event storage in an Arc<RwLock> | Austin Hellyer | 2016-12-02 | 2 | -77/+77 |
| * | Fix start_integration_sync | abalabahaha | 2016-11-30 | 1 | -2/+2 |
| * | Clarify some docs | Austin Hellyer | 2016-11-30 | 1 | -43/+107 |
| * | Add remaining REST routes | Austin Hellyer | 2016-11-30 | 3 | -8/+85 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 5 | -45/+44 |
| * | Add initial audio support | Austin Hellyer | 2016-11-29 | 2 | -2/+1 |
| * | Remove duplicated gateway logic | Austin Hellyer | 2016-11-29 | 3 | -37/+11 |
| * | Retrieve a new URL on reconnect | Austin Hellyer | 2016-11-29 | 1 | -2/+4 |
| * | Add missing REST methods | Austin Hellyer | 2016-11-28 | 1 | -3/+31 |
| * | Fix doctests | Austin Hellyer | 2016-11-28 | 1 | -1/+1 |
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 5 | -44/+36 |
| * | Add Context, REST, and model documentation | fwrs | 2016-11-27 | 2 | -4/+202 |
| * | Make send_file use the CreateMessage builder | Austin Hellyer | 2016-11-27 | 2 | -15/+38 |
| * | Voice example no longer requires 'extras' | Austin Hellyer | 2016-11-26 | 1 | -6/+2 |
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 3 | -6/+69 |
| * | Make Cache::get_channel return a reference | Austin Hellyer | 2016-11-26 | 2 | -2/+3 |
| * | Tiny import re-order | Austin Hellyer | 2016-11-26 | 1 | -2/+1 |
| * | More widely support no-cache method compiles | Austin Hellyer | 2016-11-25 | 2 | -0/+14 |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 5 | -76/+93 |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 2 | -22/+22 |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 5 | -111/+111 |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 5 | -34/+48 |
| * | Ignore WebSocketError::NoDataAvailable | Austin Hellyer | 2016-11-23 | 1 | -0/+2 |
| * | 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 | 3 | -14/+14 |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 5 | -122/+122 |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 3 | -7/+7 |
| * | Re-organize the client module | Austin Hellyer | 2016-11-21 | 9 | -560/+606 |
| * | Don't block entirely on HTTP requests | Austin Hellyer | 2016-11-21 | 1 | -8/+5 |
| * | Make Context::channel_id public | Austin Hellyer | 2016-11-21 | 1 | -1/+5 |
| * | No-run on context doc example | Austin Hellyer | 2016-11-20 | 1 | -1/+1 |
| * | Add methods for setting individual presence data | Austin Hellyer | 2016-11-20 | 2 | -6/+103 |
| * | 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 | 2 | -7/+7 |
| * | Fix type errors for non-framework builds | Austin Hellyer | 2016-11-19 | 2 | -5/+13 |
| * | Nonblocking connection | Austin Hellyer | 2016-11-19 | 3 | -81/+70 |
| * | Fix cond. compile across multiple feature targets | Austin Hellyer | 2016-11-19 | 4 | -91/+180 |
| * | 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 |
| * | Register friend suggestion events | Austin Hellyer | 2016-11-18 | 3 | -0/+42 |
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 5 | -117/+535 |
| * | Feature macros should use else as block separator | Austin Hellyer | 2016-11-18 | 2 | -4/+4 |
| * | Ratelimiting: don't attempt to RL for None | Austin Hellyer | 2016-11-18 | 1 | -14/+18 |
| * | Add DELETE/PUT guild member role | Austin Hellyer | 2016-11-16 | 2 | -0/+37 |
| * | 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 |