<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_override.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_override.cpp?h=v2.0.27</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_override.cpp?h=v2.0.27'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-05-18T00:10:51Z</updated>
<entry>
<title>m_override: fix parentheses compiler warning</title>
<updated>2017-05-18T00:10:51Z</updated>
<author>
<name>Adam</name>
</author>
<published>2017-05-18T00:10:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a92b6b7af463135ed5f84f0ed640b9416db684ef'/>
<id>urn:sha1:a92b6b7af463135ed5f84f0ed640b9416db684ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix channel rank issue</title>
<updated>2016-12-10T21:33:21Z</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2016-12-10T21:25:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=60f150653a066cda7f52e9478b0646628facbefa'/>
<id>urn:sha1:60f150653a066cda7f52e9478b0646628facbefa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix m_override refusing to override modes if the user holds halfop or higher in the channel</title>
<updated>2013-12-14T18:34:21Z</updated>
<author>
<name>Daniel Vassdal</name>
</author>
<published>2013-12-12T21:39:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4b9d53b05207cca559f24e098d50c43811fcf176'/>
<id>urn:sha1:4b9d53b05207cca559f24e098d50c43811fcf176</id>
<content type='text'>
</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>ServerConfig::ServerName is a std::string, don't call .c_str() on it when passing it to Channel::WriteChannelWithServ, etc.</title>
<updated>2012-11-19T17:32:42Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-18T22:53:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6c67546af64cec887bb716f666016eb93fde5d2b'/>
<id>urn:sha1:6c67546af64cec887bb716f666016eb93fde5d2b</id>
<content type='text'>
</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>Remove superfluous std::string()s</title>
<updated>2012-10-12T01:57:39Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-24T12:54:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c8b41aa5d256d99eee67ec94492a94dc30e0ea35'/>
<id>urn:sha1:c8b41aa5d256d99eee67ec94492a94dc30e0ea35</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>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>
</feed>
