<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/inspircd.conf.example, branch v3.0.0a7</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.0.0a7</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/docs/conf/inspircd.conf.example?h=v3.0.0a7'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-04-22T12:02:19Z</updated>
<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://www.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://www.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://www.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://www.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://www.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://www.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://www.cgit.space/~steering/inspircd++.git/commit/?id=2989c948e4a7df75e0ff66d33b5f00c64c7ae87a'/>
<id>urn:sha1:2989c948e4a7df75e0ff66d33b5f00c64c7ae87a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify the documentation of &lt;connect:allow&gt;.</title>
<updated>2017-12-12T20:20:33Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-12T20:20:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ebcf1ac8f73785775eaac946a537e50bcb82f5b7'/>
<id>urn:sha1:ebcf1ac8f73785775eaac946a537e50bcb82f5b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't allow users to set a zero channel limit.</title>
<updated>2017-12-11T13:17:17Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-11T13:16:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c4955b78dced7bc399135fc64c14750f2dfc0a2b'/>
<id>urn:sha1:c4955b78dced7bc399135fc64c14750f2dfc0a2b</id>
<content type='text'>
Closes #451.
</content>
</entry>
<entry>
<title>Remove the preconfigured Charybdis and UnrealIRCd module files.</title>
<updated>2017-11-22T13:31:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-22T13:06:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8bc03773ca9f82a8f3371b4c65392f8921dc3e44'/>
<id>urn:sha1:8bc03773ca9f82a8f3371b4c65392f8921dc3e44</id>
<content type='text'>
These are extremely outdated. If we want to ship these then they
should be redone from scratch.
</content>
</entry>
</feed>
