-
2.2.0 (2026-01-10) Stable
released this
2026-01-10 13:03:12 +01:00 | 1 commits to master since this release-
xC: added more characters as nickname delimiters,
so that @nick works as a highlight -
xC: fixed libedit crash with empty configuration, hackfixed Readline >= 8.3
-
xC: prevented rare crashes in relay code
-
xP: added a network lag indicator to the user interface
-
xP: started embedding the necessary web resources,
and making sure that the files have unique paths after change,
so that stale copies are not cached by browsers indefinitely -
Bumped relay protocol version
Downloads
-
-
2.1.0 (2024-12-19) Stable
released this
2024-12-19 03:16:14 +01:00 | 18 commits to master since this release-
xC: fixed a crash when the channel topic had too many formatting items
-
xC: fixed keyboard EOF behaviour with Readline >= 8.0
-
xC: made it possible to stream commands into the binary
-
xM/xW: various bugfixes
-
Added a Fyne frontend for xC called xA
-
Added a Qt Widgets frontend for xC called xT
Downloads
-
-
2.0.0 (2024-07-28) Stable
released this
2024-07-28 07:32:14 +02:00 | 48 commits to master since this release-
xD: now using SHA-256 for client certificate fingerprints
-
xD: implemented WALLOPS, choosing to make it target even non-operators
-
xC: made it show WALLOPS messages, as PRIVMSG for the server buffer
-
xC: all behaviour.* configuration options have been renamed to general.*,
with the exception of editor_command/editor, backlog_helper/pager,
and backlog_helper_strip_formatting/pager_strip_formatting -
xC: all attributes.* configuration options have been made abstract in
a subset of the git-config(1) format, and renamed to theme.*,
with the exception of attributes.reset, which has no replacement -
xC: replaced behaviour.save_on_quit with general.autosave
-
xC: the servers.*.command configuration option now supports multiple lines
-
xC: improved pager integration capabilities
-
xC: unsolicited JOINs will no longer automatically activate the buffer
-
xC: made Readline insert the longest common completion prefix first,
and prevented the possible-completions command from duplicating the prompt -
xC: normalized editline's history behaviour, making it a viable frontend
-
xC: various bugfixes
-
xC: added a relay interface, enabled through the general.relay_bind option
-
Added a web frontend for xC called xP
-
Added a Win32 frontend for xC called xW
-
Added a Cocoa frontend for xC called xM
-
Added a Go port of xD called xS
-
Added a simple notifier called xN
Downloads
-
-
1.5.0 (2021-12-21) Stable
released this
2021-12-21 06:01:48 +01:00 | 292 commits to master since this release-
xC: made it possible to pass the cursor position to external editors,
in particular VIM and Emacs -
xC: started quoting text coming from bracketed pastes,
to minimize the risk of trying to execute filesystem paths as commands -
xC: fixed to work with post-2021-08-29 editline
-
xC: extended editline's autocomplete to show all options
-
utm-filter.lua: added Facebook's tracking parameter to the filter
Downloads
-
-
1.4.0 (2021-10-06) Stable
released this
2021-10-06 14:08:04 +02:00 | 305 commits to master since this release-
xC: made message autosplitting respect text formatting
-
xC: fixed displaying IRC colours above 16
-
xC: offer IRCnet as an IRC network to connect to,
rather than the lunatic new Freenode -
xD: started bumping the soft limit on file descriptors to the hard one
Downloads
-
-
1.3.0 (2021-08-07) Stable
released this
2021-08-07 07:58:10 +02:00 | 315 commits to master since this release-
xC: made nick autocompletion offer recent speakers first
-
All binaries have been renamed to something even sillier,
and all references in the source tree have been redacted;
this represents a major incompatible change for all plugins;
configuration and program data have to be adjusted manually
Downloads
-
-
v1.2.0 (2021-07-08) Stable
released this
2021-07-08 05:10:36 +02:00 | 325 commits to master since this release-
xC: added a /squery command for IRCnet
-
xC: added trivial support for SASL EXTERNAL, enabled by adding "sasl"
to the respective server's "capabilities" list -
xC: now supporting IRCv3.2 capability negotiation, including CAP DEL
-
xC: added support for IRCv3 chghost
-
xC: /deop and /devoice without arguments will use the client's user
-
xC: /set +=/-= now treats its argument as a string array
-
xC: made "/help /command" work the same way as "/help command" does
-
xC: /ban and /unban don't mangle extended bans anymore
-
xC: joining new channels no longer switches to their buffer
if the input buffer isn't empty -
censor.lua: now stripping colours from censored messages;
their attributes are also configurable rather than always black on black
Downloads
-
-
v1.1.0 (2020-10-31) Stable
released this
2020-10-31 23:51:31 +01:00 | 348 commits to master since this release-
xC: made fancy-prompt.lua work with libedit
-
xD: fixed a regression with an unspecified "bind_host"
-
Miscellaneous minor improvements
Downloads
-
-
v1.0.0 (2020-10-29) Stable
released this
2020-10-29 03:04:21 +01:00 | 361 commits to master since this release-
Coming with real manual pages instead of help2man-generated stubs
-
xC: added support for more IRC colours and strike-through text (M-m x)
-
xC: now tolerating all UTF-8 messages cut off by the server
-
xC: disabled "behaviour.backlog_helper_strip_formatting" by default
since the relevant issue with ACS terminfo entries has been resolved -
xC: enabled word wrapping in the backlog by default
-
xC: made the unread marker span the whole line, with a configurable
character; the previous behaviour can be obtained by setting it empty -
xC: fixed the prompt not showing back up after exiting a backlog helper
when an external event has provoked an attempt to change it -
xC: now watching fellow channel users' away status when the server
supports the away-notify capability; indicated by italicised nicknames -
xC: added a plugin to highlight prime numbers in incoming messages
-
xD: make sure an unspecified "bind_host" binds to both IPv4 and IPv6
-
xB: install plugins to /usr/share and look for them in XDG data dirs
-
Miscellaneous little fixes
Downloads
-
-
v0.9.8 (2020-09-02) Stable
released this
2020-09-02 20:02:42 +02:00 | 413 commits to master since this release-
xC: fixed a crash and prompt attribute output in libedit 20191231-3.1,
though users are officially discouraged from using this library -
xC: fixed Lua 5.4 build, so far the support is experimental
-
Miscellaneous little fixes
Downloads
-