summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Use Error & ErrorKind pair instead of simple enumsJokler2018-03-021-2/+38
| | | | | | | | | | | | 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.
* Create errors with failureJokler2018-02-281-0/+1
| | | | | The plugins are mostly not using the new errors yet and the error handling in the Factoids plugin is just temporary.
* Add time passed to tellsJokler2018-02-261-0/+16
|
* Run rustfmt and clippyJokler2018-02-241-3/+3
|
* Use r2d2 as a ConnectionPool for dieselJokler2018-02-241-0/+38
|
* Update dependenciesJokler2018-02-241-2/+29
|
* Merge branch 'dev' into factoid-pluginJokler2018-02-231-325/+348
|\
| * Upgrade dependenciesJokler2018-02-101-68/+120
| |
| * Update dependenciesJokler2018-01-281-256/+240
| |
* | Add possibly unsafe timeout hook to factoidsJokler2018-02-231-3/+35
| |
* | Update dieselJokler2017-12-241-19/+19
| |
* | Add more info to factoids and save old versionsJokler2017-12-241-13/+65
| |
* | Add MySql as a possible database for the Factoids pluginJokler2017-12-241-0/+67
| |
* | Run factoids in LuaJokler2017-12-241-22/+40
|/
* Add Url PluginJokler2017-12-111-61/+219
|
* Rename plugin_derive to frippy_deriveJokler2017-11-301-72/+72
|
* Update dependencies to remove deprecated syntaxJokler2017-11-281-155/+150
|
* Bump version to 0.3.1Jokler2017-11-161-1/+1
|
* Add debug loggingJokler2017-11-031-20/+20
| | | | | | 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.
* Update dependenciesJokler2017-10-261-89/+79
|
* Rewrite run() and add loggingJokler2017-10-161-0/+11
| | | | | | | | | The logger is created in main.rs for now and just logs messages over println. Changes on run() - Added Log Messages - Allow multiple configs which create one IrcServer each - Use tokio-core to keep IrcServers in the main thread
* Update dependenciesJokler2017-10-131-15/+15
|
* Create plugin_derive to replace the register_plugin macroJokler2017-10-111-0/+9
|
* Use own unicode_names libraryJokler2017-10-111-3/+3
| | | | | The official library has not been updated since unicode 7.0 and the version we used was still on unicode 8.0.
* Use regex to check for commandsJokler2017-10-111-0/+1
|
* Update Cargo.lockJokler2017-10-111-25/+42
|
* Add clippy as an optional build featureJokler2017-10-111-0/+93
|
* Update dependenciesJokler2017-10-111-14/+20
|
* Remove Cargo.lock from .gitignoreJokler2017-10-111-0/+1159