<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules.h, branch v3.0.0rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/modules.h?h=v3.0.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules.h?h=v3.0.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-02-06T10:02:31Z</updated>
<entry>
<title>Release v3.0.0 release candidate 2.</title>
<updated>2019-02-06T10:02:31Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-02-06T10:02:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a638de7715b55c9a09e51fd5d42d97f05d966da7'/>
<id>urn:sha1:a638de7715b55c9a09e51fd5d42d97f05d966da7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete the old broken test suite.</title>
<updated>2019-02-05T17:11:54Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-02-05T17:11:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bf046f87c8d322939c6a883a405056003b8b1abd'/>
<id>urn:sha1:bf046f87c8d322939c6a883a405056003b8b1abd</id>
<content type='text'>
This doesn't work properly and is disabled in both debug &amp; release
builds. It will be resurrected with a proper unit testing framework
in the future.
</content>
</entry>
<entry>
<title>Release v3.0.0 release candidate 1.</title>
<updated>2019-01-07T22:41:54Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-07T22:41:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f4041a13c3894e282fb34010f3373d1950136a8c'/>
<id>urn:sha1:f4041a13c3894e282fb34010f3373d1950136a8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the OnSendWhoLine event being completely broken with WHOX.</title>
<updated>2018-11-15T19:24:47Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-11-14T15:01:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6adca3e0997781eae4adb02f19a2f8c312512ae1'/>
<id>urn:sha1:6adca3e0997781eae4adb02f19a2f8c312512ae1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings from Doxygen.</title>
<updated>2018-10-21T18:18:08Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-10-21T18:18:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e6b18ff9180fc7794cea53d0566411b9afb0d7e'/>
<id>urn:sha1:0e6b18ff9180fc7794cea53d0566411b9afb0d7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch all core modules still using COMMAND_INIT to MODULE_INIT.</title>
<updated>2018-09-23T13:19:06Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-09-23T13:19:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cae87fa047bafedc665d07929b47eaa707ff5f42'/>
<id>urn:sha1:cae87fa047bafedc665d07929b47eaa707ff5f42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Amend OnPostCommand to specify whether the command is loopcalled.</title>
<updated>2018-09-11T08:03:47Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-09-11T08:03:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7e9ec8e49060024033efe55342c933b86288e31c'/>
<id>urn:sha1:7e9ec8e49060024033efe55342c933b86288e31c</id>
<content type='text'>
This restores previous behaviour which was lost when the original
line parameter was removed.
</content>
</entry>
<entry>
<title>Rename OnChangeLocalUserHost to OnPreChangeHost for consistency.</title>
<updated>2018-08-13T23:22:59Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T23:22:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f7a115884f91d58d5699e38f4e25fdaef65a003d'/>
<id>urn:sha1:f7a115884f91d58d5699e38f4e25fdaef65a003d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the OnInfo event.</title>
<updated>2018-08-13T23:18:13Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T23:17:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=10b17a0e9f948b1dd4f69c9af1f55f712664d155'/>
<id>urn:sha1:10b17a0e9f948b1dd4f69c9af1f55f712664d155</id>
<content type='text'>
This is not used by anything and On{Post,Pre}Command hooks can
be used if people really want to add stuff to INFO.
</content>
</entry>
<entry>
<title>Implement IRCv3 message tag support.</title>
<updated>2018-08-13T20:51:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T19:17:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58a0a7e01422e62de1565a8eb0a1febdc463d04d'/>
<id>urn:sha1:58a0a7e01422e62de1565a8eb0a1febdc463d04d</id>
<content type='text'>
Co-authored-by: Attila Molnar &lt;attilamolnar@hush.com&gt;
</content>
</entry>
</feed>
