| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove selfbot support | Zeyla Hellyer | 2017-04-05 | 15 | -45/+11 | |
| * | Add a sample bot structure example | Zeyla Hellyer | 2017-03-25 | 5 | -0/+61 | |
| * | Update search params | Zeyla Hellyer | 2017-03-25 | 2 | -127/+0 | |
| * | Fix Cargo.toml requirements in examples | Zeyla Hellyer | 2017-03-17 | 4 | -15/+7 | |
| * | Update examples for Context changes | Zeyla Hellyer | 2017-02-25 | 8 | -93/+94 | |
| * | Update voice example to latest changes | Zeyla Hellyer | 2017-02-11 | 1 | -2/+2 | |
| * | Update examples for cache rewrite | Zeyla Hellyer | 2017-02-11 | 2 | -11/+14 | |
| * | Update examples for OOP style update | Austin Hellyer | 2017-01-24 | 16 | -45/+43 | |
| * | Fix rs suffix | Illia | 2017-01-05 | 2 | -2/+2 | |
| * | Fix toml dependency description in doc | David Duarte | 2017-01-02 | 1 | -1/+1 | |
| * | Implement context message queueing | Taavi | 2017-01-01 | 2 | -10/+11 | |
| * | Fix typo | Illia | 2016-12-31 | 2 | -2/+2 | |
| * | Add command alias support and command.example | taavi? | 2016-12-29 | 1 | -2/+5 | |
| * | Add guild and channel search | Austin Hellyer | 2016-12-29 | 2 | -0/+123 | |
| * | Use $crate in the command macro | alex | 2016-12-24 | 1 | -1/+1 | |
| * | Modify examples to point to current repo | Austin Hellyer | 2016-12-16 | 7 | -7/+7 | |
| * | Framework blocks, disabled commands, improvements | Illia | 2016-12-14 | 1 | -0/+2 | |
| * | Framework requires cache | Austin Hellyer | 2016-12-14 | 1 | -4/+3 | |
| * | Implement command groups and buckets | Illia | 2016-12-13 | 2 | -41/+61 | |
| * | More config for CreateCommand, add various methods | Illia | 2016-12-10 | 2 | -3/+5 | |
| * | Command builder, quoted args, and multi-prefixes | Illia | 2016-12-09 | 1 | -36/+16 | |
| * | Add a ShareMap across contexts | Austin Hellyer | 2016-12-05 | 2 | -2/+45 | |
| * | Release v0.1.0v0.1.0 | Austin Hellyer | 2016-11-30 | 7 | -7/+7 | |
| * | Re-order example Cargo.toml's | Austin Hellyer | 2016-11-30 | 7 | -14/+14 | |
| * | Add documentation for examples | Austin Hellyer | 2016-11-29 | 11 | -24/+177 | |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 14 | -37/+77 | |
| * | Add initial audio support | Austin Hellyer | 2016-11-29 | 1 | -29/+127 | |
| * | Optimize for cached, non-method compiles | Austin Hellyer | 2016-11-28 | 2 | -0/+19 | |
| * | Update example 07 with framework changes | Austin Hellyer | 2016-11-28 | 1 | -5/+5 | |
| * | Add before/after framework command hooks | Illia K | 2016-11-28 | 1 | -8/+12 | |
| * | Voice example no longer requires 'extras' | Austin Hellyer | 2016-11-26 | 1 | -6/+6 | |
| * | Add no-named-argument command macro match | Austin Hellyer | 2016-11-26 | 1 | -2/+2 | |
| * | Add Cache::get_guild_channel | Austin Hellyer | 2016-11-26 | 1 | -40/+20 | |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -4/+4 | |
| * | Change the CACHE to be an RwLock | Austin Hellyer | 2016-11-22 | 1 | -4/+4 | |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 2 | -8/+8 | |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 1 | -1/+1 | |
| * | Re-organize the client module | Austin Hellyer | 2016-11-21 | 2 | -11/+11 | |
| * | Add framework command named arguments | Austin Hellyer | 2016-11-21 | 1 | -0/+10 | |
| * | Fix voice example for state method renamings | Austin Hellyer | 2016-11-20 | 1 | -4/+4 | |
| * | Allow Id/u64 equality comparisons | Austin Hellyer | 2016-11-17 | 1 | -1/+1 | |
| * | Feature-gate voice example | Austin Hellyer | 2016-11-15 | 1 | -0/+14 | |
| * | Travis: Pass feature flag 'voice' | Austin Hellyer | 2016-11-14 | 1 | -0/+2 | |
| * | Add voice connection support | Austin Hellyer | 2016-11-14 | 1 | -0/+168 | |
| * | Framework: fix command arg positioning | Austin Hellyer | 2016-11-08 | 1 | -1/+1 | |
| * | Add arguments to framework commands | Austin Hellyer | 2016-11-07 | 1 | -6/+6 | |
| * | Add an 'allow_whitespace' framework config | Austin Hellyer | 2016-11-06 | 1 | -0/+1 | |
| * | Fix typo in example 06 | Austin Hellyer | 2016-11-06 | 1 | -1/+1 | |
| * | Initial commit | Austin Hellyer | 2016-10-18 | 6 | -0/+221 | |