- Aug 20, 2015
-
-
rswindell authored
-
rswindell authored
-
deuce authored
(only impacts active FTP transfers via IPv6).
-
rswindell authored
(return value) since v3.15.
-
rswindell authored
If a filename had no extension, it could not be added via batch download list since this code was truncating all white-space off each line read. Now it will just truncate end-of-line characters.
-
rswindell authored
-
deuce authored
New Features: - Multiple bindings for each service Use comma-separated interfaces on Interface= lines in the ini file. Default is now "0.0.0.0,::" - IPv6 support - TLS support for the webserver and (non-static) services New TLS option in services.ini (ie: Options=TLS) - Decrease LEN_SCAN_CMD to 35 chars, increase the CID field to 45 chars, and rename the MAIL_CMD string to IPADDR. I think this frees up the note field for SysOp use.
-
- Aug 18, 2015
-
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
Jump to the new subdirectory if extraction succeeds. In onLoad, filter any .zip files from the list that have matching subdirs.
-
echicken authored
-
echicken authored
-
deuce authored
-
echicken authored
-
rswindell authored
Win32 installer.
-
echicken authored
-
echicken authored
- Uses SyncTERM output speed emulation if available - Server-side output throttling if client is non-SyncTERM, somewhat better than before - Enable / disable screen pause - Scrollbars - No more static "background" UI graphic - Uses new filebrowser.js - Supports multiple local libraries - Supports file descriptions for local libraries (requested by nolageek) - Two additional "browser modules" included for access to online art archives (sixteencolors.net, thescene.electronicchicken.com) - Read readme.txt if you want to use this. It won't do anything until you follow the instructions
-
echicken authored
-
echicken authored
-
echicken authored
-
rswindell authored
-
rswindell authored
MinFileSize and MaxFileSize keys in the [ftp] section of the ctrl/sbbs.ini file these values default to 0 which effectively applies no min/max to uploaded files. Set MinFileSize to 11 to defeat the recent penetration testing seen uploading 10 byte files with random filenames (8 alpha cars ending in ".txt") with 8 alpha chars in the file, followed by a CRLF pair for a total size of 10 bytes. Fixed bug whereby failed/aborted uploaded files would be left (not deleted). Log errors when any file deletion fails in the FTP server.
-
rswindell authored
code for the size/credit value.
-
rswindell authored
downlaod), and the "check for file existence" option is enabled, then get the file size as well and display that instead of the credit value. This fixes the problem with files whose size has changed after they were uploaded or added to the filebase. Directories which are not free still displayed with each file's credit value (since that may not have any correlation with the file size). Display file sizes and credit values in a shorter more easy to read format with suffixes for gigabytes (G), megabytes (M), kilobytes (K), and bytes (B). Using an uppercase 'K' now to be more consistent with modern conventions for abbreviating Kilobytes/Kibibyte (1024 bytes).
-
- Aug 17, 2015
- Aug 15, 2015
-
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
NOCIRCULARFWD STORE_SEENBY STORE_PATH STORE_KLUDGE
-
rswindell authored
-
rswindell authored
Mention sbbsctrl.exe must be run "as administrator" to work properly with the Windows Service Control Manager.
-
rswindell authored
-