aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Main: Fix doc test and warningsJokler2019-02-211-3/+4
* Quote: Add initial quote pluginJokler2018-09-211-0/+1
* Plugins: Replace IrcClient with a traitJokler2018-06-301-22/+45
* Factoids: Add a json.decode function to luaJokler2018-06-281-0/+1
* Docs: Remove usage of Currency in an exampleJokler2018-06-161-1/+0
* Fix clippy warningsJokler2018-06-161-4/+4
* Main: Replace the logger with log4rsJokler2018-04-271-1/+3
* Add usefulness rating function to url titlesJokler2018-04-071-7/+7
* Replace every Mutex with RwLockJokler2018-03-211-0/+1
* Give names to any threads which are spawnedJokler2018-03-211-11/+22
* Fix doctestsJokler2018-03-191-7/+9
* Use a prefix from the config instead of the nickJokler2018-03-191-27/+13
* Add sed pluginJokler2018-03-131-0/+2
* Add Tell specific errors and improve error logging for commandsJokler2018-03-051-1/+1
* Fix doctestsJokler2018-03-041-5/+5
* Use Error & ErrorKind pair instead of simple enumsJokler2018-03-021-26/+30
* Create errors with failureJokler2018-02-281-13/+13
* Add time passed to tellsJokler2018-02-261-0/+1
* Run rustfmt and clippyJokler2018-02-241-1/+1
* Use r2d2 as a ConnectionPool for dieselJokler2018-02-241-0/+4
* Merge branch 'dev' into factoid-pluginJokler2018-02-231-86/+85
|\
| * Run latest rustfmtJokler2018-02-121-33/+41
| * Improve documentationJokler2018-02-121-8/+6
| * Replace is_allowed with a single-threaded execute functionJokler2018-02-121-18/+22
| * Upgrade dependenciesJokler2018-02-101-44/+30
| * 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
* | Improve startup logsJokler2018-02-171-2/+2
* | Add download function & fromurl commandJokler2018-02-131-0/+1
* | Add 'remove' command to Factoids and make the Database trait publicJokler2017-12-241-5/+0
* | Add more info to factoids and save old versionsJokler2017-12-241-2/+7
* | Add MySql as a possible database for the Factoids pluginJokler2017-12-241-0/+7
|/
* Adjust documentationJokler2017-12-151-1/+3
* Add option for disabled plugins in the toml filesJokler2017-12-151-0/+20
* Derive defaults where possibleJokler2017-12-111-1/+2
* Add Url PluginJokler2017-12-111-0/+2
* Move Config logic out of the libraryJokler2017-12-111-71/+54
* Rename plugin_derive to frippy_deriveJokler2017-11-301-1/+1
* Let users of the library define their own pluginsJokler2017-11-281-64/+205
* Export plugins directly instead of their modulesJokler2017-10-291-3/+3
* Document the usage of the log crateJokler2017-10-281-1/+5
* Move help into a PluginJokler2017-10-271-0/+1
* Refactor plugin managementJokler2017-10-271-134/+16
* Remove a few unwraps and make error handling more conciseJokler2017-10-171-23/+20
* Check if it was actually us who joined for the info messageJokler2017-10-171-1/+3
* Display possible error when trying to create a connectionJokler2017-10-171-1/+7
* Fix typoJokler2017-10-161-1/+1
* Rewrite run() and add loggingJokler2017-10-161-53/+131
* Adjust formatting with cargo fmtJokler2017-10-141-6/+8
* Remove now redundant checkJokler2017-10-131-5/+0