aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Main: Use 0.13.6 of the irc crate instead of gitJokler2018-10-031-4/+4
|
* Quote: Add initial quote pluginJokler2018-09-211-0/+1
|
* Main: Remove diesel_infer_schema dep & run clippyJokler2018-09-201-80/+0
| | | | | This should fix travis-ci since diesel_infer_schema is deprecated.
* Main: Update dependenciesJokler2018-09-191-567/+678
| | | | This fixes builds for OpenSSL 1.1.1.
* Factoids: Add a json.decode function to luaJokler2018-06-281-21/+21
|
* Emoji: Update to Unicode 11.0Jokler2018-06-161-1/+1
|
* Fix clippy warningsJokler2018-06-161-242/+296
|
* Remind: Add Mysql as a possible databaseJokler2018-05-141-54/+43
| | | | | | | | The bot also responds with the id and time of a reminder after creation to allow the creator to delete them. Furthermore the InvalidCommand message was fixed and the unnecessary dotenv dependency was removed.
* Remind: Add initial remind pluginJokler2018-05-121-266/+345
| | | | Mysql is not supported yet.
* Main: Replace the logger with log4rsJokler2018-04-271-0/+153
|
* Update Irc crate to fix a userlist bugJokler2018-03-311-198/+201
|
* Replace every Mutex with RwLockJokler2018-03-211-0/+1
|
* Add sed pluginJokler2018-03-131-132/+262
|
* Let tell accept multiple comma-seperated receiversJokler2018-03-121-1/+1
|
* Decode html encoded characters in titlesJokler2018-03-101-0/+7
|
* Use a naive search for html titles to speed it upJokler2018-03-081-149/+0
|
* 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