<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/inspircd.conf.example, branch v3.0.0rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/docs/conf/inspircd.conf.example?h=v3.0.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/docs/conf/inspircd.conf.example?h=v3.0.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-01-24T15:10:02Z</updated>
<entry>
<title>Move the &lt;disabled&gt; tag out of the core to a new module.</title>
<updated>2019-01-24T15:10:02Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-24T15:10:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4047a143fc1d16350db70c94b9ea77d79de05714'/>
<id>urn:sha1:4047a143fc1d16350db70c94b9ea77d79de05714</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for the extended tag space for client tags.</title>
<updated>2019-01-24T14:28:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-23T21:45:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cbef0241a04eafe5250b75ebb3f7ef8c32ecb260'/>
<id>urn:sha1:cbef0241a04eafe5250b75ebb3f7ef8c32ecb260</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve X-line text consistency.</title>
<updated>2019-01-09T10:07:09Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-01-08T10:03:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f2e3fd5952b23209b084bde4f464e6643c8a00ff'/>
<id>urn:sha1:f2e3fd5952b23209b084bde4f464e6643c8a00ff</id>
<content type='text'>
- Change any "-Line", ":Line", or "*line" to "-line" throughout
the X-line code, comments, and documentation.
- Add periods to the end of some notices.
- Correct a typo in the Q-line code comments.
- Update the filter module documentation (shun addition).

Co-authored-by: Robby &lt;robby@chatbelgie.be&gt;
</content>
</entry>
<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://www.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://www.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://www.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://www.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://www.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://www.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://www.cgit.space/~steering/inspircd++.git/commit/?id=8cb20e354533fbec24aafd4e61ff6fa69b434aa2'/>
<id>urn:sha1:8cb20e354533fbec24aafd4e61ff6fa69b434aa2</id>
<content type='text'>
</content>
</entry>
</feed>
