<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/ctables.h, 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/include/ctables.h?h=v2.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/ctables.h?h=v2.0.0a2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-11-16T17:59:06Z</updated>
<entry>
<title>Use ServiceProvider for inter-module dependencies</title>
<updated>2009-11-16T17:59:06Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-16T17:59:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54fb0cd5aa7d090d5c3da5ab54988c86ba8a2e8e'/>
<id>urn:sha1:54fb0cd5aa7d090d5c3da5ab54988c86ba8a2e8e</id>
<content type='text'>
This will stop dependency chains from preventing module reloads when
it is not actually needed; however, it removes some failsafes that will
need to be reimplemented in order to avoid unmapped vtables.

This deprecates Request as an inter-module signaling mechanism, although
SQL still uses it.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12140 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add Inspircd::AddServices</title>
<updated>2009-11-15T18:26:53Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-15T18:26:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fb3964d5c007900061e86e392ceb786bd47260c0'/>
<id>urn:sha1:fb3964d5c007900061e86e392ceb786bd47260c0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12135 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move forward declarations to typedefs.h</title>
<updated>2009-10-24T20:03:53Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-24T20:03:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6b2ea833674bb3bfedb0f2e2af06efa25655e5f5'/>
<id>urn:sha1:6b2ea833674bb3bfedb0f2e2af06efa25655e5f5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11967 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move SetClass to LocalUser</title>
<updated>2009-10-21T23:44:58Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-21T23:44:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bbb5f6ee63b4a226e6679119a1ee8c725d7d2abc'/>
<id>urn:sha1:bbb5f6ee63b4a226e6679119a1ee8c725d7d2abc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11941 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Maintain refcount of Module objects to complain about leaked pointers</title>
<updated>2009-10-19T20:12:22Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-19T20:12:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=be10eab6ce68d4f06cc7b14bc2fca35e005ce6b5'/>
<id>urn:sha1:be10eab6ce68d4f06cc7b14bc2fca35e005ce6b5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11925 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove more classbase</title>
<updated>2009-10-18T16:18:44Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-18T16:18:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fa452641bf37077fcda964d59e404a76e1fb13e5'/>
<id>urn:sha1:fa452641bf37077fcda964d59e404a76e1fb13e5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11905 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove Command and ModeHandler objects in their destructors; fixes possible pointer leak if a module was not careful when triggering exceptions in its constructor</title>
<updated>2009-10-13T21:34:29Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-13T21:34:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=37fd031da06761c8a050105b55d73a8ab499fb74'/>
<id>urn:sha1:37fd031da06761c8a050105b55d73a8ab499fb74</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11872 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix routing for normal core commands like QUIT</title>
<updated>2009-10-02T06:13:57Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-02T06:13:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e57ed15735a3f23d6451845c7cf96758e6909d8c'/>
<id>urn:sha1:e57ed15735a3f23d6451845c7cf96758e6909d8c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11795 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing</title>
<updated>2009-10-01T21:41:52Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-01T21:41:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=75d9c67804196c2e4059f3ff89f2ed5ee79a175f'/>
<id>urn:sha1:75d9c67804196c2e4059f3ff89f2ed5ee79a175f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11791 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>
</feed>
