summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Consider title tags with attributesJokler2018-03-111-4/+14
|
* Decode html encoded characters in titlesJokler2018-03-103-5/+19
|
* Check NICK commands in the tell pluginJokler2018-03-091-0/+1
|
* Use a naive search for html titles to speed it upJokler2018-03-083-162/+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
|
* Merge branch 'dev' of github.com:Mavulp/frippy into devJokler2018-03-0418-394/+552
|\
| * 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-0218-376/+528
| | | | | | | | | | | | | | | | | | | | | | | | 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
| |
* | Merge branch 'dev' of github.com:Mavulp/frippy into devJokler2018-03-026-54/+28
|\|
| * Use lossy UTF8 conversion and add a log_error functionJokler2018-03-016-31/+26
| |
| * Simplify the download functionJokler2018-03-012-29/+8
| |
* | Remove unnecessary builds from travisJokler2018-02-281-2/+0
|/
* Add the mysql error to the mysql featureJokler2018-02-281-0/+3
|
* Test mysql build on travis and cache dependenciesJokler2018-02-281-0/+8
|
* Add missing cause to r2d2 errorJokler2018-02-281-1/+1
|
* Add missing error for r2d2Jokler2018-02-281-0/+11
|
* Create errors with failureJokler2018-02-289-208/+262
| | | | | 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-264-4/+32
|
* Add Mysql as a possible database to the Tell pluginJokler2018-02-257-38/+199
|
* 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-2411-110/+111
|
* 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-246-35/+109
|
* Update dependenciesJokler2018-02-242-9/+36
|
* Use correct return typeJokler2018-02-241-1/+1
|
* Log all database errorsJokler2018-02-241-4/+13
|
* Merge branch 'dev' into factoid-pluginJokler2018-02-2314-673/+884
|\
| * 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-122-5/+0
| |
| * Fix typoJokler2018-02-121-1/+1
| |
| * Update ReadmeJokler2018-02-121-2/+6
| |
| * Upgrade dependenciesJokler2018-02-1010-181/+217
| |
| * Add evaluate function to pluginsJokler2018-02-106-45/+79
| | | | | | | | This allows plugins to be used in combination with each other.
| * Update dependenciesJokler2018-01-281-256/+240
| |
| * Return the future on connect instead of adding it to the reactorJokler2018-01-042-16/+14
| |
| * Exit if no bot connected successfullyJokler2017-12-242-6/+13
| |
* | Add possibly unsafe timeout hook to factoidsJokler2018-02-235-8/+66
| |