<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_rline.cpp, branch v2.0.26</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_rline.cpp?h=v2.0.26</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_rline.cpp?h=v2.0.26'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2013-06-05T21:11:50Z</updated>
<entry>
<title>Remove unnecessary string copies and dead code</title>
<updated>2013-06-05T21:11:50Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-05T21:11:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d87bfc277858543ff14cd43f4222c66362464094'/>
<id>urn:sha1:d87bfc277858543ff14cd43f4222c66362464094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_rline Switch to OnUserRegister hook to disconnect banned users earlier</title>
<updated>2013-04-21T16:09:41Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-21T16:09:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=25d00181cd5a6b89c926e188e5f7569335ca64d0'/>
<id>urn:sha1:25d00181cd5a6b89c926e188e5f7569335ca64d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_filter, m_rline Remove rlines and filters when the regex engine changes or becomes unavailable</title>
<updated>2013-04-21T16:03:07Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-21T16:03:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=216877cc5b595b5b6bbc5f953e226618201cc0f6'/>
<id>urn:sha1:216877cc5b595b5b6bbc5f953e226618201cc0f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_cban, m_rline, m_shun Don't broadcast when user is a local user</title>
<updated>2012-12-05T20:49:46Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-05T20:13:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a969c1e440cb3f77e81ba5da3f4b3bf09bb5190a'/>
<id>urn:sha1:a969c1e440cb3f77e81ba5da3f4b3bf09bb5190a</id>
<content type='text'>
spanningtree sends an ADDLINE in this case
</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>Remove usage of the deprecated ConfigReader</title>
<updated>2012-11-12T20:48:42Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-06T19:43:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a4db7bf9af00b32d4f5c1922997d02b0b8be59e5'/>
<id>urn:sha1:a4db7bf9af00b32d4f5c1922997d02b0b8be59e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_cban, m_rline, m_shun Broadcast these commands as some services implementations send them (even though they shouldn't)</title>
<updated>2012-10-04T21:45:51Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-04T21:45:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dbab6211293d537a45384a9980beec3873956cc7'/>
<id>urn:sha1:dbab6211293d537a45384a9980beec3873956cc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more undefined behavior caused by referencing the returned buffer by std::string::c_str() when the object is temporary</title>
<updated>2012-09-30T01:04:07Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-09-29T23:10:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=02859be56d43bcece02aab350e02bc95ed1bf446'/>
<id>urn:sha1:02859be56d43bcece02aab350e02bc95ed1bf446</id>
<content type='text'>
See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88
</content>
</entry>
<entry>
<title>m_rline Fix memory leak when zlineonmatch was true and the zline existed, simplify zline adding logic</title>
<updated>2012-06-17T13:06:15Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-06-17T12:46:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cb264eff53057afbc0154cc822ad77043df3373d'/>
<id>urn:sha1:cb264eff53057afbc0154cc822ad77043df3373d</id>
<content type='text'>
</content>
</entry>
</feed>
