<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_testnet.cpp, branch insp2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_testnet.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_testnet.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2016-02-20T13:46:06Z</updated>
<entry>
<title>Remove the useless testnet module.</title>
<updated>2016-02-20T13:46:06Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-01-11T06:23:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c7b27cf49daf2c6e8c82a00bc3fd6e84d062fe9f'/>
<id>urn:sha1:c7b27cf49daf2c6e8c82a00bc3fd6e84d062fe9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automatically register ServiceProviders created by modules</title>
<updated>2013-09-08T15:11:08Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-26T17:44:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=992674362c5f64bdb8e1942eeaa7612524529cd6'/>
<id>urn:sha1:992674362c5f64bdb8e1942eeaa7612524529cd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automatically attach modules to events</title>
<updated>2013-08-04T14:08:57Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-04T12:36:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7'/>
<id>urn:sha1:d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove $Core and $Mod* comments apart from $ModDep.</title>
<updated>2013-07-04T14:51:00Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-07-03T03:34:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54d10d53c730ab81ca6464fe2f0e0ecbcd435672'/>
<id>urn:sha1:54d10d53c730ab81ca6464fe2f0e0ecbcd435672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of the OnRemoteKill hook, make use of GetRouting() and TR_CUSTOM to route KILLs</title>
<updated>2013-06-12T19:22:37Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-12T19:22:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=623ba6ae49f8e1e0958f921fa178af8a95797c1c'/>
<id>urn:sha1:623ba6ae49f8e1e0958f921fa178af8a95797c1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Route WALLOPS like a regular command, remove OnWallops hook</title>
<updated>2013-06-02T16:05:01Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-02T16:05:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ca4c4a67988419b9eb479ffcf82238dc1648b0ad'/>
<id>urn:sha1:ca4c4a67988419b9eb479ffcf82238dc1648b0ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to OnUserMessage and OnUserPreMessage</title>
<updated>2013-05-20T21:30:11Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-16T14:33:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7a67685bcb863b0d4199715e86697fee423596c2'/>
<id>urn:sha1:7a67685bcb863b0d4199715e86697fee423596c2</id>
<content type='text'>
All modules (except m_nonotice) that perform filtering on messages have common logic for handling PRIVMSGs and NOTICEs and most of them run the exact same code in both cases
</content>
</entry>
<entry>
<title>Tidy up keywords on module methods.</title>
<updated>2013-05-15T20:41:36Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-04-30T07:38:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4ab1c43c1eee708fc50a4808f714a731891b75e8'/>
<id>urn:sha1:4ab1c43c1eee708fc50a4808f714a731891b75e8</id>
<content type='text'>
- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
</content>
</entry>
<entry>
<title>Remove OnAddBan and OnDelBan hooks</title>
<updated>2013-04-08T19:55:53Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-08T19:55:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9fc218c005543384bcad73747a0574c8c6ab6289'/>
<id>urn:sha1:9fc218c005543384bcad73747a0574c8c6ab6289</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace and empty destructor removal, minor coding style changes</title>
<updated>2013-04-01T19:56:13Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-01T19:56:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=26e7bb0b9a17a595d9935a1cae41b44504ad213e'/>
<id>urn:sha1:26e7bb0b9a17a595d9935a1cae41b44504ad213e</id>
<content type='text'>
</content>
</entry>
</feed>
