<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, 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/modules/extra?h=v2.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra?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>Allow static build of inspircd without module support</title>
<updated>2009-11-11T00:17:07Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-11T00:17:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=19487dbebc520450e457472b97d9e7bcd5160c00'/>
<id>urn:sha1:19487dbebc520450e457472b97d9e7bcd5160c00</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12083 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove Extensible parent from EventHandler</title>
<updated>2009-11-06T22:37:52Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-06T22:37:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eaace5ed7cef3a02f905689a1b44a092ca99a6e1'/>
<id>urn:sha1:eaace5ed7cef3a02f905689a1b44a092ca99a6e1</id>
<content type='text'>
This also fixes SSL certificate support when m_sslinfo is not loaded

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12048 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move StreamSocket inheritance off of User</title>
<updated>2009-11-06T22:37:36Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-06T22:37:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a26502ff51141c3cd74c078876d3322b49a3833c'/>
<id>urn:sha1:a26502ff51141c3cd74c078876d3322b49a3833c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12047 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Clarify handshake failure messages</title>
<updated>2009-11-04T00:47:02Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-04T00:47:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e791ca02d479b9ce86fd2d6f4a4e98d1de26252e'/>
<id>urn:sha1:e791ca02d479b9ce86fd2d6f4a4e98d1de26252e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12008 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixes found by removing User inheritance from StreamSocket</title>
<updated>2009-10-25T15:21:45Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-25T15:21:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6fe52cbb3ba72a5ecdded3f51c8515bf75e6801f'/>
<id>urn:sha1:6fe52cbb3ba72a5ecdded3f51c8515bf75e6801f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11975 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove the intercomm system since sqlite is synchronous.</title>
<updated>2009-10-22T01:19:44Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-22T01:19:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f49a18e9abc210cb7ec4a691691cbbefe51a1854'/>
<id>urn:sha1:f49a18e9abc210cb7ec4a691691cbbefe51a1854</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11952 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Kill ListenSocketBase, use OnAcceptConnection for all new connections</title>
<updated>2009-10-21T23:46:33Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-21T23:46:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d221de88276b9e33a108281a9cd0a58875032fc6'/>
<id>urn:sha1:d221de88276b9e33a108281a9cd0a58875032fc6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11950 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move all local-only fields to LocalUser</title>
<updated>2009-10-21T23:45:32Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-21T23:45:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ff3eef491aa9e107d09d9dd9560ef7715b37b3b3'/>
<id>urn:sha1:ff3eef491aa9e107d09d9dd9560ef7715b37b3b3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11944 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change module API to use LocalUser* where correct</title>
<updated>2009-10-21T23:45:19Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-21T23:45:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=123eac3f25ce4dd3142b4ac66eb321f7df1e23e4'/>
<id>urn:sha1:123eac3f25ce4dd3142b4ac66eb321f7df1e23e4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11943 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
