<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules.h, branch v3.0.0a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/modules.h?h=v3.0.0a2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/modules.h?h=v3.0.0a2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2017-08-27T12:18:58Z</updated>
<entry>
<title>Update a bunch of references to the old command modules.</title>
<updated>2017-08-27T12:18:58Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-27T12:18:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a1bc06e8a02635d68761ac890912906674dafadc'/>
<id>urn:sha1:a1bc06e8a02635d68761ac890912906674dafadc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bunch of Doxygen warnings.</title>
<updated>2017-08-26T08:58:15Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-25T12:03:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a62ae50007c2945251ef1d2611513b6e711f5748'/>
<id>urn:sha1:a62ae50007c2945251ef1d2611513b6e711f5748</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CXX11_OVERRIDE to overridden members that lack it.</title>
<updated>2017-07-12T13:41:52Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-12T13:41:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d1df2bce56275e1297d94d82d4dbef6f6cf582b6'/>
<id>urn:sha1:d1df2bce56275e1297d94d82d4dbef6f6cf582b6</id>
<content type='text'>
This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
</content>
</entry>
<entry>
<title>Update stuff for the new versioning system.</title>
<updated>2016-09-02T20:13:22Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-09-02T18:43:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b8d85c62517da91cf49428a419eca10cf82682f2'/>
<id>urn:sha1:b8d85c62517da91cf49428a419eca10cf82682f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and extract into a method</title>
<updated>2016-08-29T12:33:25Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-29T12:33:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6c4a6b1753926f7de2cc210bf25d1b3c87c181e9'/>
<id>urn:sha1:6c4a6b1753926f7de2cc210bf25d1b3c87c181e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused EventHandlerIter typedef</title>
<updated>2016-08-29T12:30:41Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-29T12:30:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f9455b925dcccfed2accbeb282f82a9a3d8458f6'/>
<id>urn:sha1:f9455b925dcccfed2accbeb282f82a9a3d8458f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove virtual destructor of class Version</title>
<updated>2016-08-11T08:58:21Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-11T08:58:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=85456f0bd30684ae27ec74f94af152a139660a03'/>
<id>urn:sha1:85456f0bd30684ae27ec74f94af152a139660a03</id>
<content type='text'>
No classes inherit from it and it is only used as the return value from Module::GetVersion() which returns it by value
</content>
</entry>
<entry>
<title>Rename PURE_STATIC to INSPIRCD_STATIC.</title>
<updated>2016-04-04T12:20:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-02-26T13:12:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=30bd7bb39fb55a4b6b3075a1f8a7df47bc0e261f'/>
<id>urn:sha1:30bd7bb39fb55a4b6b3075a1f8a7df47bc0e261f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric objects to the OnSendWhoLine hook</title>
<updated>2016-02-26T14:59:20Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-26T14:59:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=725c954efbdaca99701412e640a1a762b36a5f48'/>
<id>urn:sha1:725c954efbdaca99701412e640a1a762b36a5f48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Return ModResult from the OnSendWhoLine hook</title>
<updated>2016-02-26T14:40:22Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-26T14:40:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a5c00b1548d7c8fc89358c26901fa534f7836cc1'/>
<id>urn:sha1:a5c00b1548d7c8fc89358c26901fa534f7836cc1</id>
<content type='text'>
</content>
</entry>
</feed>
