summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Consider title tags with attributesJokler2018-03-111-4/+14
|
* Decode html encoded characters in titlesJokler2018-03-101-5/+11
|
* Check NICK commands in the tell pluginJokler2018-03-091-0/+1
|
* Use a naive search for html titles to speed it upJokler2018-03-081-12/+9
|
* Check for outstanding tells when a userlist is receivedJokler2018-03-052-18/+86
|
* Fix formattingJokler2018-03-051-6/+4
|
* Add Tell specific errors and improve error logging for commandsJokler2018-03-053-78/+110
|
* Fix doctestsJokler2018-03-041-5/+5
|
* Correct error message on tellJokler2018-03-031-1/+1
|
* Make tells caase insensitive and only check JOINsJokler2018-03-032-19/+25
|
* Use Error & ErrorKind pair instead of simple enumsJokler2018-03-0215-369/+404
| | | | | | | | | | | | 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.
* Add accidentally removed errorsJokler2018-03-021-2/+2
|
* Use lossy UTF8 conversion and add a log_error functionJokler2018-03-016-31/+26
|
* Simplify the download functionJokler2018-03-012-29/+8
|
* Add the mysql error to the mysql featureJokler2018-02-281-0/+3
|
* Add missing cause to r2d2 errorJokler2018-02-281-1/+1
|
* Add missing error for r2d2Jokler2018-02-281-0/+11
|
* Create errors with failureJokler2018-02-287-208/+260
| | | | | The plugins are mostly not using the new errors yet and the error handling in the Factoids plugin is just temporary.
* Fix UTF8 errors in the download functionJokler2018-02-271-6/+21
|
* Add time passed to tellsJokler2018-02-262-4/+15
|
* Add Mysql as a possible database to the Tell pluginJokler2018-02-255-38/+191
|
* Remove unwraps from the Url pluginJokler2018-02-251-12/+19
|
* Return zero if count_factoids could not find the factoidJokler2018-02-251-1/+4
|
* Run rustfmt and clippyJokler2018-02-2410-107/+108
|
* Add temporary eval function to factoidsJokler2018-02-241-7/+20
|
* Extend Lua sandboxJokler2018-02-241-15/+37
|
* Use r2d2 as a ConnectionPool for dieselJokler2018-02-244-34/+55
|
* Use correct return typeJokler2018-02-241-1/+1
|
* Log all database errorsJokler2018-02-241-4/+13
|
* Merge branch 'dev' into factoid-pluginJokler2018-02-2311-296/+647
|\
| * Replace try_option with ?Jokler2018-02-132-15/+8
| |
| * Save multiple tells per personJokler2018-02-121-9/+13
| |
| * Add Tell PluginJokler2018-02-122-0/+135
| |
| * Run latest rustfmtJokler2018-02-127-136/+137
| |
| * Improve documentationJokler2018-02-122-15/+21
| |
| * Replace is_allowed with a single-threaded execute functionJokler2018-02-128-95/+112
| | | | | | | | The old execute got renamed to exeute_threaded.
| * Move main file into the src directoryJokler2018-02-121-0/+113
| |
| * Upgrade dependenciesJokler2018-02-107-78/+64
| |
| * Add evaluate function to pluginsJokler2018-02-106-45/+79
| | | | | | | | This allows plugins to be used in combination with each other.
| * Return the future on connect instead of adding it to the reactorJokler2018-01-041-10/+10
| |
| * Exit if no bot connected successfullyJokler2017-12-241-3/+7
| |
* | Add possibly unsafe timeout hook to factoidsJokler2018-02-233-4/+30
| |
* | Improve factoid error handlingJokler2018-02-172-4/+12
| |
* | Improve startup logsJokler2018-02-171-2/+2
| |
* | Add download function & fromurl commandJokler2018-02-137-78/+124
| |
* | Fix function call in luaJokler2018-02-131-1/+1
| |
* | Add some sandboxingJokler2018-02-132-4/+30
| |
* | Send all factoid info responses to the channel instead of the userJokler2017-12-251-1/+1
| |
* | Log database errors and send a notice if no factoid was deletedJokler2017-12-241-4/+10
| |
* | Add 'remove' command to Factoids and make the Database trait publicJokler2017-12-244-22/+61
| |