aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Plugins: Replace Emoji with UnicodeJokler2019-02-201-1/+1
| | | | | The new plugin adds a command which allows checking the name and some info of a character.
* Factoids: Rename to FactoidJokler2018-10-221-2/+2
|
* Quote: Add initial quote pluginJokler2018-09-211-0/+1
|
* Currency: Remove plugin because of API changesJokler2018-06-161-1/+0
| | | | | The plugin was rarely used so fixing it would not be a priority.
* Remind: Add initial remind pluginJokler2018-05-121-0/+1
| | | | Mysql is not supported yet.
* Add usefulness rating function to url titlesJokler2018-04-071-5/+5
|
* Add sed pluginJokler2018-03-131-0/+1
|
* Use Error & ErrorKind pair instead of simple enumsJokler2018-03-021-16/+7
| | | | | | | | | | | | 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.
* Merge branch 'dev' into factoid-pluginJokler2018-02-231-0/+2
|\
| * Add Tell PluginJokler2018-02-121-0/+2
| |
* | Add 'remove' command to Factoids and make the Database trait publicJokler2017-12-241-0/+1
| |
* | First prototype for the Factoids pluginJokler2017-12-231-0/+2
|/
* Adjust documentationJokler2017-12-151-0/+1
|
* Add Url PluginJokler2017-12-111-0/+2
|
* Add KeepNick pluginJokler2017-12-061-0/+2
|
* Export plugins directly instead of their modulesJokler2017-10-291-3/+7
|
* Move help into a PluginJokler2017-10-271-0/+1
|
* Add fixed currency pluginJokler2017-10-111-0/+1
|
* Initial bot sourceJokler2017-10-041-0/+1