aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/factoids/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* Factoids: Rename to FactoidJokler2018-10-221-81/+0
* Sed: Remove some unwrapsJokler2018-07-081-1/+1
* Plugins: Replace IrcClient with a traitJokler2018-06-301-2/+6
* Factoids: Add max recursion level to json.decodeJokler2018-06-301-4/+8
* Factoids: Add a json.decode function to luaJokler2018-06-281-7/+45
* Fix clippy warningsJokler2018-06-161-1/+1
* Factoids: Improve display of runtime errors in luaJokler2018-05-121-7/+16
* Add usefulness rating function to url titlesJokler2018-04-071-3/+4
* Use Error & ErrorKind pair instead of simple enumsJokler2018-03-021-1/+5
* Use lossy UTF8 conversion and add a log_error functionJokler2018-03-011-1/+1
* Create errors with failureJokler2018-02-281-2/+2
* Add possibly unsafe timeout hook to factoidsJokler2018-02-231-0/+8
* Add download function & fromurl commandJokler2018-02-131-0/+13