<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/inspircd.conf.example, branch v3.0.0a5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/docs/conf/inspircd.conf.example?h=v3.0.0a5</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/docs/conf/inspircd.conf.example?h=v3.0.0a5'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2017-12-22T01:11:14Z</updated>
<entry>
<title>Rename &lt;security:hidewhois&gt; to &lt;security:hideserver&gt;.</title>
<updated>2017-12-22T01:11:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-15T23:26:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e467fd0a6fc9ba97b2e2f31e654803a86bbb307f'/>
<id>urn:sha1:e467fd0a6fc9ba97b2e2f31e654803a86bbb307f</id>
<content type='text'>
The previous name was horrible and didn't describe what the setting
actually does.
</content>
</entry>
<entry>
<title>Don't allow users to set a zero channel limit.</title>
<updated>2017-12-11T13:17:17Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-11T13:16:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c4955b78dced7bc399135fc64c14750f2dfc0a2b'/>
<id>urn:sha1:c4955b78dced7bc399135fc64c14750f2dfc0a2b</id>
<content type='text'>
Closes #451.
</content>
</entry>
<entry>
<title>Remove the preconfigured Charybdis and UnrealIRCd module files.</title>
<updated>2017-11-22T13:31:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-22T13:06:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8bc03773ca9f82a8f3371b4c65392f8921dc3e44'/>
<id>urn:sha1:8bc03773ca9f82a8f3371b4c65392f8921dc3e44</id>
<content type='text'>
These are extremely outdated. If we want to ship these then they
should be redone from scratch.
</content>
</entry>
<entry>
<title>Merge tag 'v2.0.25' into master.</title>
<updated>2017-11-12T17:33:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-12T17:33:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d23c030c9a8fd58807438245a004e4aa5b7288ba'/>
<id>urn:sha1:d23c030c9a8fd58807438245a004e4aa5b7288ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various minor documentation fixes.</title>
<updated>2017-11-12T12:24:57Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-12T11:58:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a137eb1c2649e702efee7cb1a50b4da467f9d4bd'/>
<id>urn:sha1:a137eb1c2649e702efee7cb1a50b4da467f9d4bd</id>
<content type='text'>
- Remind admins that not setting a DIE/RESTART password does not
  disable use of those commands.
- Remove references to 1.2 and modules being able to create custom
  logging methods. This was never implemented in the 2.0 branch.
- Remove references to an SASL improvement that was reverted.
- Update various InspIRCd website links to use HTTPS over HTTP.
- Update a link to the IRCv3 website to point to the new website.
</content>
</entry>
<entry>
<title>Allow spaces in the network name now it doesn't cause problems.</title>
<updated>2017-11-09T10:31:00Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-09T10:05:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2b94e7dcc072d923a3f3e8830dab9b45caaea118'/>
<id>urn:sha1:2b94e7dcc072d923a3f3e8830dab9b45caaea118</id>
<content type='text'>
This will not cause any compatibility issues as we do not rely on
this attribute internally.
</content>
</entry>
<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>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>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>
<entry>
<title>Convert a bunch of time-related config options to getDuration.</title>
<updated>2017-09-03T19:20:30Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-13T15:26:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e7c829af5941c6a8a303ca75ed9ac47570347e41'/>
<id>urn:sha1:e7c829af5941c6a8a303ca75ed9ac47570347e41</id>
<content type='text'>
</content>
</entry>
</feed>
