<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/inspircd.h, branch v3.10.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/inspircd.h?h=v3.10.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/inspircd.h?h=v3.10.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-03-31T09:51:51Z</updated>
<entry>
<title>Fix various documentation comments.</title>
<updated>2021-03-31T09:51:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-03-31T09:38:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=952ee5cc603a5231348b8cfab18ee85a097f5394'/>
<id>urn:sha1:952ee5cc603a5231348b8cfab18ee85a097f5394</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-03-05T02:16:11Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-03-05T02:04:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b1ab06a9551d8db141ebc9213836af6b5369284'/>
<id>urn:sha1:7b1ab06a9551d8db141ebc9213836af6b5369284</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes by misspell-fixer</title>
<updated>2020-04-21T06:52:12Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-21T06:34:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f9abe96a4301a740d4a5fd7932550d88d60a3fc'/>
<id>urn:sha1:4f9abe96a4301a740d4a5fd7932550d88d60a3fc</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://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</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://www.cgit.space/~steering/inspircd++.git/commit/?id=ad50225dc3d5ce6e44a5009351a7434b7249d233'/>
<id>urn:sha1:ad50225dc3d5ce6e44a5009351a7434b7249d233</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://www.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>Convert InspIRCd::SetSignals to a static function.</title>
<updated>2019-12-08T21:30:55Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-08T21:23:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9ad873886e518bf3621a88e8c48607ab79020c0a'/>
<id>urn:sha1:9ad873886e518bf3621a88e8c48607ab79020c0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move forking code into a function and remove DaemonSeed.</title>
<updated>2019-12-08T21:19:47Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-08T21:19:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3faa9e329907bca551843119b27dd84d67eb0f40'/>
<id>urn:sha1:3faa9e329907bca551843119b27dd84d67eb0f40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement serialisation of users.</title>
<updated>2019-10-14T10:03:03Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-13T16:24:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d0f802e30c492cb1b7e55f51063bfd38b29931c6'/>
<id>urn:sha1:d0f802e30c492cb1b7e55f51063bfd38b29931c6</id>
<content type='text'>
This allows for various things which will be coming in the future.

e.g. Transferring users to another server on upgrade.
</content>
</entry>
<entry>
<title>Fix various cases of broken indentation.</title>
<updated>2019-07-26T09:22:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-26T09:22:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=193eac649066bda33e693baadce6bc40181008f0'/>
<id>urn:sha1:193eac649066bda33e693baadce6bc40181008f0</id>
<content type='text'>
</content>
</entry>
</feed>
