<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, branch v3.0.0a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include?h=v3.0.0a2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include?h=v3.0.0a2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2017-10-12T14:55:21Z</updated>
<entry>
<title>Merge the latest changes from insp20 into master.</title>
<updated>2017-10-12T14:55:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-12T14:55:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a3e0768758ca68429a29d9c78ce672f2d938c6e7'/>
<id>urn:sha1:a3e0768758ca68429a29d9c78ce672f2d938c6e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix RPL_SERVERVERSION treating the modes as a single parameter.</title>
<updated>2017-10-04T13:10:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-04T13:10:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=12c67fb0e5de72c127f62a1eed6cd5e5627f3c91'/>
<id>urn:sha1:12c67fb0e5de72c127f62a1eed6cd5e5627f3c91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert Disabled[CU]Modes to use a bitset instead of a char array.</title>
<updated>2017-09-18T13:09:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-09-11T14:38:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ca9a56b7ac0ec2139ade835144369455baa757bc'/>
<id>urn:sha1:ca9a56b7ac0ec2139ade835144369455baa757bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ModeParser::IsModeChar to standardise mode validation.</title>
<updated>2017-09-18T13:09:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-09-11T14:22:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=60d92db9a1b71bbfd4230c5eb9f04cd6a87a41d8'/>
<id>urn:sha1:60d92db9a1b71bbfd4230c5eb9f04cd6a87a41d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Raise the default listmode limit to 100 from 64.</title>
<updated>2017-09-14T14:42:34Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-09-14T13:14:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=21f2f56e98625fe640f8045737335d8ebdf879b7'/>
<id>urn:sha1:21f2f56e98625fe640f8045737335d8ebdf879b7</id>
<content type='text'>
64 is a rather restrictive limit especially considering how fast
channels can accumulate bans. In fact, #InspIRCd hit the ban limit
in just over a year.

Having a low limit might have made sense when memory was expensive
but the average IRC server should be able to handle this fine now.
</content>
</entry>
<entry>
<title>Change FailedPortList to store a sockaddrs/int instead of string.</title>
<updated>2017-09-12T14:05:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-28T18:28:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5a378e8954717c19deaa618fc326164680383505'/>
<id>urn:sha1:5a378e8954717c19deaa618fc326164680383505</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store the server endpoint as a sockaddrs in ListenSocket.</title>
<updated>2017-09-12T14:05:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-28T14:37:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fb13dca410541f01db84287f2721d1e256eaf2b5'/>
<id>urn:sha1:fb13dca410541f01db84287f2721d1e256eaf2b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of irc::sockets::satoap().</title>
<updated>2017-09-12T14:05:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-28T14:13:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3b595d39a50e38283768bc6ec8aeb9e73071224f'/>
<id>urn:sha1:3b595d39a50e38283768bc6ec8aeb9e73071224f</id>
<content type='text'>
This function is being misused in all but one scenario. It isn't
really worth keeping IMO.
</content>
</entry>
<entry>
<title>Move operquit out of the core and into core_user.</title>
<updated>2017-09-11T15:03:06Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-27T20:11:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ccb6c0f243ee8de52677dface0a24878630bb7fd'/>
<id>urn:sha1:ccb6c0f243ee8de52677dface0a24878630bb7fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for configurable casemapping &amp; default to ASCII.</title>
<updated>2017-09-08T19:11:50Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-30T16:34:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=51a47e7d757df63370168ab5000d13ca9c349ecd'/>
<id>urn:sha1:51a47e7d757df63370168ab5000d13ca9c349ecd</id>
<content type='text'>
</content>
</entry>
</feed>
