<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs, branch v4.0.0a3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/docs?h=v4.0.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/docs?h=v4.0.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-07-24T10:34:10Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-07-24T10:34:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-24T10:32:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f4c257e1b20d285b27f5c2942d03c142eee82c09'/>
<id>urn:sha1:f4c257e1b20d285b27f5c2942d03c142eee82c09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Also increase maxquit from 255 to 300.</title>
<updated>2021-07-24T10:30:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-24T10:29:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36a2e06a85e5c775c6280360567741d6ab3c52f8'/>
<id>urn:sha1:36a2e06a85e5c775c6280360567741d6ab3c52f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the default limits in the example config.</title>
<updated>2021-07-24T10:16:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-24T10:13:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6369f4eab7fc7aa7813b7c033ac13dda4691e93f'/>
<id>urn:sha1:6369f4eab7fc7aa7813b7c033ac13dda4691e93f</id>
<content type='text'>
- Change maxchan from 64 to 60 (base 10 is more human friendly)
- Change maxreal from 128 to 130 (base 10 is more human friendly)
- Recalculate the maximum lengths of maxkick and maxtopic.

For maxkick:

':' &lt;nick&gt; '!' &lt;user&gt; '@' &lt;host&gt; ' KICK ' &lt;channel&gt; ' ' &lt;nick&gt; ' :' &lt;REASON&gt; "\r\n"
 1   [30]   1   [10]   1   [64]      6      [60]     1   [30]   2               2

1 + 30 + 1 + 10 + 1 + 64 + 6 + 60 + 1 + 30 + 2 + 2 = 208
512 - 208 = 304 (rounded down to 300)

For maxtopic:

':' &lt;nick&gt; '!' &lt;user&gt; '@' &lt;host&gt; ' TOPIC ' &lt;channel&gt; ' :' &lt;TOPIC&gt; "\r\n"
 1   [30]   1   [10]   1   [64]      7       [60]     2              2

1 + 30 + 1 + 10 + 1 + 64 + 7 + 60 + 2 + 2 = 178
512 - 178 = 334 (rounded down to 330)
</content>
</entry>
<entry>
<title>Drop support for the legacy PROTOCTL extension.</title>
<updated>2021-07-16T17:46:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-16T17:42:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1099db23d74c10e8c78760d9e6e99605bc2c373a'/>
<id>urn:sha1:1099db23d74c10e8c78760d9e6e99605bc2c373a</id>
<content type='text'>
People who wish to keep this behavious should install the protoctl
module from inspircd-contrib.
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-07-04T13:53:16Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-04T13:45:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5bc4720d55116b1a668e32add2a2b2da459010f2'/>
<id>urn:sha1:5bc4720d55116b1a668e32add2a2b2da459010f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow hostchange to select users based on connect class.</title>
<updated>2021-07-03T18:00:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-03T17:58:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ea9a72c5a586517abc99412221bb1752f0b20b51'/>
<id>urn:sha1:ea9a72c5a586517abc99412221bb1752f0b20b51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the IRCCloud example config for the latest host changes.</title>
<updated>2021-07-02T10:15:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-02T10:15:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f9f31ce4a2fc0596247d81476a6eacd99b72ff41'/>
<id>urn:sha1:f9f31ce4a2fc0596247d81476a6eacd99b72ff41</id>
<content type='text'>
Also switch it to use multiple hosts per connect class now we have
the ability to do that.
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-07-01T11:33:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-01T11:33:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d95d7fc4f574b4ce3593b6684dd9fd738c40fcab'/>
<id>urn:sha1:d95d7fc4f574b4ce3593b6684dd9fd738c40fcab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various spelling issues (#1883).</title>
<updated>2021-06-21T20:47:06Z</updated>
<author>
<name>Josh Soref</name>
</author>
<published>2021-06-21T20:47:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=de6d4dbd1e8845e08c2d87cd89a919e5b21ba619'/>
<id>urn:sha1:de6d4dbd1e8845e08c2d87cd89a919e5b21ba619</id>
<content type='text'>
Signed-off-by: Josh Soref &lt;jsoref@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Update example configuration for 'if-host-match' oper autologin option.</title>
<updated>2021-06-21T17:52:00Z</updated>
<author>
<name>Molly Miller</name>
</author>
<published>2021-06-12T13:31:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54190b2450e6b116450a0015bb8c281b27b967e6'/>
<id>urn:sha1:54190b2450e6b116450a0015bb8c281b27b967e6</id>
<content type='text'>
</content>
</entry>
</feed>
