<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs, branch v3.0.0a10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/docs?h=v3.0.0a10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/docs?h=v3.0.0a10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-09-26T22:36:19Z</updated>
<entry>
<title>Move the SQL tables to docs/sql and install them on `make install`.</title>
<updated>2018-09-26T22:36:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-09-26T20:56:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2af0476c5a35bfca06820f923debedf4fbc93cb8'/>
<id>urn:sha1:2af0476c5a35bfca06820f923debedf4fbc93cb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add extban 'a' to m_gecosban.</title>
<updated>2018-09-25T11:30:06Z</updated>
<author>
<name>Renegade334</name>
</author>
<published>2015-03-28T21:18:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4995417f59c91cf62c13f1d1dcfdbf4f67714b83'/>
<id>urn:sha1:4995417f59c91cf62c13f1d1dcfdbf4f67714b83</id>
<content type='text'>
This has the format a:nick!user@host+gecos.

e.g. a:*!*@abusive.host+*MegaBot?v2.0*

Closes #1023.
Closes #1026.
</content>
</entry>
<entry>
<title>Merge m_noctcp_user into m_noctcp.</title>
<updated>2018-09-18T11:30:15Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-28T08:23:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0378d0f5826cfcd506595e60a44bf4af89d78bf8'/>
<id>urn:sha1:0378d0f5826cfcd506595e60a44bf4af89d78bf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improvements and bugfixes to the cgiirc module.</title>
<updated>2018-09-17T21:32:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-09-04T13:10:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=de4e4860091fe5a9a530acdb25f9a17e22323acf'/>
<id>urn:sha1:de4e4860091fe5a9a530acdb25f9a17e22323acf</id>
<content type='text'>
- Allow the ident for ident type hosts to be set in the config.
- Consistently check clone counts, connect classes, and xlines for
  all users regardless of their cgiirc host type.
- Remove some obsolete code from when gateway clients had their IP
  changed in OnCheckReady.
- Don't allow a gateway client to match both a WebIRC and an ident
  host.
</content>
</entry>
<entry>
<title>Improvements to the hostchange module.</title>
<updated>2018-09-16T11:38:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-09-12T13:37:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9a312de26b742e9c399a84a70b175a88fb4bc1ac'/>
<id>urn:sha1:9a312de26b742e9c399a84a70b175a88fb4bc1ac</id>
<content type='text'>
- Get rid of &lt;host&gt; and merge the prefix and suffix values into the
  &lt;hostchange&gt; value.
- Remove the 'suffix' action. This has been replaced by the 'set'
  action.
- Add the 'addaccount' action. This adds the users account to their
  hostname.
- Use the &lt;hostname:charmap&gt; characters when removing invalid chars
  in addnick mode.
- Allow multiple entries on each hostmask so that they can fall
  through if a certain value is not acceptable.

Closes #816.
Closes #1001.
</content>
</entry>
<entry>
<title>Add a module for hiding mode changes from unprivileged users.</title>
<updated>2018-09-09T15:52:54Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-09-09T15:52:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=923d811b0564db891d7cb97c1ea81a5c901ff3a5'/>
<id>urn:sha1:923d811b0564db891d7cb97c1ea81a5c901ff3a5</id>
<content type='text'>
Co-authored-by: Attila Molnar &lt;attilamolnar@hush.com&gt;
</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>Improve the snotices sent out by the filter module.</title>
<updated>2018-08-24T12:52:23Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-24T12:40:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9d1b92d927028dfd89acb5c71f671c9d7f203494'/>
<id>urn:sha1:9d1b92d927028dfd89acb5c71f671c9d7f203494</id>
<content type='text'>
- Switch to a module-specific snotice character (f).
- Redo the format of the message to be easier to read and include
  the filter that the user matched.

Closes #490.
Closes #841.
</content>
</entry>
<entry>
<title>Replace all references to IRCv3.2 with IRCv3.</title>
<updated>2018-08-13T21:06:39Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T21:06:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=23e29119f82a373e641b6bf9479c39149e36b1dd'/>
<id>urn:sha1:23e29119f82a373e641b6bf9479c39149e36b1dd</id>
<content type='text'>
IRCv3 no longer does versioned releases.
</content>
</entry>
<entry>
<title>Add support for the IRCv3 batch specification.</title>
<updated>2018-08-13T21:01:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T20:48:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=584d4569031d9e5d699d72eb3e09307fc84ea2f8'/>
<id>urn:sha1:584d4569031d9e5d699d72eb3e09307fc84ea2f8</id>
<content type='text'>
Co-authored-by: Attila Molnar &lt;attilamolnar@hush.com&gt;
</content>
</entry>
</feed>
