<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules.cpp, branch v1.1.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v1.1.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v1.1.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2006-07-30T13:00:51Z</updated>
<entry>
<title>REMOTE STATS! WOOO AND YAY!</title>
<updated>2006-07-30T13:00:51Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-30T13:00:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c746f9a9644524751501e72aa35547a7110512c1'/>
<id>urn:sha1:c746f9a9644524751501e72aa35547a7110512c1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4596 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>* Fix Server::SendMode to actually work again.</title>
<updated>2006-07-27T11:32:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-27T11:32:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=57fd220885cb883b2f46a67aefcfc830def2de2e'/>
<id>urn:sha1:57fd220885cb883b2f46a67aefcfc830def2de2e</id>
<content type='text'>
* In the 1.1 protocol we now use FMODE for everything, rather than MODE.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4551 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>In the constructor which doesnt set Request::id, we set Request::id explicitly to '\0', which will prevent such a request accidentally breaking an id-supporting module with an uninitialized buffer :p</title>
<updated>2006-07-23T15:57:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-23T15:57:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=681dc046ef9c9681b48ae1584fb82343757b6bfc'/>
<id>urn:sha1:681dc046ef9c9681b48ae1584fb82343757b6bfc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4533 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add an ID field to Request and a GetId() method, takes const char* and returns it - Added new constructor to use it, all modules using ID should convert to the 'new' way of doing Requests, data is now theoretically depreceiated</title>
<updated>2006-07-23T15:32:22Z</updated>
<author>
<name>om</name>
</author>
<published>2006-07-23T15:32:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4d0cd408dfabdcd0b95b5305e47a594ff958c74a'/>
<id>urn:sha1:4d0cd408dfabdcd0b95b5305e47a594ff958c74a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4529 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>mass tidyup, change A LOT of stuff to const char** which was char** (such as parameters to commands in handlers)</title>
<updated>2006-07-16T12:18:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T12:18:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0757a4a495daabf661ac3b7ab79f0a5ee423abe8'/>
<id>urn:sha1:0757a4a495daabf661ac3b7ab79f0a5ee423abe8</id>
<content type='text'>
which makes the new lineparser work neater with no casts. This also removes tons of casts from other locations
(all in all, ive added 2 casts and removed almost a hundred)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4403 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Test framework in m_testcommand, add interface</title>
<updated>2006-07-12T12:26:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-12T12:26:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=069fa0a4727139c4df17b1112b4d70e6b4f53433'/>
<id>urn:sha1:069fa0a4727139c4df17b1112b4d70e6b4f53433</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4354 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ContentSize speedups</title>
<updated>2006-07-10T22:23:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-10T22:23:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b9d5841f8f8660860e2f6d1669056be01960bfd7'/>
<id>urn:sha1:b9d5841f8f8660860e2f6d1669056be01960bfd7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4316 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fugly code band-aid^H^H^H^H^Hfix</title>
<updated>2006-07-10T22:18:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-10T22:18:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=21ec94afe38878f0efdf1df3ad5a9f724d5cf3e0'/>
<id>urn:sha1:21ec94afe38878f0efdf1df3ad5a9f724d5cf3e0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4315 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add FileReader::ContentSize and FileReader::Contents</title>
<updated>2006-07-10T22:11:53Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-10T22:11:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=719f60cfc641d85c2cd41598bdff209400ab1fab'/>
<id>urn:sha1:719f60cfc641d85c2cd41598bdff209400ab1fab</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4314 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add interface to AddModeWatcher and DelModeWatcher into class Server</title>
<updated>2006-07-10T12:53:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-10T12:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e2ca8e613110d3976627e7da79c08dd3c144311e'/>
<id>urn:sha1:e2ca8e613110d3976627e7da79c08dd3c144311e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4267 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
