<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspircd.cpp, branch v3.5.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/inspircd.cpp?h=v3.5.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/inspircd.cpp?h=v3.5.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2020-01-19T15:41:23Z</updated>
<entry>
<title>Move DeleteZero to stdalgo::delete_zero.</title>
<updated>2020-01-19T15:41:23Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-19T15:41:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=62483525bb81a62b72539a3bda9d1a9b425b482c'/>
<id>urn:sha1:62483525bb81a62b72539a3bda9d1a9b425b482c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bind ports before loading modules.</title>
<updated>2020-01-03T12:51:23Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-03T12:51:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=45eff275cbc942a9b16f55367e6d5bd2bbfad2e0'/>
<id>urn:sha1:45eff275cbc942a9b16f55367e6d5bd2bbfad2e0</id>
<content type='text'>
This fixes a defect introduced in ce7979bd7d where the ircv3_sts
module was unable to find the SSL listener.
</content>
</entry>
<entry>
<title>Extract port binding code to a function and improve output.</title>
<updated>2019-12-12T14:37:38Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-11T12:31:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ce7979bd7d6278bc1b67cf46a73a3d23e02a6ae5'/>
<id>urn:sha1:ce7979bd7d6278bc1b67cf46a73a3d23e02a6ae5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make BindPorts return size_t instead of int.</title>
<updated>2019-12-09T01:34:02Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-09T01:34:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ad50225dc3d5ce6e44a5009351a7434b7249d233'/>
<id>urn:sha1:ad50225dc3d5ce6e44a5009351a7434b7249d233</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make ForkIntoBackground handle exiting by itself.</title>
<updated>2019-12-09T01:33:52Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-09T01:26:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=350a01d60c94fbdd3c0b6361b98a77b148a35116'/>
<id>urn:sha1:350a01d60c94fbdd3c0b6361b98a77b148a35116</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract command line option parsing to a function.</title>
<updated>2019-12-09T01:15:31Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-09T01:15:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=37b46ade4b760602c814e24adaa0f0278b4f43f4'/>
<id>urn:sha1:37b46ade4b760602c814e24adaa0f0278b4f43f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix indentation of CheckRoot() and error in non-interactive mode.</title>
<updated>2019-12-09T00:10:59Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-09T00:10:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=15b87e3b2bddd3d9502318e9cbd1f7c9abdd0a06'/>
<id>urn:sha1:15b87e3b2bddd3d9502318e9cbd1f7c9abdd0a06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve behaviour when running as root.</title>
<updated>2019-12-08T23:08:57Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-08T23:08:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cca482b0061d43818e176c427616b0f6a4a86387'/>
<id>urn:sha1:cca482b0061d43818e176c427616b0f6a4a86387</id>
<content type='text'>
- Only give the annoying message about root if --runasroot is not
  specified.
- If --runasroot is specified then assume the user knows what they
  are doing.
- Move CheckRoot to a static function in inspircd.cpp.
</content>
</entry>
<entry>
<title>Show the header before checking if the config file exists.</title>
<updated>2019-12-08T22:36:13Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-08T22:29:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bd20bdda21a242f0a54da327bf08049562078a9b'/>
<id>urn:sha1:bd20bdda21a242f0a54da327bf08049562078a9b</id>
<content type='text'>
</content>
</entry>
</feed>
