<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_restrictmsg.cpp, branch v3.0.0a3</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_restrictmsg.cpp?h=v3.0.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_restrictmsg.cpp?h=v3.0.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2016-02-25T15:12:09Z</updated>
<entry>
<title>Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters</title>
<updated>2016-02-25T15:12:09Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T15:12:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=da29af8cba49d51e53d6e68237ccbf6370b6dd1f'/>
<id>urn:sha1:da29af8cba49d51e53d6e68237ccbf6370b6dd1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2015-05-10T17:20:06Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-05-10T17:20:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6fe1f4e1136f2ab95a88e68af1894bf6002d03f4'/>
<id>urn:sha1:6fe1f4e1136f2ab95a88e68af1894bf6002d03f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix not being able to message ulines when m_restrictmsg is loaded.</title>
<updated>2015-05-10T03:50:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-04-28T19:22:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=15b0a1853d2912ae10d218b00c2e6f175bb5ae30'/>
<id>urn:sha1:15b0a1853d2912ae10d218b00c2e6f175bb5ae30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use WriteNumeric() everywhere we send numerics and include the user's nick automatically</title>
<updated>2013-11-12T11:51:31Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-11-12T11:51:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6c7a3ceb6c674a9af09da955ee0238e9291cf29a'/>
<id>urn:sha1:6c7a3ceb6c674a9af09da955ee0238e9291cf29a</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>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>Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()</title>
<updated>2013-04-10T15:28:08Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-09T17:12:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ca0083cba90c8830f5018b73eb715665a8db9dd7'/>
<id>urn:sha1:ca0083cba90c8830f5018b73eb715665a8db9dd7</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>
