1803 Commits

Author SHA1 Message Date
Carl Roman Hultay
375674fbdf Update oputil_config.js 2024-11-29 07:04:59 -05:00
Carl Roman Hultay
54a423b0d5 Fix oputil cat help page colour flag reference 2024-11-29 07:03:44 -05:00
Carl Hultay
bc418ff422 Update oputil_ssh_key.js per feedback 2024-11-23 19:08:05 -05:00
Carl Hultay
2c85a9bb51 Update oputil_ssh_key.js per feedback 2024-11-23 08:57:32 -05:00
Carl Hultay
c0044dcb04 Update oputil_help.js 2024-11-22 22:13:25 -05:00
Carl Hultay
0f7330a377 Update oputil_main.js 2024-11-22 22:13:09 -05:00
Carl Hultay
b2ad30c014 Create oputil_ssh_key.js 2024-11-22 22:11:07 -05:00
Carl Hultay
4e914fc752 Update bbs.js 2024-11-20 20:31:52 -05:00
Carl Hultay
7db0ee0634 Update bbs.js to for Config Init Enhancements
If a new user of enigma-bbs tries to run ./main.js it will now explain why it can't start and suggest running './oputil.js config new'

In addition, in the event of an error scenario it will exit with exitcode 1 so that systemd / other tools that bring up the service will be able to detect than an error had occurred -- process.exit() defaults to 0, and therefore would not have been caught.
2024-11-20 20:08:17 -05:00
Tobias Rosenqvist
3bd4b8baad Update goldmine.js 2024-10-07 01:36:55 +02:00
Bryan Ashby
72916703a8 Merge pull request #533 from notepid/ws-proxy-header-fix
Fix for x-forwarded-for not being applied
2024-08-31 11:28:30 -06:00
Stack Fault
cf712d3c62 Command aliasing + additional passthru cmds
Fixed previously added passthru (TRUST)
Fixed trailing PIPE code sent to server unnecessarily
2024-08-31 12:35:01 -04:00
Stack Fault
27937ed14b Several fixes
- Added msg delay on connect to space out commands
- Fixed linewrap issue
- Added MRC Trust verbs
- Added PM local echo
- Fixed to_user and from_user uppercase
2024-08-27 15:36:17 -04:00
Stack Fault
5b6fc321e2 Removed temp var 2024-08-27 13:55:40 -04:00
Stack Fault
db52871572 Fixed issue on URL resolver message
Moved user_to uppercase to a different function
2024-08-27 07:44:41 -04:00
Stack Fault
d2bb99e8fa Removed debug artifact 2024-07-20 12:32:02 -04:00
Stack Fault
4be4fb73cd Added SSL support 2024-07-20 12:19:34 -04:00
Notepid
2042fe27d7 wsDuplex.setClient() must be called after the proxy headers and proxied is set so its set during constructor call or the proxy headers will not be applied 2024-03-19 14:33:01 +01:00
Bryan Ashby
4133d16290 Add missing function 2024-02-06 16:02:57 -07:00
Bryan Ashby
69710d4c52 Cherry pick door fix 2024-02-06 16:02:51 -07:00
Bryan Ashby
11f16fb25a Update copyright 2024 2024-01-15 12:02:15 -07:00
Bryan Ashby
223b7b2ed6 Fix crash in conf/etc. with empty optional values 2023-12-23 18:09:32 -07:00
Bryan Ashby
8c7df1fe75 Oops! 2023-10-12 20:41:59 -06:00
Bryan Ashby
b00d5d07dd Merge pull request #510 from NuSkooler/bugfix/scrolling_updates
Bugfix/scrolling updates
2023-10-12 20:36:54 -06:00
Bryan Ashby
83636cb894 Sync up with master 2023-10-12 20:25:01 -06:00
Bryan Ashby
ca985dd2cb Fix onExit(): emits a object containing exitCode and signal 2023-10-12 20:21:49 -06:00
Nathan Byrd
f5b0a8bb60 Updated the SSH version, config, and documentation 2023-10-11 00:19:43 +00:00
Nathan Byrd
498c4a6082 Additional API changes 2023-10-10 19:43:58 +00:00
Nathan Byrd
577992bbe5 Changes to API for node-pty 2023-10-10 19:33:25 +00:00
Bryan Ashby
db8bd2f80f Merge pull request #511 from AnthonyHarwood/fse_err_msg_display_tweak
fse err msg display tweak
2023-09-29 12:01:05 -06:00
anthony
0161c22401 clear prior message; msg tweak for empty field 2023-09-28 11:05:10 -05:00
Nathan Byrd
402c5d0156 Merge branch 'master' into bugfix/scrolling_updates 2023-09-27 20:56:04 +00:00
anthony
d12b0789aa Added checks for undefined 2023-09-27 15:51:33 -05:00
Bryan Ashby
a644672de2 Merge pull request #504 from AnthonyHarwood/disallow_posting_empty_msg
Disallow posting empty message
2023-09-26 17:17:18 -06:00
Nathan Byrd
0ca22de6e9 Added back in unused escape codes for backwards compat 2023-09-26 22:02:49 +00:00
Nathan Byrd
394ac465c8 Merge remote-tracking branch 'origin/master' into bugfix/scrolling_updates 2023-09-26 21:50:04 +00:00
Nathan Byrd
1d31b268aa Fixed door logic per issue #506 2023-09-26 14:00:05 +00:00
anthony
a6196c38ec Disallow posting empty message 2023-09-25 20:25:01 -05:00
Nathan Byrd
450ba65565 Fixed missing ansi codes causing formatting misses 2023-09-24 20:39:57 +00:00
anthony
75fa2026c0 Added code to clear the text 2023-09-22 14:05:16 -05:00
Nathan Byrd
72a8546d74 Removed special handling of backspace and form feed 2023-09-22 01:18:38 +00:00
Nathan Byrd
79a3f4e1ce Handle deleting rows / columns 2023-09-20 23:52:34 +00:00
Nathan Byrd
c0c262c971 Added insert and delete rows 2023-09-20 23:30:01 +00:00
Nathan Byrd
826db2d718 Added scrolling. 2023-09-20 23:00:32 +00:00
Nathan Byrd
f3c9afc684 Added F and G 2023-09-20 21:40:59 +00:00
Nathan Byrd
372d84f572 Added backspace 2023-09-20 21:23:00 +00:00
Nathan Byrd
8029521399 changed handling of regex 2023-09-20 21:19:03 +00:00
Nathan Byrd
855fabe34d Added additional vt100 codes 2023-09-20 13:44:54 +00:00
anthony
6748b8966e fixed incorrect reporting of cursor position 2023-09-19 13:14:24 -05:00
Nathan Byrd
5712645299 Added additional characters that change position 2023-09-19 01:39:04 +00:00