]> jfr.im git - irc/xchat.git/blob - ChangeLog
Set the %INC value for bundled modules to "Compiled into the plugin."
[irc/xchat.git] / ChangeLog
1 .----------------------.
2 --| X-Chat ChangeLog |--------------------------------------------
3 `----------------------'
4
5 To see more details of bugs, go to this URL:
6 http://sf.net/tracker/?func=detail&atid=100239&group_id=239&aid=NUMBER
7 Where "NUMBER" is the bug number.
8
9 This log DOES NOT apply to XChat for Windows.
10
11 There are always more changes than listed here, these are just the
12 highlights. The full CVS log is available at www.xchat.org/cvslog/
13
14 ------------------------------------------------------------------------------
15 2.8.10 - dd/mm/yyyy
16 ------------------------------------------------------------------------------
17 - Emit the Topic Change event before setting the topic internally so plugins
18 can access the old topic inside the callback.
19 - Add two options url_grabber and url_grabber_limit.
20 * url_grabber is a boolean for enabling/disabling the url grabber
21 * url_grabber_limit is an integer controlling the number of URLs the
22 URL Grabber will keep around. Setting it to 0 leaves it unlimited as in
23 previous versions.
24 - Fixed a bug with the URL Grabber where it fails to grab a URL if the URL
25 is the first thing in the message.
26 - Perl (Lian Wan Situ)
27 * Added two new options to hook_print, run_after_event and filter. See
28 documentation for details.
29 * When building on Windows, generate the name of the DLL for the Perl
30 library based on information from the header files instead of hardcoding
31 the value.
32 * Fixed a bug in the reinit handling code. The bug prevented the plugin from
33 cleaning up properly. Which includes unloading scripts and removing
34 their GUI entries.
35
36 ------------------------------------------------------------------------------
37 2.8.8 - 30/May/2010
38 ------------------------------------------------------------------------------
39
40 - Made balloon time adjustable via /set input_balloon_time (Nicoleau Fabien).
41 - Fixed a crash in the /SET command if a boolean value was loaded from config
42 file that isn't set to 0 or 1.
43 - Added -on and -off parameters to the /SET command. This can be used to set
44 bits, for example gui_tweaks.
45 - Made scrolling backwards for the search window act better (Richard Hitt).
46 - [2045483] Made ESC key close the search window (Richard Rowell).
47 - Improved the reconnect logic. If a network is already open but disconnected,
48 it'll now get re-used if you use the Network List and connect to that same
49 network.
50 - Improved scrollback reloading speed significantly (Soeren Sandmann Pedersen).
51 - [2957047] Handle CTCPs when IDmsg is used correctly (Lian Wan Situ).
52 - [2987626] Allow /GHOST's password arg to be optional (Ori Avtalion).
53 - Added networks: 7-indonesia, ChattingAway, GeekShed, TURLINet.
54 - When switching tabs, make the treeview only scroll if the selected item
55 isn't visible [treeview-less-jumping.diff] (Brian Evans).
56 - Selecting an item in the nickmenu will now copy it to clipboard (Alex
57 Kutepow).
58 - New icons for notification area (systray): file offer, message and highlight
59 (Brian Evans).
60 - Defined a comparison routine for contexts in Python (Brian Evans).
61 - For the auto-join command, added an 'x' filler for empty keys. This works
62 around a bug in ircd-seven.
63 - When a single channel MODE changes, xchat will no longer re-issue a MODE
64 request for the titlebar display, but figure the new modes intelligently
65 (Brian Evans).
66 - Various text event changes (Brian Evans):
67 1. Added "Private Action", "Private Action to Dialog", "SSL Message".
68 2. Added "Identified text" parameter all the 'action' events.
69 3. Added a $3 parameter to "Server Text".
70 - Perl (Lian Wan Situ)
71 * Fixed a bug that resulted in timer hooks being leaked because
72 "return REMOVE" from a timer callback was not unhooking like it was
73 supposed to
74 * Reverted the unintentional change to how the server argument of print()
75 and command() is interepreted when it is undef
76 * Add hook_fd to the 'hooks' export tag
77 * Fixed a leak in XS_Xchat_get_list(Vincent Pit)
78 * Change Xchat::register so that scripts calling it without a name or
79 version will still show up in the plugins and scripts window.
80 * Added calls to PERL_SYS_INIT3 and PERL_SYS_TERM which are required on
81 some platforms
82 * Added some additional guards to prevents bits of scripts from spilling
83 into each other
84 * Added "modes", "win_ptr" and "xchatdirfs" to the list of keys that are
85 returned by context_info()
86 * Changed the information displayed in the "Plugins & Scripts" for scripts
87 that do not call register() to show up as "" for the name and description
88 and "unknown" for the version
89 * /reloadall will now reload scripts in the same order they were loaded
90 * Make xchat_send_modes available as Xchat::send_modes
91 * Add support for getting the network list using Xchat::get_list( "networks" )
92 * Xchat::strip_code will now strip off ANSI escape codes as well
93
94
95 ------------------------------------------------------------------------------
96 2.8.6 - 11/Jun/2008
97 ------------------------------------------------------------------------------
98
99 - Updated translations (de, fi, fr, hu, lt, nb, ru, th, zh_CN).
100 - Fixed creation of ~/.xchat2/scrollback/ paths (xc284-scrollbmkdir.diff).
101 - Fixed a leak of file descriptors related to the scrollback feature
102 (resource leak) (xc284-fix-scrollbfdleak.diff).
103 - Stopped scrollback files growing too large by fixing the file-shrink code.
104 - Put a "Display scrollback from previous session" into the Setup GUI
105 (logging section) so people can turn this off without typing commands.
106 - Made /away work even when the reason setting is empty.
107 - Using /part on a channel that contains a quotation mark now works [1800855].
108 - Changed the default encoding to "IRC" (CP1252/Unicode Hybrid) for both Unix
109 and Windows.
110 - Fixed a possible Channel List crash if you searched many times while the
111 download was still going.
112 - Fixed alert balloons failing if the text contained "<" characters [1827629].
113 - The Drag&Drop files to userlist feature has been enabled again.
114 - Removed the /set tab_icons setting and made it automatic (see FAQ for more
115 info about icons).
116 - Fixed a bug in creating files (save channel list, rawlog etc) that would set
117 the wrong permissions.
118 - Added command line argument --command=COMMAND which can be used in
119 conjuction with --existing (E.K.L.). This sends any xchat command to an
120 existing (running) client.
121 - A private SSL key/certificate can now be loaded from ~/.xchat2/client.pem.
122 - The Alerts settings now accept wildcards, instead of partitial string match
123 [1807563].
124 - Changing away status during reconnect/disconnect will now remember it.
125 - You can now change your Away/Back status (all networks) in the tray menu.
126 - Favorite Channels / Auto-Join-List management:
127 * Network List window now has a "..." button to edit the auto-join-list in
128 a more friendly way.
129 * Channel(text area), Tree/Tab and Channel-List right-click menus now have a
130 "Add to Favorites" function.
131 * Previous limit of 300 bytes has been overcome. Now up to 2 KB worth of
132 channels/keys can be joined and it will be automatically split into
133 multiple lines, if necessary.
134 * Per-Channel settings now save to disk, including Logging and Scrollback
135 settings.
136 * /ChanOpt has been re-worked to be more like /Set.
137 - 'hostname:port' syntax is now accepted, if it's not an IPv6 address.
138 - The Userlist right-click menu now has icons and an option to add to friends
139 list. If you've edited this menu before you'll still get the old one. To get
140 the new one delete ~/.xchat2/popup.conf while XChat isn't running.
141 - ~/.xchat2/startup.txt is now loaded on launch (like /LOAD -e). Put any
142 commands you want executed at startup here.
143 - The lag-o-meter now has a full scale of 1.0 seconds.
144 - libnotify is now opened directly instead of using 'notify-send' to open
145 tray/balloon alerts.
146 - Added support for QuakeNet's /AUTH for nick password, when numeric 005
147 NETWORK=QuakeNet is detected.
148 - You can now copy with IRC attributes and mIRC colors if CTRL key is down
149 when a selection is finished (on mouse release). This replaces the old
150 "Color paste" feature.
151 - Added a 'compact' flag to gui_tweaks. This'll make the userlist and tree
152 spacing smaller. E.g. type /set -or gui_tweaks 32 and restart to turn it on.
153 - The /CLEAR command takes a number as paramater (how many lines to clear).
154 - When there's missing information in the Userlist right-click menu, it'll
155 issue a silent /WHOIS and fill it in. This includes retrieving a person's
156 away-reason.
157 - Perl (Lian Wan Situ)
158 * /reloadall will now reload all the scripts that are currently load instead
159 of simply reruning the autoload routine
160 * gtk/glib/gdk errors and warnings have been redirected back to stderr so
161 they will no longer show up in the text box as a result of having the Perl
162 plugin loaded
163 * Check if the user has perl 5.6 instead of 5.8 and give an warning dialog
164 if they do (Peter Zelezny)
165 * Changed timer callbacks so that they are executed in the context that they
166 were created in
167 * Modified Xchat::print and Xchat::command to accept array references in
168 addition to strings for the channel and server parameters
169 - Plugin API:
170 * xchat_emit_print() will now trigger Sound, Blink, Icon etc type events,
171 depending on user's settings.
172 * Fixed a bug where not all 32 elements were available in word[]/word_eol[].
173
174
175 ------------------------------------------------------------------------------
176 2.8.4 - 01/Jul/2007
177 ------------------------------------------------------------------------------
178
179 - Updated translations (cs, de, ko, mk, sv, vi).
180 - System-Tray balloons now get the xchat icon instead of a generic one.
181 - Fixed the notify-send zombies (released as xc282-fixtrayzombies.diff).
182 - Fixed underscore ('_') in real names in the nick-name right-click menu being
183 drawn as a underline.
184 - ut2004:// URLs are now underlined too.
185 - /set gui_tray_flags 4 will now enable a "Minimize to tray" feature. Clicking
186 the window minimize button will minimize to tray instead of the task-bar.
187 - Fixed bug: [1680762] Notify fails if network name contains spaces.
188 - Extended tclConfig.sh search paths so it hopefully works on Ubuntu now.
189 - Added a feature that reloads conversations from last time you used XChat
190 (type /set text_replay 0 to disable it).
191 - Fixed /LASTLOG printing everything twice if you had Indented Nicks off.
192 - The CTRL-F keybinding (Find) is now disabled when using Emacs keys.
193 - Added /SET gui_tweaks. See http://forum.xchat.org/viewtopic.php?p=13766
194 - Fixed opening URLs on KDE that didn't begin with http:// or other protocol.
195 - A better quit dialog which warns you if you're connected to IRC or have
196 active file transfers.
197 - Fixed: [1741525] Cycle selected channel (Luca Falavigna).
198 - Fixed: [1737249] Doesn't recognize nicks with halfop mode on hovering.
199 - The userlist and treeview can now be placed on the same side, with a resize
200 handle in between them. They can also be dragged and dropped into place.
201 - When you hide the userlist using the View menu, the resize handle now
202 disappears too. It also disappears when you have a server tab in focus.
203 - If you have a tree on one side and userlist on the other, they'll both now
204 have a resize handle, previously the tree's size was fixed.
205 - The userlist can be hidden and shown with CTRL+F7.
206 - [1735116] Channel List's minimum users spin-button can now be set downward
207 even on networks that sent a list of channels of only a larger size. In this
208 case the Download button will flash to indicate you need to download a new
209 list.
210 - Changing the channel switcher type (Tree or Tabs) is also possible in the
211 setup dialog.
212 - The Ban List window now lists exceptions too (mode +e).
213 - Script and Plugin related changes:
214 * /SETTEXT with no argument now clears the input box.
215 * Python: Added a xchat.strip method for stripping IRC attributes and mIRC
216 color codes.
217 * C-API and Perl: Returning 0 from a FD hook will now remove the hook and
218 free all associated memory.
219 * /MENU now supports a $CHAN root aswell (see plugin20.html).
220 * Fixed GDK warning when using /MENU to add a key binding to a popup menu.
221
222
223 ------------------------------------------------------------------------------
224 2.8.2 - 01/Apr/2007
225 ------------------------------------------------------------------------------
226
227 - Updated translations (be, ca, cs, el, hu, sv, uk, zh_CN).
228 - Fixed the "Save As" function saving to the wrong folder in the URL Grabber.
229 - Fixed a bug in the "Copy Selected Link" URL right-click on non-ASCII chars.
230 - Fixed small bug: #100239 buffer overflow in setup dialog.
231 - Overhauled the Alerts section of the settings and added support for opening
232 system-tray balloons (libnotify required).
233 - Implemented /TRAY -b command on unix.
234 - Nick serv authentication is now sent without the ":" when using the
235 /NICKSERV or /NS method. #1655733.
236 - Added command line argument:
237 --minimize=level Begin minimized. Level 0=Normal 1=Iconified 2=Tray
238 - Plugin API:
239 * Added "modes" to xchat_get_info(). Returns the current channel modes, if
240 they are known.
241 * Fixed "event_event name" for xchat_get_info() to match the docs exactly,
242 but 2.8.0 (mis)behaviour works too.
243 - Perl (Lian Wan Situ)
244 * Execute the shutdown callback before removing the hooks so commands
245 created by the script can be used in the callback.
246
247
248 ------------------------------------------------------------------------------
249 2.8.0 - 03/Jan/2007
250 ------------------------------------------------------------------------------
251
252 - Updated translations (cs, de, gl, hu).
253 - XChat now requires at least GTK+ 2.10.
254 - Added a system tray icon (aka Notification Area). This is probably the
255 biggest feature addition in this series. Also added a /TRAY command so
256 scripts can manipulate the icon.
257 - Added partial support for numeric 005 token ELIST (min users only).
258 - Brand new channel list window: GtkTreeView, nicer layout, less CPU power
259 when downloading very large list, uses less memory, supports regexp/
260 patternmatch/substring search and supports downloading LIST with minusers to
261 save time (only on some networks that support ELIST).
262 - Overhauled URL opening on Unix, it now tries xdg-open first, then auto-
263 detects Gnome or KDE to run gnome-open or kfmclient. URLs with quotes
264 should also work now (changed to execv()).
265 - Settings: Warn the user when trying to put the tree on the top/bottom.
266 - Fixed DCC ack reading so it doesn't use MSG_PEEK.
267 - Channel modes are no longer shown in the titlebar if they contain a key.
268 - Added /GUI APPLY command, which does that same as pressing OK in the
269 settings window (e.g use it after /set). Mainly for scripters.
270 - Allow changing the logging folder if the log filename is set to a full path
271 in the settings window (starts with a '/').
272 - Added 'Your Action' text event.
273 - Separated out /away and /back commands so it's obvious what they'll do.
274 - Changes to /MENU command (See plugin20.html for details):
275 * Now works for popup menus too.
276 * Allows creation of radio menu items.
277 * -p arg can now to be negative to give a position offset from right/bottom.
278 * -i arg to specify an icon file.
279 - Plugin API:
280 * Added event_text to xchat_get_info().
281 - Perl (Lian Wan Situ)
282 * Fixed hook_command so that it won't override the help message for builtin
283 commands unless a help message was specified.
284 * Perl Win32: Warn the user about trying to load 64-bit ActivePerl.
285
286
287 ------------------------------------------------------------------------------
288 2.6.8 - 16/Oct/2006
289 ------------------------------------------------------------------------------
290
291 - Updated translations (be, de, el, es, fi, hu, it, ja, lt, pt, ru, sv, vi).
292 - Removed "xchat-remote" and "dbus.so", it's now apart of the "xchat" binary.
293 There is now a new dbus interface, see src/common/dbus/README for details.
294 (Claessens Xavier).
295 - Python: Fixed "restricted mode" errors on win32 [1512076].
296 - Special-cased BRASnet for nickserv.
297 - Fixed using the /MENU args -p and -e at the same time.
298 - Fixed /reconnect and auto-reconnect issue [1525383].
299 - Plugin API:
300 * Added fields: lag, queue to the "channels" list.
301 * Added fields: sizehigh to the "dcc" list.
302 * Added fields: networks to the "notify" list.
303 * Handle gracefully plugins that try to execute commands with invalid UTF-8.
304 * Added /GETFILE command, to open a file dialog.
305 * Command hooks that start with a period ('.') will now be hidden from /HELP
306 and /HELP -l.
307 - Fixed: [1544960] quitting via tabs behaves bad on bncs.
308 - Fixed: [1551620] --version flag needs display.
309 - Fixed: [1539236] problem with the /url command (irc:// handling).
310 - Fixed: [1568931] treeview problem: closing tabs by holding shift and
311 clicking.
312 - "Clear" button in Ban List window now has a 'Are you sure?' dialog for
313 safety.
314 - The notify list can now contain entries specific to only one or more IRC
315 networks.
316 - Userlist popup menu and buttons: added %e for 'current network name'.
317 - Added option: 'Flash taskbar on any private messages'.
318 - Added a new encoding choice: "IRC (Latin-1/UTF-8 hybrid)".
319 How it works is described at: http://forum.xchat.org/viewtopic.php?t=3180
320 - Added /LastLog -r <regexp>.
321 - The DCC windows have been remodeled and are much nicer now. Ported to
322 GtkTreeView, the buttons are context sensitive, the window remembers its
323 size and uploads and downloads are combined in one window.
324 - Perl (Lian Wan Situ)
325 * Changed Xchat::print and Xchat::command to return false if they are called
326 with either no arguments or undef
327 * Changed Xchat::user_info so that it works even if the nick parameter
328 contains color codes
329
330
331 ----------------------------------------------------------------------
332 2.6.6 - 18/Jul/2006
333 ----------------------------------------------------------------------
334
335 - Updated translations (es, fr, sr).
336 - Fixed connecting to a IRC server via proxy (bug in 2.6.4 only).
337 - Fixed the invisible cursor color when using GTKSpell and a black
338 input box (when "Use the text box font & colors" is ON).
339 - Allow loading a cert/privatekey file from ~/.xchat2/<NetWorkName>.pem
340 - Improved the fallback routine when you receive non-UTF8 messages. It
341 can now handle CP1252 from mIRC users and the ISO-8859-15 Euro symbol.
342 - Added CHANOPT command for setting channel specific options such as showing
343 of joins and part, beep on message and color paste (Lian Wan Situ).
344 - /CLEAR HISTORY will clear your command history.
345 - Fixed a crash if you left a Ban-List window open after closing the
346 associated channel and then clicking Refresh.
347 - Added an option of using 'Last-Spoke' nick completion order in Settings >
348 Input Box.
349 - The /QUERY command now has -nofocus arg, which scripts might find useful.
350 - You can now /set gui_url_mod 0, to allow left-clicking URLs (default is
351 4, for CTRL).
352 - XChat will now respect gtk-button-images=0 set in ~/.gtkrc-2.0.
353 - Added a ./configure option to use your preferred spelling library:
354 --enable-spell=type. Where type can be: none static libsexy gtkspell.
355 Note that using gtkspell will force the inputbox to become a GtkTextView.
356 - Advanced users can /set tab_small 2, to get _extra_ small tabs.
357 - Added /SPLAY <soundfile>.
358 - Plugin API:
359 * The second args to xchat_list_int and xchat_list_str can now be NULL as
360 a shortcut to "channels" list for current context only.
361 * Added bits 6-8 to the field "flags" in the "channels" list.
362 * /GUI MSGBOX <text> can now contain Pango markup.
363 * Added -m arg to /MENU. See plugin20.html for more.
364 - Perl (Lian Wan Situ)
365 * Fixed a bug with Xchat::print that prevents printing out a
366 single 0(Lian Wan Situ)
367 * Fixed a bug in Xchat::get_prefs that was clobbering the stack(Sergio Luis)
368 * Allow scripts that use a non-existent function for the shutdown callback
369 to be unloaded(Lian Wan Situ)
370 * Added check in set_context for undef
371 * Added the fields from get_list "channels" for the current context to the
372 result of context_info
373
374
375 ----------------------------------------------------------------------
376 2.6.4 - 08/Jun/2006
377 ----------------------------------------------------------------------
378
379 - Updated translations (de, el, es, gl, hu, nl, sv, vi, zh_TW).
380 - Fixed opening a irc:// URL via "xchat -a --url=abc123" command while
381 "Skip serverlist on startup" is off. This fix is only relevant when
382 opening an initial instance of xchat (i.e not via dbus).
383 - Fixed the tree layout "flashing" (redrawing slowly) after you
384 switched to tabs and back to tree.
385 - Fixed plugin/script get_list("users") causing a critical GDK warning
386 when not executed from the front-most tab.
387 - Added spelling support in the input-box via GTKSpell.
388 - Improved the error reporting when connecting through a Socks proxy.
389 - DCC file transfers via http/socks45/wingate proxy is now supported
390 (Damjan Jovanovic & me).
391 - Fixed Socks 5 failing on 64-bit CPUs.
392 - Added support for connecting through a Microsoft ISA Proxy, requires
393 libntlm at build time (Pavel Fedin).
394 - You can now mark and copy timestamps if you hold down SHIFT.
395 - Timestamps are now preserved in the /lastlog command. Also fixed a
396 bug where the separator line disappeared during /lastlog.
397 - Added a Browse button to the DCC download folder setting.
398 - Made the setup window a little neater and Gnome-like.
399 - Improved the notify window a little and fixed a small memory leak.
400 - Fixed CTCPs being truncated in the RawLog window.
401 - Added an option to open a "Save As..." dialog when receiving a
402 DCC file offer.
403 - Fixed a crash if you try to remove a network from the list while
404 it's in a auto-reconnect delay [debian bug #364858].
405 - Python: Fixed some memory usage bugs.
406 - Perl: Turned on utf8 flag for things that should have it on.
407
408
409 ----------------------------------------------------------------------
410 2.6.2 - 27/Mar/2006
411 ----------------------------------------------------------------------
412
413 - Updated translations (de, fr, ja, sv).
414 - Made "/server freenode" send auto-join channels but not
415 "/server irc://freenode".
416 - Fixed building of xchat-text (although not recommended!).
417 - Fixed using Strip mIRC colors & Color nicks at the same time.
418 - Fixed a bug in timestamp drawing using non-fixed-width font [1404341].
419 - Fixed display of realname in the nick-name right-click menu when it
420 contains a '<' or '&' character [1403069].
421 - Added support for UniBG's nickserv (ongeboren).
422 - The move-to-complete-dir routine now treats encoding/UTF8 correctly.
423 - Show help when using wrong args for /DCC, instead of silence.
424 - Support receiving 2048 bytes per line from server and dcc-chat, so we
425 can support 512 UTF-8 characters that some servers now send.
426 - Added /gui detach and /gui attach commands for scripters.
427 - The server list window now remembers its size.
428 - TCL: Added 'selected' flag to users list.
429 - Perl:
430 * Fixed strip_code so that it no longer takes off extra commas (LifeIsPain)
431 * Fixed filename checks so that '/load "filenameWithoutSpaces.pl"'
432 will also work (Lian Wan Situ).
433 * Fixed hook_fd to work with sockets on Windows (Vince Pit).
434
435
436 ----------------------------------------------------------------------
437 2.6.1 - 06/Jan/2006
438 ----------------------------------------------------------------------
439
440 - Updated translations (de, el, fi, fr, gl, hu, ko, nl, pa, sq, vi).
441 - Added support for log rotation based on time or date.
442 - Double-click in tree layout will now expand/collapse (Lian Wan Situ).
443 - Keys to move tabs around now work in Tree layout too (Lian Wan Situ/Me).
444 - Largely re-written "Search Text" function with much better
445 behaviour and match case on/off and search backwards options
446 (Richard Hitt and Me).
447 - The parent row in the tree layout now changes color if you have
448 that group collapsed (Lian Wan Situ).
449 - Fixed crash when trying to Detach or Close a utility tab via
450 right-click, when it's not the currently focused tab.
451 - Made DCC resume handle case-insensitive file systems properly.
452 - Fixed the flashing when you click on a colored treeview row.
453 - Fixed auto-completion during /exec -o [1375530].
454 - Added "Join Channel" menu item to the Server menu.
455 - Unshade the Disconnect menu item when a connection is in progress.
456 - Fixed a possible crash in changing color settings before changing
457 to/from the tree layout (SF bug #1349088).
458 - Added "Auto accept file offers" to the File Transfer settings.
459 - Added support for brackets "<>" around nicknames in cut and paste,
460 without displaying them (hidden text) (Camillo Lugaresi).
461 - Fixed opening URL irc://NetWork/#channel not joining the channel
462 [1362155].
463 - Fixed the nickname label becoming small when you're marked Back
464 if you have "Small tabs" turned on.
465 - The textevents GUI has been re-written to use GtkTreeView.
466 - Randomized DNS lookups on Mac OS X on hostnames that return
467 multiple IP numbers (SG / CL).
468 - Added a dialog window to help newbies join a channel.
469 - Opening irc:// URLs will now JOIN only if you are already connected
470 to the network.
471 - Plugin API (Lian Wan Situ):
472 * Added selected flag to "users" list.
473 * Added "id" to xchat_get_prefs.
474 * Changed xchat_find_context (ph, channel, NULL) to return results
475 from the same server group as the current context when possible.
476 - Perl (Lian Wan Situ):
477 * using emit_print/command/recv will no longer trigger their own
478 callbacks.
479 * Fix compiling issues with versions older than 5.8.2.
480 * Make all scripts appear in the "Plugins and Scripts" window, even
481 those that do not call register().
482
483
484 ----------------------------------------------------------------------
485 2.6.0 - 03/Nov/2005
486 ----------------------------------------------------------------------
487
488 - Updated translations (nl, zh_TW).
489 - Message boxes are now warning, error or info with appropriate icon.
490 - Red marker line feature enabled by default.
491 - Added /SEND <nick> [file] which will automatically switch to PSEND
492 when detecting a private net address.
493 - Simplified default nick-right-click menu.
494 - Show "Last Talk" in nick-right-click menu as "minutes ago".
495 - Strip mIRC colour from away message in right-click menu.
496 - Warn when opening banlist in non-channel.
497 - Reorganised and simplified IRC/Server menus and new View menu.
498 - The editable Server menu is no more, if you want it type
499 /set gui_usermenu 1 and restart.
500 - Option to view channels in tabs or tree structure.
501 - Shorter titlebar text for better viewing in taskbar.
502 - Disabled key-search in server list, as GTK's auto-find does this
503 better.
504 - Removed "Connect in new tab" button in server list, it now does it
505 intelligently. Use stock Connect icon.
506 - Removed "Tint (shade) transparency" item from settings and figure
507 it out based on tint values.
508 - When closing a tab, re-focus the one near by, instead of always the
509 last.
510 - Firefox style close button.
511 - The lag and throttle metres now have tooltips that give you real
512 information (hover the pointer over them).
513 - Added workaround to show on-join ChanServ notices in the right tab.
514 - Tab scroll buttons are now side-by-side when in vertical mode.
515 - Automatically change key shortcut of "Marked Away" if the
516 translation already uses ALT-A for the Help menu (e.g _Aide in
517 French).
518 - Your nickname in the bottom-left corner now turns gray when you are
519 marked away, just like the userlist.
520 - Introduced a delay before joining channels, to allow for FreeNode's
521 short comings. If a umode +e is received it'll send auto-join
522 channels immediately.
523 - Plugin API: Added win_ptr to xchat_get_info.
524 - Non-irc (utility) tabs can now be detached aswell.
525 - Fixed behaviour problems of the userlist pane, which might be set
526 incorrectly if the window was resized while a server-tab is focued.
527 - Added a confirm-dialog when trying to close a server-tab with
528 children.
529 - Server list's edit window now gives you an option of a network
530 specific "Second choice" nickname.
531 - Auto detect RusNet and use /NICKSERV to identify instead of /MSG.
532 - Added /Ghost command.
533 - Fixed: The WHOIS away-line ignored irc_whois_front setting.
534 - Scroll-wheel now works while hovering over a tab (Lian Wan Situ).
535 - The input box right-click menu now has bold, underline and italic.
536 - Added xchat-remote for launching irc:// URLs in existing xchat
537 and other functions (Claessens Xavier).
538 - WIN32: Auto-loading perl scripts now also works from:
539 C:\Program Files\XChat\Plugins\
540 - Better command-line parameter parsing via GOption.
541 - Tab completion order can now be in "last talk" order if you
542 /set completion_sort 1.
543 - "Channel Action" and "Channel Action Hilight" now have a 3rd
544 argument of "Mode char", just like normal message events. The last
545 talk time is also now updated on actions.
546 - Reworked the Character Chart window so you can find your char.
547 - Perl:
548 - fixed so that printf and commandf are exported
549 - print and printf can also be called as prnt and prntf, this is to
550 avoid clashing with the builtins.
551 - Deprioritized MODE/WHO to reduce join lag.
552 - WIN32: Mask out more invalid filename characters when writing to
553 log files.
554
555
556 ----------------------------------------------------------------------
557 2.4.5 - 10/Sep/2005
558 ----------------------------------------------------------------------
559
560 - Updated translations (cs, el, fr, gl, it, nl, sl, sr, vi, zh_TW).
561 - Fixed incorrect information displayed in Plugins & scripts window
562 under unix (xc244-fixpluginns.diff).
563 - Added "/set irc_whois_front 1" option to show WHOIS in front tab.
564 - Lots of speed ups under the hood, mainly in handling of URL
565 highlighting during mouse motion. Also now allows underlining
566 .name and .info domains [1230265].
567 - Moved the "Insert color code" menu into the input box's right-
568 click menu.
569 - Fixed "Your Message" messing up when starting with a comma
570 [1230269].
571 - Added /id command to identify yourself to nickserv.
572 - Added /gui MSGBOX <text> for scripters.
573 - Added /menu command which lets plugins/scripts add their own
574 menu items.
575 - Added support for passive DCC chat via /DCC PCHAT <nick>.
576 - Added support for DCC sending and receiving very large files
577 (above 4 GB).
578 - Improved layout of "Info" button in the DCC windows.
579 - Improved layout of the nick-name right-click menu.
580 - Improved /help command's display of plugins/script commands.
581 - Fixed two bugs in detaching tabs (or CTRL-I) [1228926].
582 - Added /uselect command for scripters to select nick names in the
583 channel userlist (Daniel P. Stasinski).
584 - Fixed possible crashes while using the SJIS (Japanese) charset.
585 - Fixed various memory leaks in right-click menus.
586
587
588 ----------------------------------------------------------------------
589 2.4.4 - 20/Jun/2005
590 ----------------------------------------------------------------------
591
592 - Updated translations (hi, ko, lt, pa, ru, vi, zh_TW).
593 - People's away message is now shown in the right-click menu, if
594 known (Christopher Aillon).
595 - The "Bind to:" setting can now be set to 0.0.0.0 [1176256].
596 - Plugin API: Don't crash if a print-event closes the current context
597 and doesn't eat the event [1175674].
598 - Disabled parsing of quotation marks for /JOIN, so you can join
599 channels with a quote in them (Dan Fruehauf).
600 - Fixed truncation of the URL in the right-click menu. Now handles
601 UTF-8 properly [1188229].
602 - Fixed use of CP1255 charset, which would chop the last char when
603 receiving messages [1122089].
604 - The DCC windows now allow multiple selection and the columns auto
605 resize (Dan Fruehauf).
606 - Added "CTCP Sound to Channel" event [1159445].
607 - You can now drag and drop files into dialog windows to start file
608 transfers.
609 - Perl:
610 - Fix to allow fully qualified variable names to work as well.
611 - Enabled individual script unloading.
612 - Enabled reloading scripts using XS modules.
613 - Fixed handling of filenames with spaces in them.
614 - Added /reload which works like /load but it will do an unload first
615 it is not necessary to use the full path with this command, just
616 the file name is enough.
617 - Fix print callbacks for cases where there are NULL elements between
618 non-NULL elements.
619 - Fixed: "XChat can't ban users with long idents" (Dan Fruehauf)
620 [1159447].
621 - Implemented taskbar flashing on unix. Requires a window manager
622 or taskbar that supports XUrgency flag (Adil).
623
624
625 ----------------------------------------------------------------------
626 2.4.3 - 31/Mar/2005
627 ----------------------------------------------------------------------
628
629 - Updated translations (de, sq, zh_CN).
630 - Fixed crash of server list connect button when no network is
631 selected while using GTK's auto-find feature [1166669].
632 - Fixed handling of WhoIs Special event on some networks where it
633 could chop off the first character [1164315].
634 - Plugin API changes: Added "nickserv" field to xchat_get_info.
635 - Python: Fixed get_list() incorrectly failing when the list
636 contained a time field [1171525].
637 - Perl: Make scripts using calls with fully qualified subs work again
638 [1170139] (Lian Wan Situ).
639 - Fixed input-box input-method (GTK I.M.) problem [1168239].
640 - Fixed: Ignore and Notify windows incorrectly used the stock CLOSE
641 button instead of DELETE [1170655].
642 - Placed Close/Connect buttons in correct position in server list
643 [1165474].
644
645
646 ----------------------------------------------------------------------
647 2.4.2
648 ----------------------------------------------------------------------
649
650 - Updated translations (ca, de, lt, nl, ru, sk, sr, vi).
651 - Added command line args -u and -p.
652 - Fixed handling of "MODE -o+o nick nick" (#1094026).
653 - Plugin API changes:
654 * Added "Key Press" print event.
655 * Added "state_cursor" for xchat_get_prefs.
656 * Added xchat_strip and xchat_free functions.
657 * Added "lasttalk" field to "users" list.
658 * Added "charset" field to xchat_get_info.
659 - Perl plugin changes (Lian Wan Situ):
660 * Move each script into their own unique package/namespace. Scripts
661 containing multiple packages will not be loaded.
662 * When warning messages are emitted you will now be told which
663 script it came from.
664 * Xchat::set_context will now accept Xchat::set_context( $channel )
665 and Xchat::set_context( $channel, $server ) in addition to
666 Xchat::set_context( $context ).
667 * Fix display of loaded scripts in the Plugins and Scripts window.
668 - TCL: Fixed crash with invalidated TCL timer (#1110306) (Daniel P.
669 Stasinski).
670 - /TIMER now supports timeouts to one decimal place.
671 - Fixed possible crash of open-file dialog on 64-bit machines.
672 - Pressing CTRL-O in the DCC Receive window will now open your
673 downloads folder.
674 - Win32: Default download folder changed to "My Documents\Downloads".
675 - Added -quiet arg to the /charset command.
676 - The /country command now supports a wildcard search.
677 - The user is now warned when real/user name is left blank in the
678 server list window.
679 - Added the /URL command.
680 - Added a text event for all unknown WHOIS reply lines.
681 - Added /ALLCHANL which sends to the current server only.
682 - Actions (/ME) are now treated like PRIV/CHAN for purposes of the
683 ignore list.
684
685
686 ----------------------------------------------------------------------
687 2.4.1
688 ----------------------------------------------------------------------
689
690 - Updated translations (ca, de, eu, it, ko, mk, nb, nl, pt, ru, sl,
691 sq, uk, zh_TW).
692 - Fixed custom marker-line color not reloading.
693 - Brought back the "Connect to selected server only" option in the
694 Serverlist edit window (it's like the reverse of "Cycle until
695 connected" in 2.0.x).
696 - You can now move networks and servers via Shift+Up/Down (in the
697 ServerList window).
698 - Small efficiency improvements in receiving dcc. It will now not
699 send ACKs while the input buffer is non-empty.
700 - Python: Fixed crash when a timer callback routine executes
701 xchat.unhook() and returns false.
702 - Fixed playing sound files with spaces in them.
703 - Added support for NickServ on DalNet and FreeNode.
704 - Plugin API: Added xchat_get_info(ph,"inputbox");.
705 - Added /settext and /setcursor commands for scripters.
706 - You can now scroll tabs with the mouse-wheel while hovering over
707 the arrow buttons.
708 - Fixed connecting to a SSL server via http proxy (#1054152).
709 - Fixed: Opened server tab doesn't count as "requested" (#1044227).
710
711
712 ----------------------------------------------------------------------
713 2.4.0
714 ----------------------------------------------------------------------
715
716 - Updated translations (ca, de, eu, it, ko, lt, nl, sk, sr, zh_CN).
717 - Fixed a possible crash in loading pevents.conf.
718 - Made default URL handlers work with Firefox 0.9.x by adding the
719 "-a firefox" argument.
720 - Plugin API: Added xchat_get_info field "libdirfs".
721 - Fixed crash when trying to dcc send a filename which has encoding
722 that doesn't match G_FILENAME_ENCODING.
723
724
725 ----------------------------------------------------------------------
726 2.1.1
727 ----------------------------------------------------------------------
728
729 - Updated translations (de, kr, lt, sk, sr, zh_CN).
730 - Added some rudimentary support for the IDENTIFY-MSG feature.
731 - Perl: Added Xchat::context_info (Lian Situ).
732 - TCL: Added support for time fields in getlist (Daniel P.Stasinski).
733 - Added "Open Dialog" event, so you can add a sound-file to it.
734 - The standard beep can now be overridden with a sound-file.
735 - Fixed tab-nick-completion's cycling behaviour.
736 - New keyboard shortcut for line up and down (shift-arrow up/down).
737 - Fixed: [986958] tab completion with GTK Input-Methods.
738
739
740 ----------------------------------------------------------------------
741 2.1.0
742 ----------------------------------------------------------------------
743
744 - Updated translations (eu).
745 - Tab nick completion fixes: Crash with space-tab and glib critical
746 warning (Ian Kumlien).
747 - Heavily reworked the Preferences window. It should be alot clearer
748 now, and more gnome-like.
749 - 'Pop new tabs to front' setting now has three options (Kyoshiro).
750 - New colors and text-events, using a white background.
751 - Config files are not saved to disk unless you edit the defaults.
752 This makes it easier to change language (for print events, popup
753 menu etc).
754 - Brand new Server List window. Now much simpler and intuitive. Also
755 includes an entry box for NickServ password.
756 - The vertical separator line now has its own pointer when you hover
757 over it (Richard Gobeille).
758 - Alphabetical tab sorting now works and is enabled by default.
759 - Added "Small Tabs" option (reduces the font size).
760 - Brand new Sound-Events editor in the Preferences window.
761 - Added socks5 authentication support (Benjamin Foster).
762 - Win32: fixed auto-loading of TCL scripts.
763
764
765 ----------------------------------------------------------------------
766 2.0.10
767 ----------------------------------------------------------------------
768
769 - Updated translations (ru, sr).
770 - Fixed compiling on systems other than linux/freebsd [969643].
771 (Samuel Mimram).
772 - Fixed compiling with an old version of GTK (2.0.x).
773 - Further BiDi fixes in xtext (Ilya Konstantinov).
774 - Brand-new tab completion code (Ian Kumlien). This also fixes:
775 Tab expansion not working behind umlauts [956127].
776 Plugin commands can now be tab-completed too (Frank Thieme).
777 - Fixed parsing URIs on userlist drag-n-drop (Jonas Heylen).
778 - Added Sort button to the server list window (David Oftedal and
779 Tim-Philipp Mueller).
780 - Tab button selection fix (Guillaume Knispel).
781 - Added marker-line feature. Shows a red-line to indicate the place
782 where you last read up to (Thomas Kockerbauer).
783 - The "Get my IP from Server" feature now works on networks that
784 hide your hostname too (by using the USERHOST command).
785 - Win32: Fixed CPS calculation for file transfers [824934].
786 - Fixed: Ping timeout when the system clock changes [789140].
787 - Fixed: Private messages delivered to status window when nickname
788 is the same as the network [977550].
789 - Maximised window-state is now saved.
790 - Double middle-clicking a nickname in the text area will now select
791 it in the userlist.
792 - Included a work-around to stop X-Sys plugin crashing with GTK 2.4.
793 - Fixed: /list output going to the current tab [970746].
794 - Fixed: Serverlist crash while editing a port-number, and switching
795 to another network before pressing enter [968652].
796 - Made it possible to execute multiple "Connect Command:"s in the
797 ServerList window, when they're separated by ctrl-shift-a.
798
799
800 ----------------------------------------------------------------------
801 2.0.9
802 ----------------------------------------------------------------------
803
804 - Updated translations (bg, cs, de, en_GB, eu, fi, lt, nl, ru, sk,
805 uk, wa).
806 - Fixed the Socks5 overflow security bug.
807 - DCC IP address setting can now be a hostname too (Flavio
808 Chierichetti) [773229].
809 - Don't try random DCC ports when a range is set (mib) [889987].
810 - Fix: Spurious nick completion (mib) [916944].
811 - Serverlist passwd box is now masked (Cristian Peraferrer) [920113].
812 - Fix: Sometimes messes up the tab order on reconnect (Gabor Szeder)
813 [941773].
814 - Fix: Crashes when setting $CHARSET to nonexistant charset [945855].
815 - Plugin API: Added some fields to the "channels" list.
816 - Plugin API: Added "win_status" and "xchatdirfs" fields to
817 xchat_get_info.
818 - Plugin API: Added xchat_send_modes() function.
819 - Fix: Unload, then reload a plugin on FreeBSD fails (Kevin Leung).
820 - Plugins should now work on HPUX too.
821 - Perl-plugin: Fixes for 3 arg version of emit_print, unhooking the
822 same hook multiple times and get_list returning correct values for
823 address32 field and some memory leaks (Lian Situ).
824 - Made menu keybindings work when the menubar is hidden on GTK 2.4.
825 - Added support for the new GTK 2.4 file chooser dialog.
826 - Fix for BiDi in xtext (Ilya Konstantinov).
827 - Smaller bug fixes [962211] [958599] [950353] and
828 [945617] (Frederic Krueger).
829
830
831 ----------------------------------------------------------------------
832 2.0.8
833 ----------------------------------------------------------------------
834
835 - Updated translations (az, es, fi, lt, mk, nl, ru, sk, sl, sr, sv,
836 zh_CN).
837 - Added color, flash and iconify args to /GUI command (this is for
838 use in scripts and plugins only).
839 - Plugin API: Added "notify" list.
840 - Plugin API: Added id, users, flags fields for "channels" list.
841 - Win32: Better error messages for file i/o and winsock errors.
842 - New Perl interface (with backward compatibility)! (Lian Situ).
843 - Fixed command-character buglet [873541].
844 - Win32: Improved incorrect CPS display for file transfers.
845 - Added "Copy Selected URL" option to URL popupmenu (Mike Battersby).
846 - Added work-around for "Get my IP from server" not working on PTNet
847 (Mario Freitas).
848 - Fixed: Alt+numbers do not work with X Input Method [896968] (Marius
849 Gedminas).
850 - Added support for "+port" to indicate SSL connections.
851 - Fixed non-ASCII chars in time-stamp bug [918445].
852 - Smaller bug fixes: [870073] [890891].
853
854
855 ----------------------------------------------------------------------
856 2.0.7
857 ----------------------------------------------------------------------
858
859 - Updated translations (fi, nl).
860 - Fixed dcc psend crash [858539].
861 - Fixed bug where an error message was erroneously displayed while
862 transfering files with fast-send turned off. Also, allow fastsend
863 to be used with psend (Daniel Dubois).
864 - Print more informative messages when Perl scripts fail to load
865 (Andy).
866 - Win32: Added native sound playing support.
867 - Win32: Fixed possible crash upon exit while still connected.
868 - Fixed notify's Lastseen column for offline users [864185].
869 - Report more informative error when DCC write to disk fails.
870 - Fixed crash when xchat.conf contains oversized strings [750403].
871
872
873 ----------------------------------------------------------------------
874 2.0.6
875 ----------------------------------------------------------------------
876
877 - Updated translations (de, lt, sl, sr).
878 - Fixed detection of Python on amd64 (Mads Martin Joergensen).
879 - Don't loose editbox contents when pressing up, then down arrow
880 (Ricky Clarkson).
881 - Fixed missing dcc flag on new ignores via gui.
882 - Fixed missing separator bar on PseudoColor displays.
883 - Fixed some 64-bit issues (xc205-fix64bit.diff).
884 - Apply tint changes instantly.
885 - Fixed DCC resume with mirc >= 6.1.
886 - Python plugin changes:
887 * Fixed the reentrancy problem which made xchat freeze when some
888 python code made xchat trigger a python callback somewhere.
889 * Implemented xchat_emit_print() and xchat_get_prefs() support.
890 * Fixed softspace support for python 2.3. This problem was making
891 print statements yield an extra space at the next line start.
892 * Other minor changes.
893 (Gustavo Niemeyer, Gustavo J. A. M. Carneiro, Marko Kreen).
894 - Fixed request of a MODE on a channel you're not in changing the
895 current titlebar [820998].
896 - Restored compatibility with older Perl that lacks call_pv().
897 - Use sigaction inplace of signal() for better compatibility.
898 - Win32: Don't try to open logfiles with a "\" in them, windows wont
899 allow it. Instead, the "\" is replaced by a "_".
900 - Backported HTTP authentication code from 1.8.11 (you can now
901 specify a username and password for HTTP proxies).
902 - When beep on highlight is on, beep on channel actions too
903 (Christopher A. Aillon)
904 - Added active dcc send feature (/dcc PSEND). More info here:
905 http://mail.nl.linux.org/xchat-discuss/2003-10/msg00124.html
906 (Daniel Dubois and Emmanuel Jeandel).
907 - URL Handlers menu now removes programs that arn't in PATH.
908 - Added "away" users field for plugin API.
909 - Smaller bug fixes: 822199, 786267, 783172, 811971, 756048, 844919.
910
911
912 ----------------------------------------------------------------------
913 2.0.5
914 ----------------------------------------------------------------------
915
916 - Updated translations (ca, fi, lt, nl, sk, sv, zh_CN).
917 - Fixed detection of Python 2.3 in configure script (anonymous).
918 - DCC Send file-selection dialog now supports multi-select.
919 - Reset away status after auto-reconnect from a ping timeout.
920 - Perl: Fixed IRC::user_info always matching the first entry.
921 - More C89 fixes for non-gcc compilers (Albert Chin). [781809].
922 - xtext: now double buffered and flicker free. Also some efficiency
923 tweaks for exposure events and multi-wrapped lines.
924 - Removed buggy numeric 338 support [783945].
925 - Nick completion in dialogs and channel completion (Jay Cornwall).
926 - Print informative error messages when dcc resume isn't possible.
927 - Fixed performance of dcc recv, send and chat windows.
928 - Fixed tab-arrow buttons show/hide (Lloyd Williams) [783681].
929 - Fixed lastlog bugs [791220].
930 - win32: Faster tinting, and uses MMX when in 16 or 32bit color.
931 - Execute /sigusr2 on receiving SIGUSR2 signal (Michael Guidero).
932 - /IGNORE command and window now have an extra "DCC" category.
933 - Alert user when logfiles fail to open (Jay Cornwall).
934 - Fixed missing underlining of IP numbers (2.0.4 only).
935 - Allow accepting DCC sends from ports below 1024.
936 - Connect to URL given on commandline even if 'No Serverlist on
937 Startup' is off [804648].
938 - Fixed problem in allocating colors while in 8bit PseudoColor.
939 - xtext: tinting now shades towards your background color, making it
940 usable with white backgrounds. Tints can also use XShm for extra
941 speed with --enable-shm at ./configure time (experimental).
942 - Perl: IRC::add_print_handler callbacks now get parameters in
943 $_[1...x], with $_[0] left for compatibility (Lian wan Situ).
944 - Perl: added command_with_channel command (Alexander Werth)
945 [801711].
946 - Smaller bug fixes: [798655].
947
948
949 ----------------------------------------------------------------------
950 2.0.4
951 ----------------------------------------------------------------------
952
953 - Updated translations (lt, sv, zh_CN).
954 - Fixed crash on tinted transparency (xc203-fixtint.diff).
955 - Fixed incorrect dcc cps calculation (xc203-fix-cps.diff).
956 - Allow fullpath and relative filenames for Text Events sound files
957 (Anthony Dragunov).
958 - Added /GUI command (mainly for use by scripts).
959 - Solaris build fixes for ipv6.
960 - Added -n, --no-plugins command-line arg.
961 - Added a feature to change the color of away users.
962 - Moved default dcc and sound dirs inside ~/.xchat2/ (SilvereX).
963 - Fixed bug [753742] When server tab and query had the same name,
964 private messages could go to the wrong tab.
965 - Support others users too, when expanding ~ in filenames (Neox).
966 [767514].
967 - Underline "ipnumber:port" style urls too (Alex & dobler).
968 - Added support for ircu numerics 330 and 338 (phaseburn).
969 - C89 fixes, should now compile with HP UX and Sun C Compilers
970 (Albert Chin). [777106].
971 - Smaller bug fixes: [773245] [779166].
972 - Close tabs on shift-leftclick (Jay Cornwall).
973
974
975 ----------------------------------------------------------------------
976 2.0.3
977 ----------------------------------------------------------------------
978
979 - Updated translations (ca, fr, ja, sv).
980 - Fixed URL grabber not filling up (xc202-fixurlg.diff).
981 - Fixed crash when holding down Ctrl-I (xc202-fixdetach.diff).
982 - Use Shift-Ctrl-W for Close only when Emacs key theme is enabled.
983 - Fixed corrupt left margin with indent-nicks off and timestamp on.
984 - Remove invalid chars from inbound text when conversion fails. Fall
985 back to ISO-8859-1 when using UTF-8 only (Ilya Konstantinov).
986 - Fixed perl IRC::get_info(3) crash when not connected [732496].
987 - Fixed crash on long output lines for /exec -o [731187].
988 - Made "Move completed files to:" and "Save nickname in filenames"
989 work at the same time (Matthew Gabeler-Lee).
990 - xtext: fix redraw when new additions not on current page.
991 - win32: Added /set identd 0 switch to turn off built-in identd.
992 - Added 6-8 for perl's IRC::get_info to retreive network, host and
993 topic (Ryan).
994 - Iterate in alpha order instead of op-alpha for nickcompletion
995 (Gauss_Z88).
996 - Fixed ChannelList crash on invalid regex match string.
997 - Added hide join/parts setting to gui (Jason Wies).
998 - Added Delete All button to ignore window (Mohammed Sameer).
999 - Don't allow adding empty names to notify list [741589].
1000 - Made message fragmentation code utf8 friendly so it always splits
1001 on a multibyte char boundary [748653].
1002 - Support 2 to 4 GB files in DCC (contrary to 1.9.4 changelog, it
1003 didn't work until now).
1004 - Python: Fixed crash when returning 0 from a timer (Steve Green).
1005 - Multihead fixes for popup menus.
1006 - Added support for numeric 307 and 320 "is an identified user".
1007 - Allow setting a blank topic via the GUI [720407].
1008
1009
1010 ----------------------------------------------------------------------
1011 2.0.2
1012 ----------------------------------------------------------------------
1013
1014 - Updated translations (lt, ms, nl, pt, sv, zh_CN).
1015 - Fixed a few minor mem leaks in the server and user list.
1016 - Changes to: UrlGrabber, Notify, Plugins, Ignore and Banlist GUIs.
1017 Changed GtkCList to GtkTreeview, and general enhancement to these
1018 guis (Vincent Ho).
1019 - win32: made it possible to compile with ipv6.
1020 - Added /MOP.
1021 - Fixed pageup/pagedown wrong window bug [710784].
1022 - Fixed no timestamps in top-level windows bug [710787].
1023 - Fixed first word being skipped in perl add_command_handler("", cb);
1024 [711802].
1025 - Fixed WHOIS away line appearing in different tab [695932].
1026 - win32: fixed transparency [699425].
1027 - win32: fixed ssl "Error 2" connection bug.
1028 - Made all toplevel dialog windows transients of the main window.
1029 - Show filesize/pos in DCC window as KB and MB (Aaron Chernosky).
1030 - Added /set tab_dnd 0/1 option.
1031 - Fixed userlist insertion/deletion GUI performance problem [704233].
1032 - Each toplevel window now has a "role".
1033 - Smaller bugs fixed: [698449] [718851].
1034 - TCL plugin fixes for context lookups (Daniel P. Stasinski).
1035 - Changed Close Tab keybinding to Shift-Ctrl-W to avoid conflict with
1036 emacs editing.
1037 - Used a new algorithm for Userlist and UrlGrabber. This one does
1038 insertion, lookup and deletion in O(log n).
1039
1040
1041 ----------------------------------------------------------------------
1042 2.0.1
1043 ----------------------------------------------------------------------
1044
1045 - Updated translations (am, ca, lt).
1046 - Save serverlist before connecting (Joe Drew).
1047 - OpenBSD compile fixes.
1048 - (Encoding) Fallback outgoing text to "?" for unconvertable chars.
1049 [674798].
1050 - Hide tab scrolling buttons when they're not needed.
1051 - Fixed --disable-xlib compiles.
1052 - Fixed use of %h in dialog-tab buttons [688937].
1053 - Fixed printing/logging timestamps that contain invalid utf8
1054 [688548].
1055 - Added "Resizable userlist" option (default ON).
1056 - Strip colors on topic change.
1057 - Fixed (snotice) and (notice) tabs being swapped [687437].
1058 - Made more strings translatable.
1059 - Allow loading empty text events [691191].
1060 - Fixed xtext race condition [678874].
1061 - Added ability to show/hide the channel-mode buttons (default OFF).
1062 - Use the network name in server-tab rather than full hostname.
1063 - Added keybindings for moving tab-families, default is ctrl-shift
1064 PageUp and PageDown (Vincent Ho).
1065 - Added 'Beep on highlighted messages' option (Jirka Kosina).
1066 - Use DND to detach tabs.
1067 - Interpret %C, %B etc in quit reasons.
1068 - Added more items to the right-click tab menu.
1069 - Some misc UI cleanups.
1070
1071
1072 ----------------------------------------------------------------------
1073 2.0.0
1074 ----------------------------------------------------------------------
1075
1076 - Updated translations (de, es, lt, nl, sk, sl).
1077 - Fixed half cut off dates in notify window.
1078 - Fixed tabs loosing red/blue color when being renamed.
1079 - Fixed initial query tabs not being truncated.
1080 - Make tabs red on channel actions too.
1081 - Configure script python detection fixes (Johan Dahlin).
1082 - Added /charset command.
1083 - Don't auto remove stalled DCCs unless dcc_remove setting is on.
1084 - Avoid recursive UserCommand buffer overflow.
1085 - Added xchat_emit_print() to plugin interface.
1086 - Left and Right positioned tabs are possible again (Lloyd Williams).
1087 - Added /timer -repeat <num> and -quiet args.
1088 - Possible tcl plugin crash fixes (Daniel P. Stasinski).
1089 - Group multiple op/voice in one print event.
1090 - Fixed plugin loading on solaris.
1091 - Python fixes (Gustavo Niemeyer):
1092 * Fixed bug which made Python plugins crash randomly.
1093 * Introduced a new xchat.hook_unload() function, as requested by
1094 many people. This will call a given callback at module unload
1095 time.
1096 * Now /py load <filename> will succeed if filename is the name of a
1097 file inside "xchatdir" (~/.xchat2).
1098 * Fixed some leakings.
1099
1100
1101 ----------------------------------------------------------------------
1102 2.0.0pre1
1103 ----------------------------------------------------------------------
1104
1105 - Updated translations (sv, es, am, el, lv, no).
1106 - Fixed possible blank userlist after another tab was detached.
1107 - Changed default keybinding for next/prev-tab to ctrl-pageup/down,
1108 as per standard.
1109 - Added IPAddress field to "DCC SEND Offer" text event.
1110 - Fixed perl IRC::print_with_channel 1.8.x incompatibility.
1111 - xtext: Fixed bugs in new scrolling code.
1112 - Use filesystem encoding for log filenames.
1113 - Focus the inputbox when left-clicking in xtext.
1114 - Focus the inputbox when typing while the userlist is in focus.
1115 - Fixed bug where text typed could be sent to the wrong window after
1116 a detach.
1117 - New default icon again, this one scales better (Dagmar d'Surreal).
1118 - Send /LIST args on galaxynet.
1119 - Added settings to change inputbox and userlist styles to the same
1120 as the main text area.
1121 - Don't allow the Perl plugin to be loaded twice (Ian Kumlien).
1122 - Fixed servlist crash on 'use global' off and empty nick field.
1123 - Added missing address field to Perl's IRC::dcc_list.
1124 - Added irc_conf_mode setting (via /set only).
1125 - Save xchat.conf safely (Michael Witrant).
1126 - Added support for numeric 005 token NAMESX.
1127 - Added TCL Plugin (Daniel P. Stasinski).
1128 - Added 'Add' button to serverlist, due to popular demand.
1129 - Update intl/ to 0.11.4.
1130 - Win32 fixes/makefile for python plugin (James Potts).
1131 - Win32: fixed clipboard bugs and dcc receive.
1132 - Plugin iface: Added dcc-list fields "address32" and "port".
1133 - Try to use pkg-config to find openssl.
1134 - Report errno/strerror on dcc failures.
1135 - Python print buffering fixes (Gustavo Niemeyer).
1136 - Treat NOTICE +#channel correctly.
1137 - Check for common unix paths and don't treat them as commands.
1138
1139
1140 ----------------------------------------------------------------------
1141 1.9.8
1142 ----------------------------------------------------------------------
1143
1144 - Added Amharic translation (Daniel Yacob).
1145 - Updated Spanish translation (Pablo del Campo).
1146 - Updated Lithuanian translation (Rimas Kudelis).
1147 - Updated Latvian translation (Artis Trops).
1148 - Fixed serverlist entry box text corruption (xc197-fixservlist.diff)
1149 - Fixed the non-mmx tinted-tranparency code crashing.
1150 - Fixed interpretation of mIRC color 99 [653094].
1151 - Use Pango renderer by default, for better i18n.
1152 - Scroll 1/10 of a page with the mouse wheel (Soeren Sandmann).
1153 - Reimplemented -a, --no-auto argument.
1154 - Fixed a bug in entering text with GTK2 IMs [653751].
1155 - Final fix for filenames' encoding in DCC.
1156 - New unicode character chart window.
1157 - xtext: properly recalculate text widths after a font change.
1158 - Fixed perl IRC::dcc_list 1.8.x incompatibility (Charles Lopes).
1159 - xtext: Implemented scrolling instead of full redraws when not using
1160 a background image or transparency. This improves scrolling on
1161 machines that draw AA text very slowly.
1162 - Reimplemented 'Move front tab left/right' keybinding.
1163 - Provide default usermenu and buttons for translation.
1164 - New default icon (Dagmar d'Surreal).
1165 - Report the average KBs when a transfer is finished.
1166 - Attempt to create dcc-download dir when changed in the setup gui.
1167 - Apply character set conversions to DCC Chat aswell (Steve Green).
1168 - xtext: Fixed hilight-text in scrollback after new addition bug.
1169 - Channellist gui cleanup.
1170 - Renamed a few defines in xchat-plugin.h to avoid namespace
1171 pollution.
1172 - Fixed loading background image crash (from 1.9.7).
1173 - Fixed broken drawing of mIRC color 0.
1174
1175
1176 ----------------------------------------------------------------------
1177 1.9.7
1178 ----------------------------------------------------------------------
1179
1180 - Updated Swedish translation (Christian Rose).
1181 - Updated Spanish translation (Pablo del Campo).
1182 - Updated Dutch translation (Bart Coppens).
1183 - Added /GETSTR and /GETINT.
1184 - Misc. serverlist bug fixes (Shaun Guth).
1185 - Plugin changes/fixes:
1186 * Added xchat_get_info("network").
1187 * Added new function: xchat_hook_fd().
1188 * Fixed "DCC Chat Text" event (Daniel P. Stasinski).
1189 * Added "Open Context" print event.
1190 * Fixed implementation of EAT_ return codes.
1191 * Keep the leading ":" in server events passed to plugins.
1192 * Added hack to make plugins possible on win32.
1193 * Fixed /unload <plugin_file_name> crash.
1194 - Fixed changing tabs via keyboard.
1195 - Added a few keyboard accelerators to the menubar.
1196 - Fixed close-tab-0 crash.
1197 - Fixed userlist popup menu disappearing on button-release.
1198 - Fixed color paste.
1199 - Added a character set selector to the serverlist.
1200 - Send DCC filenames in system encoding (gets converted if a charset
1201 is chosen in the serverlist).
1202 - Fixed possible Search Text crash.
1203 - Removed --enable-japanese-conv configure option (isn't this
1204 superseded by the new charset selector?).
1205 - Use --enable-openssl by default.
1206 - Fixed your nick not changing in dialog windows.
1207 - xtext: deal better with invalid utf8.
1208 - Made it possible to do /server <networkname>.
1209 - win32: backported tint/transparency code from 1.8.10.
1210
1211
1212 ----------------------------------------------------------------------
1213 1.9.6
1214 ----------------------------------------------------------------------
1215
1216 - Updated Spanish translation (Pablo del Campo).
1217 - Added Estonian translation (Ilmar Kerm).
1218 - Made switching to dialog tabs faster:
1219 * Draw xtext only once when switching to a dialog tab.
1220 * Do not recalculate the tinted-transparency.
1221 - Fixed another text-off-the-bottom bug.
1222 - Fixed background color other than black not working.
1223 - Fixed dialog windows not being logged (Joanne Hunter).
1224 - Fixed topic entry box going blank bug.
1225 - Added Insert-color-code and encoding submenu in the bottom-right
1226 button.
1227 - Apply more settings without needing a restart:
1228 * Background image.
1229 * Time stamp text on/off.
1230 * Palette changes.
1231 - Implemented %n for log-filename-mask.
1232 - Reconfigured the menubar a bit.
1233 - Validate inbound utf8 text to avoid reading beyond buffer and
1234 fall back to iso-8859-1.
1235 - win32 compile fixes.
1236 - Don't convert commas to %2c in urls.
1237 - Auto open dialog when dcc chat offer connects (Steve Green).
1238 - Make setting "Open Utilities in: Windows" work.
1239 - Added a way to reorder networks in the serverlist window (still
1240 want to add DND later).
1241
1242
1243 ----------------------------------------------------------------------
1244 1.9.5
1245 ----------------------------------------------------------------------
1246
1247 - Fixed the PL_perl_destruct_level crash (Bernard Blackham).
1248 - Fixed the perl readdir crash.
1249 - Added tab scrolling buttons (Lloyd Williams).
1250 - Added DCC throttle and better CPS calculation (Richard Fuchs).
1251 - Added three configurable tab-highlight colors (Nehal Mistry and
1252 Joanne Hunter).
1253 - Added dynamic support for two levels above Op (red & purple icons).
1254 - Changed the op/voice icons, now more macosx like.
1255 - Serverlist progress:
1256 * Now remembers your last network selection.
1257 * Non-global User/real/nick are now implemented.
1258 * Added all 1.8.x default servers.
1259 - Added Clear Rawlog button.
1260 - Throttle and Lag meter settings implemented.
1261 - Fixed /lastlog.
1262 - xtext: Fixed exposure-before-print crash.
1263 - xtext: Fixed providing UTF8 selection data.
1264 - xtext: Fixed text scrolling past the bottom bug.
1265 - Added DCC-completed-dir setting, which can move completed DCC files
1266 to a different directory (Chris Morgan).
1267 - Update build environment to autoconf 2.53.
1268 - Cleanup various configure.in/Makefile.am scripts. Use libtool to
1269 build perl and python plugins (John).
1270 - Added support for numeric 005 options: CHARSET=UTF-8 and
1271 CASEMAPPING=ascii.
1272 - Delinking/Relinking IRC windows re-implemented.
1273 - Dialog window buttons re-implemented.
1274 - Gnome2-ify the desktop file. Install to $(datadir)/applications.
1275
1276
1277 ----------------------------------------------------------------------
1278 1.9.4
1279 ----------------------------------------------------------------------
1280
1281 - Make DCC support up to 4GB files (previously 2GB).
1282 - Fixed possible crash when receiving a message from a channel that
1283 was already parted.
1284 - Fixed random /part reasons not working.
1285 - Fixed compile on RHL 8.0.
1286 - Fixed xchat-text connect crash.
1287 - Updated included intl/ to 0.10.38.
1288 - Update transparency when background image changes.
1289 - Fixed the progress-connecting-bar appearing in all tabs.
1290 - More IRC protocol abstractions; tcpsend2 (James D. Taylor).
1291 - New server list GUI almost complete.
1292 - Merged some small 1.8.11 fixes.
1293 - Reopen logfiles on SIGUSR1.
1294 - Added Tint RGB settings (foser).
1295
1296
1297 ----------------------------------------------------------------------
1298 1.9.3
1299 ----------------------------------------------------------------------
1300
1301 - Updated Spanish translation (Pablo Gonzalo del Campo).
1302 - Updated Swedish translation (Christian Rose).
1303 - Added mIRC's passive dcc support, receiving only (Richard Fuchs).
1304 - Added InputBox settings to settings GUI.
1305 - Make DCC support up to 4GB files (previously 2GB). untested.
1306 - Fix checks for Xft.h in configure script.
1307 - Fix perl add_message_handler() xchat 1.8.x incompatability.
1308 - Fix default DCCRECV text event using bad $ variable and crashing.
1309 - Fix /query #foo, /join #foo crash.
1310 - Fix utf8-conversion-fail sending truncated text.
1311 - Use $datadir/locale for LOCALEDIR (Albert Chin-A-Young).
1312 - More work done on Serverlist 2, but not fully functional yet.
1313 - Pasting from one tab to another now works.
1314
1315
1316 ----------------------------------------------------------------------
1317 1.9.2
1318 ----------------------------------------------------------------------
1319
1320 - Fixed DCC Chat offer crash (1.9.1 bug only).
1321 - xtext: Xft tweaks. Included Pango backend for when Xft can't be
1322 used directly.
1323 - xtext: improved rendering selections (less unnecessary redrawing).
1324 - xtext: fixed marking multibyte utf8 chars.
1325 - Included brand new Python interface plugin (Gustavo Niemeyer).
1326 - Perl is now a plugin.
1327 - Plugin API: Changed xchat_unhook() return value and type.
1328 - Plugin API: Added "ignore" list.
1329 - Plugin gui window can now load/unload scripts aswell.
1330 - Plugins are now autoloaded from $libdir/xchat/plugins.
1331 - Double-click userlist works again.
1332 - Strip spaces from join-channel in serverlist (Mathias Hasselmann).
1333 - The menu in the bottom right corner now works.
1334
1335
1336 ----------------------------------------------------------------------
1337 1.9.1
1338 ----------------------------------------------------------------------
1339
1340 - Fixed serverlist and rawlog crashes.
1341 - Fixed some 64-bit issues (Elliot Lee).
1342 - Fixed unrealized xtext crashes and warnings (Elliot Lee).
1343 - Removed --disable-glib configure option.
1344 - Added Save rawlog button.
1345 - Auto detect socklen_t.
1346 - All new plugin interface. See plugins/plugin20.html.
1347 - Made perl.c use the new plugin interface.
1348 - Made the whole system use the cmdchar setting. This means all
1349 usercommands, popup commands etc mustn't start with a "/" char.
1350 - Removed the mail checker, it's now a plugin.
1351 - Cleaned up some text events code. Added/Changed/Removed some
1352 events too. TextEvents window now lists them alphabetically.
1353 - Convert inputbox from utf8 to locale before sending (xLoneStar).
1354 - Use ~/.xchat2/ for all configs (may change to ~/.xchat-2.0
1355 when stable).
1356 - Made DCC GUI display KB/s instead of cps.
1357 - Ignore code cleanups; ignore.conf no longer compatible.
1358 - Created the start of an IRC protocol abstraction layer.
1359 - Plugged JCode memory leak.
1360 - Ask before quiting when some DCCs still active.
1361 - Rewrote most of the maingui code. Now there's only one virtual
1362 tab that is re-filled with new information when switching tabs.
1363 - Added right-click tab menu.
1364 - Plugged potential /dns security hole.
1365 - Converted userlist to GtkTreeView.
1366 - Right-click userlist menu now works with a multi-selection.
1367 - Drag and drop to userlist no longer requires libgnome.
1368 - Included an ircII style /timer plugin.
1369 - Now accepts irc:// URLs on the command line.
1370 - Tabs are now ordered in server groups.
1371 - Make gettext use utf8 (teuf).
1372 - Whole new setup window.
1373 - Notify gui has an add dialog window.
1374 - Nickname on the bottom left is clickable.
1375 - Cleaned up /set variable names.
1376 - Made scrollwheel work with GTK+ 2.0 (Lloyd Williams).
1377 - xtext: Added XFT support.
1378 - xtext: Added UTF8 selection support.
1379
1380
1381 ----------------------------------------------------------------------
1382 1.9.0
1383 ----------------------------------------------------------------------
1384
1385 - Ported to GTK+ 2.0 (BIG!).
1386
1387
1388 ----------------------------------------------------------------------
1389 1.8.7
1390 ----------------------------------------------------------------------
1391
1392 - Updated Swedish translation (Christian Rose).
1393 - Updated Russian translation (Anton Farygin).
1394 - Added Latvian translation (Artis Trops).
1395 - Made a work-around for a refresh glitch when delinking a tab under
1396 gnome (the topic bar was overlapped).
1397 - Fixed the need for signed chars (e.g. on PPC and s390).
1398 - Fixed background garbage being drawn when using hidden tabs.
1399 - Cleaned up alot of the nick completion code. Fixed some behaviour
1400 too (Mukund, dinkles, me).
1401 - Connect Cmd is executed again if you get auto-reconnected.
1402 - Added safe-gaurd to stop duplicate nicks in userlist.
1403 - Added an option to automatically remove finished/failed dccs
1404 from the list. Use /set dcc_remove ON to enable it.
1405 - Added an option to truncate long channel tabs. Use:
1406 /set truncchans xx, where xx is the max chars (Jyrki Muukkonen).
1407 - Made the default popup menu, dialog buttons, userlist buttons,
1408 usermenu and urlhandlers translatable (via gettext).
1409 - MMX tinting is now built on any x86 machine (it's checked at
1410 runtime anyway).
1411 - Added "Automatic Unmark Away" option in setup->away (Mads Martin).
1412 - Immediately abort file transfers when out of space.
1413 - Fixed a serious CTCP reply vulnerability.
1414
1415
1416 ----------------------------------------------------------------------
1417 1.8.6
1418 ----------------------------------------------------------------------
1419
1420 - Updated Danish translation (Morten Brix Pedersen).
1421 - Updated Spanish translation (Antonio de la Torre).
1422 - Updated French translation (Olivier Berger).
1423 - The server "Connect cmd" is now executed before auto-join-channels,
1424 so you can use it to authenticate to nickserv etc.
1425 - Fixed autoresume again, for the last time... no, really.
1426 - Fixed sending parts for all channels instead of one quit when you
1427 exit the whole program (helps bncs).
1428 - Autocomplete in the middle of a sentence won't jump to the end of
1429 the textbox (Darell Tan).
1430 - Fixed the buggy 1.8.5 outbound queue. It now sends privmsg/notice
1431 with a lower priority, but never out-of-order.
1432
1433
1434 ----------------------------------------------------------------------
1435 1.8.5
1436 ----------------------------------------------------------------------
1437
1438 - Updated Slovak translation (Stano Visnovsky).
1439 - Updated Swedish translation (Christian Rose).
1440 - Updated Spanish translation (Antonio de la Torre).
1441 - Updated Hebrew translation (Dan Fruehauf).
1442 - Some fixes to the MODE parser.
1443 - Added ability to customize dialog tab buttons (Oskar Liljeblad).
1444 - Added an extra field in the EditServer window to enter a command
1445 to execute after logging in.
1446 - /load -e <file> can now load a file of commands to execute.
1447 - Added ability to change the log timestamp format (Jyrki Muukkonen).
1448 - Fixed default keybinding for Shift-PageUp (Mukund).
1449 - Changed the outbound throttle behaviour. Now only privmsgs and
1450 notices go to the back of the queue, everything else goes to the
1451 front.
1452 - Made it possible to compile with older than 5.6 perl again.
1453 - The main window's size and position is now saved on exit. Use
1454 /set mainwindow_save OFF to revert to the old behaviour.
1455 - Avoid auto-resuming the same file from two different people
1456 (without breaking autoresume this time).
1457 - Removed /sslserver and added a -ssl arg to /server, /reconnect,
1458 /servchan and /newserver.
1459 - Added support for /server irc://host:port/channel.
1460 - Added some mmx asm code written by Willem Monsuwe for tinting
1461 transparency. Use --disable-mmx to revert to gdk-pixbuf method.
1462 - Fixed resetting your away status after an auto-reconnect.
1463
1464
1465 ----------------------------------------------------------------------
1466 1.8.4
1467 ----------------------------------------------------------------------
1468
1469 - Updated Spanish translation (Antonio de la Torre and Manuel
1470 García Aguilar).
1471 - Updated Russian translation (Valek Filippov).
1472 - Fixed lockup when a file being offered is shortened before being
1473 accepted.
1474 - Fixed ** ERROR **: file python.c: line 743 (pysH_Eget_users):
1475 assertion failed: (cur->hostname).
1476 - /kickban now deops and bans in one line (-o+b) (Felix Nawothnig).
1477 - Auto-nickcompletion now uses the nicksuffix setting (Mukund).
1478 - win32: change log-filenames with a | character to _.
1479 - When binding to a set hostname/ip, it would try to bind to port
1480 65535 - fixed.
1481 - Fixed crash when closing a dcc chat in a perl-dcc-chat-callback.
1482 - Added option "Beep on Channel Messages" and a Beep button to the
1483 toolbox ("<" button in the botton right) (Jason Wies).
1484 - Avoid auto-resuming the same file from two different people.
1485 - /close -m now closes all dialog/query windows.
1486
1487
1488 ----------------------------------------------------------------------
1489 1.8.3
1490 ----------------------------------------------------------------------
1491
1492 - xtext: marked text goes to clipboard aswell as primary selection.
1493 - xtext: some speedup optimizations.
1494 - xtext: fixed a problem when rendering a fixed-width font with
1495 missing chars.
1496 - Fixed hints for "You're kicked" text event, which showed the $ vars
1497 incorrectly.
1498 - When a user is seen to quit or join a channel you're in, your
1499 notify list will be modified instantly. No notify textevent is
1500 shown if it happened in the front-most tab (Alexander Hvostov).
1501 - Fixed binding server connects to different interface/address
1502 (ipv4 only) (Claus Riemann).
1503 - Avoid negative ping timeout when system clock changes.
1504 - Updated Italian translation (Stefano Fava).
1505 - Updated Spanish translation (Antonio de la Torre).
1506 - Added text event "Channel Notice" so you can differentiate between
1507 private and channel notices (Fuentes Xavier).
1508 - Added ability to dcc send filenames with spaces. See "Fill Spaces"
1509 setting in Setup->File Transfer (Fuentes Xavier).
1510 - Included some makefiles for ms visual c.
1511
1512
1513 ----------------------------------------------------------------------
1514 1.8.2
1515 ----------------------------------------------------------------------
1516
1517 - Fixed kick messages showing only the first word of the reason.
1518 - Fixed GTK warnings thrown up when closing a dialog window.
1519 - Fixed a bug in sending quit reasons.
1520 - Fixed a problem with handling op/voice modes that caused halfops to
1521 appear in the userlist when using bahamut.
1522 - Kanji conversion is now turned ON when locale is ja (Akira TAGOH).
1523 - Saved some memory when loading .conf files (about 40k).
1524 - When changing fonts, it now changes in the inputbox without having
1525 to restart.
1526 - Added safeguard to stop recursive user commands.
1527 - Added two /set variables dialog_width and dialog_height. Use these
1528 to set the default size of dialog windows.
1529 - Win32: fixed crash of 'Auto Accept DCC Send' menu item.
1530
1531
1532 ----------------------------------------------------------------------
1533 1.8.1
1534 ----------------------------------------------------------------------
1535
1536 - Fixed crash in having server tabs ON and channel tabs OFF.
1537 - Fixed crash when closing the channel list window AFTER all its
1538 server windows were closed.
1539 - Fixed potential crash of the font dialog in settings.
1540 - Made /exec read data line-by-line (Richard Fuchs).
1541 - Disabled the menubar while in shelltabs (it was dangerous to use it
1542 anyway).
1543 - Fixed the banlist window's Unban, which selected the wrong rows
1544 sometimes.
1545 - The Perl interpreter is now started only when loading the first
1546 script, to save memory when not using scripts.
1547 - Fixed lag/throttle meters not updating when set to text-only.
1548 - Fixed two small memory leaks.
1549 - Directories in your logmask are now created, so you can use masks
1550 like "%c/%y.log" in Setup->Logging (Tobias v. Koch).
1551 - xtext: FontSet rendering speedups.
1552 - Win32: made word and line selection work in xtext.
1553 - Win32: added url handler that sends to windows' shell.
1554 - Win32: rendering 8bit characters should now work.
1555
1556
1557 ----------------------------------------------------------------------
1558 1.8.0
1559 ----------------------------------------------------------------------
1560
1561 - Fixed a memory leak in popup menus.
1562 - Fixed crash in receiving private actions.
1563 - Added /set variable 'perccolor'. Options effect input box are now:
1564 perccolor: parse %C,%B,%U etc (default ON).
1565 percascii: parse %XXX (where XXX is an ascii value) (default OFF).
1566 Note: if perccolor is OFF, percascii will not work.
1567 - Win32: Fixed incorrect calculation of ping time.
1568 - Win32: Server lookup and connect is now threaded.
1569 - Win32: Server connection error now reported correctly.
1570 - Win32: A simple identd server is now builtin.
1571 - Win32: Copying text from xtext to clipboard now works.
1572 - Updated Swedish translation (Christian Rose).
1573 - Updated Spanish translation (Antonio de la Torre).
1574
1575
1576 ----------------------------------------------------------------------
1577 1.7.8
1578 ----------------------------------------------------------------------
1579
1580 - xtext: Fixed parsing of "%C2, " to match mIRC, i.e. bg color is not
1581 reset, fg changes to 2 and the comma is printed (Fuentes Xavier).
1582 - xtext: a fix for multibyte text wrapping (Tetsuo YAMAMOTO).
1583 - Made notify NOT announce everyone offline when you first login.
1584 - Multiple WATCHes are sent on one line for notifies, to reduce lag.
1585 - Added an internal /unban command which takes multiple masks. You
1586 might want to remove the old usercommand (Tobias v. Koch).
1587 - Banlist window now sends multiple modes per line.
1588 - Fixed a memory leak in perl (Martin Persson).
1589 - Removed the tooltip for userlistinfo, it seemed to cause corruption
1590 on some gtk+ themes.
1591 - Made xchat not interpret %C,%B etc when percascii is OFF, .e.g:
1592 /set percascii OFF
1593 - Fixed ops/voice counts when networks allow you to voice/op people
1594 that are already voiced/oped (like EFnet).
1595 - Fixed building with --disable-glib.
1596 - IPv6 reverted to off by default, use --enable-ipv6 to enable.
1597 - Win32 fixes: dcc send/recv now works and fixed a bug in loading
1598 some .conf files by using the O_BINARY flag.
1599 - Changed the xchat icon - old one was a bit too dark.
1600 - Updated Greek translation (Fanis Dokianakis).
1601
1602
1603 ----------------------------------------------------------------------
1604 1.7.7
1605 ----------------------------------------------------------------------
1606
1607 - Re-added support for '+' channels when there's no 005 numeric.
1608 - Made the new $3 null terminated (works better that way).
1609 - Fixed Doubleclick-user when disabling userlist icons.
1610 - Fixed SSL build.
1611 - Win32 port (some code from Alex Badea's 1.5.11win32 port used).
1612 - More code cleanups, removed all extern prototypes from fe-gtk/.
1613 - Titlebar text now shows unknown channel modes too.
1614 - Made persist chans work with /reconnect aswell.
1615 - Avoid pastes of common unix directories being treated as irc
1616 commands (Chema Celorio).
1617 - Removed the Delete word forward/backward functions from
1618 KeyBindings. GTK handles these already, why were they ever there?
1619 - Made %h work for dialog windows' popup menu too.
1620 - Fixed treeview not setting channels red and blue.
1621 - The info above the userlist now gets a tooltip which gives you
1622 some extra info.
1623 - The nickgad (to the left of your nickname) now gets a text prefix
1624 char if userlist icons are disabled.
1625 - Timestamp format is now configurable in Setup->IRC Input/Output.
1626
1627
1628 ----------------------------------------------------------------------
1629 1.7.6
1630 ----------------------------------------------------------------------
1631
1632 - xtext: tweaks to make url highlights less flickery.
1633 - Added some support for ircd numeric 005. MODES>=6, CHANTYPES,
1634 CHANMODES, WATCH and PREFIX are supported. This means dynamic
1635 support of different channel and user modes. The userlist icons
1636 only support *@%+ though (admin, op, half op, voice), will have to
1637 find a way to make these dynamic in the future. Also, made a new
1638 file modes.c and rewrote mode handling in general to support this,
1639 so what did I break?
1640 - Added option 'Userlist icons' (default ON). Lets you turn off
1641 userlist icons for ops, voice etc and get the plain text @+ (in
1642 Setup->Interface). Might be useful for ircd's that have weird
1643 and wacky access levels.
1644 - Added support for WATCH command for use in notify list. Numeric 005
1645 must list WATCH for this to work.
1646 - Added an extra arg $3 for channel message printevents. This is the
1647 prefix char of the person talking, e.g. '@' for Ops.
1648 - Resolve irc-server name only if using a non-socks4 proxy. This
1649 allows you to connect even with a non-working dns. Also made the
1650 socks5 code more "correct" (Richard Fuchs).
1651 - Some code cleanups, got rid of most of the extern functions in c
1652 files and moved them to h files.
1653 - Perl has a valid context at startup again (broken in 1.7.4).
1654 - Fixed leak of awaymessages for "Show away once" feature.
1655
1656
1657 ----------------------------------------------------------------------
1658 1.7.5
1659 ----------------------------------------------------------------------
1660
1661 - Fixed some buggy catalogs for gettext 0.10.37 (OpenBSD users).
1662 Compiling with 0.10.35 will now break, there's always
1663 ./configure disable-nls.
1664 - Fixed python autoloading due to new serverlistcode (Richard Fuchs).
1665 - Made perl/python/plugins autoload when first irc window is open
1666 (rather than when serverlist opens), incase they need to print.
1667 - Changed serverlist opening behaviour. It now obays the
1668 'No ServerList on startup' setting regardless of auto-connects.
1669 - Fixed buggy Quit menu item (1.7.4 bug).
1670 - DCC cleanups, including some endian fixes.
1671 - DCC windows don't go to front when new xfers appear (1.7.3 bug).
1672 - Rewrites to a few vital xtext functions. This seems to have speed
1673 up rendering with a FontSet and fix the -/+1 line bug.
1674 - Fixed Shelltab not opening sometimes (actually a 1.7.4 ipv6 bug).
1675 - Added ability to change font for Shelltabs only:
1676 /set font_shell <fontname>
1677
1678
1679 ----------------------------------------------------------------------
1680 1.7.4
1681 ----------------------------------------------------------------------
1682
1683 - On startup, serverlist now opens without any other windows, looks
1684 neater, less confusing for newbies. If you disable serverlist at
1685 startup, a normal irc will open instead.
1686 - Made a few things more userfriendly, "DCC Send" -> "File Send". No
1687 need to refer to the protocol in the GUI!
1688 - Fixed a xtext bug rendering a background color of 1 incorrectly.
1689 - Unprintable characters used to cause problems to xtext (who would
1690 have thought gdk_char_width returns a different value to
1691 gdk_text_width?) - fixed.
1692 - xtext renders only once when switching tabs (used to render twice
1693 because gtk gives us 2 expose signals, why?).
1694 - When you change your nick it changes in the titlebar now too.
1695 Server name is now reported in dialog windows' titlebar.
1696 - Having Strip mIRC Color ON will now strip it from dcc chats too.
1697 - Added (really this time) perl functions add_user_list,
1698 sub_user_list, clear_user_list for manipulating the userlist of a
1699 channel (Lloyd Williams).
1700 - Various code cleanups, including a rewrite of the IPv6 code.
1701 Removed /6server and 'Use IPv6' check-box in the serverlist. It
1702 automatically handles IPv6/IPv4 addresses now.
1703 - Added a check-box in the serverlist edit window for "Use Proxy".
1704
1705
1706 ----------------------------------------------------------------------
1707 1.7.3
1708 ----------------------------------------------------------------------
1709
1710 - Added server hostname as $3 for quit print event (Bjorn Olievier).
1711 - Some fixes to the gnomepanel code. Panel no longer asks to restart
1712 applet on quit, removing the applet doesn't exit xchat (George).
1713 - Fixed fd leaks in /exec and python (Richard Fuchs).
1714 - user@host gets logged in query windows (Richard Fuchs).
1715 - Fixed the 'Marked Away' & 'Save Settings on exit' check menu items
1716 (when using --disable-gnome).
1717 - Workaround for ipv6 build failing on some glibcs (Tobias von Koch).
1718 - DCC won't try to resume if local file is bigger than remote offer.
1719 - Fixed xtext drawing/wordwrap and textmarking bugs.
1720 - Horizontal scrollbar appears in channellist window when needed.
1721 - Fixed color paste. Does this affect multibyte pasting? Please
1722 report (Darell Tan).
1723 - Fixed titlebar text for notices/snotices tabs.
1724 - The topic box gets a tooltip of the current topic.
1725
1726
1727 ----------------------------------------------------------------------
1728 1.7.2
1729 ----------------------------------------------------------------------
1730
1731 - Fixed some Python mem leaks and signal/event handlers can now
1732 return non-null integer to tell xchat to stop processing the event
1733 (like perl handling functions) (Richard Fuchs).
1734 - Got rid of the Linger timeout. This was a lame solution to stop the
1735 loss of QUIT messages when closing the socket too early. Now xchat
1736 just delays closing sockets by 5 seconds (even on quiting the app).
1737 No more 1 second delay when you close a tab or the whole app!
1738 - Fixed some memory leaks in the banlist window.
1739 - Added 'B' channel-mode button to access the banlist.
1740 - Added Turkish translation (Ozgur Dogan GUNES).
1741 - Updated Spanish translation (Antonio de la Torre).
1742 - Fixed the throttle setting (which was reversed! who did that?).
1743 - Added IRC::notify_list. (Matthew Gabeler-Lee).
1744 - Don't crash when bind fails for dcc send.
1745 - Don't send garbage to server when ban_type is invalid.
1746 - Rewrote a whole heap of bad code in maingui.c. When opening a new
1747 tab/window it always uses the same functions instead of having the
1748 code repeated a few times. This is pretty big so expect some things
1749 to break. This also means dcc/chanlist etc tabs get the < > buttons
1750 too.
1751 - /KICKBAN now deops users first (Tobias von Koch).
1752
1753
1754 ----------------------------------------------------------------------
1755 1.7.1
1756 ----------------------------------------------------------------------
1757
1758 - Turning off server tabs should work again (1.7.0 bug).
1759 - Some ipv6 fixes.
1760 - Added a few TextEvents that used to be hardcoded.
1761 - Updated jcode (Takuo Kitame).
1762 - Fixed possible crash in palette window (1.7.0 bug).
1763 - Rewrote the EscapeCode->mIRC color conversion for /exec.
1764 - Added option to explicitly set your dcc IP (Jim Seymour).
1765 - Added Opera and w3m to default URL Handlers.
1766 - New serverlist/window icon - just for a change.
1767 - Updated Korean translation (Kim SeungBaeck).
1768 - Added hook_timeout to the XChat.XChat() python class so you can
1769 XChat.XChat().hook_timeout(delay, handler). It is a one time
1770 function like the perl version (Donald Kjer).
1771 - /RECONNECT can now takes args like /SERVER, the difference
1772 being that it'll rejoin all your channels (Angel).
1773
1774
1775 ----------------------------------------------------------------------
1776 1.7.0
1777 ----------------------------------------------------------------------
1778
1779 - Updated German translation (Benedikt Roth).
1780 - Updated Spanish translation (Antonio de la Torre).
1781 - Updated Japanese translation (Takuo Kitame).
1782 - Added Norwegian translation (Kjartan Maraas).
1783 - Fix for bug in 1.4.x serverlist.conf loading.
1784 - Away status and reason is re-send to the server if you get
1785 disconnected (Daniel Rall).
1786 - Added option to have one tab for notices, configurable under
1787 Inferface/Window layout (Alex Badea).
1788 - Added another meter component that measures the server send queue
1789 from the throttle system (pref: throttlemeter), added UI support
1790 for showing the lag and throttle as either progress bars, info
1791 boxes, both, or none (Alex Badea).
1792 - Added a command to flush the send queue (/FLUSHQ) and one for
1793 forcing a new lag check (/LAGCHECK) (Alex Badea).
1794 - Added option 'persist_chans', when ON once a session is created
1795 for a channel, no other channel will be assigned to that session,
1796 regardless of any parts or kicks (Alex Badea).
1797 - Compile errors while loading a perl script are printed on the main
1798 window. Warnings issued by perl scripts are also printed on the
1799 main window. This allows script writers to use the perl command
1800 'warn' to point out strange things. Perl errors no longer make
1801 xchat crash. The error message is written on the main window and
1802 the command execution is stopped (Frodo Baggins).
1803 - Added IPv6 support for making server connections. See
1804 ./configure --enable-ipv6 and /6SERVER command (\\bonxo\\@IRCnet).
1805 - Added Banlist window (Salvatore Insalaco).
1806 - You can now specify which dir ssl is in, e.g.: ./configure
1807 --enable-openssl=/usr/local/ssl (Richard Fuchs).
1808 - Added InterScan proxy traversal support (is this the correct name
1809 for this proxy? Looks like a httpd proxy to me) (Alex Riesen).
1810 - Added Japanese code conversion support, see ./configure
1811 --enable-japanese-conv (Takuo Kitame).
1812 - xtext: smooth (pixel-based) scrolling.
1813
1814
1815 ----------------------------------------------------------------------
1816 1.6.4
1817 ----------------------------------------------------------------------
1818
1819 - Fix for using a DCC port range (Lawrence Gold).
1820 - Fix for building on UnixWare 7 (Ronald Joe Record).
1821 - Added Chinese translations - zh_TW.Big5 and zh_CN (Kevin Peng and
1822 Anthony Fok Tung-Ling).
1823 - Added Finnish translation (Jarkko Ranta).
1824 - Revamped the default URLHandlers to add Galeon and Mozilla.
1825 - Clicking Accept on a DCC chat that you offered would loop - fixed.
1826 - Fixed percentage display for DCC receive (Matthew Gabeler-Lee).
1827 - Fixed bug in indent and timestamps (Dmitriy Zavin).
1828 - Fixed crash bug in xchat-text and DCC send being aborted remotely.
1829 - Made /lastlog more efficient for very large scrollback buffers.
1830 - Beep on private actions too (Richard Fuchs).
1831 - /MSG'ing a channel or nick will show up in the destination tab
1832 instead (Richard Fuchs).
1833
1834
1835 ----------------------------------------------------------------------
1836 1.6.3
1837 ----------------------------------------------------------------------
1838
1839 - Updated Swedish translation (Christian Rose).
1840 - Updated Spanish translation (Antonio de la Torre).
1841 - Right-click toggle menu items used to crash under gnome (bug in
1842 gnome-libs?) - work around.
1843 - xtext: Efficiency improvements: text mark, word and line select.
1844 - xtext: fixes for multibyte characters (UNO Takeshi).
1845 - Fixed bug in resizing a tinted-transparent window (deb bug #79674).
1846 - Some OS2 compilation fixes (pla).
1847 - Fixed PONG parsing (Stefano Barbato).
1848 - Fixed a leak of file descriptors.
1849 - Fixed /ALLSERV.
1850 - Fixed /BAN to replace ~ with * in username (Stefan Scholl).
1851 - Fixed /ME through DCC CHAT while not connected to server (#81031).
1852 - Work-around for UnrealIRCd's duplicate /NAMES bug.
1853 - Fixed DCC receiving filenames with spaces.
1854
1855
1856 ----------------------------------------------------------------------
1857 1.6.2
1858 ----------------------------------------------------------------------
1859
1860 - xtext: Fixed the mark-clear bug (gnome bug #34584).
1861 - Updated German translation (Tamer Fahmy).
1862 - Commas are replaced with %2c in URLs, as to not confuse poor old
1863 Netscape (deb bug #70905).
1864 - Bluestring to 300 chars (deb bug #79138).
1865 - Added option /SET percascii, which can disable/enable translation
1866 of %XXX into an ascii value while typing (deb bug #76122).
1867 - New hotkey hook: key_action_put_history. Only inserts line into
1868 history, but doesn't send it to the server (DaP).
1869 - Lots of SSL updates:
1870 * Make accept_invalid_cert optional on /sslserver (DaP).
1871 * Print verbose information of SSL session on connect (DaP).
1872 * Clean up code at X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT checking
1873 (DaP).
1874
1875
1876 ----------------------------------------------------------------------
1877 1.6.1
1878 ----------------------------------------------------------------------
1879
1880 - xtext: Fixed lockup with certain sized fonts.
1881 - xtext: Made some changes to improve efficiency when using really
1882 large scrollback buffers (only noticable when doublebuffer off).
1883 - Fixed a bug in /help crashing on longer than 10 char UserCommands.
1884 - Fixed autoreconnect while using a proxy server.
1885 - Never-give-up ReConnect does just that (even more so than before :)
1886 - Fixed the channelmode buttons mouse-over problem.
1887 - Fixed percentage display for large files in dcc recv/send gui.
1888 - StartTime in dcc chat gui no longer Jan 1 1970.
1889 - Fixed DCC send behind IP-Nat (Bernhard Valenti)
1890 <bernhard.valenti@gmx.net>.
1891 - Added Lithuanian translation (Gediminas Paulauskas).
1892 - The < > buttons arn't shown for non-tab windows (Aaron Lehmann).
1893 - Fixed the (-1,-1) transparency problem for non-tab windows.
1894
1895
1896 ----------------------------------------------------------------------
1897 1.6.0
1898 ----------------------------------------------------------------------
1899
1900 - xtext: More efficient handling of expose events, text marking and
1901 url highlighting when double buffer is OFF.
1902 - xtext: Fixed a very rare bug that could cause BadGC errors or the
1903 separator bar not to be drawn.
1904 - Fixed crash in right-clicking URLs in the URL Grabber window.
1905 - If Check-For-Replace is in the keybindings for Return, it'll
1906 actually work again.
1907 - USER login command now sends your nodename instead of 'localhost'
1908 to please some IRCNet servers.
1909 - Updated Swedish translation (Christian Rose).
1910
1911
1912 ----------------------------------------------------------------------
1913 1.5.11
1914 ----------------------------------------------------------------------
1915
1916 - Updated Slovak translation (Stano Visnovsky).
1917 - Updated Swedish translation (Christian Rose).
1918 - Updated Greek translation (Fanis Dokianakis).
1919 - Updated Spanish translation (Antonio de la Torre).
1920 - If Never-Give-Up Reconnect is ON, it won't give up on DNS failer.
1921 - '/me is back' is sent again when Announce Away Messages is ON.
1922 - If channelmode buttons were OFF and you joined a channel with a
1923 userlimit xchat would crash - fixed.
1924 - /sslserver's password arg. is now optional (Daniel Richards).
1925 - SSL accepts self signed certs (Daniel Richards).
1926 - Fixed the unnecessary window resizes when opening a new tab.
1927 - Changed the tinting code a bit (thanks gnapster :).
1928 - Transparent shell tabs update too when they are moved.
1929
1930
1931 ----------------------------------------------------------------------
1932 1.5.10
1933 ----------------------------------------------------------------------
1934
1935 - Added "Enable double buffer" toggle in Setup->Channel windows.
1936 - Double buffer is now OFF by default (seems to use less CPU).
1937 - Timestamps didn't turn ON while indent was OFF - fixed.
1938 - Updated Swedish translation (Christian Rose).
1939 - Added some extra text events: Channel Msg hilight, Channel
1940 Action hilight (near top of the list). No more cardcoded color
1941 codes! Also hilighting in actions works, and you can make the whole
1942 message hilighted if you change the event text.
1943 - Initial window size is actually set to your settings (this will
1944 never be perfect I guess, sometimes to the window still resizes
1945 itself without warning).
1946 - Hidemenubar setting didn't work properly for non-tabs and when
1947 delinking windows - fixed.
1948 - Notices appear in front tab even when server tabs are enabled.
1949 - Changed Away behaviour again. No more /back, /away with no args
1950 brings you back. The menu-item's state is what the server tells
1951 it, it even changes when you switch tabs to another server. Xchat
1952 assumes you are not away when you first connect. irc::get_info(5)
1953 returns the away state. One day the other UserModes menu items will
1954 show correct states. Is everyone happy now?
1955 - Translation tables didn't work for outgoing text - fixed.
1956 - Cleaned up a few xchat.conf names, a few settings may not load up
1957 from 1.5.9 - just set them again.
1958
1959
1960 ----------------------------------------------------------------------
1961 1.5.9
1962 ----------------------------------------------------------------------
1963
1964 - Updated Spanish translation (Antonio de la Torre).
1965 - Added Hebrew translation (Dan Fruehauf).
1966 - Fixed crash bug when partreason was not set.
1967 - Dialog tabs obay the hidetopicbar setting now too (the one in the
1968 right-click menu).
1969 - Cleaned up the settings gui: the whole window is more compact now,
1970 some toggles in two columns, numbers use a spin-button, entry boxes
1971 are larger and option-menus are more consistant.
1972 - The "o=xx v=xx t=xx" display is finally changed.
1973 - Changed most of xtext.c to use gdk instead of Xlib.
1974 - Added configure option:
1975 --disable-xlib disable use of xlib (for non X11 systems)
1976 This might help compile xchat on other GTK supported systems like
1977 BeOS and Win32 (havn't tried it though).
1978 - Neater /set list.
1979 - You can now set a nickname per server (see serverlist edit window).
1980 - Changed the behaviour of /away and added /back (James Crawford).
1981 - Away reason can now be a text file of random reasons too.
1982
1983
1984 ----------------------------------------------------------------------
1985 1.5.7 -> 1.5.8
1986 ----------------------------------------------------------------------
1987
1988 - Updated Spanish translation (Antonio de la Torre).
1989 - Updated Swedish translation (Christian Rose).
1990 - Updated Greek translation (Dokianakis Fanis).
1991 - Updated German translation (Tamer Fahmy).
1992 - Added Catalan translation (Pablo Saratxaga).
1993 - Added option "Always timestamp logs" which timestamps log files
1994 even if on-screen timestamps are off (Mike Guidero).
1995 - Added entry "Part Reason: ". Also part and quit reasons can be
1996 a filename of random reasons (filename relative to ~/.xchat/).
1997 - Took out /unban as a internal command, add it as a usercommand
1998 /quote MODE %c -b &2 instead.
1999 - Added a text event for banlist. Try /banlist and it'll be a bit
2000 more readable now.
2001 - Changed output throttle system (undernet style) (Alex Badea).
2002 - Added 1 second linger socket option to stop QUIT msgs from being
2003 lost (they still get lost sometimes, why?).
2004
2005
2006 ----------------------------------------------------------------------
2007 1.5.6 -> 1.5.7
2008 ----------------------------------------------------------------------
2009
2010 - Fixed transparency-leak problems in 1.5.6
2011 - New code to create shaded transparency, taken from latest zvt.
2012 (is it better?)
2013 - URL handlers are now executed without a shell.
2014 (http://www.securityfocus.com/vdb/bottom.html?vid=1601)
2015 - Fixed a bug in xchat.conf and serverlist.conf loading.
2016 - When spliting msgs (longer than the IRC 512 limit), it used to
2017 loose some chars - fixed.
2018 - Added feature to choose DCC port range (Lars Sundqvist).
2019 - Fixed perl-stack overflow probs in irc::userlist() and others.
2020 Added perl functions user_list_short() and perl_script_list()
2021 (Mike Guidero).
2022 - MHz is now detected on FreeBSD 4.x/5.x (Jonathan Perkin).
2023 - It's now possible to "/dcc close chat nick" within a DCC perl
2024 input handler without crashing xchat. (Geoffrey Higginson).
2025 - Fixed a problem with the usermenu not updating sometimes.
2026
2027
2028 ----------------------------------------------------------------------
2029 1.5.5 -> 1.5.6
2030 ----------------------------------------------------------------------
2031
2032 - Added option pingtimeout, which pings the server instead.
2033 /set pingtimeout 90 is default (small values will malfunction).
2034 You also need the lagometer enabled for this to work.
2035 - No longer using fnmatch() for ignore etc (because the way it
2036 handles [ and ]). Using function from ircu2.10.08.
2037 - Some fixes to code & configure.in to make it compile using
2038 Solaris C (Albert Chin).
2039 - New Spanish translation (Antonio de la Torre).
2040 - New Russian translation (Alex Samorukov).
2041 - New Hungarian translation (Horvath Szabolcs).
2042 - Added Portuguese translation (Vitor Antunes).
2043 - Added Slovak translation (Martin Pekar).
2044 - Added /allserv <cmd> and /allchan <cmd>. They send a command to
2045 all currently connected servers and joined channels. Also added
2046 usercommands /ame and /amsg which make use of this.
2047 - Added sock5 traversal, see Setup->Proxy Server (Alex Badea).
2048 (The numbers for proxy_type are now 0=disabled, 1=wingate,
2049 2=socks4, 3=socks5).
2050 - A few more buffer overflow checks (nick & channel length).
2051 - Mapped mIRC color 99 to "no background" (mIRC lame!).
2052 - Some efficiency tweaks to xtext.
2053 - Added SSL support (see --enable-openssl and /help server) (DaP).
2054 This seems to be highly experimental, as I don't know of any IRC
2055 servers that can do SSL yet.
2056 - Changed history behaviour, more like GNU (DaP).
2057 i.e. Doesn't wrap and the bottom line is blank.
2058 - Added option "InputBox Always In Focus" (DaP).
2059 - Added option "Show Nickgad" (DaP).
2060 - Added option "Show invites in the active Window" (DaP).
2061 - Added option "Send /Whois" in notifies section, which sends a
2062 /whois when someone comes online (DaP).
2063 - Added an event for numeric 341, you inivited someone (DaP).
2064 - Title bar text changed/improved a bit (DaP).
2065 - Added actions for EditKeyBindings: MoveFrontTabLeft and
2066 MoveFrontTabRight, like the <> buttons, but for keyboard (DaP).
2067 - Implemented timeout events in the text frontend (Alex Badea and
2068 fixed by me :).
2069 - Dcc Recv/Send tabs won't resize the window when open.
2070 - Added configure option --disable-glib.
2071 - Transparent windows update when background changes (Aaron Lehmann).
2072 - serverlist.conf is slightly changed! You WILL be able to load your
2073 old 1.5.5 or 1.4.x server list, but older versions WON'T load lists
2074 from 1.5.6, so backup your serverlist.conf if you need to.
2075
2076
2077 ----------------------------------------------------------------------
2078 1.5.4 -> 1.5.5
2079 ----------------------------------------------------------------------
2080
2081 - Fix for show/hide menu under gnome.
2082 - Added -a and --noauto arg (don't auto connect to any servers).
2083 - Added internal /list command, which sends the correct args according
2084 to ircd type (it detects undernet and dalnet to send >0,<10000).
2085 Remove any old /list usercommands you might have.
2086 - /op /deop ... etc send up to six modes per line if using undernet.
2087 - As discussed in the mailinglist, changed DCC resume to send and
2088 expect to receive ACKs as an absolute, rather than an offset from
2089 the resume point. It *should* work with mIRC now, but break with
2090 old versions of xchat and probably BitchX.
2091 - Added option "Limited Tab Highlighting" (Francis Litterio).
2092
2093
2094 ----------------------------------------------------------------------
2095 1.5.3 -> 1.5.4
2096 ----------------------------------------------------------------------
2097
2098 - Lack of gdk_pixbuf is detected correctly now (configure script).
2099 - textmarking is no longer a timeout event, is this better or worse?
2100 - Added Turkish translation (Fatih Demir).
2101 - Added Russian translation (Valek Filippov).
2102 - Added Ukrainian translation (Yuri Syrota).
2103 - Added configure option --disable-zvt. Also, zvt shell tab can be
2104 compiled in even without gnome (and is by default, if gnome-config
2105 can be found to provide the LDFLAGS).
2106 - Added "Delete Word Forward" function in Edit Key Bindings. Bind
2107 this to Alt-d for that emacs feel (Francis Litterio).
2108 - Ping times show one extra decimal place.
2109 - You can now hide the menubar too, click left mouse in the text area
2110 to get a popup version of the menu (middle mouse in dialogs).
2111 - Added the proxy settings to the GUI, Setup->IRC->Proxy Server.
2112 - Added a keyword TOGGLE for usermenu. Delete your old usermenu.conf
2113 to see the new default one.
2114 - Configure script now cleans up the CFLAGS & LDFLAGS (removes
2115 duplicate words), let's hope this doesn't break on some boxses.
2116
2117
2118 ----------------------------------------------------------------------
2119 1.5.2 -> 1.5.3
2120 ----------------------------------------------------------------------
2121
2122 - Fixed a rare overflow bug in auto_insert().
2123 - Pressing OK in the settings window on slow machines (p233?) was
2124 pretty slow, maybe it's faster now.
2125 - Corrected some inputgad behaviour (Aaron Lehmann).
2126 - Fix for 64bit machines (alpha) in xtext (word clicks).
2127 - Updated German translation (Benedikt Roth).
2128 - Updated Danish translation (Birger Langkjer).
2129 - If you disconnect (/discon, /quit...) a server during the reconnect
2130 delay, it is actually removed now.
2131 - Added option "Give the userlist style" (DaP).
2132 - Translation tables support can be turned off (--disable-trans), for
2133 you minimalist freaks.
2134 - Added Hebrew support, compile time: --enable-hebrew, run time:
2135 /set hebrew 0/1 (Dan Aloni).
2136 - Added new setting, "nick completion character" (Francis Litterio).
2137 - Added new setting, "Old-style Nickname Completion", which makes it
2138 act much like 1.4.x (Francis Litterio).
2139 - Added "Delete Word" function to EditKeyBindings (Francis Litterio).
2140 - Now using gdk-pixbuf for decoding pictures and tinted transparency.
2141 (Tints don't seem to work 100% yet). (Andreas Persenius).
2142 - Added halfop support (mode +h). This includes support in the
2143 userlist, /hop, /dehop, /mdehop and new textevents (Elizandro G. Roos).
2144
2145
2146 ----------------------------------------------------------------------
2147 1.5.1 -> 1.5.2
2148 ----------------------------------------------------------------------
2149
2150 - --disable-gnome should work again.
2151 - Fixed a bug in right-click nick menu.
2152 - Should compile with glibc 2.1.3 (no more 'struct user' errors).
2153 - Added Romanian translation (Dan Damian).
2154 - CTCP flood protection won't kick in for ACTIONs.
2155 - Removed the theme code.
2156 - Made pixmaps.c, all code to decode/free/etc pixmaps is in here.
2157 - WM_HINTS icon is set for the app.
2158 - Removed the "-c" flag (it's automatic now).
2159
2160
2161 ----------------------------------------------------------------------
2162 1.5.0 -> 1.5.1
2163 ----------------------------------------------------------------------
2164
2165 - Shell tabs are now delinkable.
2166 - Added a "show/hide topic bar" button (bottom right), I didn't know
2167 where else to put this.
2168 - Hidding the userlist is saved and any new tabs/windows open will
2169 have the userlist hidden.
2170 - You can now turn off/on perl warnings with /set perlwarnings 0/1.
2171 - Tab-key nick completion even more like GNU readline (Gerard Daubar).
2172 - Rewrote the function that handles %variables in userlist buttons,
2173 user commands and ctcp replies (all use the same function now),
2174 please report any bugs (especially if someone can overflow you from
2175 remote ;) - as a consequence, you can use % and & (word/word_eol)
2176 for ctcp replies now. Also added %m for machine info.
2177 - Nickname-popup-menu, URLmenu and Usermenu all use the same code now
2178 (it means you can make submenus in all 3).
2179 - Double eval back in perl.c
2180 - Dialogs/querys also have a toolbox button (just for consistancy).
2181 - Added lagometer (/set lagometer 0 to turn it off), this isn't quiet
2182 finished yet (and doesn't work on IRCNet because it refuses to
2183 reply to pings correctly).
2184
2185
2186 ----------------------------------------------------------------------
2187 1.4.2 -> 1.5.0
2188 ----------------------------------------------------------------------
2189
2190 - Some changes & cleanups to the parser code (inbound/outbound).
2191 - Ran all source through indent, using:
2192 indent -bli0 -bls -ce -ts3 -i3
2193 (please use this in your patches, I used GNU indent 2.2.4).
2194 - If you send a message (channel or query window) longer than 512
2195 bytes (maximum allowed by the ircd) it will be split into two
2196 smaller messages instead of being truncated.
2197 - Some gui touchups and changes.
2198 - You can now enable/disable the output throttle with /set throttle.
2199 - Added /timer.
2200 - Overhauled the ChannelList window (Joshua Gough).
2201 - Added proxy traversal support for socks and wingate, no gui yet so
2202 use /set proxy_host, proxy_port, proxy_type (1=socks, 2=wingate).
2203 - Added /userlist.
2204 - Opaque-window-move used to be slow on some windowmanagers even
2205 with transparency turned off - fixed.
2206 - Tab-key completion is more like GNU readline (Wes Peters).
2207 - Now possible to use modules in perl scripts (Andreas Scherbaum).
2208 - irc::get_info(4) returns the current xchat dir (Mike Guidero).
2209 - Added irc::get_prefs() (returns a /set variable) (Leo Cacciari).
2210 - /set <wildcard> is now possible.
2211 - Added Show-Userhost-in-Userlist option (Nicolas Dimitrijevic).
2212 - Build tree cleaned up so 'make dist' can work.
2213 - Added flood protection from CTCP and mass-dialogs-opening (Bruj0)
2214 rdiazleven@ubp.edu.ar. (see variables *_limit).
2215
2216
2217 ----------------------------------------------------------------------
2218 1.4.1 -> 1.4.2
2219 ----------------------------------------------------------------------
2220
2221 - Compilation fixes for IRIX (David Kaelbling).
2222 - Compilation fixes for AIX (Rodrigo Barbosa).
2223 - Compilation fixes for OpenBSD.
2224 - Should now compile with certain beta/alpha versions of Perl.
2225 - "Scrollbar snapping to top" bug fixed.
2226 - Corrected some text marking behaviour.
2227 - Made use of fnmatch(), if available (for chanlist, ignore etc).
2228 - Configure script is now generated with a sane version of autoconf.
2229 - Alt-minus and Alt-plus now wrap around (AGL).
2230
2231
2232 ----------------------------------------------------------------------
2233 1.4.0 -> 1.4.1
2234 ----------------------------------------------------------------------
2235
2236 - Fixed a bug that could make new text not appear while marking text.
2237 - xtext: Further improved performance when double buffering is turned
2238 off (marking text & URL hilights are almost flicker free).
2239 - xtext: Double buffer is now freed at each render operation, this
2240 should reduce memory usage if you have many tabs open.
2241 - If you closed a server while it was in the reconnect-delay, xchat
2242 would crash - fixed.
2243 - No more zombies when doing /discon while connection in progress.
2244 - Added "/clear all" command (Paul de Regt).
2245 - Hilights only work on full word matches now (Brendan O'Dea).
2246 - Some Solaris compilation fixes (David Morgan).
2247 - Danish translation updated (Birger Langkjer).
2248 - Italian translation updated (Stefano Fava).
2249 - Greek translation added (Fanis Dokianakis).
2250 - Dutch translation upated (Arjan Scherpenisse).
2251 - Removed some very old translations: fr_CA, no, pl, ru and sv.
2252 (If someone wants to update these, you're welcome to).
2253 - Channel mode "+h nick" (half Op) is now reported correctly (still
2254 not supported in the userlist though).
2255 - Having indent nicks OFF in channel windows and ON in dialog windows
2256 didn't work - fixed.
2257 - Sometimes ignores wouldn't save - fixed.
2258
2259
2260 http://www.xchat.org