<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_rpc_json.cpp, branch v1.2.0a3</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_rpc_json.cpp?h=v1.2.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_rpc_json.cpp?h=v1.2.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-03-24T13:40:12Z</updated>
<entry>
<title>Finally change all the Version() objects</title>
<updated>2008-03-24T13:40:12Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-24T13:40:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c2957516bca0fe70622c7668a12ade68576ddab2'/>
<id>urn:sha1:c2957516bca0fe70622c7668a12ade68576ddab2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9185 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Last of the -Wshadow fixes.</title>
<updated>2008-02-11T10:26:18Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-11T10:26:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4798f98adad084cf9e207cc7b32d7e4370e9cc90'/>
<id>urn:sha1:4798f98adad084cf9e207cc7b32d7e4370e9cc90</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8894 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Header update: 2007 -&gt; 2008</title>
<updated>2008-01-10T13:27:07Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-10T13:27:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a'/>
<id>urn:sha1:e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8694 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove Implements() method from every module. booya.</title>
<updated>2007-11-04T22:51:22Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-11-04T22:51:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=53afaa7cadcdf222dcf761441727305f79b4c557'/>
<id>urn:sha1:53afaa7cadcdf222dcf761441727305f79b4c557</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8536 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert all to new Attach() system. The Implements() method needs removing from all modules as it is dead weight. </title>
<updated>2007-11-04T18:30:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-11-04T18:30:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cadc11999ee28545e9beb92de116c151832af5c4'/>
<id>urn:sha1:cadc11999ee28545e9beb92de116c151832af5c4</id>
<content type='text'>
WARNING: there are segfaults here! HERE BE DRAGONS, i am not finished!


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8510 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>All of insp now builds with -pedantic (theres some warnings to squash in modules, and in spanningtree, but its all 'unused parameter').</title>
<updated>2007-10-23T21:00:35Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-23T21:00:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2e1f86fd0c9911210b79e6ac346672441eef18c4'/>
<id>urn:sha1:2e1f86fd0c9911210b79e6ac346672441eef18c4</id>
<content type='text'>
I suggest we actually go through and satisfy these unused parameter errors for two reasons:
(1) it acts as a strong compiler hint leading to better optimization
(2) it will give us a good clue of what parameters are NEVER used and should therefore be removed from use (like i just did with AddMode)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8323 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Seems nobody tested this in windows at all, Module::Module(Inst) is not valid in msvc 8, Module(Inst) must be used in the constructor</title>
<updated>2007-09-23T18:50:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-09-23T18:50:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=32576c64a30d7293d76a5d296896b7971ca7c669'/>
<id>urn:sha1:32576c64a30d7293d76a5d296896b7971ca7c669</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8063 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Redesigned m_rpc_json to work properly in a modular environment, and added the beginnings of a framework-inspecific RPC interface for modules. Be warned, this WILL change some - this can be considered an alpha :P</title>
<updated>2007-09-13T14:55:21Z</updated>
<author>
<name>special</name>
</author>
<published>2007-09-13T14:55:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f8f8c81e6fd8993a9de830af0be1709955c28a5f'/>
<id>urn:sha1:f8f8c81e6fd8993a9de830af0be1709955c28a5f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8033 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move everything module-related out of InspIRCd and into ModuleManager, there is a ModuleManager instantiated as InspIRCd::Modules. Several of the function names have changed slightly as well. e.g. Instance-&gt;FindModule(m_foobar.so); is now Instance-&gt;Modules-&gt;Find(m_foobar.so);</title>
<updated>2007-08-28T23:32:41Z</updated>
<author>
<name>om</name>
</author>
<published>2007-08-28T23:32:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8394be69a0e3b5fea617c69b69aa27daf547fc4e'/>
<id>urn:sha1:8394be69a0e3b5fea617c69b69aa27daf547fc4e</id>
<content type='text'>
All modules in the core distribution should also be updated in line with these changes.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7985 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove unnecessary header traffic</title>
<updated>2007-08-27T14:49:08Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-08-27T14:49:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4e7c9f5a9257723765f9994aff90440a0b6cf3c9'/>
<id>urn:sha1:4e7c9f5a9257723765f9994aff90440a0b6cf3c9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7885 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
