lub
|
5340410ff2
|
create and integrate dbtools.js
|
7 years ago |
lub
|
7309245a53
|
open database into db
|
7 years ago |
lub
|
7a1761f3fc
|
add databse to config.sample.yaml
|
7 years ago |
lub
|
111180e153
|
require sqlite3
|
7 years ago |
lub
|
eee1213576
|
delete obsolete demo rebuild.sh
|
7 years ago |
lub
|
14f4e2160e
|
add sqlite3 dependency
|
7 years ago |
lub
|
264e8e1a4f
|
remove commented autojoin code. please use the proper join command
|
7 years ago |
lub
|
0cb978d9d0
|
implement room joins - closes #14
|
7 years ago |
lub
|
8eff841b24
|
remove not used require of remoteExec.js
|
7 years ago |
Peery
|
6791398588
|
Fixed handling of non-command messages - fixes #17
Added if's when the regex for command detection returns null and notify
the caller via either a failed promise or a null return.
|
7 years ago |
Peery
|
56f9b0aa7b
|
Fixed error suggestion for new command syntax
Also renamed fetchCommands to getSuggestions.
|
7 years ago |
lub
|
b6aa1ed45e
|
implement modular commands - fixes #1
|
7 years ago |
lub
|
6be87c48d0
|
sort requires alphabetically
|
7 years ago |
lub
|
98463dea56
|
rename commandUtil to commands
|
7 years ago |
lub
|
f0e11a0289
|
add expandCommand
|
7 years ago |
lub
|
09b7f91e67
|
create findShortcut
|
7 years ago |
lub
|
343864a126
|
move projects to commands.projects
|
7 years ago |
lub
|
df07028aa6
|
Revert "make commands a global"
This reverts commit 9c2d902c39 .
|
7 years ago |
lub
|
3ec380cf66
|
make commands a global
|
7 years ago |
lub
|
6e64708a37
|
add commands alias to module.exports
|
7 years ago |
lub
|
4251245218
|
add project import to commands.js
|
7 years ago |
lub
|
dd7c20f417
|
fix missing dot in remoteExec.js require
|
7 years ago |
lub
|
5683592350
|
remove double decleration of command
|
7 years ago |
Peery
|
73dc8edeb2
|
Implemented error suggestions
If no known command is given. It replies with a list of most likely commands.
|
7 years ago |
Peery
|
3f7d27bdb3
|
Fixed export of methods in commands.js
|
7 years ago |
lub
|
b7dffcfb29
|
rename services to lubiland
|
7 years ago |
lub
|
406522c80d
|
rename services/ to projects/
|
7 years ago |
lub
|
bc9146c219
|
create lubiland.js
|
7 years ago |
lub
|
423932d7f1
|
make config global with global.config
|
7 years ago |
lub
|
a8d9a0f95a
|
remove console.log debug statements in remoteExec.js
|
7 years ago |
lub
|
0681060c51
|
move remoterun to remoteExec.js
|
7 years ago |
lub
|
9e433f5f6a
|
switch to lower camelcase
|
7 years ago |
Peery
|
670450d01d
|
Added fetchCommand utility
Implemented fetchCommand method to map command input to
available commands. Includes distance threshhold
|
7 years ago |
Peery
|
795eac52f7
|
Added commands.js and editDistance function
Created commands.js for command related functions. Also
added edit distance calculation for error correction.
|
7 years ago |
lub
|
4c45ae919d
|
remove missing semicolons cause lub messed up
|
7 years ago |
lub
|
36e45d4a26
|
add missing semicolons
|
7 years ago |
lub
|
de8d1c5e1a
|
make command a const
|
7 years ago |
lub
|
c928a24f51
|
tidy args match
|
7 years ago |
lub
|
19f1f93cfa
|
rename bang to project
|
7 years ago |
lub
|
bc18211cee
|
create matrix config subsection
|
7 years ago |
lub
|
0eeccfb805
|
add comment
|
7 years ago |
lub
|
e2647b2f31
|
initial ssh support - closes #5
|
7 years ago |
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.
|
7 years ago |
lub
|
b20439db97
|
convert vars to const and let
|
7 years ago |
lub
|
510fa3e900
|
initial config support
|
7 years ago |
lub
|
139310825d
|
re-add js-yaml, cause lub messed up
|
7 years ago |
lub
|
076d8ad2bb
|
add babel-runtime as dependency
|
7 years ago |
lub
|
9de09a71e3
|
add placeholder notice to rebuild.sh
|
7 years ago |
lub
|
326006eaad
|
add js-yaml as dependency
|
7 years ago |
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
|
7 years ago |