- Jul 11, 2009
- 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.
-
- May 29, 2009
-
-
rswindell authored
inserting an ASCII char 127 into the string rather that deleting the current character (or the selected string, as the case may be). There was already a translation from DEL to CIO_KEY_DC ("For compatibility with terminals lacking special keys") in ulist(), but this translation did not exit in ugetstr(). I'm sure if sdl_getch()'s behavior is expected/correct, but in any case, this fix seemed to be the most appropriate.
-
- May 28, 2009
- May 27, 2009
-
-
deuce authored
- Fix intro pause (line_counter is reset by gotoxy() now)
-
- May 22, 2009