lub
|
5d4a7385a6
|
initial permission supprt - fixes #10
|
7 years ago |
lub
|
b17fc2dc6c
|
Merge branch 'sqlite3' of lubiland/heimdall into develop
|
7 years ago |
lub
|
03e3b48c70
|
create and integrate dbtools.js
|
7 years ago |
lub
|
fa38ea6c1a
|
open database into db
|
7 years ago |
lub
|
f056d93f38
|
add databse to config.sample.yaml
|
7 years ago |
lub
|
416636c8ab
|
require sqlite3
|
7 years ago |
lub
|
695e56375e
|
delete obsolete demo rebuild.sh
|
7 years ago |
lub
|
70ee28f961
|
add sqlite3 dependency
|
7 years ago |
lub
|
363fe5e97d
|
remove commented autojoin code. please use the proper join command
|
7 years ago |
lub
|
e370790ad4
|
implement room joins - closes #14
|
7 years ago |
lub
|
c9ef36a74e
|
remove not used require of remoteExec.js
|
7 years ago |
Peery
|
df4a12fb90
|
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
|
1e93cda8de
|
Fixed error suggestion for new command syntax
Also renamed fetchCommands to getSuggestions.
|
7 years ago |
lub
|
2eb293d01d
|
implement modular commands - fixes #1
|
7 years ago |
lub
|
6ee6a08f5b
|
sort requires alphabetically
|
7 years ago |
lub
|
91c5a46ad4
|
rename commandUtil to commands
|
7 years ago |
lub
|
84e3093102
|
add expandCommand
|
7 years ago |
lub
|
3f00daff9b
|
create findShortcut
|
7 years ago |
lub
|
1eeb3365fc
|
move projects to commands.projects
|
7 years ago |
lub
|
f85f5e47df
|
Revert "make commands a global"
This reverts commit 9c2d902c39 .
|
7 years ago |
lub
|
9c2d902c39
|
make commands a global
|
7 years ago |
lub
|
7bfb943328
|
add commands alias to module.exports
|
7 years ago |
lub
|
c8d449ed8f
|
add project import to commands.js
|
7 years ago |
lub
|
fc9c29d74e
|
fix missing dot in remoteExec.js require
|
7 years ago |
lub
|
b48b9a6137
|
remove double decleration of command
|
7 years ago |
Peery
|
5d18c804c5
|
Implemented error suggestions
If no known command is given. It replies with a list of most likely commands.
|
7 years ago |
Peery
|
915074fa73
|
Fixed export of methods in commands.js
|
7 years ago |
lub
|
f981e57884
|
rename services to lubiland
|
7 years ago |
lub
|
f5d06ee2cf
|
rename services/ to projects/
|
7 years ago |
lub
|
2d14033dc1
|
create lubiland.js
|
7 years ago |
lub
|
cd6e262b39
|
make config global with global.config
|
7 years ago |
lub
|
82b82bc4b5
|
remove console.log debug statements in remoteExec.js
|
7 years ago |
lub
|
07f879b645
|
move remoterun to remoteExec.js
|
7 years ago |
lub
|
1139a210cd
|
switch to lower camelcase
|
7 years ago |
Peery
|
dab8f2f47e
|
Added fetchCommand utility
Implemented fetchCommand method to map command input to
available commands. Includes distance threshhold
|
7 years ago |
Peery
|
8a38753413
|
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
|
72a1e83ead
|
remove missing semicolons cause lub messed up
|
7 years ago |
lub
|
f572999a80
|
add missing semicolons
|
7 years ago |
lub
|
e2076ced98
|
make command a const
|
7 years ago |
lub
|
c3981b3ae7
|
tidy args match
|
7 years ago |
lub
|
3bd728ebf6
|
rename bang to project
|
7 years ago |
lub
|
ad4f9243ca
|
create matrix config subsection
|
7 years ago |
lub
|
3641023322
|
add comment
|
7 years ago |
lub
|
0961e9151f
|
Merge branch 'develop' of gitea.lubiland.de:lubiland/heimdall into develop
|
7 years ago |
lub
|
e570db34ef
|
initial ssh support - closes #5
|
7 years ago |
Peery
|
6d28c7d0ad
|
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
|
6186516cdb
|
convert vars to const and let
|
7 years ago |
lub
|
5d0effd8f4
|
initial config support
|
7 years ago |
lub
|
c543f8245a
|
re-add js-yaml, cause lub messed up
|
7 years ago |
lub
|
82f003118e
|
add babel-runtime as dependency
|
7 years ago |