aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove the requirement to escape all backslashesJokler2018-03-141-1/+4
| * Fix escaped backslashes in sed stringsJokler2018-03-141-2/+19
| * Fix escaped slashes in sed replacement textsJokler2018-03-131-8/+11
| * Add missing plugin fileJokler2018-03-131-0/+165
| * Add sed pluginJokler2018-03-136-141/+276
| * Let tell accept multiple comma-seperated receiversJokler2018-03-122-36/+31
|/
* Bump version and update readmev0.4.0Jokler2018-03-123-5/+11
* Merge branch 'dev'Jokler2018-03-1231-741/+2824
|\
| * 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
| | * 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
| * 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
| | * Move main file into the src directoryJokler2018-02-122-5/+0