- Apr 21, 2016
-
-
deuce authored
Back out echocfg.c changes.
-
deuce authored
With this option enabled, zone/domain mappings from ctrl/ftn_domains.ini are used to get the outbound directory name, and the orig/dest domains for type 2.2 packets. This allows supporting 5D addressing in sbbsecho when zones do no overlap between domains (the normal case).
-
- Apr 20, 2016
- Apr 19, 2016
-
-
rswindell authored
separator (/ or \) before checking for mutex file. Don't require an exact match [node:x] section in sbbsecho.ini for every link in the area file (areas.bbs).
-
rswindell authored
-
rswindell authored
to [node:x] "route' key.
-
deuce authored
If sbbsecho.cfg is found, it is used. Otherwise, sbbsecho.ini is used.
-
deuce authored
-
deuce authored
but it doesn't look like that's used here...
-
- Apr 18, 2016
- Apr 16, 2016
-
-
rswindell authored
try to parse the link addresses. Example invalid line (echo-tag cannot contain spaces): VADA Virtual Advanced BBS Support 1:261/38
-
- Apr 15, 2016
-
-
rswindell authored
online help, set the current "window" to inactive colors and then restore to original colors when online help is exited. For 80x25 consoles, the user probably won't notice any change since the online help window fills the screen.
-
rswindell authored
stop parsing at first white-space char.
-
rswindell authored
toggle "EchomailNotify" setting in sbbsecho.ini. Also changed "NetMail Options" menu to "NetMail Settings" and "EchoMail Options" to "EchoMail Settings".
-
rswindell authored
If one of the link addresses had a point specified (e.g. ".1") then all the addresses would get that point appended to them. Fixed atofaddr(): stop parsing the address at the *first* whitespace char.
-
- Apr 14, 2016
-
-
rswindell authored
If the echolist had a configured hub address, but was not set to forward areafix requests, the sbbsecho.cfg syntax parsing was off by one field.
-
rswindell authored
Display parsed FTN addresss instead of string from AREAS.BBS file. Hopefully this provides a better clue as to what is happening with his configuration.
-
deuce authored
Should finish fixing the problem reported by Accession and Android 8675.
-
deuce authored
filename.
-
- Apr 13, 2016
-
-
deuce authored
Reported by Accession of The Pharcyde (running binkd 1.1a-94), with BinkIT running on RetroDigital BBS and Shodan's Core (Both running BinkIT/1.40,JSBinkP/1.56). When in NR mode, send the M_FILE with an offset of -1 then wait for the remote to send an M_GET. Please note that NR mode should not really be used when the connection is stable, or is quick. It appears that The Pharcyde is requesting NR mode... so sould keep running it until this fix is confirmed.
-
- Apr 12, 2016
-
-
rswindell authored
anything in msgtoqwk() since in the case of packing REP packets for QWK networking, there is no "current user" and this led to a bug where (at least sometimes, in some scenarios) the REP packet would be created in QWK Extended (QWKE) mode leading to other problems on the hub. QWKE mode is not needed for Synchronet/QWKnet since we have the HEADERS.DAT file which covers all the header fields otherwise "fixed" via QWKE kludge lines. If the QWKnet account on the Synchronet hub was not configured for QWKE mode, then QWKE kludge lines (e.g. "Subject:") could be interpretted as body text and other kludge lines (e.g. @VIA, @TZ, etc.) would not be parsed and removed from the imported body text, leading to extraneous metadata in QWK-networked messages. As a work-around for QWKnet nodes using existing versions of SBBS (without this fix), enable QWKE mode for your QWKnet acount on the hub (e.g. VERT).
-
- Apr 11, 2016
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
- If you are upgrading from SBBSecho v2.x, run "jsexec sbbsecho_upgrade.js" to convert your ctrl/sbbsecho.cfg to the new ctrl/sbbsecho.ini. - Major code overhaul/re-write/modernization - ArcMail/Attach/FD mode NOT TESTED: beware if you're using this style mailer! - New features: + Easier to manage configuration file (sbbsecho.ini) + Multiple sysop aliases supported (for receiving netmail) + Mutual-exclusion-lock file (ctrl/sbbsecho.bsy) to prevent accidental concurrent invocations of SBBSecho + FileBoxes (optional inbox and outbox per node, only in BSO mode) + EchoList 4-char "flags" are now 25-char "keys" and much easier to deal with + Maximum msg age configurable for NetMail and EchoMail (separately) + Configurable "Area Manager" user name (default: SYSOP) + Configurable "Default Recipient" for netmail (default: SYSOP) + Far fewer command-line options, more settings in EchoCfg + Old command-lines will still work, but most of the legacy options are just ignored now. Run "sbbsecho -?" for command-line syntax and options. Other improvements: + All Fido kludes, including PATH and SEEN-BY lines are stored in the Synchronet Message Base, always (can't be disabled) + Better security for inbound EchoMail (passwords are always enforced) + More comprehensive log output (the log output is more of a priority than the console output now) + Increased accuracy for recipient user name/alias matching + Higher-level of uniqueness to generated packet filenames + All temporary files (e.g. packets in process) are created in an SBBSecho-specific temporary file directory + No longer auto-terminates when any local key is pressed: use Ctrl-C/Break instead to initiate a graceful premature termination + Much more help text in echocfg + Better organization of settings in echocfg + Optional per-node "comments" for use in echocfg->Linked Nodes
-
rswindell authored
-
rswindell authored
-
rswindell authored
sbbsecho.cfg.old to avoid confusion and make sure any other software/scripts that might use sbbsecho.cfg are now directed not to (and hopefully use sbbsecho.ini instead). DO NOT RUN THIS SCRIPT until you are ready to upgrade to SBBSecho v3 (which is not yet in CVS). If you upgrade to SBBSecho v3 without running this script, you won't have any of your previous settings (you can run the script after running SBBSecho v3). If you run the script witOUT upgrading to SBBSecho v3, you'll lose your settings, but you can just rename sbbecho.cfg.old to sbbsecho.cfg to get them back.
-
rswindell authored
-
rswindell authored
System BBS List" - default is checked. Unchecking this box eliminates the so-called "forced advertising" that occurs when installing this package, but you also end up with an empty BBS list by default.
-
- Apr 06, 2016
-
-
deuce authored
Previously, restored a window one line high.
-
- Mar 26, 2016
-
-
nightfox authored
Official release of version 1.11 of Digital Distortion Message Reader - Contains the update which will update the number of new posts read by the user during the session (bbs.posts_read) and the internal refactor making the .js file a little smaller.
-
- Mar 20, 2016
-
-
nightfox authored
Now updates bbs.posts_read so that the posts read for the current session is accurate. Also did some internal code refactoring - Removed code which is no longer used (it was leftover code for an older-style reader interface from my message lister, now not used in favor of the new reader interface). This is a "beta" version but seems to be fairly stable, so a non-beta release update will likely come soon.
-
- Mar 11, 2016
- Mar 09, 2016
-
-
rswindell authored
cryptlib.key). Log timed event return values as an error (when non-zero).
-
- Mar 06, 2016
-
-
deuce authored
-
- Mar 03, 2016
-
-
deuce authored
reported by DeepEND. Thanks!
-
- Mar 02, 2016
-
-
deuce authored
Should prevent TIC file from being incorrectly deleted. Thanks drakahn99!
-