История версий и изменений программы X-Chat

2.8.3d (01.01.1970)
· Overhauled the Alerts section of the settings and added support for opening system-tray balloons [not supported on Windows 98]. · Added a new command line argument: --minimize=level :: Begin minimized. Level 0=Normal 1=Iconified 2=Tray [ Example: xchat.exe --minimize=1 ] · SSL: Fixed a bug in communicating to servers that use the 3DES cipher. · Improved the look of the slider-bars for transparency settings. · Vista: Changed the default DCC download folder to the one already created by Vista (e.g. C:UsersYourNameDownloads).
2.8.3c (01.01.1970)
· SSL: Fixed a disconnection issue on Windows Vista. · Fixed the tray right-click menu when using Windows' RunAs feature. · Fixed: Changing the input method more than two times could crash.
2.8.3b (01.01.1970)
· SSL: Display "AES" as the algorithm on Windows Vista, instead of the raw number. · Fixed: Crash on startup when running XChat on Windows set to a Chinese code page. · Fixed: A rare crash when aborting a connection attempt. · Fixed various other rare crashes based on feedback from the automatic crash reporting, too technical to list them here. This should be the most solid and stable release so far.
2.8.3a (01.01.1970)
· Fixed a rare Channel-List crash associated with failed unicode collation (minigtk.dll bug). · Fixed a tray bug that caused a crash if you right-clicked the icon after the context of the previous flashing event was closed (confused yet?). · Added an E-Mail and comments field to the automatic crash dialog, so people can add some details.
2.8.3 Final (01.01.1970)
· When explorer.exe crashes and restarts itself, XChat will now re-create its tray icon, previously it would disappear. · Launching two or more copies of XChat will no longer make the tray icon disappear in the new copies. · Connecting to SSL IRC servers no longer requires OpenSSL libraries. We now use Windows' own TLS library (aka SChannel). This removes a dependancy on a 528 KB file, saving space and memory. I have tested approx 20 SSL servers and only 1 is failing, which I suspect is the server's own fault. Please report any failures or feedback on this, as the code is pretty new and complex! · The Tree-View can now be placed above the user list · The user list can now be placed on the left side with /set gui_ulist_left 1, but requires a restart. · The entry box's right-click menu now adds the "Windows IME" input method. This is useful for inputing various non-English languages. Setting the environment variable GTK_IM_MODULE to "ime" will make this stick. · Nick serv authentication is now sent without the ":" when using the /NICKSERV or /NS method. · Reverted an unintented charset change in 2.8.1a&b. When using "IRC (Latin/Unicode Hybrid)" mode, a и (c with caron) would be sent as plain 'c' when it should have been sent as UTF-8 with the caron preserved. · Fixed a bug in the "Copy Selected Link" URL right-click menu on non-ASCII characters. · Perl: Fixed a timer bug that could cause a crash during /reloadall or /unloadall. · Fixed a crash bug in /MENU. Adding a radio or toggle item that deleted itself in its own select-command would crash. · Automated crash reporting to www.xchat.org (optional). If/When a crash occurs, you will be asked if you want to send information about the crash to our web site. · Upgraded this log to proper html
2.6.7 (01.01.1970)
· Fixed errors in the Finnish translation that caused highlighted messages not to wrap correctly. · Improved the fallback routine when you receive non-UTF8 messages. It can now handle CP1252 from mIRC users and the ISO-8859-15 Euro symbol. · Added CHANOPT command for setting channel specific options such as showing of joins and part, beep on message and color paste. · /CLEAR HISTORY will clear your command history. · The /QUERY command now has -nofocus arg, which scripts might find useful. · You can now /set gui_url_mod 0, to allow left-clicking URLs (default is 4, for CTRL). · Advanced users can /set tab_small 2, to get _extra_ small tabs. · Added /SPLAY <soundfile>. · Fixed /reconnect and auto-reconnect issue [1525383]. · Fixed "restricted mode" errors in the Python plugin. · The second args to xchat_list_int and xchat_list_str can now be NULL as a shortcut to "channels" list for current context only. · Added bits 6-8 to the field "flags" in the "channels" list. · /GUI MSGBOX <text> can now contain Pango markup. · Added -m arg to /MENU. See plugin20.html for more. · Fixed using the /MENU args -p and -e at the same time. · Perl Plugin (Lian Wan Situ) · Fixed a bug with Xchat::print that prevents printing out a single 0. · Fixed a bug in Xchat::get_prefs that was clobbering the stack. · Allow scripts that use a non-existent function for the shutdown callback to be unloaded. · Added check in set_context for undef. · Added the fields from get_list "channels" for the current context to the result of context_info.
2.6.5a (01.01.1970)
· Fixed being able to DCC resume while using the "Save As..." dialog on Windows 98. · Fixed connecting to a IRC server via proxy (bug in 2.6.5 only). · Fixed a rare crash, if you accepted a DCC using the Uploads & Downloads window but then clicked OK in the "Save As..." dialog after the transfer was completed. · Added an option of using 'Last-Spoke' nick completion order in Settings > Input Box. · Fixed a crash if you left a Ban-List window open after closing the associated channel and then clicking Refresh.
2.6.5 (01.01.1970)
· Randomized the lookup of round robin hostnames, since WinSock does not cycle through them and always picks the first address only. · Tree Views now have dotted connecting lines. · The Browse button in the DCC download folder settings now opens a proper folder-chooser dialog (not supported on Windows 98). · The python plugin is now fully dynamic and can be safely installed even if you don't have Python right now. · DCC file transfers via HTTP, Socks4 or Socks5 proxy is now supported. · Timestamps are now preserved in the /lastlog command. Also fixed a bug where the separator line disappeared during /lastlog. · Made the setup window a little neater and Gnome-like. · Improved the notify window a little and fixed a small memory leak. · Fixed CTCPs being truncated in the RawLog window. · Added an option to open a "Save As..." dialog when receiving a DCC file offer. · Fixed a crash if you try to remove a network from the list while it's in a auto-reconnect delay. · Python: Fixed some memory usage bugs. · Perl: Turned on utf8 flag for things that should have it on.