<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules, branch v3.4.0</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=v3.4.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules?h=v3.4.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-10-13T21:05:19Z</updated>
<entry>
<title>Add GetTypeStr to the DNS API.</title>
<updated>2019-10-13T21:05:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-10-12T11:53:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=51b9b4c9b404bd801be194644133be47bd035b58'/>
<id>urn:sha1:51b9b4c9b404bd801be194644133be47bd035b58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the OnServerBurst hook and fix the docs for OnServerLink.</title>
<updated>2019-09-23T12:18:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-09-23T11:44:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=65f74be719bf249f4bc93e09670ee07410ecec96'/>
<id>urn:sha1:65f74be719bf249f4bc93e09670ee07410ecec96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add whether the server split with an error to OnServerSplit.</title>
<updated>2019-09-23T12:18:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-09-23T10:51:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cf5d382b822cecd54fdbc77e4c1c4de8a8aa3c35'/>
<id>urn:sha1:cf5d382b822cecd54fdbc77e4c1c4de8a8aa3c35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert all core ExtensionItem code away from {un,}serialize.</title>
<updated>2019-08-07T18:37:27Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-07T18:37:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=714284aa306f2912eaca0c28d779d227db62a96b'/>
<id>urn:sha1:714284aa306f2912eaca0c28d779d227db62a96b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for the IRCv3 standard replies extension.</title>
<updated>2019-07-25T13:32:47Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-04-03T09:47:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8fe455f1dad5c7e3f6f7f638b0243cffedf322a3'/>
<id>urn:sha1:8fe455f1dad5c7e3f6f7f638b0243cffedf322a3</id>
<content type='text'>
This extension provides a framework for other extensions to send
standard replies to clients as an alternative to numerics.
</content>
</entry>
<entry>
<title>Add the time tag on the server the message originates from.</title>
<updated>2019-07-22T11:40:37Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-22T11:18:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=438a088b5176068c753aebe860e2d89fefe09eb4'/>
<id>urn:sha1:438a088b5176068c753aebe860e2d89fefe09eb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an event for adding tags to S2S messages.</title>
<updated>2019-07-19T13:17:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-19T13:12:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e2fcf7b3b15f86fec250b7b784bdf3d0631048c6'/>
<id>urn:sha1:e2fcf7b3b15f86fec250b7b784bdf3d0631048c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split ServerEventListener into {Broadcast,Link,Sync}EventListener.</title>
<updated>2019-07-15T11:55:48Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-15T11:43:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=06e2961a86705d794fd5904000e44a7ae08004d9'/>
<id>urn:sha1:06e2961a86705d794fd5904000e44a7ae08004d9</id>
<content type='text'>
There is no reason to have these events in one big handler and it
causes unnecessary event hooks to be created by having them like
this.

The ServerEventListener class still exists for compatibility
</content>
</entry>
<entry>
<title>Add an API for accessing a batch end event.</title>
<updated>2019-06-12T11:42:47Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-06-12T11:42:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9b35c4c78cb15bdae0431f1425983bc41150fee5'/>
<id>urn:sha1:9b35c4c78cb15bdae0431f1425983bc41150fee5</id>
<content type='text'>
This is essentially identical to the one for the start event.
</content>
</entry>
<entry>
<title>Fix echo-message replies being considered a side effect.</title>
<updated>2019-06-11T09:04:15Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-06-11T09:02:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad92bdb83f148a47c6c166d01fc1870ee05df38f'/>
<id>urn:sha1:ad92bdb83f148a47c6c166d01fc1870ee05df38f</id>
<content type='text'>
</content>
</entry>
</feed>
