You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrollback no longer appears twice when joining a channel that has
existing log history (the log was loaded once by the join handler and again
by the scrollback loader).
Crash-prone plugin/script wiring — the raw-line hook for plugins and
scripts captured a dangling reference to the connection object (undefined
behavior on every received line).
DCC receive hardening — offers with an invalid (zero/negative) file size
are rejected, and a transfer is aborted if the peer sends more data than it
offered, so a malicious sender can no longer fill the disk.
Private messages and CTCPs addressed with different nick casing (e.g. MyNick vs mynick) now route to the correct query tab instead of opening
a bogus channel tab.
IRCv3 message-tag values are now unescaped in a single left-to-right
pass per spec (\\s no longer double-decodes; invalid escapes and trailing
backslashes handled per spec).
Server passwords containing spaces now work (PASS is colon-framed).
/NOTIFY -nick removal is now case-insensitive, matching the add check.
Channel-mode prefix tracking — parametered channel modes (+b/+e/+I/+k
always, +l/+f/+j when setting) now keep the mode-parameter index aligned,
so op/voice prefix updates no longer mis-align after mixed mode strings.
Lag meter — only a genuine PONG …LAG<id> reply is accepted (chat text
mentioning PONG/LAG no longer skews the measurement), and the meter stops
based on live connections rather than open tabs.
/SYSINFO no longer leaves a stray child process behind if a probe command
hangs.
Reconnecting the same connection object with a different SSL mode no longer
risks sending registration before the TLS handshake completes.
Focus-stealing fixed: the chat area no longer grabs keyboard focus on
scroll.
PM/query right-click context menus target the correct user; QML load error
in the nick context menu fixed.
DCC send, multi-server reconnect, and highlight fixes from the 1.5.x code
review follow-up.