<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/inspircd.conf.example, branch v3.0.0rc1</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.0rc1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/docs/conf/inspircd.conf.example?h=v3.0.0rc1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2018-12-19T10:06:46Z</updated>
<entry>
<title>Fix docs referring to channel mode e using the wrong name.</title>
<updated>2018-12-19T10:06:46Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-19T10:06:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f904042e9e413cd1ba80a04b8984637f59b73036'/>
<id>urn:sha1:f904042e9e413cd1ba80a04b8984637f59b73036</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the &lt;maxlist&gt; tag and switch ListModeBase to always use it.</title>
<updated>2018-12-19T09:02:09Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-19T09:02:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=36da0833c5512a72cbf500a2f5faef5a26ed8dae'/>
<id>urn:sha1:36da0833c5512a72cbf500a2f5faef5a26ed8dae</id>
<content type='text'>
The old method of doing this was:

1. Extremely inconsistently used. Some list modes used &lt;banlist&gt;
   and some used their own config tag.
2. Not documented in the slightest. There was a small reference to
   &lt;maxbans&gt; for the ban mode but nothing else.
3. In some cases conflicting with other config tags. The chanfilter
   module defined a &lt;chanfilter&gt; tag for general config whilst also
   using it for the max list settings.

The new &lt;maxlist&gt; tag avoids these issues entirely.
</content>
</entry>
<entry>
<title>Add an option for changing the allowed server clock drift.</title>
<updated>2018-12-04T19:04:09Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-04T19:04:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a4c1b1f4fcfd9cd967bf326afbbada3d91f9da34'/>
<id>urn:sha1:a4c1b1f4fcfd9cd967bf326afbbada3d91f9da34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing special character for reversing color.</title>
<updated>2018-11-20T23:37:20Z</updated>
<author>
<name>Robby</name>
</author>
<published>2018-11-20T22:32:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4c6d7a12ab58b55ef49fb1cf62b57c6ef7daad5d'/>
<id>urn:sha1:4c6d7a12ab58b55ef49fb1cf62b57c6ef7daad5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove deprecated config checker and make &lt;die&gt; actually useful.</title>
<updated>2018-10-27T17:31:32Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-10-27T13:18:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ea7eb543cbbc9d42def708f271ff00e524094a59'/>
<id>urn:sha1:ea7eb543cbbc9d42def708f271ff00e524094a59</id>
<content type='text'>
- Remove the deprecated config tag checker. This checker is neither
  exhaustive nor is it particularly accurate. Instead the new docs
  site will contain a page detailing the breaking changes between
  releases.
- Remove the insulting &lt;die&gt; tags in inspircd.conf.example and add
  some descriptive ones in files that it is critical for the user
  to edit correctly.
- Show the message from the &lt;die&gt; tag so the user actually knows
  what they did wrong.
</content>
</entry>
<entry>
<title>Remove the ripemd160 module.</title>
<updated>2018-09-06T12:31:53Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-09-06T10:29:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8512726adf455358d2e467dcc79fc9913ccbcf6b'/>
<id>urn:sha1:8512726adf455358d2e467dcc79fc9913ccbcf6b</id>
<content type='text'>
The library code used by this module is licensed under a non-free
license which is incompatible with the GPLv2. Combined with the
fact that it has been superceded by better algorithms like bcrypt
I have decided to remove it.

An alternate implementation of this algorithm is provided by the
m_hash_gnutls module if people *really* need to use it.
</content>
</entry>
<entry>
<title>Replace most usages of "GECOS" with "real" or "real name".</title>
<updated>2018-07-30T17:30:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-30T17:30:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8cb20e354533fbec24aafd4e61ff6fa69b434aa2'/>
<id>urn:sha1:8cb20e354533fbec24aafd4e61ff6fa69b434aa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log snotices with their description rather than just as "snomask".</title>
<updated>2018-07-20T11:34:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-06-25T13:21:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8faa6ac77378e39de2dbca64a2c54a484db8f77d'/>
<id>urn:sha1:8faa6ac77378e39de2dbca64a2c54a484db8f77d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial support for listening on UNIX socket endpoints.</title>
<updated>2018-07-18T18:22:17Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-13T09:28:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b7716ed57704b2b2bcc665a590aecc8f02de631d'/>
<id>urn:sha1:b7716ed57704b2b2bcc665a590aecc8f02de631d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a silent option to &lt;options:restrictbannedusers&gt;.</title>
<updated>2018-07-10T20:01:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-10T19:32:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2a022cb9b7ed10d929beb96b6fcc2f1aa6a910f3'/>
<id>urn:sha1:2a022cb9b7ed10d929beb96b6fcc2f1aa6a910f3</id>
<content type='text'>
This is useful when dealing with spambots that switch method when
they receive ERR_CANNOTSENDTOCHAN.
</content>
</entry>
</feed>
