Changes 1.02 - 1.03 ------------------- - there is still a problem with saving spool files, sometimes it seems to crash connector, don't know why. :-( - starting a zmodem receive on the other side when there where no files in the connector send window, crashed connector sometimes.Now it will abort the transfer. - ctrl-y and ctrl-z didn't work correctly with german keyboards. - fixed a problem with the right alt key. - It's now possible to start multiple copies of connector. Just copy some config files (one must have the filename "config" the others doesn't matter) into the new config directory. - removed the !Convert program. Changes 1.01 - 1.02 ------------------- - during a ascii transfer, there was no way to send a char via keyboard. (e.g. the sender waited for a from the receiver to start the transfer ... ) Changes 1.00 - 1.01 ------------------- - filetypes were truncated to a length of 1024. I lifted this limit to 4096, I hope this is enough. - Disc cache up to 1Mb is now possible, gives better file transfer rates on slow computers. - implemented the BBS Mouse protocol. Press ctrl-alt-select to activate and ctrl-alt-adjust to deactivate it. The pointer shape will change, when activated. Changes 0.99b-1.00 ------------------ Hey, I removed the beta !!! ;-) BTW my email address has changed from: topdog@rbg.informatik.th-darmstadt.de to topdog@rbg.informatik.tu-darmstadt.de there is a difference !! Same with the web page address. If you don't like this long www address use this http://come.to/amz - included system variables into the script language e.g. send (quite senseless this example) - optinal use of the dosmap for file type conversion. thanks to Jon Ripley for his file type mappings. - new STATUSLINE command. here is a small example ... REM Logon DIAL REM WAIT "password:" STATUSLINE OFF OSCLI "Filer_Run .SetPass" SEND SEND "|M" OSCLI "unset password" STATUSLINE ON END "SetPass" is a program to set the variable password. - included the special character set in vt102.(not all, but better than nothing ;-) ) - ctrl-space didn't work. - better file transfer error handling. - many other bug fixes, can't remember ... I'm getting old. Changes 0.98b-0.99b ------------------- - In the cept emulation the main window wasn't correctly resized while using the smart button bar. - added flow type to the serial info window. - two new script commands (header only) PORT FLOW - the online time didn't reset while logging into another BBS. - sometimes exporting text to edit crashed the program. - baudrate 230400 didn't work in the script file. - new command line option to auto start a script file. just add to the !Run file "Run .!Runimage