<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/base.h, branch v3.8.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/base.h?h=v3.8.1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/base.h?h=v3.8.1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-04-24T09:23:47Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2020-04-24T09:23:47Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-24T09:23:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=44489ddf7e90413d8f656aea24d74445bab227af'/>
<id>urn:sha1:44489ddf7e90413d8f656aea24d74445bab227af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update user-facing text and comments of SSL to TLS.</title>
<updated>2020-04-14T12:08:31Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-04-13T04:56:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ccebfe6e637b420bef05e8e0faf29bb19f1883d9'/>
<id>urn:sha1:ccebfe6e637b420bef05e8e0faf29bb19f1883d9</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>Merge v2.0.23 and v2.0.24 into master.</title>
<updated>2017-07-09T21:45:00Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-09T21:36:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c0aba5b728b0a921d95ec120aa638dab1520b42f'/>
<id>urn:sha1:c0aba5b728b0a921d95ec120aa638dab1520b42f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some compiler warnings.</title>
<updated>2017-03-20T10:24:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-03-20T10:24:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=756c89cfccb4039bf5b4b59662a0bd7c379287a3'/>
<id>urn:sha1:756c89cfccb4039bf5b4b59662a0bd7c379287a3</id>
<content type='text'>
warning: macro name is a reserved identifier [-Wreserved-id-macro]
warning: extra ';' after member function definition [-Wextra-semi]
</content>
</entry>
<entry>
<title>Add SERVICE_CUSTOM for services managed by a module</title>
<updated>2015-11-23T11:52:24Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-11-23T11:52:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=90ab8cf4258a25e8403465ed86296fc74405620d'/>
<id>urn:sha1:90ab8cf4258a25e8403465ed86296fc74405620d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ServiceProvider::RegisterService(), call it from ModuleManager::AddService()</title>
<updated>2015-11-23T11:50:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-11-23T11:50:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=820f229a9efe2678d1e85578aa086a1efdd73a30'/>
<id>urn:sha1:820f229a9efe2678d1e85578aa086a1efdd73a30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove whitespace and minor style changes</title>
<updated>2014-01-23T13:37:09Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-23T13:37:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d02011d69fe1e52ec0bc38051eff9ea93a1cc88c'/>
<id>urn:sha1:d02011d69fe1e52ec0bc38051eff9ea93a1cc88c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up CoreException</title>
<updated>2013-12-18T15:20:40Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2013-12-18T15:20:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1e8389b27ff99ad9f48c890486ebef936acafc41'/>
<id>urn:sha1:1e8389b27ff99ad9f48c890486ebef936acafc41</id>
<content type='text'>
- Remove default constructor
- Replace virtual functions returning C strings with functions returning const std::string refs
</content>
</entry>
<entry>
<title>Automatically register ServiceProviders created by modules</title>
<updated>2013-09-08T15:11:08Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-26T17:44:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=992674362c5f64bdb8e1942eeaa7612524529cd6'/>
<id>urn:sha1:992674362c5f64bdb8e1942eeaa7612524529cd6</id>
<content type='text'>
</content>
</entry>
</feed>
