Klient Version Information

Legend:


Klient 2.2.1 (November 15, 2006)

Interface: Scripting and Plugins
  1. Set FPU status to $127F when calling events and aliases from DLL Plug-Ins per Quension's request. Klient's preferred FPU settings will be reset when the function(s) return.
  2. Fixed Scripts.ScriptObjectCount and Scripts.ScriptObject not working unless the script editor has been opened.
  3. Fixed IPList showing as an object in Scripts.ScriptObject.
  4. Fixed Python scripts having problems when edited with the script editor's options set to use the tab character for indents instead of spaces.
  5. Fixed an error importing script language defintion files made by Klient 2.1.x.
IRC
  1. Added Message Notify item to the system menu of IRC windows in place of the old Flash Next. It has options to flash the window's selectors and play a sound file the next time a message is displayed in the window.
  2. Added support for NAMESX
  3. Added support for UHNAMES
  4. The Flash Next feature of IRC windows, now moved to the Message Notify item, is now only triggered by displayed related to messages (message, action, notice, whisper, etc.) instead of any text.
  5. From the Background item in the system menu of IRC windows, you can now use JPEG images when selecting custom backgrounds.
  6. When pasting text into the text editing area of IRC windows set to use a multi-line edit box, the text is not sent even if it contains end-of-line characters.
  7. When typing into the text editiig area of IRC windows set to use a multi-line edit box, you can now press Ctrl+Enter to enter multiple lines of text. When Enter is pressed, each line is sent separately.
  8. Fixed issuing a /names from a server window with no parameters messing up channel names lists.
  9. Fixed a problem with /onotice when using an IRC server running ircu earlier than version 2.10.
  10. Fixed Klient not recognizing JOINs from bouncers that don't send the address as part of the source when it tells the client that it joined a channel.
  11. Fixed a typo in the message displayed when you try to send text to a channel after being disconnected from the server.
  12. Fixed the topic history list view not being repainted properly when the channel information window is resized and there are enough items in the history to make it need a scroller.
  13. Fixed the Add Server dialog not allowing you to enter a space as part of the password for connecting to a server.
Commands
  1. When using /debug, /pager, and /sounds with no parameters, the resulting message, e.g. "Debug mode is off (use "/debug on" to turn on)", now uses the command prefix specified in the options.
Documentation
  1. Fixed the example text in the Timer.Free and Timer.Server properties.

Klient 2.1.4 (December 16, 2005)

Interface: Scripting and Plugins
  1. Added Server.Numeric005(Item) to determine if an item was present in the 005 reply. Also added KLIENT_SERVERS_NUMERIC_005 for DLL Plug-Ins.
  2. Added Server.Numeric005Param(Item) to access the parameters associated with an item received in the 005 reply. Also added KLIENT_SERVERS_NUMERIC_005_PARAM for DLL Plug-Ins.
  3. Added Channel.ModeSet(Mode) to determine if a channel mode is set. Also added KLIENT_CHANNELS_MODE_SET for DLL Plug-Ins.
  4. Added Channel.ModeParam(Mode) to determine the parameter associated with a channel mode. Also added KLIENT_CHANNELS_MODE_PARAM for DLL Plug-Ins.
  5. Added Display.ShowServerMessage which corresponds with the new Server Message item in the display options. Also added DISPLAY_MASK_SERVER_MESSAGE for DLL Plug-Ins.
  6. Added Server Message event for active scripts and EVENT_SERVERMESSAGE for DLL Plug-Ins
  7. Added Whois.GetNumeric(Code) method to retrieve the values of any numeric received during the whois.
  8. Added Window.CloseWithServer to determine whether or not a window is automatically closed when its parent server is closed. Setting this property on affects custom windows. Also added KLIENT_WINDOWS_GET_CLOSEWITHSERVER and KLIENT_WINDOWS_SET_CLOSEWITHSERVER for DLL Plug-Ins.
  9. In DLL Plug-In event EVENT_CTCP, the TCTCPInfo structure now has a ToChannel member.
  10. DLL Plug-In events EVENT_GLOBALMESSAGE and EVENT_GLOBALNOTICE now receive a TGlobalMessageInfo instead of a TWindowTextInfo. The new structure is identical with the addition of a SentTo member.
  11. Some Display.ShowOwn... methods have new parameters. The parameters are now: MyNick, MyAddress, SendTo, Text. SendTo should be filled with the target nickname. The methods affected are ShowOwnPrivateAction, ShowOwnPrivateMsg, ShowOwnPrivateNotice, ShowOwnChatAction, and ShowOwnChatMsg.
  12. Some display masks have changed for KLIENT_DISPLAY_FORMATTED_ECHO and KLIENT_DISPLAY_FORMAT_TEXT. The following display masks have an additional parameters (between the address and the text parameters) to account for the target nickname: DISPLAY_MASK_PRIVATE_ACTION, DISPLAY_MASK_PRIVATE_MSG, DISPLAY_MASK_PRIVATE_NOTICE, DISPLAY_MASK_CHAT_ACTION, DISPLAY_MASK_CHAT_MSG.
  13. The platform properties of the SysInfo object now recognize the Windows 2003 platform.
  14. Fixed ServerList.Network, ServerList.NetworkByName, and ServerList.NetworkFor always returning valid Network objects even when supplied with invalid parameters.
  15. Fixed WindowManager.Window(Index) returning garbage instead of an invalid object when Index is invalid.
  16. Fixed TimerMgr.TimerByIndex and TimerMgr.TimerById always returning valid Timer objects even when supplied with invaid parameters.
  17. Fixed the new query sound being played even if Klient.Halt is called in a New Query event.
  18. Fixed popups being enabled regardless of their connection, op status, or IRCX requirement settings.
  19. Fixed errors that occured saving variant variables (in Variables.SetVariant, Timer.AddNameValue, Whois.DataVariant, etc.) in script languages that pass their variants by reference (VBScript).
  20. Fixed Userhost events not being raised properly when multiple nicknames are specified in a /userhost command.
  21. Fixed the Server Disconnect event not being triggered when changing servers.
  22. Fixed the script editor's code insight not showing for items returned from Scripts.ScriptObject.
  23. Fixed UDP script sockets having an issue with ReceiveText because of the way script languages deal with the ASCII 0 character. ReceiveText now only returns text up to the first ASCII 0. If there was more ASCII 0-delimted text in the string, calling ReceiveText again will return the next, etc. Continue calling ReceiveText until the result is an empty string.
  24. Fixed the script editor showing EOL characters in the Find and Replace dialogs.
  25. Fixed 32-bit images in scripted popup menus not showing when disabled on low color systems.
  26. Fixed custom windows not being put into the "Other" category in the window tree when their parent window is closed.
  27. Fixed some problems when adding custom to modes to Server.MemberModes (the problems occured on channels that were left open after a disconnect and reconnect).
  28. Fixed syntax highlighting for PHP being case sensitive (since PHP has a mix but the syntax highlighter is all-or-nothing, they had to all be made case insensitive).
  29. Fixed syntax highlighting for Ruby not being case sensitive.
  30. Fixed an error in the ChanServ deop popup in the default script.
  31. Fixed Display.ShowOwnChatMsg and Display.ShowOwnChatAction not displaying parameters in the correct locations.
  32. Fixed ! not being handled properly for commands interpreted directly by a DCC chat window when executed to the chat window by a script (affected me, say, and qsay commands).
  33. Fixed the Enter Pressed event being triggered when /commands are entered into a DCC chat window.
IRC
  1. Added Set as Default to the Position menu in the system menu of IRC windows. It sets the default position information for the current window type to the position of the current window. Position information includes the width of the channel names list.
  2. Added Clear Defaults to the Position menu in the system menu of IRC windows. It clears the default position information for all window types.
  3. Klient now recognizes when a channel does not support modes. It does not request mode information and will display a message if the channel information dialog is requested.
  4. Added support for 005 CASEMAPPING=ascii. Klient still uses RFC1459 case mapping for internal things, but when doing channel name and nickname comparison (as well as in other server/parsing-related comparisons) the ascii case mapping is used when it is reported.
  5. When reconnecting (and either Klient is not using the next server in the network/group or the network is unknown), Klient now reconnects to whatever it was you initially made the connection to, regardless of what that connection reports its address as or what that address resolved to.
  6. Fixed IRC windows not regaining focus when clicking in the display area when a docked list or tree has focus on the main screen.
  7. Fixed the Esc key not clearing text in a window's edit box (when the "Esc key minimizes" option is not set in the Window Options).
  8. Fixed topics in the Channel Information dialog not displaying colors properly when there is text after a closing Ctrl+K with no previous color code existing to return the color to.
  9. Fixed the timestamp override items in the system menus of IRC windows behaving oddly.
  10. Fixed the : character being removed from 249 replies (and possibly a few others).
  11. Fixed the default display for a 302 reply not correctly displaying information and raising script events when information for multiple people are received (seen when using /userhost on multiple nicknames).
  12. Fixed some odd handling of MODE commands for user modes, making the user modes appear off for scripts doing something handling between the mode event and the 221 that results from Klient requesting its modes from the server.
  13. Fixed 477 replies not displaying the associated channel when there is one.
  14. Fixed tab nick completion in channel windows not working properly when using it for several nicknames separated by commas.
  15. Fixed improper parsing of the 005 CHANMODE parameter causing uncommon modes to have their parameters not in the same order as the mode string when displaying them in the channel caption and accessing them in Channel.Modes.
  16. Fixed IRC windows not logging session close messages when the entire application is closed.
  17. Fixed Klient not using RFC1459-compliant string comparison in all places. This affected locating windows and channel members by names under certain situations.
  18. Fixed Klient not treating unprefixed notices as notices from the current server.
  19. Fixed messages from servers being ignored.
  20. Fixed Klient not treating everything between a 311 and 318 as part of the whois (it would display it even if the /whois was an internal one).
  21. Fixed non-active IRC windows not being activated when clicking the 1-pixel border around its toolbar when they were in Office 2000 or Standard mode.
  22. Fixed e-mail hyperlinks not being parsed properly in channel windows when they are next to a nickname link.
  23. Fixed Ctrl+O not popping colors properly when nested Ctrl+K codes are used.
  24. Fixed windows logging to the wrong filename when network is part of the logging path and the network is changed.
  25. Fixed some oddities with the tab nick completion in channel window edit boxes.
  26. Fixed the Alt+M msg nick list appearing in the wrong place when the edit box is using right-to-left text.
  27. Fixed the use of Alt+M to show the msg nick list turning on accelerators in the main form's menu and leaving them on (if the system is hiding accelerators until the Alt key is pressed).
  28. Fixed the icon in the caption of query and dcc chat windows not using the same image as the icons in the window tree and switchbar.
  29. Fixed Klient trying to rejoin a channel upon connection if it was joined (for the first time) before the 376 or 422 was received.
  30. Fixed Klient requiring a : before the channel name when parsing an INVITE.
  31. Fixed windows that are opened minimized (such as channels joined with /joinmin) not closing properly until the window is shown for the first time.
Commands
  1. When used from a channel window, the /hop command now cycles the current channel without closing if no parameters are specified. If another channel name (and optional key) is specified, the current channel is parted and the specified channel is joined from the same window.
  2. The /ban command now has the following optional parameters: -rkuN (remove, kick, unban after N seconds). You can also now specify full addresses or masked addresses instead of just nicknames in this command.
  3. The /say command now automatically breaks long messages like /msg, /me, and /describe do.
Documentation
  1. Fixed incorrect documentation on the Timer object. New timers are disabled by default.
  2. Fixed out of date icons where the help file referred to toolbar buttons.
  3. Fixed a small error in the documentation for Registry.WriteInteger and Registry.WriteString in the Object Reference section of the documentation.

Klient 2.1.1 (July 17, 2005)

Interface: Scripting and Plugins
  1. Scripted popups can now display alpha-blended images. Alpha-blended grayscale versions are automatically created for when they are disabled.
  2. As a result of the changes to the script language definitions, Klient's scripting now works with Python, RubyScript, and PHP.
  3. Added Speech event. This event is triggered when text is about to be spoken. The text is passed in as a variable parameter and may be modified directly. Setting the text to an empty string or calling Klient.Halt cancels the speech.
  4. Added read-only property Window.UniqueID that is a unique integer identifier for each window. It is similar to Window.Handle, but is assigned by Klient instead of the operating system and does not change when the window is changed between desktop and normal modes.
  5. Added WindowMgr.WindowByID(UniqueID) method to access a window object given it's unique identifier.
  6. Added KLIENT_WINDOWS_HANDLE_BY_ID for DLL Plug-Ins to translate a window's unique ID into a handle.
  7. Added KLIENT_WINDOWS_ID_BY_HANDLE for DLL Plug-Ins to translate a window's handle into a unique ID.
  8. Added DNS.IPs. This property accesses a StringList object that contains all of the IPs a host name resolved to.
  9. Added OpenDialog.ExtensionDifferent, SaveDialog.ExtensionDifferent, KLIENT_OPENDLG_GET_EXT_DIFF, and KLIENT_SAVEDLG_GET_EXT_DIFF. They are True when the selected filename's extension differs from OpenDialog.DefaultExt, SaveDialog.DefaultExt, KLIENT_OPENDLG_GET_DEFAULT_EXT, or KLIENT_SAVEDLG_GET_DEFAULT_EXT.
  10. Added StringList.Insert(Position, Text) method. If the StringList object is sorted, Position is ignored and the operation is treated like an Add.
  11. Added a Timers window that docks onto Klient's main form for monitoring script timers.
  12. Changed the mechanism of error checking used with the Windows Scriptign Host. This improves error messages and allows syntax checking in script engines that do not report errors via exceptions.
  13. Changed the "Notify Add" and "Notify Remove" events to "Notify Online" and "Notify Offline" to clear up confusion over what the events are for.
  14. A query window's address is now filled in before calling the WindowOpen event if the query window was created as a result of someone sending you a message.
  15. The Variable Expired script event is now triggered before the variable is actually removed.
  16. The Variable Expired event for DLL scripts now uses a pTextInfo struct. It is identical to the previous pVariableInfo event.
  17. StrUtils.StripColors now also removed ASCII 8 (don't ask me, ask Quension!).
  18. The DNS Resolved script event for active scripts is now passed an IPList parameter. It is a StringList object that contains all of the IPs a host name resolved to.
  19. Using Server.Emulate no longer results in a "Server Data" script event being triggered.
  20. Improved the automatic completion of hostmasks in the user list, ban list, ignores, etc., when a complete host mask is not specific.
  21. Removed OpenDialog.AllowExtDiff, SaveDialog.AllowExtDiff, KLIENT_OPENDLG_GET_ALLOW_EXT_DIFF, KLIENT_OPENDLG_SET_ALLOW_EXT_DIFF, KLIENT_SAVEDLG_GET_ALLOW_EXT_DIFF, and KLIENT_SAVEDLG_SET_ALLOW_EXT_DIFF.
  22. In the same dialogs, you can now rename rules from the main dialog (without having to open the individual Rules dialog to rename them).
  23. In the same dialogs, when you remove a rule the next rule in the list is now automatically selected. If there is no next item, the previous item is selected.
  24. When the Send/Receive Complete and Send/Receive Fail script events are triggered, the file stream is now closed before calling the event. Thus, there is no longer a write lock on the file when those events are called (they can be moved, deleted, etc.)
  25. When using the Whole Words Only option in the Script Editor's Find and Replace dialog, it now breaks words on punctuation.
  26. When Klient starts up and no scripts are loaded, it no longer automatically adds Klient.ksf unless the script section of its registry key did not exist. This means you can have no scripts loaded if desired, but Klient will still set appropriate defaults if started with no registry entries.
  27. Added API.ShowWindow(Handle, CmdShow) method.
  28. Fixed parameters not being processed properly for DLL plug-ins.
  29. Fixed StrUtils.LeftTrimChars and StrUtils.RightTrimChars not working properly.
  30. Fixed StrUtils.IRCUpperCase and StrUtils.IRCLowerCase treating [] like lowercase and {} like uppercase. Now, [] is uppercase and {} is lowercase.
  31. Fixed StrUtils.IRCUpperCase and StrUtils.IRCLowerCase not dealing with \ as a lowercase | and vice versa.
  32. Fixed an error that occured when Variables.Unset is called for a variable during its own Variable Expired event.
  33. Fixed StrUtils.Reverse returning an erroneous value.
  34. Fixed Display.Line() faulting when attempting to retrieve an EchoEx()'d line.
  35. Fixed Server.RemoteIP not being populated before the Server Connecting event is raised.
  36. Fixed Window.TimestampingDefault and KLIENT_WINDOWS_IS_TIMESTAMP_DEFAULT reporting inverted values.
  37. Fixed the script editor not consistently highlighting objects passed in to script items as reserved words.
  38. Fixed Variables.GetVariant forcing its return type to be a string.
  39. Fixed UserGroup.Permissions.Item(), UserGroup.Permissions.Delete(), UserGroups.Networks.Item(), and UserGroups.Networks.Delete() not working when 0 is specified for the index.
  40. Fixed UserList.HasPermission not taking into account the specified network for user groups that are network-specific.
  41. Fixed errors that occurred when a server window was closed that had custom windows created for it by a script.
  42. Fixed problems that occured with script variables when accessing methods of the Variables object during a Variable Expired script event.
  43. Fixed Display.ShowVoiceMsg and Display.ShowVoiceNotice putting the parameters in the wrong order. The problem was in KlientExternals, so anyone using a deriviative of Klient's Delphi SDK might want to check the parameter order for those items.
  44. Fixed the Whois object calling its callback twice when the person being looked up is not on IRC (the second time it would report Success = True).
  45. Fixed script errors being reported improperly when the error is generated by asynchronous script code.
  46. Fixed IniFile.Open always returning True.
  47. Fixed Display.ShowNotify not displaying the address and/or comment properly if specified.
  48. Fixed the description for $alert2 being incorrect in the "Two Part" item in the Display | Text options.
  49. Fixed KLIENT_DISPLAY_FORMAT_TEXT not recognizing the constant values defined in the SDK or the DLL Plug-In help file.
  50. Fixed KLIENT_DISPLAY_FORMAT_TEXT using the incorrect display constants. It now works as documented.
  51. Fixed Sender.FullAddress having the nickname duplicated for Join events where you are the one joining.
  52. Fixed the Channel.Limit property always returning 0.
  53. Fixed calls to Display.Line(n) causing an extra line being written to the window's log file.
  54. Fixed event parameters modified by a DLL Plug-In going back to original if an active script event handler existed for the same event.
  55. Fixed the Silence Changed script event not being triggered.
  56. Fixed code insight not being displayed in the script editor for Registry.KeyNames and Registry.ValueNames.
  57. Fixed the server handle associated with timers not being updated if/when a server window's handle changes (this happens when toggling between desktop and regular window state).
  58. Fixed scripted popup menus showing an empty menu when popped up if all menu captions evaluate to nothing.
  59. Fixed Server.CommonChannelCount, Server.CommonChannel, KLIENT_SERVERS_COMMON_CHANNEL, and KLIENT_SERVERS_COMMON_COUNT using counts for all servers instead of the specified server.
  60. Fixed errors that would occur if scripted popups were clicked after having the popups had but edited and saved but not yet built (and therefore the script editor not yet closed).
  61. Fixed the Script Import Wizard's large caption labels not using the system font.
  62. Fixed Locale.ConvertToLocalNumber returning an incorrect value.
Network
  1. Fixed a problem with Klient losing blocks of data from the server under rare circumstances (circumstances too complicated to explain here!)
  2. Fixed an error that occured when trying to configure a proxy server that drops connections immediately after it opens them.
  3. Fixed an error connecting to some SOCKS5 servers.
  4. Fixed servers reporting "Connection Cancelled" instead of "Disconnected from..." under certain conditions.
IRC
  1. Added a Refresh menu item to the bans, ban exceptions, and invite exceptions section of the Channel Information dialog.
  2. You can now hold the Shift key when connecting to a server to not execute the Connect Options.
  3. Added a "Rejoin Channels" item to the server history drop-down. If this item is checked, you will rejoin any channels you are on when using the server history drop-down to reconnect.
  4. You can now double-click a topic in the Topic History section of the Channel Information dialog to view/edit the saved topic.
  5. Added "Open Log" item to the Logging section of the system menu in IRC windows to open the log file the window is currently logging to.
  6. The notify list now uses /watch C to clear itself when using WATCH instead of -nick -nick etc.
  7. When pasting text in an IRC window's edit box, pasting a single line of text into a multi-line edit box never sends the line even if there is a CR/LF at the end. When pasting multiple lines into a multi-line edit boxes, the first lines are sent and the last is not. Single-line edit boxes behave the same as before; lines are sent wherever a CR/LF was copied with the text.
  8. The Bans and Ignores section of List Management now shows the access count in the main list view.
  9. Fixed the rejoin delay being editable in the Server Events options dialog even when "Rejoin channels when kicked" is not enabled. Same for the "Display in server window" and "Display in query window" items in the same dialog (now disabled when "Whois on query" is not checked).
  10. Fixed nicknames being removed from a channel window when they quit IRC if you are not actually on the channel anymore (for example, it is trying to rejoin after a kick or tried to rejoin but you were banned) but are still on other channels with the people who quit.
  11. Fixed the channel list results dialog sending an empty /join command (a /join command that didn't specify any channels) when double-clicking the list when no channels were selected.
  12. Fixed additions and deletions from your silence list not being reported.
  13. Fixed an error when pasting lines that contain carriage returns and/or line feeds into IRC windows whose edit boxes already contained some text.
  14. Fixed highlights not working properly when "whole word only" is specified and the word is followed by a punctuation mark.
  15. Fixed highlighting (from the Hightlight Options) not working properly when multiple words to highlight appear side-by-side in a sentence.
  16. Fixed the Own Channel Message and Own Notice displays including your nickname in the $address identifier.
  17. Fixed the notify list not being reset properly between reconnections.
  18. Fixed query windows not showing nickname changes when the nickname changes case only (i.e. when "Nick" becomes "nick").
  19. Fixed the screen appearing locked when closing IRC windows by double-clicking the icon in the upper-left corner of the window.
  20. Fixed the address mask dialog (when you add a ban or exception from the Channel Info window) having a 32-character limit.
IRC Protocol
  1. Added support for server codes 271 and 272, which are used to show silence lists.
  2. Added "Invite List" display mask item which is used for 336 and 337 replies. The dedicated display item allows hyperlinking of the channel names reported.
  3. When parsing a server's 005, Klient now assumes everything up to the + to be a prefix that has channel operator status for the purposes of enabling or disabling channel toolbar buttons.
  4. To be compatible with mIRC-style color coding, Klient now treats color code 99 as transparent (that is, it reverts back to the default color for the segment of the text item being displayed).
  5. When connecting to a server, user modes set in the On Connect options are not set if they were automatically given to you. Similarly, modes that are supposed to be removed are not removed if they are not set.
  6. Channels are now scanned for banned members when you become opped on a channel. If you become opped while Klient is waiting to fill the internal address list for a channel, the check is delayed until the IAL is filled (to better find matches).
  7. Changes made to the ban list are now acted upon in all channels immediately instead of just when people join.
  8. Klient now uses RFC2812's defintion of ~ and ^ being lowercase and uppercase versions of the same letter.
  9. Improved the display of 432 replies (erroneous nickname) to include other information, if available, as to why the nickname was not valid.
  10. Channel names lists are now refreshed on 353 (received when you use the /names command for a channel).
  11. Fixed 378 replied (nick is connecting from...') not always being displayed as part of a /whois reply.
  12. Fixed the 484 reply not being reported properly on some networks.
  13. Fixed DalNET's initial user modes not being recognized (this may have happened on other networks as well).
  14. Fixed Klient not displaying KILL messages from the server.
  15. Fixed some parsing issues that would make Klient pick up a notice improperly if the correctly formatted text was embedded within a message.
  16. Fixed 371 replies (info up time) being displayed without the first colon that appeared in the reply.
  17. Fixed the Initial Mode event being triggered for channels every time a 324 reply is received. It now only triggers on the first time for a channel.
  18. Fixed Klient not sending CTCP responses when received while a connecting is happening but not completed (making Klient not be able to connect to some networks).
  19. Fixed a spelling error in the 491 reply display (no O-lines for your host).
  20. Fixed server notices not being parsed properly if they are sent before the server's 001 reply upon connection.
  21. Fixed wallop messages from servers not being displayed.
  22. Fixed Klient interpreting messages to +channel (not #channel) as a voice message to "channel" instead of a regular message to "+channel".
  23. Fixed a server's user modes containing a space if a server reports extra spaces in the user modes in a 221 reply.
  24. Fixed the default channel part message not being sent with a : before the message (making only the first word of it show up for other people).
  25. Fixed an error parsing NOTICE AUTH in certain situations.
Commands
  1. Added /perm <nick> <mask> command to add someone to your permanent ban list (to any ban groups that are automatically assigned to new bans).
  2. Added /control command to open the Control Center (primarily to enable a hotkey setting to open this dialog).
  3. Added /notifies command to show the Notifies window (primarily to enable a hotkey setting to this dialog).
  4. Added /transfers command to show the DCC Transfers window (primarily to enable a hotkey setting to this item).
  5. Added /wintree command to show the Window Tree (primarily to enable a hotkey setting to this item).
  6. Added /switchbar command to show the Window Switchbar (primarily to enable a hotkey setting to this item).
  7. Added /timerdlg command to show the Script Timers window (primarily to enable a hotkey setting to this item).
  8. Added /squery command that automatically adds a : before the second parameter.
  9. The /joinmin command now works with multiple channels, just like the standard /join command does.
  10. Removed the /objects command that used to open the now non-existant Object Explorer.
  11. The /dns command now displays multiple addresses if a host name resolves to more than one.
  12. The /invite command can now be used without parameters for servers that support 336 and 337 replies (which show invites received while away).
  13. The /join command now opens a Join Channels dialog if used with no parameters.
  14. When issuing a /names command, the "Updated internal address list" display is no longer shown. It is only shown when the IAL is auto-refreshed when a channel is joined or re-joined.
  15. Fixed server windows allowing a /list command to be issued while a list is already in progress. It checked from the Channel List dialog but not from the /list command.
  16. Fixed the /bans command not behaving as described in the help file. Used with no parameters from a non-channel window, it now displays Klient's ban list.
  17. Fixed the /rename command allowing you to rename a query window to the name of an already existing query window.
  18. Fixed an error the /mode command's auto-completion of channel names (where it fills in an empty # with the name of the channel) when using the /mode command on channels whose name ends with the # character.
  19. Fixed the user list not being saved right away and notifies not being reset after modifying properties for a user with the /userprop command.
System
  1. Added support for favoring speed over memory usage. To favor speed over memory usage, add an item to Klient's registry section (HKCU\Software\Klient\IRC 2.1). The item's name should be "FavorSpeed". The data type or value are not important. The items existence is only checked on startup, so you must restart if you add or remove this item before changes can be noticed. If this item is set, you will notice an increase in memory usage but a decrease in memory page faults (thereby improving performance). The difference in speed is not dramatic, but should be at least noticeable on slower machines. If you have a slower machine but have memory to spare, this may be a good choice.
  2. Fixed desktop shortcuts for channels (set in the Add Favorites dialog) not using the correct icon.
Documentation
  1. Versions.txt is now Versions.htm.
  2. Added the Object Reference section to the help file.
  3. Fixed some errors in the DLL Plug-In documentation.
  4. Fixed some typing errors in the help file.