aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Add some docs to `BanOptions`acdenisSK2017-10-301-0/+1
| * Fix shard shutdown via ContextZeyla Hellyer2017-10-294-8/+46
| * Fix #206 (#207)Uninteresting Account2017-10-292-11/+28
| * Fall back to `str::parse` if `parse_username` failsacdenisSK2017-10-241-3/+4
* | Fix Help-Commands to list all eligible commands in DMs. (#212)Lakelezz2017-11-041-1/+1
* | Fix Client's framework setZeyla Hellyer2017-11-031-2/+2
* | `deserialize_i32` -> `deserialize_u8`acdenisSK2017-11-031-1/+1
* | Redo client internals + gatewayZeyla Hellyer2017-11-0314-881/+1717
* | Make the Client return a ResultZeyla Hellyer2017-11-0318-67/+126
* | Make `Command::aliases` publicacdenisSK2017-11-031-1/+2
* | Fix framework Args testsZeyla Hellyer2017-11-011-71/+71
* | Fix audit logs a bitacdenisSK2017-11-014-42/+93
* | Add a fallback to `RoleId::from_str` as wellacdenisSK2017-10-241-7/+8
* | Remove unwrapsacdenisSK2017-10-242-2/+2
* | Merge v0.4.2acdenisSK2017-10-2414-35/+409
|\ \
| * | Fall back to `str::parse` if `parse_username` failsacdenisSK2017-10-241-3/+4
| |/
| * Fix User::has_roleZeyla Hellyer2017-10-241-1/+5
| * Add a debug impl for `DispatchError`acdenisSK2017-10-231-0/+25
| * Properly update emojis, fix shard retries, fix csLakelezz2017-10-233-6/+22
| * Add "zero-copy" parsingacdenisSK2017-10-212-1/+83
| * Fix clippy warningsMei Boudreau2017-10-191-17/+14
| * Fix shard connectionZeyla Hellyer2017-10-191-29/+26
| * Deprecate some text-only Channel methodsZeyla Hellyer2017-10-191-0/+11
| * Re-export parking_lot::{Arc, Mutex} from preludeZeyla Hellyer2017-10-191-0/+1
| * Implement changing a role's position (#201)Ken Swenson2017-10-193-0/+59
| * Add a missing breakacdenisSK2017-10-181-0/+1
| * `assert` -> `assert_eq`acdenisSK2017-10-181-2/+2
| * Add `PartialEq` impls and doc tests to `Args`acdenisSK2017-10-181-1/+154
| * Use the underlaying integer value of a `ChannelType` variantacdenisSK2017-10-171-1/+1
| * defer to `delete_message` if there's just one message to deleteacdenisSK2017-10-162-4/+8
| * Use update syntax for Shard (#195)Edward Yang2017-10-161-22/+29
| * Hash and do equality on just the id for `User`acdenisSK2017-10-151-1/+17
* | Remove `on_` prefix to EventHandler tymethodsZeyla Hellyer2017-10-2214-131/+131
* | Remove setting of the afk field in shardsZeyla Hellyer2017-10-192-27/+16
* | Change CreateEmbed::field{,s} to not take buildersZeyla Hellyer2017-10-185-111/+57
* | Slightly improve performance of buildersZeyla Hellyer2017-10-1822-243/+229
* | Fix some compilation feature targets, fix lintsZeyla Hellyer2017-10-174-3/+8
* | Change `features` fields to be a Vec<String>Zeyla Hellyer2017-10-143-30/+15
* | Update to account for changes made in 0.4.1acdenisSK2017-10-1422-194/+434
|\|
| * Feature-flag extern crates behind their nameZeyla Hellyer2017-10-141-10/+10
| * Add try_opt macro for substituteMei Boudreau2017-10-123-12/+13
| * Optimize Member::rolesMei Boudreau2017-10-121-21/+11
| * Help-features display `Aliases` and list information for `Aliases`. (#190)Lakelezz2017-10-121-60/+80
| * Fix clippy lintsZeyla Hellyer2017-10-1120-99/+102
| * Make `has_correct_permissions`, `has_correct_roles` and `has_all_requirement...Lakelezz2017-10-102-3/+3
| * Add an iterator for `Args`acdenisSK2017-10-101-9/+33
| * Add some docs to `Args`acdenisSK2017-10-101-0/+4
| * Variety of methods to search for `Member`. (#187)Lakelezz2017-10-101-12/+218
| * Reset shard heartbeat state on resumeZeyla Hellyer2017-10-091-0/+2
| * Make the client threadpool user-customizableZeyla Hellyer2017-10-094-15/+38