| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Paginate rest::get_guilds and add helper methods | Austin Hellyer | 2016-12-02 | 1 | -0/+7 |
| * | Add Message::guild_id() | Austin Hellyer | 2016-12-01 | 1 | -0/+17 |
| * | Clarify some docs | Austin Hellyer | 2016-11-30 | 1 | -0/+15 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 7 | -165/+137 |
| * | Add initial audio support | Austin Hellyer | 2016-11-29 | 1 | -14/+9 |
| * | Optimize for cached, non-method compiles | Austin Hellyer | 2016-11-28 | 3 | -13/+8 |
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 4 | -6/+46 |
| * | Add Context, REST, and model documentation | fwrs | 2016-11-27 | 2 | -0/+3 |
| * | Voice example no longer requires 'extras' | Austin Hellyer | 2016-11-26 | 1 | -1/+0 |
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 1 | -0/+1 |
| * | Make Cache::get_channel return a reference | Austin Hellyer | 2016-11-26 | 2 | -4/+6 |
| * | Remove the 'extras' feature flag | Austin Hellyer | 2016-11-26 | 1 | -3/+0 |
| * | More widely support no-cache method compiles | Austin Hellyer | 2016-11-25 | 3 | -115/+160 |
| * | Catch some clippy lints | Austin Hellyer | 2016-11-25 | 1 | -3/+0 |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 3 | -757/+765 |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 7 | -33/+33 |
| * | Fix permission check on Message::delete | Austin Hellyer | 2016-11-25 | 1 | -8/+2 |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 6 | -99/+99 |
| * | Allow compiling with only either cache or methods | Austin Hellyer | 2016-11-24 | 6 | -68/+103 |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 6 | -27/+27 |
| * | Change the CACHE to be an RwLock | Austin Hellyer | 2016-11-22 | 6 | -20/+20 |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 8 | -62/+62 |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 2 | -2/+3 |
| * | Add created_at method to Ids and User | Austin Hellyer | 2016-11-21 | 2 | -0/+16 |
| * | Add Member::roles() | Austin Hellyer | 2016-11-20 | 1 | -0/+20 |
| * | Rework contextual presence methods | Austin Hellyer | 2016-11-19 | 1 | -5/+5 |
| * | Rename state methods from find_ to get_ | Austin Hellyer | 2016-11-19 | 4 | -9/+8 |
| * | Fix cond. compile across multiple feature targets | Austin Hellyer | 2016-11-19 | 1 | -2/+2 |
| * | Don't send embed on message edits if empty | Austin Hellyer | 2016-11-19 | 1 | -1/+1 |
| * | Add PublicChannel::guild() | Austin Hellyer | 2016-11-19 | 1 | -0/+9 |
| * | Add GuildId::to_channel | Austin Hellyer | 2016-11-18 | 1 | -0/+8 |
| * | Register friend suggestion events | Austin Hellyer | 2016-11-18 | 1 | -0/+27 |
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 2 | -21/+29 |
| * | Allow Id/u64 equality comparisons | Austin Hellyer | 2016-11-17 | 1 | -1/+13 |
| * | Decode discriminators as strings | Austin Hellyer | 2016-11-17 | 1 | -7/+2 |
| * | Add DELETE/PUT guild member role | Austin Hellyer | 2016-11-16 | 1 | -5/+36 |
| * | Accepting invites only works for user accounts | Austin Hellyer | 2016-11-16 | 1 | -3/+43 |
| * | Add message edit/edit_message rich embeds | Austin Hellyer | 2016-11-15 | 1 | -5/+17 |
| * | Add send_message rich embeds | Austin Hellyer | 2016-11-15 | 2 | -2/+11 |
| * | Add state/framework/etc. conditional compile flags | Austin Hellyer | 2016-11-15 | 11 | -24/+165 |
| * | Decode embed/role colours into Colour struct | Austin Hellyer | 2016-11-14 | 2 | -10/+2 |
| * | Allow current user to nickname themselves | Austin Hellyer | 2016-11-14 | 1 | -0/+35 |
| * | Add missing permission shorthands | Austin Hellyer | 2016-11-14 | 1 | -0/+16 |
| * | Add voice connection support | Austin Hellyer | 2016-11-14 | 3 | -61/+103 |
| * | Add internal module | Austin Hellyer | 2016-11-14 | 11 | -11/+11 |
| * | Move the builders to the utils | Austin Hellyer | 2016-11-13 | 3 | -3/+3 |
| * | Don't overflow on message length check | Austin Hellyer | 2016-11-12 | 1 | -3/+3 |
| * | Add a check for message content length | Austin Hellyer | 2016-11-12 | 1 | -6/+83 |
| * | Add delete_message_reactions + register event | Austin Hellyer | 2016-11-11 | 2 | -2/+43 |
| * | Fix some clippy lints | Austin Hellyer | 2016-11-10 | 3 | -14/+2 |