Releases Tags
-
Version 1.1.0
released this 2 years ago | 0 commits to master since this release
Implement DCC- Added: DCC Chat.
- Added: GUI option to hide/show the toolbar.
- Added: SSL option for individual servers.
- Added: SASL option for individual servers.
- Added: Checkable buttons for managing individual servers.
- Added: Message in Query window if the user quits IRC.
- Added: Support for timestamping chat history upon joining channels.
- Improved: Show error code and message when SSL connections fail with "Unhandled exception".
- Improved: Parser for inbound data from IRC servers is now more flexible at handling new features as well as IRCv3 extensions.
- Fixed: Refresh titlebar with new channel topic when it is changed.
- Fixed: Case-insensitive lookup of the internal storage of channels and users.
- Fixed: Corrected how topic clear command works (/topic -c #channel)
- Fixed: ChannelSettings.iis now handles channel names case-insensitively
- Added: Script finction strupper(string) that makes the input string all upper-case.
- Added: Script finction strlower(string) that makes the input string all lower-case.
- Fixed: Use server password from configuration.
- Added: Context menu when right-clicking the tray icon.
- Added: Double-clicking the icon toggles the program's visibility.
- Fixed: Added missing functionality that prevented this to work.
- Fixed: Missed check of channel parameter existence.
- Fixed: Corrected an issue in the script engine related to logical operators.
- Added: Support for the message-tags IRCv3 extension.
- Added: Own tab page in the Options dialog to enable/disable IRCv3 features.
- Removed: Background image option in Options dialog. This was only half-done and not working as intended anyway. Might see a come-back.
- Added: SASL PLAIN authentication
- Added: Configuration option in the Options dialog to set SASL PLAIN credentials
- Fixed: Corrected the clean-up procedures for the internal storage of members.
- Improved: Clear the nickname list when leaving a channel (ie. by /part and the window is therefore still open)
- Improved: Changed to use JSON format for servers due to how much information we need about each.
- Added: Double-clicking the columns in the editor allows editing on-the-fly (and auto saves).
- Added: More intuitive "add server" dialog box.
- Improved: More servers and networks in servers.json.
Various source code cleanup (Issues #17
, #27 , #125 and #143 )Downloads
-
Version 1.0.1
released this 4 years ago | 81 commits to master since this release
QUIT message isn't always sent- Bugfix: Ensured that the configured QUIT message is used when closing status window, using tool buttons and when
no parameters were given to /QUIT command.
- Bugfix: Prevent message parsing if it looks incimplete (missing \r\n in buffer)
- Added: New configuration "ReconnectDelay"; in the settings GUI, this is a spin-box next to the reconnect option.
- Bugfix: This menu item now opens a web-browser to the IdealIRC wiki website.
- Bugfix: Consider server-registration done when we also read the "No MOTD file found" message.
Downloads
- Bugfix: Ensured that the configured QUIT message is used when closing status window, using tool buttons and when