- Apr 28, 2021
-
-
Rob Swindell authored
According to Lupine Furmen (FURFOL): It says in the help that the field is used for both the Newsgroup name AND the Fido Echo-tag. These really should be 2 different fields. Now, the echo/area tag is usually configured in the area file (areas.bbs) and so does not need to match *any* string configured in SCFG. But since an area file *can* be generated from SCFG (Export Areas option) and its possible to use SBBSecho withOUT an area file at all, then it's possible someone would like to have their FidoNet-style area tags configured different from any other strings related to a sub-board (e.g. newsgroup name) - why? I'm not clear, but there it is: another string that a sysop can set (or not). Since I'd recently added an area tag field per directory for use by hatchit.js, this does create some logical symmetry. And there were enough free bytes per-sub in the msgs.cnf, so why not.
-
- Apr 27, 2021
-
-
Rob Swindell authored
Especially now that now all files even have descriptions (e.g. when super long filenames suffice).
-
Rob Swindell authored
Save the user's "misc" flags to the userbase when they use the 'T' command from the batch flagging prompt. Without this change, the option would automatically revert if/when the user record was re-read (which can happen at any time).
-
Rob Swindell authored
e.g. file.cpp line 239 (removefile) removing "filename.zip" access=-203 info=smb_freemsgdat reading allocation record at offset 1108 Also, if there is an error removing the original file from the filebase, don't proceed to move the actual file (and log a successful move).
-
Rob Swindell authored
-
Rob Swindell authored
Files were being downloaded as undefined.undefined because I didn't emulate the old 'base' and 'ext' properties - just use a single 'name' property now.
-
Rob Swindell authored
Synchronet v3.19 now converts ANSI-encoded DIZs to Ctrl-A format upon import.
-
Rob Swindell authored
-
Rob Swindell authored
-
- Apr 26, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
Display the batch flag letter with the same color as the filename, but inverted intensity. The batch flag shouldn't stand-out (be bright) anyway, but the main reason is because I'm changing the default file description attribute to be lightgray instead of dark green.
-
Rob Swindell authored
-
Rob Swindell authored
CID 33567
-
Rob Swindell authored
CID 33320 and 333321
-
Rob Swindell authored
This looks like a 20-year-old copy/paste bug. CID 33168.
-
Rob Swindell authored
Fixes CID 33724.
-
Rob Swindell authored
Fixes CID 33498
-
- Apr 25, 2021
-
-
Rob Swindell authored
And use "Operator" rather than "Sysop" for operator commands.
-
Rob Swindell authored
This is pretty convenient and handy (rather than having to use &E or the equivalent command from the file xfer menu and then re-list files).
-
Rob Swindell authored
Fixes the link failure when sauce.o didn't need to be rebuilt.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Duplicate archives (e.g. ZIP files) often have the different digest/hash/CRC values because they have a different ZIP comment or the files were archived in a different order or used different compression schemes. You can now detect (and delete) these duplicates.
-
Rob Swindell authored
-
Rob Swindell authored
-
- Apr 24, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Inspired by Blocktronics (and other ANSI art group) packs' FILE_ID.DIZ/ANS files: * Support (and prioritize) FILE_ID.ANS * Convert ANSI color/attribute sequences in DIZ files to Ctrl-A equivalent (uses SAUCE width and ICE color, if specified) * Don't treat DIZ as a series of lines, they're not always nowadays. * New putmsg() mode: P_INDENT to print files indented by current column * Display full (up to 64-char) filenames in lists when using 132+ column terminal. * Use the Author, Group, and Title fields from the SAUCE if present/non-blank * 2 new text.dat strings: 301 (FiAuthor) and 302 (FiGroup) * Also fix bug with repeated Cost header field on bulk-uploaded files. I know this'll break the *nix build (sauce.c dependency), but I'll fix that next.
-
Rob Swindell authored
Also added -normal option to use save/normal/restore attr sequence for conditional-newlines. This is helpful for narrow ANSIs (e.g. 44-column FILE_ID.ANS) that depend on the viewer to read/use the SAUCE info.
-
Rob Swindell authored
"startup" was being deref'd after the caller free'd it because these thread functions were calling thread_down() before calling mail_close_socket(), which deref's startup which was subject to a race condition.
-
Rob Swindell authored
It Ctrl-A encodes a possibly ANSI-encoded string, supporting on color/attribute sequences and stripping all others.
-