- Jun 03, 2021
- Jun 01, 2021
- May 31, 2021
-
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Rob Swindell authored
- Don't read/load extended descriptions - Don't query each file size (use file cost from database)
-
Rob Swindell authored
Cosmetic only.
-
Rob Swindell authored
msgs.ssjs line 6: TypeError: msgbase is undefined Instead, just display an error to the user/browser (assuming there is one).
-
Randy Sommerfeld authored
-
- May 30, 2021
-
-
Rob Swindell authored
"msg.ssjs line 42: Error: Error -1 reading user number" Fixed an errant semicolon in the process. (15 year old minor bug)
-
Rob Swindell authored
-
Rob Swindell authored
Use the file size estimates rather than actual byte values (to keep lines < 80 chars). Use file name file summary/description is blank or doesn't exist.
-
Rob Swindell authored
-
Rob Swindell authored
When executing area manager requests that alter the area file, the temp area file created (with mkstemp) had mode 0600 (owner read/write only). The sysop very possibly had different permission flags they want to keep for their area file, so copy the mode flags from the original area file to the temp/new area file.
-
Rob Swindell authored
It was recently pointed out to me that a downlink could link to the '*' echo via Area Manager (AreaFix) request. This was not intentional.
-
Rob Swindell authored
This installs as the last viewable file type, so it just becomes a fall-through for all file extensions/types and attempts to view them using the Archive class.
-
Rob Swindell authored
e.g. DIZ's up to 4000 characters are supported.
-
- May 28, 2021
-
-
Rob Swindell authored
This module (name configurable in SCFG->System->Loadable Modules) replaces the old hard-coded temp/archive file menu in v3.18 and earlier, going all the way back to v1a. Good-bye to yet more old and crufty Synchronet C source code. :-/ Change the "Pre Xtrn Prog" and "Post Xtrn Prop" menu option in SCFG->System->Loadable Modules to just "Pre Xtrn" and "Post Xtrn". The help text had the wrong names anyway (now fixed). Save the menu lightbar position in the "Loadable Modules" SCFG menu.
-
Rob Swindell authored
The last missing file feature in v3.19.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
This is the last thing needed to complete the new temp/archive menu module implemented in JavaScript for v3.19. File list generation can easily be done in JS (see filelist.js for example), but since we have this function already in C++ (i.e. for including filelists in QWK packets) - might as well make it available for use in JS.
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
- May 27, 2021
-
-
Rob Swindell authored
To list/view file/archive contents.
-
Rob Swindell authored
One potential issue here is if you connect/send to irc.synchro.net, you'l going to get the PONG response back from a different hostname (e.g. vert.synchro.net), which won't match the expected PONG response.
-
Rob Swindell authored
Is this what you had in mind, Cyan?
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
And nobody cares about your terabytes of free space anyway.
-
Rob Swindell authored
40 was causing a lot of cosmetic issues in sbbslist.js (for 80col terminals). This is a compromise (not reducing to the old limit of 25 chars at least). :-)
-
- May 26, 2021
-
-
Randy Sommerfeld authored
-
Rob Swindell authored
-
- May 25, 2021
-
-
Rob Swindell authored
Also added debug-level log messages for message loop rejection reasons, for John Dovey (GATOFUEG).
-
Rob Swindell authored
Now archive.js can be installed as a sort of "fall-through" file viewer (rather than listing all the supported/possible archive extensions as separately viewable file-types): File Extension * Command Line ?archive list %f
-
- May 24, 2021
-
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Rob Swindell authored
And the IPv4 link local address block (169.254/16) too.
-