<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/solanum-ircd/solanum.git/include/inline, branch jess/webirc-ident</title>
<subtitle>https://github.com/solanum-ircd/solanum</subtitle>
<id>https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/atom/include/inline?h=jess%2Fwebirc-ident</id>
<link rel='self' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/atom/include/inline?h=jess%2Fwebirc-ident'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/'/>
<updated>2020-10-15T14:52:41Z</updated>
<entry>
<title>Innovation by sed</title>
<updated>2020-10-15T14:52:41Z</updated>
<author>
<name>Ed Kellett</name>
</author>
<published>2020-10-15T14:51:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=a6f63a829e22fa83a4551cb9aad3e316e7c8bb18'/>
<id>urn:sha1:a6f63a829e22fa83a4551cb9aad3e316e7c8bb18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>strip_unprintable: clarify type conversion</title>
<updated>2019-10-06T22:16:43Z</updated>
<author>
<name>Janik Kleinhoff</name>
</author>
<published>2018-10-25T20:31:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=12b3a184bc8020d982699500fd7fa49e18bd0021'/>
<id>urn:sha1:12b3a184bc8020d982699500fd7fa49e18bd0021</id>
<content type='text'>
This type conversion is more easily shown to work as intended than the
conversion introduced in 9dcb9e169.
</content>
</entry>
<entry>
<title>Fix strip_unprintable on high bit bytes</title>
<updated>2019-10-06T22:14:28Z</updated>
<author>
<name>Ed Kellett</name>
</author>
<published>2018-09-25T11:48:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=9dcb9e16960e48546be5c79d27db28256d71079f'/>
<id>urn:sha1:9dcb9e16960e48546be5c79d27db28256d71079f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>strip_colour: Strip '\x0F' (^O, formatting off)</title>
<updated>2014-04-17T03:12:11Z</updated>
<author>
<name>auscompgeek</name>
</author>
<published>2014-04-17T03:12:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=bd96349c862fe12cafdc53879d7c5df3f8700c78'/>
<id>urn:sha1:bd96349c862fe12cafdc53879d7c5df3f8700c78</id>
<content type='text'>
Reported by ssbr on freenode:

chmode +c doesn't strip ^O, which turns off all previous formatting.
This can cause clients that internally use mIRC formatting to render messages weirdly,
e.g. highlighted messages in HexChat: &lt;https://i.imgur.com/eDX8Aif.png&gt;.</content>
</entry>
<entry>
<title>strip_colour: Prefer IsDigit to isdigit.</title>
<updated>2012-03-14T23:58:56Z</updated>
<author>
<name>Jilles Tjoelker</name>
</author>
<published>2012-03-14T23:58:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=57b1cd5f6b06fbecf625bbd06d27cf0c606e3d0a'/>
<id>urn:sha1:57b1cd5f6b06fbecf625bbd06d27cf0c606e3d0a</id>
<content type='text'>
Unlike isdigit, IsDigit can safely be applied to 'char's.
Arguments to isdigit needs a character cast to 'unsigned char' or EOF.
</content>
</entry>
<entry>
<title>When stripping colour/control codes, also strip \004.</title>
<updated>2012-03-14T23:17:40Z</updated>
<author>
<name>Jilles Tjoelker</name>
</author>
<published>2012-03-14T23:17:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=aba43ba8231dcfd2aea1fc289ab7462b34c6c7de'/>
<id>urn:sha1:aba43ba8231dcfd2aea1fc289ab7462b34c6c7de</id>
<content type='text'>
Some clients such as irssi interpret \004 as colour or other markup.
</content>
</entry>
<entry>
<title>Add strip_unprintable, a function that strips all unprintable characters from a string.</title>
<updated>2010-12-09T17:02:24Z</updated>
<author>
<name>B.Greenham</name>
</author>
<published>2010-12-09T17:02:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=87d38e8cf1d1822f1d5e9dae5e8b21837ed41289'/>
<id>urn:sha1:87d38e8cf1d1822f1d5e9dae5e8b21837ed41289</id>
<content type='text'>
</content>
</entry>
<entry>
<title>strip_colour(): strip ASCII 29 (mIRC 7 italics).</title>
<updated>2010-06-19T21:53:56Z</updated>
<author>
<name>William Pitcock</name>
</author>
<published>2010-06-19T21:53:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=545f0a0f075b58077079eb22db2b4929fbda9fee'/>
<id>urn:sha1:545f0a0f075b58077079eb22db2b4929fbda9fee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remainder of irc_string.* is moved to new inline/stringops.h.</title>
<updated>2008-04-20T06:03:11Z</updated>
<author>
<name>William Pitcock</name>
</author>
<published>2008-04-20T06:03:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=ab4285181ca20083a6e74a2c47f294c3764084bb'/>
<id>urn:sha1:ab4285181ca20083a6e74a2c47f294c3764084bb</id>
<content type='text'>
</content>
</entry>
</feed>
