<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules.cpp, branch v3.5.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v3.5.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v3.5.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2020-01-31T12:48:25Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-31T12:48:25Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-31T12:48:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8f62016f16cf2419817738904153cb3711b20d7e'/>
<id>urn:sha1:8f62016f16cf2419817738904153cb3711b20d7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an event for when a command is blocked before execution.</title>
<updated>2020-01-22T10:22:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-22T01:20:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b759870d742f1611ff64ca899e083d5467ebcf3b'/>
<id>urn:sha1:b759870d742f1611ff64ca899e083d5467ebcf3b</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://cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an event which is fired when the server shuts down.</title>
<updated>2019-10-17T16:17:39Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-10-17T16:17:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e3deb783406e15cf496afab6971a908215b2ea81'/>
<id>urn:sha1:e3deb783406e15cf496afab6971a908215b2ea81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document ConfigStatus and add a way to detect the initial load.</title>
<updated>2019-09-02T14:17:30Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-09-02T14:17:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5cf6f65044c27a69e70d795d75e826ce3f0b97a1'/>
<id>urn:sha1:5cf6f65044c27a69e70d795d75e826ce3f0b97a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow modules to prevent a failed connection from being closed.</title>
<updated>2019-07-21T12:50:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-21T12:44:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=850b7a3ace862101a944a9332d72b6bd597c17cc'/>
<id>urn:sha1:850b7a3ace862101a944a9332d72b6bd597c17cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add OnUserPreQuit event to allow modules to change quit messages (#1629).</title>
<updated>2019-06-24T13:46:54Z</updated>
<author>
<name>iwalkalone</name>
</author>
<published>2019-06-24T13:46:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2ab383f707ec648ceeb29059ce4f54d4bbb056a4'/>
<id>urn:sha1:2ab383f707ec648ceeb29059ce4f54d4bbb056a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate dirent.h inclusion.</title>
<updated>2019-06-20T09:24:16Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-06-20T09:24:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5b152cfcd993119c0d0ef87b73b3b0f20c940cdc'/>
<id>urn:sha1:5b152cfcd993119c0d0ef87b73b3b0f20c940cdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-order the includes to fix C++03 builds.</title>
<updated>2019-05-06T15:47:25Z</updated>
<author>
<name>nia</name>
</author>
<published>2019-05-06T14:53:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3bbf251efa501af7cc452031a4c6d824158b64a8'/>
<id>urn:sha1:3bbf251efa501af7cc452031a4c6d824158b64a8</id>
<content type='text'>
inspircd.h defines __STDC_LIMIT_MACROS to ensure that C99 int type
limits are defined, however, if &lt;stdint.h&gt; is included implicitly
before inspircd.h, the build fails due to the C99 integer type
limits being undefined.
</content>
</entry>
<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://cgit.space/~steering/inspircd++.git/commit/?id=15bb93a4ead17d14958883561e6ea143f49c1a66'/>
<id>urn:sha1:15bb93a4ead17d14958883561e6ea143f49c1a66</id>
<content type='text'>
</content>
</entry>
</feed>
