Commit Graph

35 Commits (dd7c20f41735fb50563d2156bf9bfd6b9af495cf)
 

Author SHA1 Message Date
lub dd7c20f417 fix missing dot in remoteExec.js require
lub 5683592350 remove double decleration of command
Peery 73dc8edeb2 Implemented error suggestions
If no known command is given. It replies with a list of most likely commands.
Peery 3f7d27bdb3 Fixed export of methods in commands.js
lub b7dffcfb29 rename services to lubiland
lub 406522c80d rename services/ to projects/
lub bc9146c219 create lubiland.js
lub 423932d7f1 make config global with global.config
lub a8d9a0f95a remove console.log debug statements in remoteExec.js
lub 0681060c51 move remoterun to remoteExec.js
lub 9e433f5f6a switch to lower camelcase
Peery 670450d01d Added fetchCommand utility
Implemented fetchCommand method to map command input to
available commands. Includes distance threshhold
Peery 795eac52f7 Added commands.js and editDistance function
Created commands.js for command related functions. Also
added edit distance calculation for error correction.
lub 4c45ae919d remove missing semicolons cause lub messed up
lub 36e45d4a26 add missing semicolons
lub de8d1c5e1a make command a const
lub c928a24f51 tidy args match
lub 19f1f93cfa rename bang to project
lub bc18211cee create matrix config subsection
lub 0eeccfb805 add comment
lub e2647b2f31 initial ssh support - closes
Peery 430b4178ac Added short bot credentials setup guide
Wrote a step-by-step guide for bot credentials in README.md

Also added a comment to explain the auto join being commented out.
lub b20439db97 convert vars to const and let
lub 510fa3e900 initial config support
lub 139310825d re-add js-yaml, cause lub messed up
lub 076d8ad2bb add babel-runtime as dependency
lub 9de09a71e3 add placeholder notice to rebuild.sh
lub 326006eaad add js-yaml as dependency
Peery 2baa4f21ac Edited .gitignore for WebStorm and all logs
Added WebStorm's (IntelliJ) .idea directory to the .gitignore
as well as all *.logs (including npm-debug.log
lub 286d59e8e5 add license file
lub 528985e817 lubs freitag gefummel
lub 0ff036c4d5 add package-lock.json to .gitignore
lub ea5233e00e add node_modules to .gitignore
lub 4943cc8058 generate package.json
lub 400a99aa60 first commit