- Feb 15, 2008
-
-
rswindell authored
-
- Feb 14, 2008
-
-
rswindell authored
-
rswindell authored
Update JSDOCS descriptions of user props.
-
rswindell authored
changed FileNotThere text.dat entry to FileDoesNotExist which displays the file path. Now check if the directory exists before checking the available disk space before allowing file uploads and report the correct error (using DirectoryDoesNotExist) if the directory is missing (a common mistake). Overhaul viewfilecontents() - wow, I can't wait to re-write all of this moldy filebase code!
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
can crash SpiderMonkey as it tries to report the error.
-
deuce authored
conversion from string. This allows dates from the last couple years to work *cough*
-
- Feb 13, 2008
- Feb 12, 2008
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
not have the default entry (*.synchro.net) allow SPAM from DNSBL-listed servers sending MAIL FROM <spammer@yourbbs.synchro.net> to sysop@yourbbs.synchro.net A dnsbl_exempt.cfg entry of "*.synchro.net>" would be required to match <spammer@yourbbs.synchro.net>
-
rswindell authored
address (reverse path) is listed in the dnsbl_exempt.cfg (without the <>), any positive DNSBL result on the sender's IP address will be ignored. * Automatically adds ("white-lists") recipients of mail that was successfully delivered by the sendmail thread to the dnsbl_exempt.cfg file if they're not already listed. * Local submit performance improvements: don't perform ip.can, host.can or spamblock.cfg searches or DNSBL server queries for local connections (from localhost or the same IP as the server is listening).
-
rswindell authored
-
- Feb 11, 2008
- Feb 10, 2008
-
-
rswindell authored
xmodem_get_ack() now returns an int (ACK on success) Use 3-second block 0/1 timeout to follow ymodem.doc example Fix the use of xm.max_errors Support (configurable) fallback from Ymodem-send to Xmodem-send sexyz.ini can be used to disable 1024-recv, CRC-send and G-send support Document more sexyz command-line options to enable legacy x/ymodem modes
-
deuce authored
INT_MAX to be written.
-
rswindell authored
(e.g. before login) some lines would be missing from the file.
-
rswindell authored
still needs JSDOCS fixes. e.g. js_system.c(1831) : warning C4101: 'statsobj' : unreferenced local variable
-
- Feb 09, 2008
-
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
blocks.
-
deuce authored
-
deuce authored
This way NOT_YMODEM will indicate that the packet was actually valid.
-
deuce authored
Indicates that block zero was expected, but block one was recieved.
-
deuce authored
make any difference.
-
deuce authored
-
deuce authored
blocks, fall back to 128 byte blocks at the end of the file. Stop using ((block_num-1)*(xm->block_size)) as the offset. Use sent_bytes instead.
-