<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/inspircd.conf.example, branch v3.16.0</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.16.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/docs/conf/inspircd.conf.example?h=v3.16.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-10-29T15:22:10Z</updated>
<entry>
<title>Fix the documentation of &lt;options:defaultmodes&gt;.</title>
<updated>2022-10-29T15:22:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-29T15:22:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9b3ce29cc61f98fb52742f7aa6f7b206703f51e2'/>
<id>urn:sha1:9b3ce29cc61f98fb52742f7aa6f7b206703f51e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WebSockets are a HTTP feature not a HTML5 feature.</title>
<updated>2022-08-04T16:31:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-08-04T16:31:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3eda1aa7faf74c57781fac8dab388a7c60cf9f20'/>
<id>urn:sha1:3eda1aa7faf74c57781fac8dab388a7c60cf9f20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for escaping hex colour codes</title>
<updated>2022-06-19T20:40:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-06-19T20:40:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=48fbd51151a9bf474900a6eba172ee23619c9497'/>
<id>urn:sha1:48fbd51151a9bf474900a6eba172ee23619c9497</id>
<content type='text'>
This is not widely supported but we should have an escape regardless.
</content>
</entry>
<entry>
<title>Change delaymsg to use exemptchanops and have an oper priv (#1959).</title>
<updated>2022-02-13T14:54:47Z</updated>
<author>
<name>iwalkalone</name>
</author>
<published>2022-02-13T14:54:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5027a63e52f4fb65cbd210ba8f5f44a397c2de96'/>
<id>urn:sha1:5027a63e52f4fb65cbd210ba8f5f44a397c2de96</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>Reorder &lt;limits&gt; alphabetically in the example config.</title>
<updated>2021-06-19T13:21:13Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-19T13:21:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e047bcc98d6672474514b157652cf757d4f107cd'/>
<id>urn:sha1:e047bcc98d6672474514b157652cf757d4f107cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a link to the list of predefined config variables.</title>
<updated>2021-06-14T07:51:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-14T07:51:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1828ce7af95434cdbde2a65bb2f5212b67300743'/>
<id>urn:sha1:1828ce7af95434cdbde2a65bb2f5212b67300743</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `&lt;bind:ssl&gt;` to `&lt;bind:sslprofile&gt;`.</title>
<updated>2021-03-10T04:23:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-03-10T03:43:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e0dc7691c4cff3a38bc12adf10b3709d8c4901ba'/>
<id>urn:sha1:e0dc7691c4cff3a38bc12adf10b3709d8c4901ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a config option for exempting classes from connflood.</title>
<updated>2021-02-21T04:09:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-02-21T04:09:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6f4aee365b5af9a9c6f733be8dbfc3365d15a866'/>
<id>urn:sha1:6f4aee365b5af9a9c6f733be8dbfc3365d15a866</id>
<content type='text'>
</content>
</entry>
</feed>
