- Aug 05, 2024
-
-
Rob Swindell authored
Overrides whatever is passed on the command-line. Works around issue of '%' character included in password bein interpretted as a command-line specifier (e.g. %s). Increment revision to 2.0.
-
- Aug 04, 2024
-
-
Rob Swindell authored
See issue #765 for background.
-
Rob Swindell authored
to the getkey inactivity timeout. By setting a socket timeout shorter or equal to the getkey timeout, the getkey timeout effectively does nothing.
-
Rob Swindell authored
If a sysop doesn't want this warning to do anything, then no need to save and restore the current (last displayed) line of text.
-
Rob Swindell authored
We've had this value as the default in sbbs.ini for a while now, so should be safe to use as the upgrading-sysop (who wouldn't have this value in their sbbs.ini file, most likely) setting. Not all default sbbs.ini values are true "defaults" (meaning, if they don't exist in the file, then same value would be used) - but we should do an audit and correct those mismatches at some point.
-
- Jul 23, 2024
-
-
Rob Swindell authored
Missing quote mark added. See merge request !446
-
-
- Jul 22, 2024
-
-
Rob Swindell authored
Add ssl support for server to server connections. See merge request !445
-
-
- Jul 21, 2024
-
-
Rob Swindell authored
So that hitting 'N' at pause prompt will abort the loop. Reported by phigz via irc.synchro.net
-
- Jul 20, 2024
-
-
Rob Swindell authored
Add ssl support for server to server connections. See merge request !443
-
-
- Jul 17, 2024
-
-
Rob Swindell authored
... in strftime format (https://cplusplus.com/reference/ctime/strftime/) If you (sysop) have last_few_callers_fmt set to a custom value in your modopts.ini, you'll need to update that format as a result of this change: the number and type of arguments have now changed: instead of the logon time be passed as hours and minutes (integers), it's now passed as a single a string. That string is the result of a call to strftime() with the time_fmt or (by default), "%H:%M". This change was made to accommodate request by NeoArata (THEREALM)
-
- Jul 16, 2024
-
-
Rob Swindell authored
If -p (or -P) is the last option given with no argument following, then no password would be sent to the server (via PASS message). For Odusseus71
-
Rob Swindell authored
... for non-sysops
-
- Jul 12, 2024
-
-
Rob Swindell authored
looks better, more consistent with the log messages before/after it.
-
Rob Swindell authored
We removed the large-scope 'i', but didn't update the Unix-only blocks of code (dealing with UNIX domain spy sockets).
-
Rob Swindell authored
This is just a code quality (readability) improvement. No functional change.
-
Rob Swindell authored
-
Rob Swindell authored
The other server stats (e.g. error_count, served) are zeroed upon startup, so the highwater mark should be zeroed too.
-
Rob Swindell authored
Like the other servers. A sysop likely would want to know which services/protocols had what utilization (as a portion of the total highwater mark), so that'll have to be added later.
-
Rob Swindell authored
We don't log highwater valeus of 1, though those are published to MQTT. Not dealing with 'services' server yet, cause that's kind of tricky with the sysop likely wanting to know per-service stats (served counter, highwater mark, etc.)
-
Rob Swindell authored
-
- Jul 11, 2024
-
-
Rob Swindell authored
Only log the hightwater mark when it's > 1. :-)
-
- Jul 10, 2024
-
-
Rob Swindell authored
... for (soon) reuse in fileman.js
-
- Jul 02, 2024
-
-
Rob Swindell authored
Also updated log output format, avoid redundancy
-
Rob Swindell authored
... since that messes up the bulletin->file numbering which is often hard-coded in bullseye.asc
-
Rob Swindell authored
Use console.uselect() to list the bulletin files, if the menu file (e.g. bullseye.asc) doesn't exist. For Amessyroom. Don't replace the Pause (hit a key) prompt, since that messes up localizaton support (reverts to the text.dat Pause prompt, instead of the text.*.ini translated Pause prompt). The replace/revert text buffers should really be a stack for a full fix for this. Missing bulletin files are automatically excluded from the bulletin list. The rest is just clean-up from the conversion from Baja. This is still a very old/basic script, but at least it's not quite as hideous and outdated as before. Increment the version to 3.00.
-
Rob Swindell authored
-
- Jun 30, 2024
-
-
Rob Swindell authored
DDMsgReader: When listing messages via lightbar, check if the subject is UTF-8, which now helps the lightbar menu display the line properly, particularly for UTF-8 terminals See merge request !442
-
DDMsgReader: When listing messages via lightbar, check if the subject is UTF-8, which now helps the lightbar menu display the line properly, particularly for UTF-8 terminals
-
Rob Swindell authored
dd_lightbar_menu.js: Fixed text truncation issue when displaying item text when we know it's UTF-8 See merge request !441
-
- Jun 29, 2024
-
-
Eric Oulashin authored
-
Rob Swindell authored
... as reported by Mike Powell, and amessroom and root-caused by Nightfox A '-' is a valid QWK-ID character since it is a valid DOS filename character.
-
- Jun 27, 2024
-
-
Rob Swindell authored
dd_lightbar_menu: str_is_utf8() seems to return true sometimes when a string doesn't have UTF-8, so that is now commented out for now See merge request !440
-
- Jun 25, 2024
-
-
Eric Oulashin authored
dd_lightbar_menu: str_is_utf8() seems to return true sometimes when a string doesn't have UTF-8, so that is now commented out for now
-
- Jun 23, 2024
-
-
Rob Swindell authored
DDMsgReader: Fix for msgText being undefined when doing a message search See merge request !439
-
Eric Oulashin authored
-
Rob Swindell authored
dd_ligbtar_menu.js: Fix for behavior with the item color when printing the last portion of an item. Also, UTF8 detection improvement. See merge request !438
-
dd_ligbtar_menu.js: Fix for behavior with the item color when printing the last portion of an item. Also, UTF8 detection improvement.
-