| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Convert heartbeat debug to a trace | Austin Hellyer | 2016-12-31 | 1 | -1/+1 | |
| * | Fix typo | Illia | 2016-12-31 | 3 | -5/+5 | |
| * | Remove use of struct pattern match | Austin Hellyer | 2016-12-29 | 1 | -1/+1 | |
| * | Slightly simplify Shard::set_presence | Austin Hellyer | 2016-12-29 | 1 | -5/+4 | |
| * | "Fix" clippy lints | Austin Hellyer | 2016-12-29 | 1 | -0/+1 | |
| * | Add guild and channel search | Austin Hellyer | 2016-12-29 | 4 | -2/+155 | |
| * | Rework some event handles | Austin Hellyer | 2016-12-29 | 1 | -3/+24 | |
| * | Heartbeat recv: send null d value | Austin Hellyer | 2016-12-29 | 1 | -1/+1 | |
| * | A bit more logging | Austin Hellyer | 2016-12-29 | 1 | -0/+4 | |
| * | Round 1 | Austin Hellyer | 2016-12-29 | 5 | -61/+123 | |
| * | Use conditional blocks over macros | Austin Hellyer | 2016-12-29 | 4 | -34/+54 | |
| * | Update current user presence in cache on set | Austin Hellyer | 2016-12-28 | 1 | -1/+20 | |
| * | Accept u64 shard counts | Austin Hellyer | 2016-12-26 | 3 | -9/+12 | |
| * | Add `on_message` example | indiv0 | 2016-12-21 | 1 | -0/+16 | |
| * | Fix current application decoding | Austin Hellyer | 2016-12-18 | 1 | -4/+13 | |
| * | Remove cache feature dependency for framework | Austin Hellyer | 2016-12-16 | 1 | -0/+12 | |
| * | Make 'voice' feature not require 'cache' | Austin Hellyer | 2016-12-16 | 1 | -1/+1 | |
| * | Simplify gateway identify compression | Austin Hellyer | 2016-12-16 | 1 | -7/+2 | |
| * | Don't mutate token for bots on profile change | zeyla | 2016-12-13 | 1 | -2/+4 | |
| * | Implement command groups and buckets | Illia | 2016-12-13 | 1 | -3/+5 | |
| * | Cleanup gateway prep | Austin Hellyer | 2016-12-12 | 1 | -4/+1 | |
| * | More config for CreateCommand, add various methods | Illia | 2016-12-10 | 6 | -38/+47 | |
| * | Fix no-cache+method conditional compiles | Austin Hellyer | 2016-12-10 | 2 | -2/+2 | |
| * | Fix some clippy lints | Austin Hellyer | 2016-12-09 | 1 | -1/+1 | |
| * | Change all try's into ?s | acdenisSK | 2016-12-07 | 6 | -152/+152 | |
| * | Add a ShareMap across contexts | Austin Hellyer | 2016-12-05 | 3 | -42/+100 | |
| * | Add more Context docs+permission requirements | Austin Hellyer | 2016-12-04 | 1 | -26/+170 | |
| * | Add documentation for models | Illia | 2016-12-04 | 1 | -0/+5 | |
| * | Use proper comments on inline ratelimit comments | Austin Hellyer | 2016-12-04 | 1 | -2/+2 | |
| * | Fix signature of Context::move_member | Austin Hellyer | 2016-12-03 | 1 | -2/+2 | |
| * | Fix Shard::set_presence example | Austin Hellyer | 2016-12-03 | 1 | -1/+1 | |
| * | 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 | |