<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xK/NEWS, branch v2.0.0</title>
<subtitle>IRC daemon, bot, TUI client and its web frontend</subtitle>
<id>http://cgit.janouch.name/xK/atom?h=v2.0.0</id>
<link rel='self' href='http://cgit.janouch.name/xK/atom?h=v2.0.0'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/'/>
<updated>2024-07-28T05:29:15Z</updated>
<entry>
<title>Bump version, update NEWS</title>
<updated>2024-07-28T05:29:15Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2024-07-28T05:28:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=73cc8f448a4f8bb9718cb86a038b07832bf48231'/>
<id>urn:sha1:73cc8f448a4f8bb9718cb86a038b07832bf48231</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xC: handle multiline server commands properly</title>
<updated>2024-07-28T02:10:30Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2024-07-28T02:00:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=3ad8c79de8724d3661c7502d6951f861eb3cebc7'/>
<id>urn:sha1:3ad8c79de8724d3661c7502d6951f861eb3cebc7</id>
<content type='text'>
Additional lines might have been passed to the server intact
as part of an argument, but we have /quote for that.
</content>
</entry>
<entry>
<title>Add a simple IRC notifier utility</title>
<updated>2024-04-03T13:56:33Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2024-04-02T14:44:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=53ba996ec9c5c8fc64f66934d8c98509bd7ed06d'/>
<id>urn:sha1:53ba996ec9c5c8fc64f66934d8c98509bd7ed06d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a Cocoa frontend for xC</title>
<updated>2023-08-31T23:12:51Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2023-08-29T22:35:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=1c4343058da2a1e0c6d2fd87a9bde4ef4b378eae'/>
<id>urn:sha1:1c4343058da2a1e0c6d2fd87a9bde4ef4b378eae</id>
<content type='text'>
Some work remains to be done to get it to be even as good
as the Win32 frontend, but it's generally usable.
</content>
</entry>
<entry>
<title>Add a Win32 frontend for xC</title>
<updated>2023-07-15T15:00:21Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2023-07-09T05:06:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=0219dbd02615498f4a931e33ef2337e0bbf9b526'/>
<id>urn:sha1:0219dbd02615498f4a931e33ef2337e0bbf9b526</id>
<content type='text'>
This has been more of an exercise.  The performance of Msftedit.dll
is rather abysmal, and its interface isn't the most accomodating.

That said, the frontend is quite usable, at least on Windows 10+.
</content>
</entry>
<entry>
<title>xD: use SHA-256 for certificate fingerprints</title>
<updated>2022-09-26T11:58:08Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2022-09-26T11:56:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=7c74e6615dcf3d1ec288028ee1e49d2556cafffe'/>
<id>urn:sha1:7c74e6615dcf3d1ec288028ee1e49d2556cafffe</id>
<content type='text'>
Just like xS.  2.0.0 is the ideal time for such a breaking change.
</content>
</entry>
<entry>
<title>Update documentation, clean up</title>
<updated>2022-09-26T11:24:24Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2022-09-26T10:39:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=5863040f9323e210df0908333c6e85d63af000c0'/>
<id>urn:sha1:5863040f9323e210df0908333c6e85d63af000c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give up on the X11 frontend for now</title>
<updated>2022-09-21T16:30:25Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2022-09-21T15:29:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=4a2740313c7cfe6bd334ce46d1deb7ccca9d2068'/>
<id>urn:sha1:4a2740313c7cfe6bd334ce46d1deb7ccca9d2068</id>
<content type='text'>
There seem to be only a few things it could bring to the table,
compared to xP, making it barely worth the effort:

 - saner keyboard controls,
 - GVIM integration,
 - slightly improved resource usage.
</content>
</entry>
<entry>
<title>xC: improve Readline completion</title>
<updated>2022-09-18T00:48:28Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2022-09-18T00:40:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=21e5d80ab1505442c96e11075f09d98bcaa211ba'/>
<id>urn:sha1:21e5d80ab1505442c96e11075f09d98bcaa211ba</id>
<content type='text'>
The autocomplete for /set used to be extremely annoying,
and menu-complete-display-prefix also prevents mistaken highlights.

One downside is that using plain Tab in channels no longer
just inserts the last-talking nickname, one needs to press it twice.
</content>
</entry>
<entry>
<title>xC: make terminal attributes abstract</title>
<updated>2022-09-10T23:20:18Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2022-09-10T13:55:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=4bc2f736f2ef34464c1afa1296850c3af014b933'/>
<id>urn:sha1:4bc2f736f2ef34464c1afa1296850c3af014b933</id>
<content type='text'>
And translate them for frontends.

This is very long overdue, and a rather significant cleanup.

Bump liberty.
</content>
</entry>
</feed>
