- Aug 21, 2015
- Aug 20, 2015
-
-
echicken authored
- Browse file libraries & directories - View extended info & stats for a given file - Single or batch downloads - Upload a file (with sufficient access)
-
echicken authored
-
rswindell authored
recent changes.
-
deuce authored
-
deuce authored
the same as startup->port anymore.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Was broken on IPv6 literals such as http://[dead::beef]/ as well as any other URI containing a colon.
-
deuce authored
-
deuce authored
string.
-
deuce authored
-
deuce authored
leaving the |<port>| in the string causes inet_addr() to fail, breaking active FTP transfers.
-
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.
-