- Jul 15, 2009
-
-
rswindell authored
-
- Jul 14, 2009
-
-
rswindell authored
* ZNAK's do not include a file position (according to ZMODEM.DOC). * ZRINIT's received between files are now parsed for options. * When finishing a session by sending ZFIN and no ZFIN is received in response, up to 10 (by default) ZABORTs and ZFINs are sent alternately. * If a ZRPOS is received in response to a sent ZEOF, continue the transfer. * If first file in batch is unsuccessfully sent, stop the batch.
-
rswindell authored
hostname no longer valid.
-
rswindell authored
-
rswindell authored
Added prompts for sub-board operators/sysops, after reading an unvalidated moderated messages to validate or delete the message.
-
rswindell authored
-
- Jul 12, 2009
-
-
rswindell authored
-
- Jul 11, 2009
-
-
rswindell authored
-
rswindell authored
if savemsg() call failed, SMB status was not saved in msgbase.status prop. if savemsg() call failed, the recipient list array, if supplied, was still parsed and headers created (!). if the recipient list parsing fails, the msgbase.error string may not have been set, now it'll be set to "Recipient list parsing failure" (if not SMB error).
-
rswindell authored
If msgbase.methods fail, log the (numeric) msgbase.status property value in addition to the msgbase.error property (string).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
data/subs/*.ini (text)
-
- Jul 08, 2009
-
-
rswindell authored
* First subpacket of every frame now uses ZCRCW, this adheres to the following "should" from ZMODEM.DOC: The next transmitted data frame [after a ZRPOS] should be a ZCRCW frame followed by a wait to guarantee complete flushing of the network's memory. * Added support for the following ZMODEM.DOC requirement: FULL STREAMING WITH SAMPLING If one of these characters [CAN or ZPAD] is seen, an empty ZCRCE data subpacket is sent. This is now true, but for ZPAD chars (e.g. ZRPOS header) only. * Implement an attempt counter in the ZFILE header re-transmit scheme (previously, would retry indefinitely until locally or remotely cancelled) * Better support for receiving a ZSKIP header mid-file transfer. * Better support for receiving a ZRPOS to end-of-file during a file transfer (ala HyperTerminal). * New and updated log output.
-
- Jul 06, 2009
- Jun 28, 2009
- Jun 24, 2009
- Jun 19, 2009
- Jun 12, 2009
-
-
rswindell authored
-
- Jun 11, 2009
-
-
mcmlxxix authored
added new "single player game" option when starting a new game. (MUCH easier to play a single player game now). you no longer have to vote if you are the last player to join a game.
-
mcmlxxix authored
Checkmate detection bug fixed. Endgame information now displayed. Selected piece when moving now blinks. Arrows begin move process when it is (or becomes) your turn (no more /m)
-
rswindell authored
file) case-insensitively.
-
- Jun 10, 2009
-
-
rswindell authored
change in rev 1.507 (Dec-20-2008): sbbs->event_thread_running was being set to false *before* js_cleanup() was being called, so it was possible for the js_cleanup() in the sbbs_t destructor to be called simultaneously with the js_cleanup() at the end of the event_thread causing mayhem.
-
- Jun 09, 2009
- Jun 03, 2009
- Jun 01, 2009
-
-
rswindell authored
thread-safe.
-
- May 30, 2009
-
-
rswindell authored
thread-safe. This needs to be done for the mail server do, but major (unrelated) changes are pending.
-