<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xK, branch v1.1.0</title>
<subtitle>IRC daemon, bot, TUI client and its web frontend</subtitle>
<id>http://cgit.janouch.name/xK/atom?h=v1.1.0</id>
<link rel='self' href='http://cgit.janouch.name/xK/atom?h=v1.1.0'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/'/>
<updated>2020-10-31T22:50:32Z</updated>
<entry>
<title>Bump version, update NEWS</title>
<updated>2020-10-31T22:50:32Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-31T22:50:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=2336340ad85be662d7b23118fd7c6d216413c757'/>
<id>urn:sha1:2336340ad85be662d7b23118fd7c6d216413c757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>degesch: buffer creation cleanup</title>
<updated>2020-10-31T22:44:18Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-31T22:42:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=8f5dec04569d26f762bc34634fd06ac005f82bcf'/>
<id>urn:sha1:8f5dec04569d26f762bc34634fd06ac005f82bcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>degesch: sanitize IRC nicknames/channel names</title>
<updated>2020-10-31T22:25:08Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-31T22:25:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=3dc6ee9a5be7af87f8e25b4dc61fd06572e3b979'/>
<id>urn:sha1:3dc6ee9a5be7af87f8e25b4dc61fd06572e3b979</id>
<content type='text'>
Don't trust the IRCd to have them in a subset of UTF-8.
</content>
</entry>
<entry>
<title>degesch: implement autocompletion for /set</title>
<updated>2020-10-31T22:18:31Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-31T22:06:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=821ce04915fa7f42fee77f626685ab983387073b'/>
<id>urn:sha1:821ce04915fa7f42fee77f626685ab983387073b</id>
<content type='text'>
It was super annoying to just slightly modify strings and
string arrays, now you can have existing values filled in.

complete_word() looks a bit cleaner now as well.
</content>
</entry>
<entry>
<title>README.adoc: improve backlog helper invocation</title>
<updated>2020-10-31T19:00:23Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-31T18:56:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=2fe3b95ecd21cdd1991d3d5ab3aa989531be2cf2'/>
<id>urn:sha1:2fe3b95ecd21cdd1991d3d5ab3aa989531be2cf2</id>
<content type='text'>
When fancy-prompt.lua is enabled, tho prompt is two-lined
and a simple PageUp would skip one line of content.

It works slightly better than it should: when there's under
a page of content to scroll, there is no shift at all.
</content>
</entry>
<entry>
<title>kike: avoid crash with a wildcard address</title>
<updated>2020-10-31T16:34:32Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-31T16:33:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=32c99c9d66fb210a5ea372c4b90dfdcd96e25955'/>
<id>urn:sha1:32c99c9d66fb210a5ea372c4b90dfdcd96e25955</id>
<content type='text'>
A most unfortunate 06d3b3b regression, mostly stemming from
forgetting why the `break` was in place and not documenting it.
</content>
</entry>
<entry>
<title>README.adoc: minor documentation update</title>
<updated>2020-10-31T15:06:13Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-31T13:26:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=cd7133e1735906d941f5f2ccc2faa083360841d6'/>
<id>urn:sha1:cd7133e1735906d941f5f2ccc2faa083360841d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>degesch: mark some issues for later resolution</title>
<updated>2020-10-31T15:06:12Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-31T14:58:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=b4ed52015ae12a9b421530b6a6c02730ba97c94b'/>
<id>urn:sha1:b4ed52015ae12a9b421530b6a6c02730ba97c94b</id>
<content type='text'>
</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>degesch: fix fancy-prompt.lua with libedit</title>
<updated>2020-10-31T15:04:30Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-10-31T14:15:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/xK/commit/?id=38c23d0d38f74e82f96c4e385395a31e651b0f5f'/>
<id>urn:sha1:38c23d0d38f74e82f96c4e385395a31e651b0f5f</id>
<content type='text'>
Partly by unifying the interface for prompt hooks to match GNU Readline.
</content>
</entry>
</feed>
