<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, branch v2.0.10</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.10</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include?h=v2.0.10'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2012-12-15T20:17:06Z</updated>
<entry>
<title>Add a flag to Command that controls whether an empty last parameter is allowed or not</title>
<updated>2012-12-15T20:17:06Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-01T20:33:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d00914ed6f5de67ab69c69e1cd1efa0797b5f62d'/>
<id>urn:sha1:d00914ed6f5de67ab69c69e1cd1efa0797b5f62d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ServerLimits::Finalise(), it's completely wrong</title>
<updated>2012-12-09T17:12:09Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-09T17:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=71d53e4883cdb83b50f43cd934ac9b4cd2b95383'/>
<id>urn:sha1:71d53e4883cdb83b50f43cd934ac9b4cd2b95383</id>
<content type='text'>
Truncate &lt;limits:identmax&gt;+1 long idents in User::ChangeIdent()
</content>
</entry>
<entry>
<title>Change a few signed counter variables to unsigned so they roll over later</title>
<updated>2012-12-05T20:49:39Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-05T19:51:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=73074b0a78ffb91dcb42405ce21dc0a88fcd22b9'/>
<id>urn:sha1:73074b0a78ffb91dcb42405ce21dc0a88fcd22b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Throw an exception when attempting to register an extension with a name that already exists</title>
<updated>2012-12-02T18:43:20Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-02T18:40:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=eea9343393614f81169eaf9ac1fcab1db949d018'/>
<id>urn:sha1:eea9343393614f81169eaf9ac1fcab1db949d018</id>
<content type='text'>
Previously this silently failed
</content>
</entry>
<entry>
<title>Make LocalUserList an std::list</title>
<updated>2012-11-29T22:41:22Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-20T23:53:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=74b05d550081fb7a7b41a145cfbc333f8774d438'/>
<id>urn:sha1:74b05d550081fb7a7b41a145cfbc333f8774d438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a typedef for LocalUserList</title>
<updated>2012-11-29T22:41:22Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-20T23:15:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a589577b68cb84bc877ecdd4c0f9cb84a1581ddd'/>
<id>urn:sha1:a589577b68cb84bc877ecdd4c0f9cb84a1581ddd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in doc and remove some whitespace</title>
<updated>2012-10-29T17:33:07Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-29T17:33:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=504caa8ca9fd28cce112c929b523a6263e563f18'/>
<id>urn:sha1:504caa8ca9fd28cce112c929b523a6263e563f18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move ServerConfig::ProcessColors() into class InspIRCd, as a helper function</title>
<updated>2012-10-29T17:27:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-29T16:19:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=954786c678c411bd28016dcbc2b4d68ca861fb58'/>
<id>urn:sha1:954786c678c411bd28016dcbc2b4d68ca861fb58</id>
<content type='text'>
Change signature to accept a file_cache reference so modules can use it easily
</content>
</entry>
<entry>
<title>Fix for #268.</title>
<updated>2012-10-19T15:50:08Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2012-09-12T15:27:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3479532178c73ae47da4729865e5bfc91a299027'/>
<id>urn:sha1:3479532178c73ae47da4729865e5bfc91a299027</id>
<content type='text'>
- Move color stripping code to helperfuncs.
- Strip color codes before matching filters.
</content>
</entry>
<entry>
<title>Resolve two warnings clang complains about</title>
<updated>2012-10-14T21:58:20Z</updated>
<author>
<name>ChrisTX</name>
</author>
<published>2012-10-14T21:58:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=90aa5811d17205c4a87f91c0f9ad12c05a03ec44'/>
<id>urn:sha1:90aa5811d17205c4a87f91c0f9ad12c05a03ec44</id>
<content type='text'>
No newline at end of file in consolecolors.h
String plus int in snomasks
</content>
</entry>
</feed>
