mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-01 06:29:23 +00:00
57 lines
2.5 KiB
Plaintext
57 lines
2.5 KiB
Plaintext
|
|
v1.0.33
|
|
- FIX: gracefully close the TCP connection when a telnet connection is aborted by user keystroke
|
|
- FIX: telnet client was reprocessing last received packet after an error (including user abort)
|
|
- FIX: was not signalling an error when a RST or FIN was sent back to tcp_connect
|
|
|
|
v1.0.32
|
|
- CHANGE: when loading cart images from disk, set default drive for cart image to be whatever drive the cart
|
|
was loaded from
|
|
- FIX: autoexec.prg gets loaded from whatever is configured as current default drive, not drive 8
|
|
|
|
v1.0.31
|
|
- FIX: prg version of carts had garbled screen at start
|
|
- FIX: remove background colour flicker when httpd request received (old debug code)
|
|
|
|
v1.0.30
|
|
- FIX: TCP - when using tcp_listen, an incorrect sequence number was being sent in the SYN/ACK packet
|
|
|
|
v1.0.29
|
|
- FIX: XMODEM didn't recover if remote end tried to use 1K blocks
|
|
|
|
v1.0.28
|
|
- CHANGE: after playing a SID, go back to last viewed dir listing, not main menu
|
|
- FIX: PETSCII mode telnet was broken
|
|
|
|
v1.0.27
|
|
- FIX: more than 3 dots in a dotted quad would crash the hostname resolver
|
|
- FIX: parse_integer was treating digit '9' as marking end of string :-(
|
|
- ADD: can now send an arbitrary character (by entering ASCII value : option F5 from F1 telnet menu)
|
|
- FIX: Can now send a ^C in telnet
|
|
- CHANGE: added a 'wait for keypress' after succesful xmodem upload
|
|
- FIX: default drive selection being overwritten with random values
|
|
|
|
v1.0.26
|
|
- FIX: telnet often failed to notice disconnect by remote server
|
|
- ADD: change border colour to indicate telnet connect/disconnect
|
|
|
|
v1.0.25
|
|
- FIX: vt100 emulation was leaving a cursor after a "clear to end of line" command ( [J )
|
|
- ADD: XMODEM upload support
|
|
- CHANGE: removed 'line mode' from telnet
|
|
|
|
v1.0.24
|
|
- CHANGE: split KipperTerm (telnet + gopher) into KipperTerm (enhanced telnet) and KipperGo (basic telnet + gopher)
|
|
- ADD: XMODEM download support for KipperTerm
|
|
- FIX: tell remote server screen size (40x25)
|
|
- FIX: vt100 no longer does line wrap & scroll when writing to bottom right hand corner
|
|
- FIX: telnet sessions now send 'keep alive' (stops my broadband router from losing NAT state)
|
|
- FIX: tcp was sending wrong seq number when ACKing inbound data just after sending data out
|
|
- FIX: telnet packets > 256 bytes not completely processed
|
|
- ADD: can change default disk drive
|
|
|
|
v1.0.23
|
|
- telnet now supports vt100 emulation (thanks to Lars Stollenwerk)
|
|
- gopher: fixed bug preventing connection to jamtronix.com
|
|
|