<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pounce, branch 2.3</title>
<subtitle>IRC bouncer
</subtitle>
<id>https://git.causal.agency/pounce/atom?h=2.3</id>
<link rel='self' href='https://git.causal.agency/pounce/atom?h=2.3'/>
<link rel='alternate' type='text/html' href='https://git.causal.agency/pounce/'/>
<updated>2021-02-05T18:37:04+00:00</updated>
<entry>
<title>Add donation link to README</title>
<updated>2021-02-05T18:37:04+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-02-05T18:37:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/pounce/commit/?id=a628df06f835c36cfe89186409af893679d2e342'/>
<id>urn:sha1:a628df06f835c36cfe89186409af893679d2e342</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop pledge capabilities after binding and connecting</title>
<updated>2021-02-01T17:36:02+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-02-01T17:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/pounce/commit/?id=1f51dfbad6710b28f244a8df6e5489c14e3c295b'/>
<id>urn:sha1:1f51dfbad6710b28f244a8df6e5489c14e3c295b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Repology links to README</title>
<updated>2021-01-28T21:39:29+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-01-28T21:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/pounce/commit/?id=2a9b264dbd1e28fef6264bb49fd2b970365c46ff'/>
<id>urn:sha1:2a9b264dbd1e28fef6264bb49fd2b970365c46ff</id>
<content type='text'>
LibreTLS in particular is gaining traction in packaging, so point
to Repology pages to make users' lives easier.
</content>
</entry>
<entry>
<title>Clarify configuration path interpretations</title>
<updated>2021-01-28T21:34:18+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-01-28T21:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/pounce/commit/?id=59167aad9fc3ba4e63f32358a0062dd9f2273d4b'/>
<id>urn:sha1:59167aad9fc3ba4e63f32358a0062dd9f2273d4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tighten up XDG base directory path handling</title>
<updated>2021-01-28T21:27:10+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-01-26T20:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/pounce/commit/?id=584e9d2ae22b757393d6784332b5cf8b3b4a1e53'/>
<id>urn:sha1:584e9d2ae22b757393d6784332b5cf8b3b4a1e53</id>
<content type='text'>
Don't search base directories if path starts with "/", "./" or
"../", but still do if the path simply starts with ".". Bail early
if HOME is needed but unset. Don't attempt to open the original
path in configOpen and dataOpen.
</content>
</entry>
<entry>
<title>Refactor hasTag to be usable in more places</title>
<updated>2021-01-24T18:00:20+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-01-24T17:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/pounce/commit/?id=9cb05451e14f02c4ebcce69a5450d02bcbb907a9'/>
<id>urn:sha1:9cb05451e14f02c4ebcce69a5450d02bcbb907a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support echo-message capability</title>
<updated>2021-01-24T17:59:15+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-01-24T05:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/pounce/commit/?id=3b1c1b835c6439507b68d7666df61fa96e61095c'/>
<id>urn:sha1:3b1c1b835c6439507b68d7666df61fa96e61095c</id>
<content type='text'>
Only request it with labeled-response, since it is impossible to
correlate messages to clients without. For clients without echo-message,
synthesize a label on PRIVMSG/NOTICE/TAGMSG, then filter out received
messages with that label.
</content>
</entry>
<entry>
<title>Add -o and -t options to trust self-signed certificates</title>
<updated>2021-01-12T00:38:14+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-01-12T00:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/pounce/commit/?id=c267b8f98731ca384e6834ed7e11c6a0c3e19fbc'/>
<id>urn:sha1:c267b8f98731ca384e6834ed7e11c6a0c3e19fbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make SYNOPSIS arguments consistent with option names</title>
<updated>2021-01-12T00:00:40+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-01-12T00:00:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/pounce/commit/?id=b3c8bc66213cc6fbd7521b4e3606c0f5fa6da52b'/>
<id>urn:sha1:b3c8bc66213cc6fbd7521b4e3606c0f5fa6da52b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow interspersing flags and config files</title>
<updated>2021-01-11T23:52:46+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-01-10T18:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/pounce/commit/?id=6e311fab52a3544776f35068a9f07f66a8780812'/>
<id>urn:sha1:6e311fab52a3544776f35068a9f07f66a8780812</id>
<content type='text'>
Don't wait for getopt_long to move all the arguments to the end. This
allows overriding options set by config files by placing flags after
them on the command line.
</content>
</entry>
</feed>
