| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 13 | -25/+592 | |
| * | Make Cache::get_channel return a reference | Austin Hellyer | 2016-11-26 | 5 | -10/+32 | |
| * | Remove the 'extras' feature flag | Austin Hellyer | 2016-11-26 | 5 | -65/+4 | |
| * | Tiny import re-order | Austin Hellyer | 2016-11-26 | 1 | -2/+1 | |
| * | Add no-named-argument command macro match | Austin Hellyer | 2016-11-26 | 1 | -1/+37 | |
| * | Add Cache::get_guild_channel | Austin Hellyer | 2016-11-26 | 1 | -0/+13 | |
| * | More widely support no-cache method compiles | Austin Hellyer | 2016-11-25 | 5 | -115/+174 | |
| * | Catch some clippy lints | Austin Hellyer | 2016-11-25 | 1 | -3/+0 | |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 11 | -839/+865 | |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 12 | -78/+78 | |
| * | 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 | 16 | -222/+222 | |
| * | 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 | 13 | -69/+83 | |
| * | Ignore WebSocketError::NoDataAvailable | Austin Hellyer | 2016-11-23 | 1 | -0/+2 | |
| * | Ensure embed fields are inline by default | Austin Hellyer | 2016-11-23 | 1 | -1/+1 | |
| * | 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 | 10 | -35/+35 | |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 18 | -252/+252 | |
| * | Don't typo CreateEmbed::image field | Austin Hellyer | 2016-11-21 | 1 | -1/+1 | |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 7 | -11/+12 | |
| * | Re-organize the client module | Austin Hellyer | 2016-11-21 | 13 | -581/+627 | |
| * | Add support for creating embed images | Austin Hellyer | 2016-11-21 | 2 | -0/+49 | |
| * | Don't block entirely on HTTP requests | Austin Hellyer | 2016-11-21 | 1 | -8/+5 | |
| * | Add created_at method to Ids and User | Austin Hellyer | 2016-11-21 | 2 | -0/+16 | |
| * | Make Context::channel_id public | Austin Hellyer | 2016-11-21 | 1 | -1/+5 | |
| * | Add framework command named arguments | Austin Hellyer | 2016-11-21 | 1 | -0/+23 | |
| * | 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 | |
| * | Add Member::roles() | Austin Hellyer | 2016-11-20 | 1 | -0/+20 | |
| * | Rework contextual presence methods | Austin Hellyer | 2016-11-19 | 2 | -14/+77 | |
| * | Rename state methods from find_ to get_ | Austin Hellyer | 2016-11-19 | 7 | -23/+22 | |
| * | 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 | 6 | -164/+239 | |
| * | Don't send embed on message edits if empty | Austin Hellyer | 2016-11-19 | 2 | -6/+10 | |
| * | Add PublicChannel::guild() | Austin Hellyer | 2016-11-19 | 1 | -0/+9 | |
| * | Add GuildId::to_channel | Austin Hellyer | 2016-11-18 | 1 | -0/+8 | |
| * | Add Context::set_game_name | Austin Hellyer | 2016-11-18 | 1 | -0/+18 | |
| * | Register friend suggestion events | Austin Hellyer | 2016-11-18 | 5 | -0/+71 | |
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 19 | -186/+1045 | |
| * | Feature macros should use else as block separator | Austin Hellyer | 2016-11-18 | 3 | -8/+8 | |
| * | Ratelimiting: don't attempt to RL for None | Austin Hellyer | 2016-11-18 | 1 | -14/+18 | |
| * | 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 | 3 | -5/+73 | |
| * | Accepting invites only works for user accounts | Austin Hellyer | 2016-11-16 | 2 | -3/+59 | |
| * | Add Colour::from_rgb | Austin Hellyer | 2016-11-16 | 1 | -0/+34 | |
| * | Fix a few clippy lints | Austin Hellyer | 2016-11-15 | 1 | -8/+9 | |