| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simplify Error's `Display` impl | Zeyla Hellyer | 2017-11-11 | 1 | -11/+1 |
| * | Make ShardManager::runners public | Zeyla Hellyer | 2017-11-09 | 1 | -1/+5 |
| * | Fix Shard::shard_info doctest | Zeyla Hellyer | 2017-11-09 | 1 | -3/+1 |
| * | Fix parking_lot::{Mutex, RwLock} re-exports | Zeyla Hellyer | 2017-11-09 | 2 | -4/+6 |
| * | Fix doc-tests | acdenisSK | 2017-11-08 | 4 | -53/+15 |
| * | Fix indention for the docs (#213) | Chris | 2017-11-08 | 1 | -6/+6 |
| * | Add Debug derives to more public types | thelearnerofcode | 2017-11-07 | 5 | -5/+30 |
| * | Into<String> -> Display | acdenisSK | 2017-11-07 | 1 | -6/+6 |
| * | Rename `list` to be consistent with `multiple_quoted` | acdenisSK | 2017-11-06 | 1 | -2/+2 |
| * | Actually, change `NeverFails` to a void enum | acdenisSK | 2017-11-05 | 1 | -1/+1 |
| * | Whoops. Add a `FromStr` impl for `ReactionType` | acdenisSK | 2017-11-04 | 7 | -79/+37 |
| * | Merge v0.4.3 | acdenisSK | 2017-11-04 | 29 | -104/+556 |
| |\ | |||||
| | * | Bump to v0.4.3v0.4.3 | Zeyla Hellyer | 2017-11-01 | 2 | -4/+50 |
| | * | Fix doctests for a variety of feature targets | Zeyla Hellyer | 2017-11-01 | 6 | -9/+36 |
| | * | Fix no-client cache tests | Zeyla Hellyer | 2017-11-01 | 4 | -23/+45 |
| | * | Fix no-parking_lot compilation | Zeyla Hellyer | 2017-11-01 | 1 | -1/+2 |
| | * | Use consistent token names in examples | Zeyla Hellyer | 2017-11-01 | 5 | -5/+5 |
| | * | Fix ping bot example (#211) | Ben | 2017-10-31 | 2 | -2/+12 |
| | * | Make Member::permissions return guild permissions | Zeyla Hellyer | 2017-10-31 | 1 | -11/+3 |
| | * | Slightly clarify ratelimiting documentation | Zeyla Hellyer | 2017-10-30 | 1 | -2/+2 |
| | * | Fix extraneous whitespace | Zeyla Hellyer | 2017-10-30 | 1 | -1/+1 |
| | * | Rename `Guild::permissions_for`->`permissions_in` | Zeyla Hellyer | 2017-10-30 | 5 | -8/+19 |
| | * | Guild::has_perms: use Guild::member_permissions | Zeyla Hellyer | 2017-10-30 | 1 | -22/+14 |
| | * | Add Guild::member_permissions | Zeyla Hellyer | 2017-10-30 | 1 | -0/+51 |
| | * | Add some docs to `BanOptions` | acdenisSK | 2017-10-30 | 1 | -0/+1 |
| | * | Release v0.4.2v0.4.2 | acdenisSK | 2017-10-29 | 1 | -0/+76 |
| | * | Cleanup gitignore to have comments (#208) | Mei Boudreau | 2017-10-29 | 1 | -4/+7 |
| | * | Add owner + quit functionality to example 07 | Zeyla Hellyer | 2017-10-29 | 3 | -2/+30 |
| | * | Fix shard shutdown via Context | Zeyla Hellyer | 2017-10-29 | 4 | -8/+46 |
| | * | Add logging and dotenv to example 07 | Zeyla Hellyer | 2017-10-29 | 4 | -5/+46 |
| | * | Fix #206 (#207) | Uninteresting Account | 2017-10-29 | 3 | -12/+33 |
| | * | Fall back to `str::parse` if `parse_username` fails | acdenisSK | 2017-10-24 | 1 | -3/+4 |
| * | | Fix Help-Commands to list all eligible commands in DMs. (#212) | Lakelezz | 2017-11-04 | 1 | -1/+1 |
| * | | Fix Client's framework set | Zeyla Hellyer | 2017-11-03 | 1 | -2/+2 |
| * | | `deserialize_i32` -> `deserialize_u8` | acdenisSK | 2017-11-03 | 1 | -1/+1 |
| * | | Redo client internals + gateway | Zeyla Hellyer | 2017-11-03 | 16 | -890/+1719 |
| * | | Make the Client return a Result | Zeyla Hellyer | 2017-11-03 | 26 | -75/+136 |
| * | | Make `Command::aliases` public | acdenisSK | 2017-11-03 | 1 | -1/+2 |
| * | | Fix framework Args tests | Zeyla Hellyer | 2017-11-01 | 1 | -71/+71 |
| * | | Fix audit logs a bit | acdenisSK | 2017-11-01 | 4 | -42/+93 |
| * | | Add a fallback to `RoleId::from_str` as well | acdenisSK | 2017-10-24 | 1 | -7/+8 |
| * | | Remove unwraps | acdenisSK | 2017-10-24 | 2 | -2/+2 |
| * | | Fix the version | acdenisSK | 2017-10-24 | 1 | -1/+1 |
| * | | Merge v0.4.2 | acdenisSK | 2017-10-24 | 16 | -39/+413 |
| |\ \ | |||||
| | * | | Fall back to `str::parse` if `parse_username` fails | acdenisSK | 2017-10-24 | 1 | -3/+4 |
| | |/ | |||||
| | * | Fix User::has_role | Zeyla Hellyer | 2017-10-24 | 1 | -1/+5 |
| | * | Add a debug impl for `DispatchError` | acdenisSK | 2017-10-23 | 1 | -0/+25 |
| | * | Properly update emojis, fix shard retries, fix cs | Lakelezz | 2017-10-23 | 3 | -6/+22 |
| | * | Update dependencies | Zeyla Hellyer | 2017-10-22 | 1 | -2/+2 |
| | * | Add "zero-copy" parsing | acdenisSK | 2017-10-21 | 2 | -1/+83 |