| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move main file into the src directory | Jokler | 2018-02-12 | 1 | -113/+0 |
| | | |||||
| * | Upgrade dependencies | Jokler | 2018-02-10 | 1 | -24/+24 |
| | | |||||
| * | Return the future on connect instead of adding it to the reactor | Jokler | 2018-01-04 | 1 | -6/+4 |
| | | |||||
| * | Exit if no bot connected successfully | Jokler | 2017-12-24 | 1 | -3/+6 |
| | | |||||
| * | Add option for disabled plugins in the toml files | Jokler | 2017-12-15 | 1 | -0/+16 |
| | | |||||
| * | Add Url Plugin | Jokler | 2017-12-11 | 1 | -0/+1 |
| | | |||||
| * | Move Config logic out of the library | Jokler | 2017-12-11 | 1 | -7/+46 |
| | | |||||
| * | Add KeepNick plugin | Jokler | 2017-12-06 | 1 | -0/+1 |
| | | |||||
| * | Let users of the library define their own plugins | Jokler | 2017-11-28 | 1 | -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 logging | Jokler | 2017-11-03 | 1 | -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 logging | Jokler | 2017-10-16 | 1 | -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 source | Jokler | 2017-10-04 | 1 | -0/+5 |
