- Feb 14, 2021
-
-
Rob Swindell authored
Don't return an error if the node#/node.cnf file can't be opened for all uses of load_cfg() except from the terminal server. This fixes #214 for Tracker1
-
Rob Swindell authored
add exportcfg, importcfg, and xtrnmenucfg See merge request !109
-
Rob Swindell authored
The previous committed fix/issue raised some additional concerns about this "parity" bit: Something I didn't notice before from the ZMODEM spec: "The hex header receiving routine ignores parity." And looking at lrzsz's zm.c, I see it goes even further and ignores the "parity" bit on the ZPAD and ZDLE bytes proceeding the frame encoding byte as well as in the frame encoding byte itself (so ZHEX, 'B' 0x22 and 0xC2 should be treated as equivalent). I find it strange that some ZMODEM implementations (e.g. chuck's zshhdr()) would send the terminating LF with the even-parity bit set, but not set the even-parity flag for any of the frame content bytes. And then, expect that the parity flag may be set on incoming hex headers. I suppose it makes sense for 7-E-1 connections, but then the transmitted terminating LF would have had its parity flag set automatically (would not need to be set manually in the code). Add to the mysteries of ZMODEM that will likely never be solved.
-
- Feb 13, 2021
-
-
Rob Swindell authored
Some ZMODEM implementations set the high bit (even parity?) when sending this '\n' terminator. As reported via IRC: <Keyop> sexyz: !zmodem_recv_hex_header HEX header not terminated with LF: 138 (8Ah)
-
Kayz authored
-
Rob Swindell authored
Bug fix for changing message area with lightbar See merge request !108
-
Eric Oulashin authored
user's current sub-board is a high-numbered sub-board and they select a message group with fewer sub-boards, the highlighted sub-board in that group would be set to that high number and would be incorrect. That has been fixed. Copied a fix from my stand-alone message area chooser. In that scenario, the current highlighted sub-board in the other group will be the first one.
-
Rob Swindell authored
3rd party door install: netrunner and exdx doors See merge request !107
-
-
Rob Swindell authored
Make it possible to import xtrn and xtrnsec from another system (with different indexes) See merge request !106
-
-
- Feb 12, 2021
-
- Feb 11, 2021
-
-
Rob Swindell authored
Feature requested (?) by u/jumbotronjim on https://www.reddit.com/r/synchronet/: If the client connection is from a blocked IP address (in ip[-silent].can), but still manages to get through the web server and websocketservice and have their correct IP address reported via Telnet Location, terminate the connection. Seems dubious.
-
- Feb 10, 2021
-
-
Rob Swindell authored
Fix issue reported WitNik (BGGRSCYN) on DOVE-Net: ``` sbbs@raspberrypi:~ $ /sbbs/exec/umonitor -iC ... sh: 1: /sbbs/exec/syncterm-iC: not found ```
-
- Feb 08, 2021
-
-
Andre Robitaille authored
Update readme.txt to warn sysops about echickens' ship naming convention on the interBBS scoreboard. Seemed easier than trying to setup a self-hosted scoreboard or requiring 18+ on program execution.
-
- Feb 07, 2021
-
-
Rob Swindell authored
Fix issue with overriding inv format per item, cleanup options code, fix prog menu sort, turn off pausing See merge request !102
-
Fix issue with overriding inv format per item, cleanup options code, fix prog menu sort, turn off pausing
-
Rob Swindell authored
fix typo See merge request !104
-
Kayz authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
For mlong to test/chew-on. Uses matt's cnflib.js (of course).
-
Rob Swindell authored
These configuration properties were not previously exposed via JS.
-
- Feb 06, 2021
-
-
Rob Swindell authored
-
Kayz authored
-
Kayz authored
-
Rob Swindell authored
minor cleanup/fixes to xtrnmenumod See merge request !100
-
-
- Feb 05, 2021
-
-
Kayz authored
Update text_sec.js - don't ask for description if file does not exist, don't permanently change file path if file doesn't exist (let user correct the path on next add attempt)
-
Rob Swindell authored
add metronet to init-fidonet See merge request !99
-
-
Rob Swindell authored
fix issues with favorites menu/add favorites when user has no favorites (thanks nolageek) See merge request !97
-
Rob Swindell authored
-
Kayz authored
-
Kayz authored
-
Kayz authored
-
Rob Swindell authored
No immediate use/need, but I *almost* did. :-)
-
Rob Swindell authored
"Old style" (e.g. FTN netmail) attachments put the filename(s) in the message subject. Supported quoted-filenames in the message subject (i.e. to support filenames with spaces in them) in addition to the traditional space-delimited filenames. Mixing quoted and space-delimited filenames (for multiple attached files) in a single message subject is supported.
-
Rob Swindell authored
-