- Jul 11, 2021
-
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
- Jul 09, 2021
-
-
Rob Swindell authored
Apparently required by some news servers. As requested via IRC: <poindexter> Hi all, I've got a weird request. I'd like to post to a newsgroup that relies on automoderation. You need to add an approved: header to any posting to have it be accepted - keeps the non-techie riffraff away. is there a way to do that with newslink.js?
-
- Jul 06, 2021
-
-
Randy Sommerfeld authored
-
- Jul 05, 2021
-
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
- Jul 02, 2021
-
-
Randy Sommerfeld authored
-
- Jul 01, 2021
-
-
Rob Swindell authored
Should fix unvalidated/moderated message readability bug reported by Phil
-
Rob Swindell authored
What took down cvs/sbbs yesterday: Program terminated with signal SIGSEGV, Segmentation fault. 6203 session->req.post_data[session->req.post_len]=0; [Current thread is 1 (Thread 0x7f2b989ff700 (LWP 17031))] (gdb) print post_len No symbol "post_len" in current context. (gdb) print session->req.post_len $1 = 0 (gdb) print session->req.post_data $2 = 0x0
-
- Jun 29, 2021
-
-
Rob Swindell authored
Fixes issue #276
-
Rob Swindell authored
822header.js adds an enumerable method to the header object which ends up in the output when using the -hdrs option/command. This addresses issue #277 Note: this is not actually a supported or documented script.
-
- Jun 18, 2021
-
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
- Jun 16, 2021
-
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
- Jun 15, 2021
-
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
- Jun 12, 2021
-
-
Rob Swindell authored
-
- Jun 11, 2021
-
-
Randy Sommerfeld authored
-
Rob Swindell authored
Thanks Coverity! (CID 332340)
-
- Jun 10, 2021
-
-
Rob Swindell authored
It's anticipated that this will be used for JS-populated file metadata in JSON format in the future (and not just "archive contents" in .ini format). Also, fix the double-free issue that was occurring when moving files with extended file descriptions (sbbs_t::movefile()). This was actually the primary problem I was fixing here, but noticed the metadata issue: metadata would not have been moved along with the other file info between bases.
-
Rob Swindell authored
Constified function arguments. Source path is still case-insensitive, but destination is case-sensitive (hopefully that's not an issue). When a "move" (!copy) is requested, a rename() is always attempted first and if successful, job done. Otherwise, we continue on with the file-copy (and then remove). This should resolve CID 332219 (DEADCODE).
-
Rob Swindell authored
Not that it really matters, but perhaps it'll matter in the future. And the code reads better.
-
- Jun 09, 2021
-
-
Rob Swindell authored
Hopefully this helps get to the bottom of Ragnarok's reported problem creating ZIP QWK files with libarchive.
-
Rob Swindell authored
If libarchive creates a 0-byte file or no file at all, then fall-through to the "temp file command-line" (if there is at least one Compressible File Type configured). If libarchive fails, there will still be a (hopefully helpful) error message logged, but at least the QWK packet may still get created.
-
Rob Swindell authored
Not supported by default on Windows and perhaps not on all *nix systems. You can still support creation of tbz files if you like, but you'll need to setup an external "Compressible File Type" in SCFG to do it.
-
Rob Swindell authored
Reported by AL@TRMB.
-
Rob Swindell authored
This should fix issue #272 reported by Ragnarok. Not the libarchive error part, but the second (mv) CopyFile error part.
-
Rob Swindell authored
-
- Jun 08, 2021
-
-
Rob Swindell authored
Reported by DaiTengu via eye are sea.
-
Rob Swindell authored
Resolves this errors appearing on Vertrauen where the sub=<code> value appears to be from some *other* Synchronet BBS: Unrecognized msgbase code: dove-firearms, Request: /msgs/msgs.ssjs?msg_sub=dove-firearms
-