<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xK/plugins, branch v2.2.0</title>
<subtitle>IRC daemon, bot, TUI client and its web frontend</subtitle>
<id>http://cgit.janouch.name/xK/atom?h=v2.2.0</id>
<link rel='self' href='http://cgit.janouch.name/xK/atom?h=v2.2.0'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/'/>
<updated>2022-08-27T07:15:37Z</updated>
<entry>
<title>xC: make fancy-prompt.lua alignment more reliable</title>
<updated>2022-08-27T07:15:37Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2022-08-27T06:55:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=f7be510d2669646c60845b091087362d51ae29ea'/>
<id>urn:sha1:f7be510d2669646c60845b091087362d51ae29ea</id>
<content type='text'>
And generally clean up that script.
</content>
</entry>
<entry>
<title>utm-filter.lua: mention the passing of fbclid</title>
<updated>2022-07-18T15:59:28Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2022-07-18T15:57:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=2d8808d795901c2ef733072b48dfa7356de528a9'/>
<id>urn:sha1:2d8808d795901c2ef733072b48dfa7356de528a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>utm-filter.lua: add Facebook to the filter</title>
<updated>2021-12-20T13:36:41Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-12-20T13:32:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=2eb315f5c4d6ac72ed22c2324fb7cc1bc2fb302a'/>
<id>urn:sha1:2eb315f5c4d6ac72ed22c2324fb7cc1bc2fb302a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xB: fix up the special IPC command's name</title>
<updated>2021-08-06T15:18:06Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-08-06T15:14:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579'/>
<id>urn:sha1:5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579</id>
<content type='text'>
To reflect the new disorder.
</content>
</entry>
<entry>
<title>Come up with sillier names for the binaries</title>
<updated>2021-08-06T14:43:59Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-08-06T14:12:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=50057d5149dda340b3b47aca4096f4a6ec66b9ee'/>
<id>urn:sha1:50057d5149dda340b3b47aca4096f4a6ec66b9ee</id>
<content type='text'>
I'm not entirely sure, but it looks like some people might not like
jokes about the Holocaust.

On a more serious note, the project has become more serious over
the 7 or so years of its existence.
</content>
</entry>
<entry>
<title>censor.lua: strip colours, configurable formatting</title>
<updated>2021-06-02T22:12:22Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-06-02T21:33:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=c5f49ab1e66578335fec162a1dec079080a25dfa'/>
<id>urn:sha1:c5f49ab1e66578335fec162a1dec079080a25dfa</id>
<content type='text'>
Colour parsing code taken from prime.lua, and modified to strip.
</content>
</entry>
<entry>
<title>fancy-prompt.lua: allow non-ASCII buffer names</title>
<updated>2020-10-31T15:05:15Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-31T14:56:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=271689da99d4f83a0281a3d91ed32300c1da7ce1'/>
<id>urn:sha1:271689da99d4f83a0281a3d91ed32300c1da7ce1</id>
<content type='text'>
It may theoretically bite us in the ass with non-UTF-8-compliant
IRC servers, and certainly with double-width characters.
</content>
</entry>
<entry>
<title>prime.lua: skip colour sequences, add config</title>
<updated>2020-10-11T14:54:15Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-11T14:54:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=7ce161502115412f8d88bf4b77738a022ae61479'/>
<id>urn:sha1:7ce161502115412f8d88bf4b77738a022ae61479</id>
<content type='text'>
Colour sequence skipping is somewhat involved, we might want to
add a helper generator to the "degesch" Lua library, in the form of
{substring, is_formatting}.

formatter_parse_mirc() isn't useful, a pure Lua implementation
would be more appropriate (where do we put that?)
</content>
</entry>
<entry>
<title>degesch: improve ad-hoc IRC parsers in plugins</title>
<updated>2020-10-10T15:58:33Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-10T15:57:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=270d9017e9dec35ed82b7f4bc6fb40b814e8b339'/>
<id>urn:sha1:270d9017e9dec35ed82b7f4bc6fb40b814e8b339</id>
<content type='text'>
</content>
</entry>
<entry>
<title>degesch: add a plugin to highlight prime numbers</title>
<updated>2020-10-10T15:55:14Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-10T15:55:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=ee5cac4f217f811070c532fe53c4ff8ae7590b99'/>
<id>urn:sha1:ee5cac4f217f811070c532fe53c4ff8ae7590b99</id>
<content type='text'>
</content>
</entry>
</feed>
