<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/helpop.conf.example, branch v3.0.0a7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/docs/conf/helpop.conf.example?h=v3.0.0a7</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/docs/conf/helpop.conf.example?h=v3.0.0a7'/>
<link rel='alternate' type='text/html' href='https://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://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>Remove helpop sections which are now incorrect.</title>
<updated>2018-04-14T19:02:44Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-14T19:02:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f3526d9511086fbda23cfb383bbf8db27b439671'/>
<id>urn:sha1:f3526d9511086fbda23cfb383bbf8db27b439671</id>
<content type='text'>
Both the static module flag and the CLEARCHAN command have been
removed.
</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>[2.0]: Helpop: Move extban 'U' from acting to matching</title>
<updated>2018-02-12T01:40:23Z</updated>
<author>
<name>genius3000</name>
</author>
<published>2018-02-12T01:40:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f58ac460e63c83a01b6c889eb85329624f5ecc0f'/>
<id>urn:sha1:f58ac460e63c83a01b6c889eb85329624f5ecc0f</id>
<content type='text'>
Already fixed in master in 8587df2
</content>
</entry>
<entry>
<title>Add user mode +z for ssl-only private messages.</title>
<updated>2018-01-07T10:35:16Z</updated>
<author>
<name>Shawn Smith</name>
</author>
<published>2013-04-03T14:59:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cd43acedc947777b297fa80f20c93088dea29003'/>
<id>urn:sha1:cd43acedc947777b297fa80f20c93088dea29003</id>
<content type='text'>
Closes #468.
</content>
</entry>
<entry>
<title>Enable using m_customprefix to alter core prefix modes.</title>
<updated>2017-11-06T10:55:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-20T07:01:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b76ff64daeeb1e1081cff93c611f730e5b1b051e'/>
<id>urn:sha1:b76ff64daeeb1e1081cff93c611f730e5b1b051e</id>
<content type='text'>
This replaces the devoice module which has now been removed. If you
want users to be able to devoice themselves then you can load the
customprefix module add the following config tag:

    &lt;customprefix name="voice" depriv="yes"&gt;

If you wish to keep identical behaviour rather than allowing users
to use "MODE #YourChannel -v TheirNick" then you can load the alias
module and add the following config tag:

    &lt;alias text="DEVOICE" format="#*" replace="MODE $2 -v $nick"&gt;
</content>
</entry>
<entry>
<title>Helpop: Move extban 'U' from acting to matching</title>
<updated>2017-10-22T00:59:24Z</updated>
<author>
<name>genius3000</name>
</author>
<published>2017-10-22T00:59:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8587df2a31d4503fb1f3c7dadf6efe10ca7c3fd7'/>
<id>urn:sha1:8587df2a31d4503fb1f3c7dadf6efe10ca7c3fd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Helpop: Add extban 'n' - connect class ban</title>
<updated>2017-10-22T00:56:29Z</updated>
<author>
<name>genius3000</name>
</author>
<published>2017-10-22T00:56:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2a6b5f45dac137096b8e7aea72c93f6020cc149c'/>
<id>urn:sha1:2a6b5f45dac137096b8e7aea72c93f6020cc149c</id>
<content type='text'>
Commit a54497e added m_classban, this updates the helpop files.
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2016-02-22T11:52:18Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-22T11:52:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0b63ccd0b5cb26883d6becb196fb98e4f95d0397'/>
<id>urn:sha1:0b63ccd0b5cb26883d6becb196fb98e4f95d0397</id>
<content type='text'>
</content>
</entry>
</feed>
