<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, branch v2.0.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include?h=v2.0.9</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include?h=v2.0.9'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2012-10-03T18:36:20Z</updated>
<entry>
<title>Change User::SetClientIP() to be virtual</title>
<updated>2012-10-03T18:36:20Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-03T02:38:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=13b7084eae707af1066a72fff9d5b2b91534dd20'/>
<id>urn:sha1:13b7084eae707af1066a72fff9d5b2b91534dd20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make ConfigReader::GetSID() return a const reference to a string instead of a string</title>
<updated>2012-09-30T01:04:08Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-09-29T23:26:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6abc0b8ca76a3a910d11264fc4dcc8b689574cad'/>
<id>urn:sha1:6abc0b8ca76a3a910d11264fc4dcc8b689574cad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call OnUserSetIP() whenever the IP of a local user changes, set ident,host,dhost in LocalUser constructor</title>
<updated>2012-09-13T16:51:28Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-09T13:35:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2115bd71dc5307cdcda1b7d7be3b9d9b0545531f'/>
<id>urn:sha1:2115bd71dc5307cdcda1b7d7be3b9d9b0545531f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New OnUserSetIP() hook</title>
<updated>2012-09-13T16:51:28Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-09T13:34:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=91abba488ad4b2c5bf59c720cde387b6390528d9'/>
<id>urn:sha1:91abba488ad4b2c5bf59c720cde387b6390528d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug #291 - fix rehashing bind tags not changing them between servers/clients and ssl/nonssl</title>
<updated>2012-09-12T20:56:47Z</updated>
<author>
<name>Adam</name>
</author>
<published>2012-09-12T20:56:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c4a53990f0767b38f0c2454c9e10e4f85ad08093'/>
<id>urn:sha1:c4a53990f0767b38f0c2454c9e10e4f85ad08093</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a config option to enable/disable the welcome notice sent to clients after successful registration</title>
<updated>2012-08-24T22:37:04Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-08-24T22:03:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7aacf739504c81305fb773426cc778e00233b8f4'/>
<id>urn:sha1:7aacf739504c81305fb773426cc778e00233b8f4</id>
<content type='text'>
Fixes #284 reported by @hoggeh
</content>
</entry>
<entry>
<title>Move STATS handler back to cmd_stats so it's hotpatchable again</title>
<updated>2012-07-13T15:18:07Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-13T13:09:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=41c26a03fac6915c0abcde17bacb6563c50719e5'/>
<id>urn:sha1:41c26a03fac6915c0abcde17bacb6563c50719e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Close files opened with popen() with pclose() instead of fclose()</title>
<updated>2012-07-11T14:34:50Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-09T16:06:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=074a96c9ffc85763da833bccadefc9978152482c'/>
<id>urn:sha1:074a96c9ffc85763da833bccadefc9978152482c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't manage memory manually for the commasepstream in irc::portparser</title>
<updated>2012-07-11T13:01:31Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-11T12:40:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a8d911c021c92d424882003cf22cf4e154ec5ea2'/>
<id>urn:sha1:a8d911c021c92d424882003cf22cf4e154ec5ea2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use std::set instead of std::map in irc::portparser</title>
<updated>2012-07-11T13:01:31Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-09T10:23:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=03a8a981f16543b555172a3d426feac858d96576'/>
<id>urn:sha1:03a8a981f16543b555172a3d426feac858d96576</id>
<content type='text'>
</content>
</entry>
</feed>
