<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands/cmd_stats.cpp, branch v2.0.0a2</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_stats.cpp?h=v2.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_stats.cpp?h=v2.0.0a2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-09-16T22:42:36Z</updated>
<entry>
<title>Attempt to revert r11734</title>
<updated>2009-09-16T22:42:36Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-16T22:42:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3841c4b04a96389a4661535d12d5215a621d8736'/>
<id>urn:sha1:3841c4b04a96389a4661535d12d5215a621d8736</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11735 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Merge commands and modules in source, since they are already merged in install</title>
<updated>2009-09-16T20:16:26Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-16T20:16:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=558a44bf47370b68b14d0837bfae13c651ecf5c4'/>
<id>urn:sha1:558a44bf47370b68b14d0837bfae13c651ecf5c4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11734 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix incorrect min/max parameters on commands</title>
<updated>2009-09-14T20:24:25Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-14T20:24:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0b878f54cfce452b6829ab00950f6d062cec0f10'/>
<id>urn:sha1:0b878f54cfce452b6829ab00950f6d062cec0f10</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11722 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Clean up Command constructor</title>
<updated>2009-09-13T20:32:27Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-13T20:32:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=069a2ef21425007d092342c8c11ec28da2f410d7'/>
<id>urn:sha1:069a2ef21425007d092342c8c11ec28da2f410d7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11707 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change cmd_*.so to use the Module object API</title>
<updated>2009-09-03T02:30:12Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-03T02:30:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f4472dd6dcdfbb5d4a2a50ddc615644c3b2c8145'/>
<id>urn:sha1:f4472dd6dcdfbb5d4a2a50ddc615644c3b2c8145</id>
<content type='text'>
Create Module* objects for each command, and load them like modules.
This unifies the external API for modules.

Library directory is now deprecated: all modules are located in a
single module directory.

Header files for each command are no longer needed; remove.

This also fixes two potential segfaults in m_spanningtree.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11668 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ModResult conversion: Change return type of all module functions</title>
<updated>2009-09-02T00:49:36Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:49:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=86775e2e98f55b3b88befe2daff0ca23f02f3155'/>
<id>urn:sha1:86775e2e98f55b3b88befe2daff0ca23f02f3155</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11634 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove misleading byte counts from stats z</title>
<updated>2009-09-02T00:46:03Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-09-02T00:46:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a97624bd4b0ea052ca1380f9164769d6a6cab2a3'/>
<id>urn:sha1:a97624bd4b0ea052ca1380f9164769d6a6cab2a3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11610 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make rehash generate a new ServerInstance-&gt;Config object</title>
<updated>2009-07-01T22:55:46Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-07-01T22:55:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c384697c88aa54b5a532cd2edce3c063c70d7868'/>
<id>urn:sha1:c384697c88aa54b5a532cd2edce3c063c70d7868</id>
<content type='text'>
This makes it possible to cancel a pending rehash, and fixes possible
threading issues with rehash and other events.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11424 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move list of open ports out of Config object</title>
<updated>2009-07-01T22:55:39Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-07-01T22:55:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=50eebfeac8ebe501b021ebf62b0b01464fd79a21'/>
<id>urn:sha1:50eebfeac8ebe501b021ebf62b0b01464fd79a21</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11423 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>send ERR_NEEDMOREPARAMS if an empty parameter is given to STATS ('STATS :'), fixes bug #813 reported by Kazuma.</title>
<updated>2009-03-29T16:01:53Z</updated>
<author>
<name>dz</name>
</author>
<published>2009-03-29T16:01:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0a3c36b49eee49a4ac865202c9b68752c9b962a7'/>
<id>urn:sha1:0a3c36b49eee49a4ac865202c9b68752c9b962a7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11271 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
