<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gmnisrv/configure, branch main</title>
<subtitle>Fork of gmnisrv (Gemini server): full CA certificate chain (Lets Encrypt), TLS 1.3 only, handshake buffer-overflow fix
</subtitle>
<id>https://git.virebent.art/virebent/gmnisrv/atom?h=main</id>
<link rel='self' href='https://git.virebent.art/virebent/gmnisrv/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.virebent.art/virebent/gmnisrv/'/>
<updated>2020-10-30T02:47:56+00:00</updated>
<entry>
<title>Initial pass on regex routing support</title>
<updated>2020-10-30T02:47:56+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2020-10-30T02:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.virebent.art/virebent/gmnisrv/commit/?id=7e8a9537949f298eef026f6b97b8c349a9b56ea0'/>
<id>urn:sha1:7e8a9537949f298eef026f6b97b8c349a9b56ea0</id>
<content type='text'>
All this does is parse the regexes out of the config file.

I've vendored libregexp from Bellard's quickjs project, because it's
reasonably small and self-contained, and POSIX regexes don't support
captures. We're eventually going to want captures for URL rewrites, so
this'll do for now.
</content>
</entry>
<entry>
<title>Rehome some logic from server.c -&gt; serve.c</title>
<updated>2020-09-26T19:08:25+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2020-09-26T19:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.virebent.art/virebent/gmnisrv/commit/?id=165e3c02fc9c9834b320c3a333c942ee87ffed1b'/>
<id>urn:sha1:165e3c02fc9c9834b320c3a333c942ee87ffed1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Serve files from root</title>
<updated>2020-09-26T18:36:52+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2020-09-26T18:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.virebent.art/virebent/gmnisrv/commit/?id=dfab99ace5f1193ca6df0ed7b704ea450a2fae95'/>
<id>urn:sha1:dfab99ace5f1193ca6df0ed7b704ea450a2fae95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement TLS store</title>
<updated>2020-09-24T21:51:29+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2020-09-24T21:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.virebent.art/virebent/gmnisrv/commit/?id=0d1137f987d78f83e1222ece29a1438a49658d3c'/>
<id>urn:sha1:0d1137f987d78f83e1222ece29a1438a49658d3c</id>
<content type='text'>
Includes hands-free certificate generation and loading
</content>
</entry>
<entry>
<title>Generalize logging</title>
<updated>2020-09-23T18:32:52+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2020-09-23T18:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.virebent.art/virebent/gmnisrv/commit/?id=b85c64b441e560f27f87fa26381600c2cbfe17b8'/>
<id>urn:sha1:b85c64b441e560f27f87fa26381600c2cbfe17b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initialize sockets</title>
<updated>2020-09-23T16:43:05+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2020-09-23T16:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.virebent.art/virebent/gmnisrv/commit/?id=65c2a56c6d62e3c24d52da8c63f306b70becdb45'/>
<id>urn:sha1:65c2a56c6d62e3c24d52da8c63f306b70becdb45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial config parser</title>
<updated>2020-09-23T15:24:23+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2020-09-23T15:19:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.virebent.art/virebent/gmnisrv/commit/?id=58500c8e530cc9b0807afbe8b068fe7b00db0131'/>
<id>urn:sha1:58500c8e530cc9b0807afbe8b068fe7b00db0131</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vendor in some support code</title>
<updated>2020-09-23T14:40:14+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2020-09-23T14:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.virebent.art/virebent/gmnisrv/commit/?id=ccae8ffd2807b8b984b657b6321802fa00b52427'/>
<id>urn:sha1:ccae8ffd2807b8b984b657b6321802fa00b52427</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2020-09-23T14:21:44+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2020-09-23T14:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.virebent.art/virebent/gmnisrv/commit/?id=61b84a77c09959bfe4d2cfa50d1fb4578cb5fc08'/>
<id>urn:sha1:61b84a77c09959bfe4d2cfa50d1fb4578cb5fc08</id>
<content type='text'>
</content>
</entry>
</feed>
