| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add Member::colour | Illia | 2016-12-03 | 2 | -12/+37 | |
| * | Add Role Eq/Ord impls | Austin Hellyer | 2016-12-03 | 1 | -0/+33 | |
| * | Fix Shard::set_presence example | Austin Hellyer | 2016-12-03 | 1 | -1/+1 | |
| * | Make the default Colour value the actual default | Austin Hellyer | 2016-12-03 | 1 | -2/+2 | |
| * | Add Member.colour | Illia | 2016-12-03 | 1 | -0/+11 | |
| * | Add User::distinct | Illia K | 2016-12-03 | 1 | -0/+5 | |
| * | Add CurrentUser::edit | Austin Hellyer | 2016-12-03 | 1 | -1/+46 | |
| * | Fix rest::get_guilds doctest | Austin Hellyer | 2016-12-03 | 1 | -3/+4 | |
| * | s/rose_water/rosewater | Austin Hellyer | 2016-12-03 | 1 | -1/+1 | |
| * | Make rest::edit_profile set new token | Austin Hellyer | 2016-12-03 | 2 | -4/+22 | |
| * | Add rose water colour | Illia | 2016-12-03 | 1 | -0/+2 | |
| * | Paginate rest::get_guilds and add helper methods | Austin Hellyer | 2016-12-02 | 3 | -9/+74 | |
| * | Encase the event storage in an Arc<RwLock> | Austin Hellyer | 2016-12-02 | 2 | -77/+77 | |
| * | Add Message::guild_id() | Austin Hellyer | 2016-12-01 | 1 | -0/+17 | |
| * | Add 'fooyoo' to Colour struct | Isaac Dickinson | 2016-12-01 | 1 | -1/+3 | |
| * | Add fabled_pink to Colour struct | Ken Swenson | 2016-12-01 | 1 | -0/+2 | |
| * | Fix a typo | Austin Hellyer | 2016-12-01 | 2 | -2/+2 | |
| * | Simplify colour macro | Austin Hellyer | 2016-12-01 | 1 | -3/+2 | |
| * | Re-order dark_green colour alphabetically | khazhyk | 2016-12-01 | 1 | -2/+2 | |
| * | Capitalize the hex value for blitz_blue | Kisei | 2016-11-30 | 1 | -1/+1 | |
| * | Add documentation for EditMember and EditProfile | Kisei | 2016-11-30 | 2 | -0/+15 | |
| * | Make command macro functions public | Austin Hellyer | 2016-11-30 | 1 | -2/+2 | |
| * | Fix start_integration_sync | abalabahaha | 2016-11-30 | 1 | -2/+2 | |
| * | Add blitz blue color | Crawl | 2016-11-30 | 1 | -0/+2 | |
| * | Add Blurple to Colour list | GetRektByMe | 2016-11-30 | 1 | -0/+2 | |
| * | Add kerbal colour | indiv0 | 2016-11-30 | 1 | -0/+2 | |
| * | Re-order example Cargo.toml's | Austin Hellyer | 2016-11-30 | 1 | -1/+2 | |
| * | Example should be no-run | Austin Hellyer | 2016-11-30 | 1 | -1/+1 | |
| * | Update readme example | Austin Hellyer | 2016-11-30 | 1 | -1/+1 | |
| * | Move the example in the readme | Austin Hellyer | 2016-11-30 | 1 | -29/+32 | |
| * | Clarify some docs | Austin Hellyer | 2016-11-30 | 4 | -45/+124 | |
| * | Add remaining REST routes | Austin Hellyer | 2016-11-30 | 3 | -8/+85 | |
| * | Add documentation for examples | Austin Hellyer | 2016-11-29 | 2 | -9/+59 | |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 26 | -630/+309 | |
| * | Add initial audio support | Austin Hellyer | 2016-11-29 | 13 | -175/+586 | |
| * | 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 | |
| * | Use html_logo_url instead of a doc script | Austin Hellyer | 2016-11-29 | 1 | -0/+1 | |
| * | Add missing REST methods | Austin Hellyer | 2016-11-28 | 1 | -3/+31 | |
| * | Re-order message builder file | Austin Hellyer | 2016-11-28 | 1 | -22/+21 | |
| * | Optimize for cached, non-method compiles | Austin Hellyer | 2016-11-28 | 3 | -13/+8 | |
| * | Fix doctests | Austin Hellyer | 2016-11-28 | 2 | -4/+4 | |
| * | Fix some clippy lints | Austin Hellyer | 2016-11-28 | 1 | -7/+7 | |
| * | Add before/after framework command hooks | Illia K | 2016-11-28 | 2 | -5/+33 | |
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 15 | -89/+262 | |
| * | Correctly track Cache's unavailable guilds | Austin Hellyer | 2016-11-27 | 1 | -0/+6 | |
| * | Re-export CreateEmbedFooter | Kisei | 2016-11-27 | 1 | -0/+1 | |
| * | Add Context, REST, and model documentation | fwrs | 2016-11-27 | 4 | -4/+205 | |
| * | 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 | 2 | -7/+2 | |