<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/inspircd.conf.example, branch v3.0.0a8</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.0.0a8</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/docs/conf/inspircd.conf.example?h=v3.0.0a8'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2018-07-10T20:01:35Z</updated>
<entry>
<title>Add a silent option to &lt;options:restrictbannedusers&gt;.</title>
<updated>2018-07-10T20:01:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-10T19:32:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2a022cb9b7ed10d929beb96b6fcc2f1aa6a910f3'/>
<id>urn:sha1:2a022cb9b7ed10d929beb96b6fcc2f1aa6a910f3</id>
<content type='text'>
This is useful when dealing with spambots that switch method when
they receive ERR_CANNOTSENDTOCHAN.
</content>
</entry>
<entry>
<title>Improve support for MOTD escape codes.</title>
<updated>2018-04-22T22:38:13Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-03-29T18:04:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=506344a903d3fa2fcb53f22a3a1c8174b1deb357'/>
<id>urn:sha1:506344a903d3fa2fcb53f22a3a1c8174b1deb357</id>
<content type='text'>
- Implement escapes for italic, monospace, and strikethrough.
- Use the escape codes in the example MOTDs to demonstrate their
  formatting effects.
- Remove support for octal escape codes. In modern computing octal
  is rarely used and is confusing for users who might confuse it
  for decimal.
</content>
</entry>
<entry>
<title>Always process MOTD formatting escape codes.</title>
<updated>2018-04-22T22:30:41Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-03-29T16:45:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6d1c1cb51753f986b86b408a5828373d0066624b'/>
<id>urn:sha1:6d1c1cb51753f986b86b408a5828373d0066624b</id>
<content type='text'>
The options for disabling these were added to keep compatibility
with previous 2.0 releases and are not needed any more.
</content>
</entry>
<entry>
<title>Merge tag 'v2.0.26' into master.</title>
<updated>2018-04-22T12:02:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-21T11:04:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=35b70631f0532a5828b04a8e0c02092a285f331a'/>
<id>urn:sha1:35b70631f0532a5828b04a8e0c02092a285f331a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve some documentation (#1483).</title>
<updated>2018-04-16T09:02:49Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2018-04-16T09:02:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a2dcf9a1ad535e270cc6816373aa91a3bcdd06be'/>
<id>urn:sha1:a2dcf9a1ad535e270cc6816373aa91a3bcdd06be</id>
<content type='text'>
* Improve exemptchanops in inspircd.conf.example (&lt;options&gt;)
  and modules.conf.example; along with both helpop examples.
* Add "the" to all "requires X module" in both helpop examples.
* Refer to customprefix instead of chanprotect and halfop.
* Add SNOMASK 'r' and 'R' (OPERLOG) to both helpop examples.
* Clean up unnecessarily split SNOMASK lines in both helpop examples.
* Move chmode 'g' to be in alphabetical order in both helpops examples.
* Specify the needed mask formats for TLINE in helpop-full example.
* Remove extra '\' in RLINE mask format in helpop-full example.
  Force xml format in helpop-full
* Generalize "color codes" to "formatting codes"
* Fix file name in include for example helpop-full</content>
</entry>
<entry>
<title>Change some usage of "gecos" to "real name"</title>
<updated>2018-04-11T17:59:17Z</updated>
<author>
<name>genius3000</name>
</author>
<published>2018-04-10T17:05:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e3f22fcf31cd2e789d1be90cf0edf3e82829b54e'/>
<id>urn:sha1:e3f22fcf31cd2e789d1be90cf0edf3e82829b54e</id>
<content type='text'>
Within the example configs, helpops, some server sent messages, and
simple code comments: change the primary usage of "gecos" to
"real name" (or "realname" where fitting).
</content>
</entry>
<entry>
<title>Separate secret and private channels on whois for non-opers (#1447)</title>
<updated>2018-03-25T16:02:00Z</updated>
<author>
<name>Dylan Frank</name>
</author>
<published>2018-03-25T16:02:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c7de80233a0cc52b30ad91ff2de9ecc2abdfba38'/>
<id>urn:sha1:c7de80233a0cc52b30ad91ff2de9ecc2abdfba38</id>
<content type='text'>
Separate secret and private channels on WHOIS for all users.

- Move the config parsing from the core to core_whois.
- Replace &lt;security:operspywhois&gt; with an oper privilege.
- Introduce &lt;options:splitwhois&gt; to split WHOIS channel lists.

Closes #969.</content>
</entry>
<entry>
<title>Fix two minor docs issues</title>
<updated>2017-12-22T22:44:29Z</updated>
<author>
<name>B00mX0r</name>
</author>
<published>2017-12-21T04:53:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=05d92363f9aa4c89fd631426f78dd5299b667df2'/>
<id>urn:sha1:05d92363f9aa4c89fd631426f78dd5299b667df2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename &lt;security:hidewhois&gt; to &lt;security:hideserver&gt;.</title>
<updated>2017-12-22T01:11:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-15T23:26:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e467fd0a6fc9ba97b2e2f31e654803a86bbb307f'/>
<id>urn:sha1:e467fd0a6fc9ba97b2e2f31e654803a86bbb307f</id>
<content type='text'>
The previous name was horrible and didn't describe what the setting
actually does.
</content>
</entry>
<entry>
<title>Use HTTPS URLs in the executable file and include examples.</title>
<updated>2017-12-16T13:13:33Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-15T12:05:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2989c948e4a7df75e0ff66d33b5f00c64c7ae87a'/>
<id>urn:sha1:2989c948e4a7df75e0ff66d33b5f00c64c7ae87a</id>
<content type='text'>
</content>
</entry>
</feed>
