<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_remove.cpp, branch v3.0.0a5</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_remove.cpp?h=v3.0.0a5</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_remove.cpp?h=v3.0.0a5'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-12-22T08:35:09Z</updated>
<entry>
<title>Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics</title>
<updated>2017-12-22T08:35:09Z</updated>
<author>
<name>B00mX0r</name>
</author>
<published>2017-12-19T22:15:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=026c579e4cac7d4545b3c8c3a0d690c8509dc713'/>
<id>urn:sha1:026c579e4cac7d4545b3c8c3a0d690c8509dc713</id>
<content type='text'>
Per #1122
</content>
</entry>
<entry>
<title>Add the override keyword in places that it is missing.</title>
<updated>2017-11-21T15:51:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-21T13:05:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=91e0af0fc4889f20d2f63426f8fe379674fc0393'/>
<id>urn:sha1:91e0af0fc4889f20d2f63426f8fe379674fc0393</id>
<content type='text'>
GCCs warnings for this are much better than Clangs.
</content>
</entry>
<entry>
<title>Bump version to 3.0 in comments and messages</title>
<updated>2016-09-02T19:51:19Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-09-02T19:51:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=458ea2029cf36e9e8d3c7b7d0176e365234c018a'/>
<id>urn:sha1:458ea2029cf36e9e8d3c7b7d0176e365234c018a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send NOTICEs to local channel members with Channel::WriteNotice()</title>
<updated>2016-03-05T15:46:03Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-05T15:46:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0412378109ae9f618e47b2bb60729c0d8f29fe8d'/>
<id>urn:sha1:0412378109ae9f618e47b2bb60729c0d8f29fe8d</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>Convert remaining NOTICEs implemented using WriteServ() to WriteNotice()</title>
<updated>2015-12-29T11:45:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-12-29T11:45:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7bc9c25b8b9a04cb85fa0c00f304fe489ad9148d'/>
<id>urn:sha1:7bc9c25b8b9a04cb85fa0c00f304fe489ad9148d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_remove Make the protected rank configurable instead of hardcoding it to 50000</title>
<updated>2014-06-09T15:47:07Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-09T15:47:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=df1e8257eb8edaf46b9fec7ce972db29de1b8929'/>
<id>urn:sha1:df1e8257eb8edaf46b9fec7ce972db29de1b8929</id>
<content type='text'>
Change type of ulevel and tlevel to unsigned int
</content>
</entry>
<entry>
<title>m_remove Recognize /REMOVE &lt;chan&gt; &lt;nick&gt;</title>
<updated>2014-06-09T15:43:50Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-09T15:43:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f45a8e2a14329860ad07b903797cef00a925e8cb'/>
<id>urn:sha1:f45a8e2a14329860ad07b903797cef00a925e8cb</id>
<content type='text'>
The old syntax is now deprecated

Fixes issue #860 reported by @Shawn-Smith
</content>
</entry>
<entry>
<title>m_remove Manually forward all REMOVE messages, turn FPART into REMOVE</title>
<updated>2014-06-09T15:40:22Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-09T15:40:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f5079e6b2ab7551517132978185191154b92dacb'/>
<id>urn:sha1:f5079e6b2ab7551517132978185191154b92dacb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2014-01-21T17:44:08Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-21T17:44:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e244cb2c63b1ac1d85bdbb4691f7b1bd940ae804'/>
<id>urn:sha1:e244cb2c63b1ac1d85bdbb4691f7b1bd940ae804</id>
<content type='text'>
</content>
</entry>
</feed>
