aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Add debug loggingJokler2017-11-031-20/+20
| | | | | | 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.
* Update dependenciesJokler2017-10-261-89/+79
|
* Rewrite run() and add loggingJokler2017-10-161-0/+11
| | | | | | | | | 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
* Update dependenciesJokler2017-10-131-15/+15
|
* Create plugin_derive to replace the register_plugin macroJokler2017-10-111-0/+9
|
* Use own unicode_names libraryJokler2017-10-111-3/+3
| | | | | The official library has not been updated since unicode 7.0 and the version we used was still on unicode 8.0.
* Use regex to check for commandsJokler2017-10-111-0/+1
|
* Update Cargo.lockJokler2017-10-111-25/+42
|
* Add clippy as an optional build featureJokler2017-10-111-0/+93
|
* Update dependenciesJokler2017-10-111-14/+20
|
* Remove Cargo.lock from .gitignoreJokler2017-10-111-0/+1159