| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Help: Mention Unicode Plugin | Jokler | 2019-02-21 | 1 | -1/+1 |
| | | |||||
| * | Quote: Add initial quote plugin | Jokler | 2018-09-21 | 1 | -1/+1 |
| | | |||||
| * | Help: Remove mentions of the currency plugin | Jokler | 2018-07-01 | 1 | -2/+2 |
| | | |||||
| * | Plugins: Replace IrcClient with a trait | Jokler | 2018-06-30 | 1 | -9/+17 |
| | | | | | | This is to make it simpler to replace the client in the future. | ||||
| * | Fix clippy warnings | Jokler | 2018-06-16 | 1 | -2/+4 |
| | | |||||
| * | Remind: Add initial remind plugin | Jokler | 2018-05-12 | 1 | -3/+6 |
| | | | | | Mysql is not supported yet. | ||||
| * | Help: Send a static list of available commands | Jokler | 2018-05-12 | 1 | -1/+3 |
| | | |||||
| * | Add usefulness rating function to url titles | Jokler | 2018-04-07 | 1 | -1/+1 |
| | | |||||
| * | Use Error & ErrorKind pair instead of simple enums | Jokler | 2018-03-02 | 1 | -7/+9 |
| | | | | | | | | | | | | | 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. | ||||
| * | Replace is_allowed with a single-threaded execute function | Jokler | 2018-02-12 | 1 | -6/+6 |
| | | | | | The old execute got renamed to exeute_threaded. | ||||
| * | Upgrade dependencies | Jokler | 2018-02-10 | 1 | -5/+5 |
| | | |||||
| * | Add evaluate function to plugins | Jokler | 2018-02-10 | 1 | -5/+5 |
| | | | | | This allows plugins to be used in combination with each other. | ||||
| * | Derive defaults where possible | Jokler | 2017-12-11 | 1 | -1/+1 |
| | | |||||
| * | Remove mutexes around plugins | Jokler | 2017-11-16 | 1 | -2/+2 |
| | | | | | | | | Mutexes are supposed to only mark critical sections so locking the entire plugin is too general. Any plugins that need mutable data should use mutexes internally instead. | ||||
| * | Add missing help plugin | Jokler | 2017-10-27 | 1 | -0/+34 |
