| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add evaluate function to plugins | Jokler | 2018-02-10 | 1 | -0/+2 |
| | | | | | This allows plugins to be used in combination with each other. | ||||
| * | Adjust documentation | Jokler | 2017-12-15 | 1 | -1/+3 |
| | | |||||
| * | Remove needless allocation & fix typo | Jokler | 2017-12-11 | 1 | -1/+1 |
| | | |||||
| * | Rename plugin_derive to frippy_derive | Jokler | 2017-11-30 | 1 | -1/+1 |
| | | |||||
| * | Let users of the library define their own plugins | Jokler | 2017-11-28 | 1 | -96/+24 |
| | | | | | | | | This means that: - run() is now part of a Bot struct - Plugins the bot should use have to be added before calling run() - The Plugin trait and all of the included plugins are now public | ||||
| * | Remove mutexes around plugins | Jokler | 2017-11-16 | 1 | -19/+9 |
| | | | | | | | | 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 debug logging | Jokler | 2017-11-03 | 1 | -1/+10 |
| | | | | | | | The log level gets set to debug or info based on the build profile automatically now. Debug messages also print their target to the console. | ||||
| * | Move help into a Plugin | Jokler | 2017-10-27 | 1 | -8/+0 |
| | | |||||
| * | Refactor plugin management | Jokler | 2017-10-27 | 1 | -0/+148 |
| | | | | | ThreadedPlugins should take care of anything Plugin related now. | ||||
| * | Create plugin_derive to replace the register_plugin macro | Jokler | 2017-10-11 | 1 | -24/+5 |
| | | |||||
| * | Only expose the run function | Jokler | 2017-10-11 | 1 | -2/+7 |
| | | |||||
| * | Add command functionality | Jokler | 2017-10-11 | 1 | -0/+2 |
| | | |||||
| * | Add the Display trait to Plugins | Jokler | 2017-10-11 | 1 | -13/+10 |
| | | |||||
| * | Initial bot source | Jokler | 2017-10-04 | 1 | -0/+35 |
