<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands, 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?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/commands?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>cmd_topic Remove redundant NULL check</title>
<updated>2014-02-27T16:10:41Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-02-27T16:10:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5a3ac07e14603a3900ed083e3bfe4b4075c6ecfb'/>
<id>urn:sha1:5a3ac07e14603a3900ed083e3bfe4b4075c6ecfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_kill Remove now needless check that prevented KILLing the same user twice</title>
<updated>2014-02-25T15:52:30Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-02-25T15:52:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1a3c9fea07ae1e27bdee6ddfa408789daf815203'/>
<id>urn:sha1:1a3c9fea07ae1e27bdee6ddfa408789daf815203</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_kill Hide server notices if the source is ulined</title>
<updated>2014-02-25T15:51:09Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-02-25T15:51:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=913986218216976c7a4ca01eac15b4beec5fd51b'/>
<id>urn:sha1:913986218216976c7a4ca01eac15b4beec5fd51b</id>
<content type='text'>
Issue #742
</content>
</entry>
<entry>
<title>Move GetPrefixChar() from Channel to Membership</title>
<updated>2014-02-14T11:15:00Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-02-14T11:15:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=74ccc28da30896ee715504d53822f7b3ce6ec86f'/>
<id>urn:sha1:74ccc28da30896ee715504d53822f7b3ce6ec86f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Return a Membership* from get_first_visible_channel() in cmd_who and pass that to modules</title>
<updated>2014-02-14T11:00:06Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-02-14T11:00:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=51b5f06c48b98a256eb56ea5f7e4d5d170555e84'/>
<id>urn:sha1:51b5f06c48b98a256eb56ea5f7e4d5d170555e84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)</title>
<updated>2014-02-09T16:17:04Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-02-09T16:17:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4ec65c6231df9fcb38210f9b885cdf73b72cc176'/>
<id>urn:sha1:4ec65c6231df9fcb38210f9b885cdf73b72cc176</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change all socketengine methods to be static</title>
<updated>2014-02-08T22:01:44Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-02-08T22:01:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=efe77ba63b1e519fc4d563bd9b599277c4bd96e5'/>
<id>urn:sha1:efe77ba63b1e519fc4d563bd9b599277c4bd96e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move socketengine stats into a new class</title>
<updated>2014-02-08T21:40:30Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-02-08T21:40:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=689996cb8856af43a033eb5ca1cb9df7475c0854'/>
<id>urn:sha1:689996cb8856af43a033eb5ca1cb9df7475c0854</id>
<content type='text'>
</content>
</entry>
</feed>
