| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Factoids: Improve display of runtime errors in lua | Jokler | 2018-05-12 | 1 | -7/+16 |
| | | |||||
| * | Add usefulness rating function to url titles | Jokler | 2018-04-07 | 1 | -3/+4 |
| | | |||||
| * | Use Error & ErrorKind pair instead of simple enums | Jokler | 2018-03-02 | 1 | -1/+5 |
| | | | | | | | | | | | | | 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 | -1/+1 |
| | | |||||
| * | Create errors with failure | Jokler | 2018-02-28 | 1 | -2/+2 |
| | | | | | | The plugins are mostly not using the new errors yet and the error handling in the Factoids plugin is just temporary. | ||||
| * | Add possibly unsafe timeout hook to factoids | Jokler | 2018-02-23 | 1 | -0/+8 |
| | | |||||
| * | Add download function & fromurl command | Jokler | 2018-02-13 | 1 | -0/+13 |
