<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xK, branch v1.2.0</title>
<subtitle>IRC daemon, bot, TUI client and its web frontend</subtitle>
<id>http://cgit.janouch.name/xK/atom?h=v1.2.0</id>
<link rel='self' href='http://cgit.janouch.name/xK/atom?h=v1.2.0'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/'/>
<updated>2021-07-08T03:09:30Z</updated>
<entry>
<title>Bump version, update NEWS</title>
<updated>2021-07-08T03:09:30Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-07-08T03:09:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=0fe0b5628078f9ff576dfb5b01bc08900118b5f2'/>
<id>urn:sha1:0fe0b5628078f9ff576dfb5b01bc08900118b5f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test-nick-colors: fix and streamline</title>
<updated>2021-06-25T04:35:00Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-06-25T04:35:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=f0281cf028618b734dadc911c3e2a2307c711328'/>
<id>urn:sha1:f0281cf028618b734dadc911c3e2a2307c711328</id>
<content type='text'>
A recent addition of an N_ELEMENTS macro invocation broke it.
</content>
</entry>
<entry>
<title>degesch: make /ban and /unban respect EXTBAN</title>
<updated>2021-06-17T10:21:48Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-06-17T10:08:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=da5dd4eb91fe3770a40f7df7c8ade3dcb0ddda3c'/>
<id>urn:sha1:da5dd4eb91fe3770a40f7df7c8ade3dcb0ddda3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>degesch: expand/analyze a few TODO comments</title>
<updated>2021-06-16T20:10:25Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-06-16T19:17:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=10cb6651c0be90f1103b92ad46a1da90b4bd592c'/>
<id>urn:sha1:10cb6651c0be90f1103b92ad46a1da90b4bd592c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>degesch: make "/help /command" work</title>
<updated>2021-06-16T19:57:47Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-06-16T18:24:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=7f28dcd1efbfd7191ed43856119b90ee47a2f65d'/>
<id>urn:sha1:7f28dcd1efbfd7191ed43856119b90ee47a2f65d</id>
<content type='text'>
Works for aliases as well.  Resolves a TODO entry.
</content>
</entry>
<entry>
<title>degesch: fix a GCC compiler warning</title>
<updated>2021-06-15T05:11:35Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-06-15T05:11:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=61c52d793c1ea2f9bdc46add2709a285ed561afa'/>
<id>urn:sha1:61c52d793c1ea2f9bdc46add2709a285ed561afa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>degesch: pick colours based on relative luminance</title>
<updated>2021-06-15T05:09:23Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-06-15T02:35:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=b4dd0052ffc60fbd642729a3e05bcadbd6edd6e1'/>
<id>urn:sha1:b4dd0052ffc60fbd642729a3e05bcadbd6edd6e1</id>
<content type='text'>
Replaces the inaccurate Rec. 709 luma we used to use before.

This is the first feature here that requires libm, which doesn't
seem to be a particularly great sacrifice.

Moreover, I've rectified that the input isn't linear in sRGB,
and then was even normalized wrong for the luma formula.
</content>
</entry>
<entry>
<title>degesch: implement -=/+= for multiple values</title>
<updated>2021-06-14T07:06:38Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-06-14T06:33:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=e3c47c33fa3a1fb9412198413962ac35f4483240'/>
<id>urn:sha1:e3c47c33fa3a1fb9412198413962ac35f4483240</id>
<content type='text'>
It didn't make sense to have these unimplemented,
though perhaps += shouldn't enforce a set.

Sadly, autocomplete is fairly difficult for -= of multiple items.
</content>
</entry>
<entry>
<title>degesch: make /deop and /devoice default to self</title>
<updated>2021-06-02T22:12:22Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-06-02T22:07:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=80c1e8f8eb016fff43e6b1f1bbf6aa512d321b16'/>
<id>urn:sha1:80c1e8f8eb016fff43e6b1f1bbf6aa512d321b16</id>
<content type='text'>
It's pretty annoying to type `/mode -o &lt;user&gt;`, for little reason.
</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>
</feed>
