aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tests (#145)Maiddog2017-08-2210-88/+97
* Fix presence updatesMaiddog2017-08-211-0/+2
* Cfg the display impls as wellacdenisSK2017-08-221-0/+4
* Replace `()` with actual error typesacdenisSK2017-08-222-15/+116
* Have the variants be renamed to use snake_caseacdenisSK2017-08-221-1/+1
* feature-flag the vec_shift dependencyacdenisSK2017-08-212-1/+126
* Revamp the args to an `Args` structacdenisSK2017-08-207-152/+47
* Use wildcardacdenisSK2017-08-192-2/+2
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-1916-1076/+1088
* Add html_root_urlacdenisSK2017-08-192-1/+2
* Revert back to `deserialize_map`acdenisSK2017-08-191-3/+1
* `name` in reactions can be nullableacdenisSK2017-08-191-30/+8
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-186-11/+41
* Clippy lintsZeyla Hellyer2017-08-188-45/+54
* travis: simplify caching configZeyla Hellyer2017-08-181-3/+1
* travis: run rustfmtZeyla Hellyer2017-08-181-0/+4
* s/rustfmt.toml/.rustfmt.tomlZeyla Hellyer2017-08-181-0/+0
* Apply rustfmtZeyla Hellyer2017-08-1849-526/+819
* Move Clippy lints to a cfg_attrZeyla Hellyer2017-08-181-1/+1
* Move the Framework trait to the frameworkZeyla Hellyer2017-08-184-25/+21
* ClippyacdenisSK2017-08-196-17/+11
* Fix a failing test (#140)Bond-0092017-08-181-1/+1
* Add a case for `context, message, args, full_message`acdenisSK2017-08-181-0/+8
* Allow the user to be given the original message (as in, the message used to c...acdenisSK2017-08-184-15/+23
* Fix args when `use_quotes` is trueacdenisSK2017-08-181-1/+1
* Expande CheckFailed to provide Arc<Command>(#138)Lakelezz2017-08-171-2/+2
* Reword thisacdenisSK2017-08-161-1/+1
* Provide the args to the checksacdenisSK2017-08-163-10/+12
* a little for-loop to iterator changeacdenisSK2017-08-162-3/+3
* Use `#[serde(default)]` on `nsfw` insteadacdenisSK2017-08-151-3/+1
* Update examplesacdenisSK2017-08-144-9/+8
* `$crate_name` => `version`, and a few adjustementsacdenisSK2017-08-142-23/+15
* Fix string delimiters (#134)Lakelezz2017-08-134-32/+48
* Trim a second time for a sakeacdenisSK2017-08-121-6/+8
* Rewamp the custom delimeter functionality to support moreacdenisSK2017-08-122-5/+34
* Add support for custom delimetersacdenisSK2017-08-122-1/+29
* Don't do any other fuzz about private channels if they're already in the cacheacdenisSK2017-08-111-0/+4
* Put `update_user_entry` back into the cacheacdenisSK2017-08-112-14/+12
* Split event handling in the cache to a traitacdenisSK2017-08-104-491/+550
* Remove the `I` bound for the language param and fix `push_mono_safe`acdenisSK2017-08-081-5/+5
* Fix the test `message_content_safe`acdenisSK2017-08-063-69/+80
* Update examplesacdenisSK2017-08-066-22/+25
* make Travis test on OS X (#123)Alex Lyon2017-08-051-1/+2
* >.>acdenisSK2017-08-051-1/+1
* Refactor the display stuff a bitacdenisSK2017-08-043-75/+22
* Deprecate `GuildId::as_channel_id` and add simulation methods for the "defaul...acdenisSK2017-08-042-1/+43
* Remove uneccessary mapacdenisSK2017-08-041-2/+2
* Make so content and language can be of different typesacdenisSK2017-08-041-2/+2
* Also make the message builder use DisplayacdenisSK2017-08-041-53/+119
* Make some functions accept anything that's implemented DisplayacdenisSK2017-08-043-14/+31