diff --git a/ChangeLog b/ChangeLog index cbc5e722..d8521cf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,5 @@ $Id$ - WARNING: This code contains unfinished changes, if you use the bbs - then do not use this version. - This code also contains changes in the hydra code, this - is under test. - v0.39.0 09-Oct-2003 @@ -35,6 +30,8 @@ v0.39.0 09-Oct-2003 examples: Updated English and Spanish menus with the new door settings. + Fixed some spelling errors in the Dutch templates. + v0.38.0 26-Dec-2002 - 03-Oct-2003 diff --git a/TODO b/TODO index 71b4b585..ece0a149 100644 --- a/TODO +++ b/TODO @@ -33,10 +33,6 @@ mbsebbs: U: When the bbs times out during login, the GoodBye functions goes into a loop. - N: Add switch for single user doors. - - N: Send the doorname instead of "external door" to mbtask. - X: Better word wrapping or paragraph justification in editor. X: E-mail downloads with e-mail verification. diff --git a/examples/templates-nl.tar b/examples/templates-nl.tar index 3452fad8..5a566e8c 100644 Binary files a/examples/templates-nl.tar and b/examples/templates-nl.tar differ diff --git a/mbcico/hydra.c b/mbcico/hydra.c index a9277545..64821a94 100644 --- a/mbcico/hydra.c +++ b/mbcico/hydra.c @@ -1441,9 +1441,15 @@ int hydra_batch(int role, file_list *to_send) memcpy(rxbuf + 4, rxzbuf, rxzlen); rxlen = rxzlen + 4; } else { + /* + * Send BadPos if uncompress failed, the transmitter should + * resent the block without compression. + */ Syslog('+', "Hydra: ZIPDATA uncompress error, sending BadPos"); + longnum = get_long(rxbuf); rxstate = HRX_BadPos; pkttype = H_NOPKT; /* packet has already been processed */ + break; } } longnum = get_long(rxbuf);