2022-09-10 15:55:13 +02:00
|
|
|
2.0.0 (Unreleased)
|
2022-02-04 22:45:04 +01:00
|
|
|
|
Start X11 and web frontends for xC
For this, we needed a wire protocol. After surveying available options,
it was decided to implement an XDR-like protocol code generator
in portable AWK. It now has two backends, per each of:
- xF, the X11 frontend, is in C, and is meant to be the primary
user interface in the future.
- xP, the web frontend, relies on a protocol proxy written in Go,
and is meant for use on-the-go (no pun intended).
They are very much work-in-progress proofs of concept right now,
and the relay protocol is certain to change.
2022-08-08 04:39:20 +02:00
|
|
|
* xD: implemented WALLOPS, choosing to make it target even non-operators
|
|
|
|
|
|
|
|
* xC: made it show WALLOPS messages, as PRIVMSG for the server buffer
|
|
|
|
|
2022-08-26 03:43:32 +02:00
|
|
|
* 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
|
|
|
|
|
2022-09-10 15:55:13 +02:00
|
|
|
* 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
|
|
|
|
|
2022-08-26 04:59:25 +02:00
|
|
|
* xC: replaced behaviour.save_on_quit with general.autosave
|
|
|
|
|
2022-08-26 03:43:32 +02:00
|
|
|
* xC: improved pager integration capabilities
|
2022-08-14 13:22:07 +02:00
|
|
|
|
2022-09-07 19:04:23 +02:00
|
|
|
* xC: unsolicited JOINs will no longer automatically activate the buffer
|
|
|
|
|
2022-08-27 14:35:07 +02:00
|
|
|
* xC: normalized editline's history behaviour, making it a viable frontend
|
|
|
|
|
2022-08-29 15:04:37 +02:00
|
|
|
* xC: various bugfixes
|
|
|
|
|
Start X11 and web frontends for xC
For this, we needed a wire protocol. After surveying available options,
it was decided to implement an XDR-like protocol code generator
in portable AWK. It now has two backends, per each of:
- xF, the X11 frontend, is in C, and is meant to be the primary
user interface in the future.
- xP, the web frontend, relies on a protocol proxy written in Go,
and is meant for use on-the-go (no pun intended).
They are very much work-in-progress proofs of concept right now,
and the relay protocol is certain to change.
2022-08-08 04:39:20 +02:00
|
|
|
* xC: added a relay interface, enabled through the general.relay_bind option
|
|
|
|
|
|
|
|
* Added an experimental X11 frontend for xC called xF
|
|
|
|
|
|
|
|
* Added an experimental web frontend for xC called xP
|
2022-02-04 22:45:04 +01:00
|
|
|
|
|
|
|
|
2021-12-21 05:56:53 +01:00
|
|
|
1.5.0 (2021-12-21) "The Show Must Go On"
|
2021-10-30 14:25:13 +02:00
|
|
|
|
|
|
|
* 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
|
|
|
|
|
2021-12-21 05:56:53 +01:00
|
|
|
* xC: extended editline's autocomplete to show all options
|
2021-10-30 14:25:13 +02:00
|
|
|
|
2021-12-21 05:56:53 +01:00
|
|
|
* utm-filter.lua: added Facebook's tracking parameter to the filter
|
2021-12-20 14:32:52 +01:00
|
|
|
|
2021-10-30 14:25:13 +02:00
|
|
|
|
2021-09-23 20:36:31 +02:00
|
|
|
1.4.0 (2021-10-06) "Call Me Scruffy Scruffington"
|
2021-08-28 14:44:38 +02:00
|
|
|
|
|
|
|
* xC: made message autosplitting respect text formatting
|
|
|
|
|
2021-08-28 17:51:58 +02:00
|
|
|
* xC: fixed displaying IRC colours above 16
|
|
|
|
|
2021-08-29 15:07:09 +02:00
|
|
|
* xC: offer IRCnet as an IRC network to connect to,
|
|
|
|
rather than the lunatic new Freenode
|
|
|
|
|
2021-09-23 20:32:00 +02:00
|
|
|
* xD: started bumping the soft limit on file descriptors to the hard one
|
|
|
|
|
2021-08-28 14:44:38 +02:00
|
|
|
|
2021-08-07 07:53:08 +02:00
|
|
|
1.3.0 (2021-08-07) "New World Order"
|
2021-07-23 18:42:21 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: made nick autocompletion offer recent speakers first
|
|
|
|
|
2021-08-06 17:14:13 +02:00
|
|
|
* All binaries have been renamed to something even sillier,
|
|
|
|
and all references in the source tree have been redacted;
|
2021-08-07 07:53:08 +02:00
|
|
|
this represents a major incompatible change for all plugins;
|
|
|
|
configuration and program data have to be adjusted manually
|
2021-07-23 18:42:21 +02:00
|
|
|
|
|
|
|
|
2021-07-08 05:09:30 +02:00
|
|
|
1.2.0 (2021-07-08) "There Are Other Countries As Well"
|
2021-05-22 19:38:20 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added a /squery command for IRCnet
|
2021-05-22 19:38:20 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added trivial support for SASL EXTERNAL, enabled by adding "sasl"
|
2021-05-28 02:11:23 +02:00
|
|
|
to the respective server's "capabilities" list
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: now supporting IRCv3.2 capability negotiation, including CAP DEL
|
2021-05-28 01:25:10 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added support for IRCv3 chghost
|
2021-05-30 08:06:38 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: /deop and /devoice without arguments will use the client's user
|
2021-06-03 00:07:11 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: /set +=/-= now treats its argument as a string array
|
2021-06-14 08:33:59 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: made "/help /command" work the same way as "/help command" does
|
2021-06-16 20:24:41 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: /ban and /unban don't mangle extended bans anymore
|
2021-06-17 12:08:08 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: joining new channels no longer switches to their buffer automatically
|
|
|
|
if the current input line isn't empty
|
2021-07-08 05:09:30 +02:00
|
|
|
|
2021-06-02 23:33:39 +02:00
|
|
|
* censor.lua: now stripping colours from censored messages;
|
|
|
|
their attributes are also configurable rather than always black on black
|
|
|
|
|
2021-05-22 19:38:20 +02:00
|
|
|
|
2020-10-31 23:50:32 +01:00
|
|
|
1.1.0 (2020-10-31) "What Do You Mean By 'This Isn't Germany'?"
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: made fancy-prompt.lua work with libedit
|
2020-10-31 23:50:32 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD: fixed a regression with an unspecified "bind_host"
|
2020-10-31 23:50:32 +01:00
|
|
|
|
|
|
|
* Miscellaneous minor improvements
|
|
|
|
|
|
|
|
|
2020-10-25 15:09:04 +01:00
|
|
|
1.0.0 (2020-10-29) "We're Finally There!"
|
|
|
|
|
|
|
|
* Coming with real manual pages instead of help2man-generated stubs
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added support for more IRC colours and strike-through text (M-m x)
|
2020-10-25 15:09:04 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: now tolerating all UTF-8 messages cut off by the server
|
2020-10-25 15:09:04 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: disabled "behaviour.backlog_helper_strip_formatting" by default
|
2020-10-25 15:09:04 +01:00
|
|
|
since the relevant issue with ACS terminfo entries has been resolved
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: enabled word wrapping in the backlog by default
|
2020-10-25 15:09:04 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: made the unread marker span the whole line, with a configurable
|
2020-10-25 15:09:04 +01:00
|
|
|
character; the previous behaviour can be obtained by setting it empty
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: fixed the prompt not showing back up after exiting a backlog helper
|
2020-10-25 15:09:04 +01:00
|
|
|
when an external event has provoked an attempt to change it
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: now watching fellow channel users' away status when the server
|
2020-10-25 15:09:04 +01:00
|
|
|
supports the away-notify capability; indicated by italicised nicknames
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added a plugin to highlight prime numbers in incoming messages
|
2020-10-25 15:09:04 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD: make sure an unspecified "bind_host" binds to both IPv4 and IPv6
|
2020-10-25 15:09:04 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xB: install plugins to /usr/share and look for them in XDG data dirs
|
2020-10-25 15:09:04 +01:00
|
|
|
|
|
|
|
* Miscellaneous little fixes
|
|
|
|
|
|
|
|
|
2020-09-02 19:55:47 +02:00
|
|
|
0.9.8 (2020-09-02) "Yep, Still Using It"
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: fixed a crash and prompt attribute output in libedit 20191231-3.1,
|
2020-09-02 19:55:47 +02:00
|
|
|
though users are officially discouraged from using this library
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: fixed Lua 5.4 build, so far the support is experimental
|
2020-09-02 19:55:47 +02:00
|
|
|
|
|
|
|
* Miscellaneous little fixes
|
|
|
|
|
|
|
|
|
2018-10-21 05:44:39 +02:00
|
|
|
0.9.7 (2018-10-21) "Business as Usual"
|
2018-08-01 09:36:25 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD: fix wildcard handling in WHOIS
|
2018-08-01 09:36:25 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD: properly handle STATS without parametetrs
|
2018-08-01 09:36:25 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD: abort earlier when an invalid mode character is detected while
|
2018-08-01 09:36:25 +02:00
|
|
|
processing channel MODE messages
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD: do not send NICK notifications when the nickname doesn't really change
|
2018-08-01 09:36:25 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD: fix hostname string verification (only used for "server_name")
|
2018-08-01 09:36:25 +02:00
|
|
|
|
|
|
|
|
2018-06-22 00:59:41 +02:00
|
|
|
0.9.6 (2018-06-22) "I've Been Sitting Here All This Time"
|
|
|
|
|
|
|
|
* Code has been relicensed to 0BSD and moved to a private git hosting
|
2018-06-21 22:30:10 +02:00
|
|
|
|
|
|
|
* Fix LibreSSL compatibility
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: a second /disconnect cuts the connection by force
|
2018-06-21 22:30:10 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: send a QUIT message to the IRC server on Ctrl-C
|
2018-06-21 22:30:10 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: add a Slack plugin (even though the gateway's now defunct)
|
2018-06-21 22:30:10 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: show an error message on log write failure
|
2018-06-21 22:30:10 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: fix parsing of literal IPv6 addresses with port numbers
|
2018-06-21 22:30:10 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: fix some error messages
|
2018-06-21 22:30:10 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: workaround a Readline bug in the fancy-prompt.lua plugin
|
2018-06-22 00:59:41 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD: fix two memory leaks
|
2018-06-21 22:30:10 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD: improve error handling for incoming connections
|
2018-06-21 22:30:10 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD: disable TLS session reuse
|
2018-06-21 22:30:10 +02:00
|
|
|
|
|
|
|
|
2016-12-30 08:15:44 +01:00
|
|
|
0.9.5 (2016-12-30) "It's Time"
|
2016-10-28 12:46:12 +02:00
|
|
|
|
|
|
|
* Better support for the KILL command
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: export many more fields to the Lua API, add a prompt hook
|
2016-10-28 12:46:12 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: show channel user count in the prompt
|
2016-10-28 12:46:12 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: allow hiding join/part messages and other noise (Meta-Shift-H)
|
2016-10-28 12:46:12 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: allow autojoining channels with keys
|
2016-12-30 07:49:10 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: rejoin channels with keys on reconnect
|
2016-12-30 07:49:10 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: make /query without arguments just open the buffer
|
2016-12-28 12:40:47 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: add a censor plugin
|
2016-10-28 12:46:12 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: die on configuration parse errors
|
2016-10-28 12:46:12 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: request channel modes also on rejoin
|
2016-12-30 07:49:10 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: don't show remembered channel modes on parted channels
|
2016-12-30 07:49:10 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: fix highlight detection in colored text
|
2016-10-28 12:46:12 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: fix CTCP handling for the real world and don't decode X-QUOTEs
|
2016-10-28 12:46:12 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: add support for OpenSSL 1.1.0
|
2016-12-28 12:40:47 +01:00
|
|
|
|
2016-10-28 12:46:12 +02:00
|
|
|
|
2016-04-28 23:40:38 +02:00
|
|
|
0.9.4 (2016-04-28) "Oops"
|
2016-04-03 04:06:56 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: fix crash on characters invalid in Windows-1252
|
2016-04-03 04:06:56 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: add an auto-rejoin plugin
|
2016-04-28 23:40:38 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: better date change messages with customizable formatting;
|
2016-04-28 23:40:38 +02:00
|
|
|
now also used in the backlog, so it looks closer to regular output
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xB: add a calc plugin providing a basic Scheme REPL
|
2016-04-03 04:06:56 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xB: add a seen plugin
|
2016-04-28 23:40:38 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD, xB: use pledge(2) on OpenBSD
|
2016-04-03 04:06:56 +02:00
|
|
|
|
|
|
|
|
2016-03-26 22:03:57 +01:00
|
|
|
0.9.3 (2016-03-27) "Doesn't Even Suck"
|
2015-12-09 00:53:56 +01:00
|
|
|
|
|
|
|
* Use TLS Server Name Indication when connecting to servers
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: now we erase the screen before displaying buffers
|
2016-01-15 05:08:54 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: implemented word wrapping in buffers
|
2016-03-26 22:03:57 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added autocomplete for /topic
|
2016-01-04 22:06:29 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: Lua API was improved and extended
|
2016-01-09 10:25:17 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added a basic last.fm "now playing" plugin
|
2016-01-09 10:25:17 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: backlog limit was made configurable
|
2016-01-15 03:49:24 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: allow changing the list of IRC capabilities to use if available
|
2016-02-01 21:57:43 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: optimize buffer memory usage
|
2016-01-31 20:07:20 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added logging of messages sent from /quote and plugins
|
2016-02-09 05:10:41 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: M-! and M-a to go to the next buffer in order with a highlight
|
|
|
|
or new activity respectively
|
2016-03-08 22:27:59 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added --format for previewing things like MOTD files
|
2016-03-12 14:28:17 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added /buffer goto supporting case insensitive partial matches
|
2016-03-21 00:30:59 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xD: add support for IRCv3.2 server-time
|
2016-01-31 20:06:45 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xB: plugins now run in a dedicated data directory
|
2016-03-07 23:15:57 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xB: added a factoids plugin
|
2016-03-07 23:15:57 +01:00
|
|
|
|
2016-01-16 04:02:52 +01:00
|
|
|
* Remote addresses are now resolved asynchronously
|
|
|
|
|
2016-01-09 10:25:17 +01:00
|
|
|
* Various bugfixes
|
2015-12-09 00:53:56 +01:00
|
|
|
|
|
|
|
|
2015-12-31 23:46:06 +01:00
|
|
|
0.9.2 (2015-12-31)
|
2015-11-15 16:32:52 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added rudimentary support for Lua scripting
|
2015-11-21 14:08:14 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added detection of pasting, so that it doesn't trigger other
|
2015-11-15 16:32:52 +01:00
|
|
|
keyboard shortcuts, such as for autocomplete
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added auto-away capability
|
2015-11-22 23:04:51 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added an /oper command
|
2015-11-15 16:32:52 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: libedit backend works again
|
2015-11-15 16:32:52 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added capability to edit the input line using VISUAL/EDITOR
|
2015-12-25 04:21:18 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added Meta-Tab to switch to the last used buffer
|
2015-12-31 03:55:32 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: correctly respond to stopping and resuming (SIGTSTP)
|
2015-11-15 16:32:52 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: fixed decoding of text formatting
|
2015-11-15 16:32:52 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: unseen PMs now show up as highlights
|
2015-11-15 16:32:52 +01:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: various bugfixes
|
2015-11-15 16:32:52 +01:00
|
|
|
|
|
|
|
|
2015-09-25 17:12:29 +02:00
|
|
|
0.9.1 (2015-09-25)
|
2015-08-13 00:33:27 +02:00
|
|
|
|
|
|
|
* All "ssl" options have been renamed to "tls"
|
|
|
|
|
|
|
|
* The project now builds on OpenBSD
|
|
|
|
|
|
|
|
* Pulled in kqueue support
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added backlog/scrollback functionality using less(1)
|
2015-08-13 00:33:27 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: made showing the entire set of channel mode user prefixes optional
|
2015-08-13 00:33:27 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: nicknames in /names are now ordered
|
2015-08-13 00:33:27 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: nicknames now use the 256-color terminal palette if available
|
2015-08-13 00:33:27 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: now we skip entries in the "addresses" list that can't be resolved
|
2015-08-13 00:33:27 +02:00
|
|
|
to an address, along with displaying a more helpful message
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: joins, parts, nick changes and quits don't count as new buffer
|
2015-08-13 00:33:27 +02:00
|
|
|
activity anymore
|
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: added Meta-H to open the full log file
|
2015-08-13 00:33:27 +02:00
|
|
|
|
2021-08-06 16:12:15 +02:00
|
|
|
* xC: various bugfixes and little improvements
|
2015-08-13 00:33:27 +02:00
|
|
|
|
|
|
|
|
|
|
|
0.9.0 (2015-07-23)
|
|
|
|
|
|
|
|
* Initial release
|
|
|
|
|