<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands/cmd_kick.cpp, branch insp2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_kick.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_kick.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2014-03-05T14:41:06Z</updated>
<entry>
<title>Move src/commands/cmd_*.cpp to src/coremods[/core_*]/</title>
<updated>2014-03-05T14:41:06Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-03-05T14:41:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c67d3103e9f7397f0ab9631bf07a5e5547deb2c3'/>
<id>urn:sha1:c67d3103e9f7397f0ab9631bf07a5e5547deb2c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove out of date doc and fix typo in commands/cmd_*.cpp</title>
<updated>2014-03-04T12:30:56Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-03-04T12:30:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5613d701785b61e09a2327bdea41acdd25cb9ef5'/>
<id>urn:sha1:5613d701785b61e09a2327bdea41acdd25cb9ef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce Server class</title>
<updated>2014-01-05T14:04:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-05T14:04:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=11916574f67962dce1d7a2fdf7ef6a3d2d1fa49f'/>
<id>urn:sha1:11916574f67962dce1d7a2fdf7ef6a3d2d1fa49f</id>
<content type='text'>
- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
</content>
</entry>
<entry>
<title>Use WriteNumeric() everywhere we send numerics and include the user's nick automatically</title>
<updated>2013-11-12T11:51:31Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-11-12T11:51:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6c7a3ceb6c674a9af09da955ee0238e9291cf29a'/>
<id>urn:sha1:6c7a3ceb6c674a9af09da955ee0238e9291cf29a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement GetRouting() in core commands that require it, remove ugly workaround from spanningtree RouteCommand()</title>
<updated>2013-06-12T19:10:30Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-12T19:10:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=56d4680b8cf9621d7ef3e6635dc9ba4707963c8e'/>
<id>urn:sha1:56d4680b8cf9621d7ef3e6635dc9ba4707963c8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CommandParser::LoopCall() changes</title>
<updated>2013-06-12T18:32:10Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-12T18:32:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cfa32a6561e0152ebbd7135eaec9f7c794c170b1'/>
<id>urn:sha1:cfa32a6561e0152ebbd7135eaec9f7c794c170b1</id>
<content type='text'>
- Change function to be static, return a bool
- Do not filter duplicates when there are 2 lists (JOIN)
- Remove validation of 'extra' parameter, caller must pass either a valid index or -1
</content>
</entry>
<entry>
<title>Reduce User* -&gt; Membership* lookups on part and kick</title>
<updated>2013-06-04T00:06:50Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-02T17:55:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2ac7d154d9dadbc3d836434b786aa0e8c1660381'/>
<id>urn:sha1:2ac7d154d9dadbc3d836434b786aa0e8c1660381</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Channel::KickUser() and cmd_kick changes</title>
<updated>2013-06-03T23:57:35Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-02T17:30:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6db924458501457768d7ddafd5de8a69839f6399'/>
<id>urn:sha1:6db924458501457768d7ddafd5de8a69839f6399</id>
<content type='text'>
- Remove uline checks from KickUser()
- Disallow the kick if done by a local user and the victim is ulined in cmd_kick
- Remove call to RemoveAllPrefixes() as it has no additional effect, the Membership object containing the prefixes is destroyed soon after the call
</content>
</entry>
<entry>
<title>Replace some C-isms with C++-isms.</title>
<updated>2013-05-15T02:32:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-05-06T10:49:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=accccc212cd4f08a3c5532b1ae7a17e76bac8718'/>
<id>urn:sha1:accccc212cd4f08a3c5532b1ae7a17e76bac8718</id>
<content type='text'>
* 'const char*' to 'const std::string&amp;'.
* snprintf to std::string concatenation.
* Replace duplicated OneOfMatches with InspIRCd::MatchMask.
</content>
</entry>
<entry>
<title>Remove leftover #ifdefs and #includes from cmd_*.cpp</title>
<updated>2012-07-02T17:08:00Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-02T17:08:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=baa9ba88b78cf9de5e37dc78433c4e2f91ee9c79'/>
<id>urn:sha1:baa9ba88b78cf9de5e37dc78433c4e2f91ee9c79</id>
<content type='text'>
</content>
</entry>
</feed>
