<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_helpop.cpp, branch v1.0.2</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_helpop.cpp?h=v1.0.2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_helpop.cpp?h=v1.0.2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-02-26T11:48:09Z</updated>
<entry>
<title>Server* Srv marked static or moved to private member of module class in all modules, paves way for removal of static-build-munging-regexp that breaks +eI</title>
<updated>2006-02-26T11:48:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-26T11:48:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e2e581f0d3d5d844dc4b5210f566e5a5571a0570'/>
<id>urn:sha1:e2e581f0d3d5d844dc4b5210f566e5a5571a0570</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3330 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Server::AddExtendedMode and Server::AddCommand will now throw exceptions when adding a bad mode or already existing command. If the module constructor does not handle this exception, this will abort the module's constructor, forbidding loading of modules which are unable to function (smart eh)</title>
<updated>2006-02-19T15:21:51Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-19T15:21:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1328556e3690aa7a6c6003373221c4cc914c1d4d'/>
<id>urn:sha1:1328556e3690aa7a6c6003373221c4cc914c1d4d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3246 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>More exception throwing in constructors</title>
<updated>2006-02-19T15:09:24Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-19T15:09:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fe96061b003b7064b3e17c468a8851784890f7b8'/>
<id>urn:sha1:fe96061b003b7064b3e17c468a8851784890f7b8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3245 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Updated copyrights in headers etc using perl inplace edit</title>
<updated>2006-01-15T15:59:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-15T15:59:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1383dba43e463f292aea094d01f62f355946049d'/>
<id>urn:sha1:1383dba43e463f292aea094d01f62f355946049d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>And more</title>
<updated>2005-12-26T18:31:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-26T18:31:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8cecef0f0b654b38758e22d43dc221769e4eb7b2'/>
<id>urn:sha1:8cecef0f0b654b38758e22d43dc221769e4eb7b2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2660 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Split all commands into seperate files and redid command system to take classes, not function pointers (function pointers suck ass)</title>
<updated>2005-12-16T18:10:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-16T18:10:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=293df6a8b55e89c127e60e92711ef0ef1027bff8'/>
<id>urn:sha1:293df6a8b55e89c127e60e92711ef0ef1027bff8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2534 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Changed behaviour of module API to pass Server* to the constructor, rather than have to create one (makes more sense)</title>
<updated>2005-12-07T17:05:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-07T17:05:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2d821f2980825be73e3f90b47ffff365b0ec5ecb'/>
<id>urn:sha1:2d821f2980825be73e3f90b47ffff365b0ec5ecb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2252 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixed segfault when file isnt found</title>
<updated>2005-12-04T22:07:52Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-04T22:07:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=549b2c1e62c6da4ceee128c09f39efea2aaf70d2'/>
<id>urn:sha1:549b2c1e62c6da4ceee128c09f39efea2aaf70d2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2178 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added a parameter to OnRehash for the rehash parameter</title>
<updated>2005-11-30T15:26:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-11-30T15:26:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0739e7c099618eb1848f5a72ec4d896095033a76'/>
<id>urn:sha1:0739e7c099618eb1848f5a72ec4d896095033a76</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2058 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added remote kill</title>
<updated>2005-11-30T09:59:44Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-11-30T09:59:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bc0b595b6b9bc6d9fade71117607314cbf54c8c8'/>
<id>urn:sha1:bc0b595b6b9bc6d9fade71117607314cbf54c8c8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2035 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
