]> asedeno.scripts.mit.edu Git - PuTTY.git/history - settings.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / settings.c
2002-09-26 Simon TathamAdd a new SSH2 bug: some servers apparently claim to...
2002-09-08 Simon TathamIntroduce the Bugs control panel, for overriding PuTTY...
2002-03-27 Simon TathamUpdates to proxy support, both from me and from Justin...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...
2002-03-09 Simon TathamANSI remote printer support. Raw mode only.
2002-03-09 Simon TathamWell, there was bound to be one I'd forgotten: the...
2002-03-06 Simon TathamAdd the Features panel, allowing you to disable a bunch...
2001-12-29 Simon TathamAdd a configurable option to make Return in Telnet...
2001-12-29 Simon TathamJordan Russell's patch (again): a couple of registry...
2001-12-15 Simon TathamAdd the remote counterpart for the `local port forwardi...
2001-12-11 Simon TathamDisable username switching between SSH2 auth attempts...
2001-11-29 Simon TathamOops - check the _rest_ of the SSH2 DES patch back...
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-11-29 Simon TathamMake keyboard-interactive authentication configurable...
2001-11-23 Simon TathamEnsure we ignore a hostname in Default Settings, if...
2001-11-13 Simon TathamModify a comment to try to remind myself that the ...
2001-11-07 Simon TathamImplement writing RTF to the clipboard (off by default...
2001-10-31 Simon TathamRectangular-block selection. Enabled by Alt+drag, unles...
2001-10-17 Simon TathamWez Furlong's patch to tidy up full-screen mode: make it
2001-10-12 Simon TathamRevamp the window-resize behaviour UI so there are...
2001-09-18 Simon TathamReintroduce Cyrillic Caps Lock mode, which was in 0...
2001-09-15 Simon TathamThree more patches from RDB: one to make Atomica work...
2001-09-13 Simon TathamChristopher Allene's patch for going full-screen on...
2001-09-07 Simon TathamPatch from RDB: in the case where the protocol read...
2001-09-07 Simon TathamJacob's patch to cause Shift to return to copy-and...
2001-09-05 Simon TathamUnicode cleanup phase 2: we now reintroduce the ability...
2001-08-28 Simon TathamFix various small compiler warnings, mostly unused...
2001-08-26 Simon TathamPSCP now uses the modern SFTP protocol if it can, and...
2001-08-25 Simon TathamFiddle with the registry format so that backwards compa...
2001-08-25 Simon TathamJacob's patch for a drag-list to select SSH ciphers...
2001-08-12 Simon TathamFirst phase of Unicode polishing: replace the edit...
2001-08-08 Simon TathamSSH port forwarding! How cool is that?
2001-05-13 Simon TathamGlenn Maynard's patch (as adapted by Jacob) for taskbar...
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
2001-05-10 Simon TathamRDB's Unicode patch. Fonts are now used in Unicode...
2001-05-09 Simon TathamFrom RDB: a patch to allow special keys (^C, ^Z, Delete...
2001-05-09 Simon TathamFrom RDB: telnet can now start up in passive mode,...
2001-05-09 Simon TathamWe can now save the protocol and port number in Default...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-28 Simon TathamAdd Jordan Russell's patch for a sunken-edge border...
2001-04-28 Simon TathamThe bell overload times are now measured in millisecond...
2001-04-16 Simon TathamRoman Pompejus's patch to allow you to automatically select
2001-04-14 Simon TathamBell can now play an arbitrary sound file.
2001-04-13 Simon TathamNew improved bell handling. Choice between visual and...
2001-04-09 Simon TathamKeyboard handling patch from RDB: the Windows Applicati...
2001-04-09 Simon TathamWe can now configure the terminal's answerback string...
2001-04-09 Simon TathamDefault handling of VT100 line drawing characters in...
2001-03-19 Simon TathamAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-12 Simon TathamFinally fixed the point/pixel confusion in font handlin...
2001-03-02 Simon TathamSupport for selecting AES from the GUI. In the process...
2001-03-01 Simon TathamStop accidental subsystem attempts
2001-02-05 Simon TathamJacob's patch to improve Close On Exit behaviour
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2001-01-22 Simon TathamAbility to hide the mouse pointer on a keypress a la Word
2001-01-22 Simon TathamAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-19 Simon TathamExperimental Rlogin support, thanks to Delian Delchev...
2001-01-19 Simon TathamKeepalives are now in seconds not minutes
2001-01-17 Simon TathamIntroduce alternative cursor shapes: underline, vertica...
2001-01-07 Simon TathamImproved session logging courtesy of Roman Pompejus
2000-11-01 Simon TathamImplement Zlib compression, in both SSH1 and SSH2.
2000-10-27 Simon TathamAdd support for Always On Top. Patch due to Janes ...
2000-10-25 Simon TathamGaaah, I might have known. Split combined app cursor...
2000-10-24 Simon TathamAdd configurable option to disable application keypad...
2000-10-24 Simon TathamFix miscellaneous compiler warnings. Thanks to Jacob Nevins
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-21 Simon TathamThree new configurable options:
2000-10-20 Simon TathamPut back the code that ensures "Default Settings" is...
2000-10-12 Simon TathamAdd a config option to emulate the HMAC bug in commerci...
2000-10-09 Simon TathamAdd ISO8859-2 / CP852 translation courtesy of Jaromir...
2000-10-09 Simon TathamRobert de Bath's big patch:
2000-10-09 Simon TathamMiscellaneous fixes to try to make other compilers happier
2000-10-06 Simon TathamFix sorting of saved sessions list box so Default Setti...
2000-10-06 Simon TathamCreate settings.c and move the load/save session code...