- May 07, 2021
-
-
Rob Swindell authored
If a sysop wants a *blank* line before the batch flag prompt, they can put that (or a conditional blank line, even better) in their text.dat (BatchFlagPrompt). For now, I'm thinking no blank line before the prompt is better use of the screen.
-
Deucе authored
Consistently use map_rip_color() Optimize flood fill to not clobber the stack Fix small full ellipses to match RIPTerm 1.54
-
- May 06, 2021
-
-
Deucе authored
-
- May 05, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
One in an error path (CID 331353), the other not.
-
Rob Swindell authored
as get_ini_globals() will de-ref the 'interfaces' element. CID 331352
-
Deucе authored
Mostly tightening things up and fixed some text things.
-
- May 04, 2021
-
-
Deucе authored
-
Rob Swindell authored
-
Rob Swindell authored
Some archives contain exactly the same files as others, but in a different order. Believe it or not.
-
Rob Swindell authored
This also exposed problems with the find_section() utility function: when the "found" section was actually empty and the next immediate line in the ini file was the beginning of a new section, the "keys" indexed would actually be the next section. Now fixed.
-
Rob Swindell authored
-
- May 03, 2021
-
-
Deucе authored
-
Rob Swindell authored
More support for moving backwards through file searches/listing types.
-
Rob Swindell authored
e.g. when using the JS FileBase.update() method
-
Rob Swindell authored
When moving or renewing files, they're first removed and then added and they were being added with the DELETE attribute set. The filenames are displayed in red when staged for deletion/removal, so that's how I noticed. Oops.
-
- May 02, 2021
-
-
Rob Swindell authored
Apparently these menu files were created exactly 80 columns wide. <shrug> This fixes issue 257 reported by Keyop.
-
Deucе authored
color_value() is in the hot drawing path, so should be as fast as possible... remove all the bit shifting and have the palette just be colour values. For RIP, the reset wasn't resetting the global coordinates, so a scaled image would cause everything to be scaled down later.
-
Deucе authored
Used extensively on Black Flag BBS.
-
Rob Swindell authored
This will cause archive file contents to be re-captured/added
-
Rob Swindell authored
Finally document the file-meta-object properties now that things are solidifying.
-
Rob Swindell authored
This will allow fast/easy display of archive contents without actually reading the archive files. Introduces some new functions: - list_archive_contents() - smb_adddfile_withlist() A new SMB convenience variable ("tail", aliased as "content" for a file). A new file detail level ("file_detail_content", exposed in JS as FileBase.DETAIL.CONTENTS) which adds a "content" array property to file metadata objects for JS FileBase.get(). Files already added to the new filebases won't have this archive content automatically - I'm looking into that now (likely a new or updated JS script to run).
-
- May 01, 2021
- Apr 30, 2021
-
-
Deucе authored
We still need to pass ANSI through to the parser though because Synchronet goes apeshit if it doesn't get a response to a location request... it tries twice and eats any data it receives that isn't a valid position report, which obviously breaks menus. It's also very weird that on Booch's BBS at least it's sent during the main menu display rather than just on answering. Not sure why this is, but it means we can't implement the RIP requirement of "ignoring all non-RIPscrip bytes" with a zero window without digging deep into Synchronet guts.
-
Deucе authored
Generate conversion tables rather than do float math twice for each virtual pixel.
-
Deucе authored
Just the easy stuff (scaling, extended colours, border toggle, filled rectangle)
-
- Apr 29, 2021
-
-
Deucе authored
-
- 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
-