aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Improve startup logsJokler2018-02-171-1/+4
|
* Add download function & fromurl commandJokler2018-02-131-1/+1
|
* Switch to HashMap if the migrations failed to runJokler2017-12-241-2/+7
|
* Add mysql_url option to the toml filesJokler2017-12-241-9/+20
|
* Add more info to factoids and save old versionsJokler2017-12-241-2/+28
|
* Add Database trait to be used by the Factoids pluginJokler2017-12-241-1/+3
|
* First prototype for the Factoids pluginJokler2017-12-231-0/+1
|
* Add option for disabled plugins in the toml filesJokler2017-12-151-0/+16
|
* Add Url PluginJokler2017-12-111-0/+1
|
* Move Config logic out of the libraryJokler2017-12-111-7/+46
|
* Add KeepNick pluginJokler2017-12-061-0/+1
|
* Let users of the library define their own pluginsJokler2017-11-281-1/+9
| | | | | | | This means that: - run() is now part of a Bot struct - Plugins the bot should use have to be added before calling run() - The Plugin trait and all of the included plugins are now public
* Add debug loggingJokler2017-11-031-5/+24
| | | | | | The log level gets set to debug or info based on the build profile automatically now. Debug messages also print their target to the console.
* Rewrite run() and add loggingJokler2017-10-161-0/+23
| | | | | | | | | The logger is created in main.rs for now and just logs messages over println. Changes on run() - Added Log Messages - Allow multiple configs which create one IrcServer each - Use tokio-core to keep IrcServers in the main thread
* Initial bot sourceJokler2017-10-041-0/+5