<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src, branch v1.2.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src?h=v1.2.9</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src?h=v1.2.9'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2012-04-23T06:59:40Z</updated>
<entry>
<title>v1.2.9 final</title>
<updated>2012-04-23T06:59:40Z</updated>
<author>
<name>Robin Burchell</name>
</author>
<published>2012-04-23T06:59:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4acd5c7d83abe4500662728315b34d76e56eb084'/>
<id>urn:sha1:4acd5c7d83abe4500662728315b34d76e56eb084</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-20T01:32:07Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-20T01:32:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=201f91fe61672feb2aebe0893362fb39350925d2'/>
<id>urn:sha1:201f91fe61672feb2aebe0893362fb39350925d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #82 from attilamolnar/insp12+rlinefix</title>
<updated>2012-04-19T06:48:19Z</updated>
<author>
<name>Robin Burchell</name>
</author>
<published>2012-04-19T06:48:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3fb86faabd8080f97418567e0edec74012db6db9'/>
<id>urn:sha1:3fb86faabd8080f97418567e0edec74012db6db9</id>
<content type='text'>
Fix potential crash in m_rline.cpp</content>
</entry>
<entry>
<title>Fix crash in m_rline</title>
<updated>2012-04-18T19:40:57Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-04-18T19:40:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ce1ad5f8c88ed90351138beb5be9b0962bd3eec1'/>
<id>urn:sha1:ce1ad5f8c88ed90351138beb5be9b0962bd3eec1</id>
<content type='text'>
m_rline only called UseInterface() in the constructor, so when there was no regex engine loaded UseInterface() did nothing.
If the specifed regex engine was loaded later on this resulted in being able to unload it behind the back of m_rline and crash the server whenever the engine was accessed.
</content>
</entry>
<entry>
<title>Fix issue #18 reported by @int- (remote restriction on /stats)</title>
<updated>2012-04-18T18:44:58Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-04-14T15:14:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cb508787ba45ee704d6cccb7d213bc3c920158ec'/>
<id>urn:sha1:cb508787ba45ee704d6cccb7d213bc3c920158ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Checking E-lines once is enough</title>
<updated>2012-04-18T16:25:56Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-18T16:25:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1f9cdc9ca0d690142c64ea7fb9e71b15269e308b'/>
<id>urn:sha1:1f9cdc9ca0d690142c64ea7fb9e71b15269e308b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix MaxModes check when bursting bans for a channel to compare the number of bans not the length of the parameters it queued for sending.</title>
<updated>2012-04-18T10:47:35Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-04-18T10:47:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3946aa2c9bc5b9d6e0de2d4c77f8dafa387f062f'/>
<id>urn:sha1:3946aa2c9bc5b9d6e0de2d4c77f8dafa387f062f</id>
<content type='text'>
This has caused nearly every ban to be sent in a seperate FMODE.
</content>
</entry>
<entry>
<title>Fixes for OnDelLine checking hardcoded line type 'K' instead of IsBurstable() and not obeying loopCall, thus broadcasting a redundant DELLINE for every DELLINE received.</title>
<updated>2012-04-18T10:28:07Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-04-18T10:28:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1d703dcf7858a322c823bbd80f9507b627c5738c'/>
<id>urn:sha1:1d703dcf7858a322c823bbd80f9507b627c5738c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make m_shun work on aliases</title>
<updated>2012-04-17T22:16:40Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-17T22:16:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=61b2671933ff9885d394d1e9f986407ccc4debd1'/>
<id>urn:sha1:61b2671933ff9885d394d1e9f986407ccc4debd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shun: stats functionality is implemented, this may be removed</title>
<updated>2012-04-17T21:35:16Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-17T21:35:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4d4ed3ae74ffe63f8f26024b3a8c45119330acd4'/>
<id>urn:sha1:4d4ed3ae74ffe63f8f26024b3a8c45119330acd4</id>
<content type='text'>
</content>
</entry>
</feed>
