| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Factoids: Rename to Factoid | Jokler | 2018-10-22 | 1 | -4/+5 |
| | | |||||
| * | Quote: Add initial quote plugin | Jokler | 2018-09-21 | 1 | -0/+4 |
| | | |||||
| * | Errors: Fix accidental double printing | Jokler | 2018-09-21 | 1 | -0/+1 |
| | | |||||
| * | Main: Update dependencies | Jokler | 2018-09-19 | 1 | -1/+0 |
| | | | | | This fixes builds for OpenSSL 1.1.1. | ||||
| * | Fix clippy warnings | Jokler | 2018-06-16 | 1 | -1/+1 |
| | | |||||
| * | Remind: Add initial remind plugin | Jokler | 2018-05-12 | 1 | -0/+4 |
| | | | | | Mysql is not supported yet. | ||||
| * | Give names to any threads which are spawned | Jokler | 2018-03-21 | 1 | -0/+4 |
| | | |||||
| * | Use Error & ErrorKind pair instead of simple enums | Jokler | 2018-03-02 | 1 | -92/+22 |
| | | | | | | | | | | | | | Each plugin should define its own errors with a respective variant in the main ErrorKind of frippy. A new procedural macro was added to reduce the boilerplate required for new error system. It can be used by deriving "Error" and adding a name for the Error via the "error" attribute. So far non of the plugins except for Url and Factoids use their own errors yet. | ||||
| * | Use lossy UTF8 conversion and add a log_error function | Jokler | 2018-03-01 | 1 | -11/+0 |
| | | |||||
| * | Simplify the download function | Jokler | 2018-03-01 | 1 | -4/+4 |
| | | |||||
| * | Add the mysql error to the mysql feature | Jokler | 2018-02-28 | 1 | -0/+3 |
| | | |||||
| * | Add missing cause to r2d2 error | Jokler | 2018-02-28 | 1 | -1/+1 |
| | | |||||
| * | Add missing error for r2d2 | Jokler | 2018-02-28 | 1 | -0/+11 |
| | | |||||
| * | Create errors with failure | Jokler | 2018-02-28 | 1 | -0/+98 |
| The plugins are mostly not using the new errors yet and the error handling in the Factoids plugin is just temporary. | |||||
