<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs, branch v3.11.0</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.11.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/docs?h=v3.11.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-08-22T13:09:54Z</updated>
<entry>
<title>Tell users to read the docs for more info on WebSocket subprotos.</title>
<updated>2021-08-22T13:09:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-22T13:09:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f06bc442606fd707d477e17365e396d0f45a956f'/>
<id>urn:sha1:f06bc442606fd707d477e17365e396d0f45a956f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document the w extban.</title>
<updated>2021-08-20T15:40:36Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-20T15:40:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=066eef82c1b11628b47642ce2f941faa042e8a10'/>
<id>urn:sha1:066eef82c1b11628b47642ce2f941faa042e8a10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for websocket subprotocols.</title>
<updated>2021-08-17T21:30:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-24T15:59:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1790dacff5966212d12d88a7dc2a169d607a114d'/>
<id>urn:sha1:1790dacff5966212d12d88a7dc2a169d607a114d</id>
<content type='text'>
This is based on the current IRCv3 draft but using a vendored protocol.
</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>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>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>
<entry>
<title>Allow making the MKPASSWD command only usable by opers.</title>
<updated>2021-06-21T13:50:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-20T20:29:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5c8b212a3c494f636449783f761ff92c34013e92'/>
<id>urn:sha1:5c8b212a3c494f636449783f761ff92c34013e92</id>
<content type='text'>
</content>
</entry>
</feed>
