<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_noctcp.cpp, branch v2.0.27</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_noctcp.cpp?h=v2.0.27</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_noctcp.cpp?h=v2.0.27'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-06-16T17:20:34Z</updated>
<entry>
<title>Fix exempting CTCP ACTIONs in m_blockcaps and m_noctcp.</title>
<updated>2017-06-16T17:20:34Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-06-16T17:08:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b105e9366b0d8fc3b6ee41942cc2a3518e24bc21'/>
<id>urn:sha1:b105e9366b0d8fc3b6ee41942cc2a3518e24bc21</id>
<content type='text'>
Previously we assumed that CTCP ACTIONs matched "\1ACTION ". This
is incorrect because "\1ACTION\1" and "\1ACTION" are valid CTCPs.
</content>
</entry>
<entry>
<title>Register all commands, modes and extensions using AddService()</title>
<updated>2012-12-02T18:40:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-02T18:40:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=349106f3f9f75d7f957fc5d1e71ca650f4807bb9'/>
<id>urn:sha1:349106f3f9f75d7f957fc5d1e71ca650f4807bb9</id>
<content type='text'>
AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing
</content>
</entry>
<entry>
<title>Dynamically determine the size of the eventlist[] passed to Attach()</title>
<updated>2012-12-02T18:40:00Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-02T18:40:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=84a1569cd60daa64b1ae52a1fff62c0dc4d78850'/>
<id>urn:sha1:84a1569cd60daa64b1ae52a1fff62c0dc4d78850</id>
<content type='text'>
m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
</content>
</entry>
<entry>
<title>Attach to events and register services in init()</title>
<updated>2012-12-02T18:39:46Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-13T01:12:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ac7defcd3e52695dcf5e5150e9fe3e1624205e64'/>
<id>urn:sha1:ac7defcd3e52695dcf5e5150e9fe3e1624205e64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_noctcp Make extban 'C' work as intended</title>
<updated>2012-11-24T03:13:24Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-24T02:34:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=abd2ac5ca85811795d4e0e03d777924cc50c66ff'/>
<id>urn:sha1:abd2ac5ca85811795d4e0e03d777924cc50c66ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_noctcp Fix /me not being allowed on +C channels</title>
<updated>2012-07-17T03:06:54Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-17T02:15:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e8c46340c2d95239e0f11de510f758bf08cc681'/>
<id>urn:sha1:0e8c46340c2d95239e0f11de510f758bf08cc681</id>
<content type='text'>
Fixes #260 reported by @JDowny
</content>
</entry>
<entry>
<title>Updated the version lines on several modules.</title>
<updated>2012-07-06T18:34:15Z</updated>
<author>
<name>Shawn Smith</name>
</author>
<published>2012-07-06T18:23:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c93af7582aed5f62e484550330697c634ba95f8b'/>
<id>urn:sha1:c93af7582aed5f62e484550330697c634ba95f8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_noctcp Use SimpleChannelModeHandler, reorder checks</title>
<updated>2012-06-29T22:18:48Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-06-24T15:10:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dffec4281598e6034ad5c0ee075c858d3579d903'/>
<id>urn:sha1:dffec4281598e6034ad5c0ee075c858d3579d903</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-19T18:58:29Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-19T18:58:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46a39046196f55b52336e19662bb7bac85b731ac'/>
<id>urn:sha1:46a39046196f55b52336e19662bb7bac85b731ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restore &lt;options:exemptchanops&gt; with long names</title>
<updated>2010-02-20T09:15:55Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-20T09:15:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4d46f5f9ef94c295649afad38c6d496ae2bbe5e1'/>
<id>urn:sha1:4d46f5f9ef94c295649afad38c6d496ae2bbe5e1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12502 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
