<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules.cpp, branch v3.0.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v3.0.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v3.0.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-04-19T10:51:42Z</updated>
<entry>
<title>Remove the OnNamesListItem event out of the core.</title>
<updated>2019-04-19T10:51:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-04-19T10:51:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=15bb93a4ead17d14958883561e6ea143f49c1a66'/>
<id>urn:sha1:15bb93a4ead17d14958883561e6ea143f49c1a66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document OnUserInit properly and add OnUserPostInit.</title>
<updated>2019-04-04T11:27:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-04-03T14:25:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=be0c809590635fc53fa11ca05ba974699b9ec1b6'/>
<id>urn:sha1:be0c809590635fc53fa11ca05ba974699b9ec1b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split reading module initialisation and configuration reading.</title>
<updated>2019-02-20T17:34:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-02-20T17:34:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fa83fac94ab7cb5e18a546858054f3910ef24235'/>
<id>urn:sha1:fa83fac94ab7cb5e18a546858054f3910ef24235</id>
<content type='text'>
This allows modules to register services that other modules may
require to be available when reading the configuration.
</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>Module: Initialise 'ModuleDLLManager' and 'dying' correctly.</title>
<updated>2019-02-05T00:00:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-02-05T00:00:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=05485be9f0ff3194ace46efaf156dd30441f29df'/>
<id>urn:sha1:05485be9f0ff3194ace46efaf156dd30441f29df</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>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>
