<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/inspircd.conf.example, branch v3.11.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/docs/conf/inspircd.conf.example?h=v3.11.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/docs/conf/inspircd.conf.example?h=v3.11.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2021-07-24T10:30:29Z</updated>
<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://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://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://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://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://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://cgit.space/~steering/inspircd++.git/commit/?id=6f4aee365b5af9a9c6f733be8dbfc3365d15a866'/>
<id>urn:sha1:6f4aee365b5af9a9c6f733be8dbfc3365d15a866</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow disabling connectban for specific connect classes.</title>
<updated>2021-01-27T19:39:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-27T19:31:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=05fe4bdd1dbe3162abb6efe830bc21bb94c73fa8'/>
<id>urn:sha1:05fe4bdd1dbe3162abb6efe830bc21bb94c73fa8</id>
<content type='text'>
Ref: #1841.
</content>
</entry>
<entry>
<title>Add a new runtime directory and move the pid file to it.</title>
<updated>2021-01-18T07:05:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-18T06:56:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a59ed4b39443eb788c15c65501898ca374387e2e'/>
<id>urn:sha1:a59ed4b39443eb788c15c65501898ca374387e2e</id>
<content type='text'>
The data directory is intended for persistent files whereas the pid
file is ephemeral. This distinction doesn't matter by default but
on system-wide installs ephemeral runtime files go in /var/run or
/run instead.
</content>
</entry>
<entry>
<title>Push users towards using SSL profiles for SSL config.</title>
<updated>2020-12-24T20:55:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-12-24T20:55:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=aa101e59e5bd08304728a015dfef0bf22101fc0c'/>
<id>urn:sha1:aa101e59e5bd08304728a015dfef0bf22101fc0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document that exemptions configured in &lt;options:exemptchanops&gt; can be negated.</title>
<updated>2020-11-29T22:22:15Z</updated>
<author>
<name>Robby</name>
</author>
<published>2020-11-29T21:16:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b04cc4a74eec93f16eb0370eed47d96bde582d15'/>
<id>urn:sha1:b04cc4a74eec93f16eb0370eed47d96bde582d15</id>
<content type='text'>
Change the &lt;badnick&gt; example in inspircd.conf.example to another nick, since ChanServ is already covered by examples/services/generic.conf.example.
</content>
</entry>
</feed>
