<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_nonicks.cpp, branch v3.4.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_nonicks.cpp?h=v3.4.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_nonicks.cpp?h=v3.4.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-04-28T21:26:50Z</updated>
<entry>
<title>Some more text fixes and improvements (#1618).</title>
<updated>2019-04-28T21:26:50Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-04-28T21:26:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e59cb85871f75b7603c63c6cd274d57536cf6794'/>
<id>urn:sha1:e59cb85871f75b7603c63c6cd274d57536cf6794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use an oper priv instead of a config flag for overriding nonicks.</title>
<updated>2018-04-16T14:04:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-16T14:04:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dec17a2e32573a32751c975b5b55217442cd3185'/>
<id>urn:sha1:dec17a2e32573a32751c975b5b55217442cd3185</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify error message when attempting to /NICK while banned</title>
<updated>2017-12-19T21:50:20Z</updated>
<author>
<name>B00mX0r</name>
</author>
<published>2017-12-19T21:50:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bb7b2fc9e76f7a0894afd9bb88c9c326cf20fe6f'/>
<id>urn:sha1:bb7b2fc9e76f7a0894afd9bb88c9c326cf20fe6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only subclass Simple{Channel,User}ModeHandler when necessary.</title>
<updated>2017-11-13T16:24:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-12T20:53:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0fd2d50fcf1bcff107d6d185aad5d8e9245d4141'/>
<id>urn:sha1:0fd2d50fcf1bcff107d6d185aad5d8e9245d4141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a helper function for calling the OnCheckExemption event.</title>
<updated>2017-10-21T15:34:48Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-21T15:34:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dcd3438011d59aa4de4df64abf06bca1cbf36859'/>
<id>urn:sha1:dcd3438011d59aa4de4df64abf06bca1cbf36859</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the OnCheckExemption hook out of the core.</title>
<updated>2017-03-20T11:47:59Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-03-20T11:43:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=81027f3a0888ac4c8e3fb6ea90081492defce946'/>
<id>urn:sha1:81027f3a0888ac4c8e3fb6ea90081492defce946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters</title>
<updated>2016-02-25T15:12:09Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T15:12:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=da29af8cba49d51e53d6e68237ccbf6370b6dd1f'/>
<id>urn:sha1:da29af8cba49d51e53d6e68237ccbf6370b6dd1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename UserChanList to User::ChanList, remove UCListIter</title>
<updated>2014-07-14T14:24:59Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-14T14:24:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46c97a8db770d637cf8e11fa8b178a32c60cdada'/>
<id>urn:sha1:46c97a8db770d637cf8e11fa8b178a32c60cdada</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the type of the user parameter in the OnUserPreNick() hook from User to LocalUser</title>
<updated>2014-06-20T14:20:19Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-20T14:20:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1442193c79016ea60a8a6e7df66f758040b77c76'/>
<id>urn:sha1:1442193c79016ea60a8a6e7df66f758040b77c76</id>
<content type='text'>
No remote users were passed to this hook before.

Remove needless IS_LOCAL() checks.
</content>
</entry>
<entry>
<title>Convert UserChanList to an intrusively linked list</title>
<updated>2014-01-24T11:58:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-24T11:58:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=932e8d13f81c7c94a89dc3702f6d45bc185f5dcf'/>
<id>urn:sha1:932e8d13f81c7c94a89dc3702f6d45bc185f5dcf</id>
<content type='text'>
</content>
</entry>
</feed>
