<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, branch v1.2.0b2</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=v1.2.0b2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v1.2.0b2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-10-15T21:55:00Z</updated>
<entry>
<title>m_ssl_openssl is sending log messages and calling itself m_ssl_gnutls..</title>
<updated>2008-10-15T21:55:00Z</updated>
<author>
<name>special</name>
</author>
<published>2008-10-15T21:55:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dd501fba3fd7e5806186b79fa1d7c2b464884e69'/>
<id>urn:sha1:dd501fba3fd7e5806186b79fa1d7c2b464884e69</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10645 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Header tidyups. Apart from module to module API stuff and external deps, modules dont really need to include much but inspircd.h (and xline.h if they create new xline factories)</title>
<updated>2008-10-04T21:27:52Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-10-04T21:27:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fa933d7bdcb3e5fecce260f5456a00dda80f21e2'/>
<id>urn:sha1:fa933d7bdcb3e5fecce260f5456a00dda80f21e2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10622 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>We are including tons more than we need to here, its a mess :p</title>
<updated>2008-10-04T21:18:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-10-04T21:18:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4685ccca8cb23de954e1878852b808f226dba90'/>
<id>urn:sha1:e4685ccca8cb23de954e1878852b808f226dba90</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10621 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Initialise SSL session pointer to NULL to prevent a potentially unsafe comparison, thanks Macgyver.</title>
<updated>2008-09-26T10:50:53Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-09-26T10:50:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=398e82a1142e8d361b206b4a2b15e3f6325a51b2'/>
<id>urn:sha1:398e82a1142e8d361b206b4a2b15e3f6325a51b2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10602 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Set Id property on a bunch of modules which lack it, etc.</title>
<updated>2008-09-22T15:22:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-22T15:22:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=86ac9c800fbb4371b45d3cf599ee9d8d07a1e4ab'/>
<id>urn:sha1:86ac9c800fbb4371b45d3cf599ee9d8d07a1e4ab</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10593 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>someone forget an instance</title>
<updated>2008-09-21T16:01:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-21T16:01:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=805830a135397cfa5b697f982b015ed73b8dddaa'/>
<id>urn:sha1:805830a135397cfa5b697f982b015ed73b8dddaa</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10581 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>This compiles but is NOT tested yet. Do not use unless you like pain.</title>
<updated>2008-09-21T15:52:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-21T15:52:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bccf48aa7562f3291a73d825f23134d0d2bf8ef3'/>
<id>urn:sha1:bccf48aa7562f3291a73d825f23134d0d2bf8ef3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10580 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Be consistent. Use ServerInstance in all places instead of 'Instance' in half. This has bugged me forever :p. I think I got all of extra/ too..</title>
<updated>2008-09-21T12:56:03Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-09-21T12:56:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad3524174350633c25dc8a4e5ffbb7066c4b8cba'/>
<id>urn:sha1:ad3524174350633c25dc8a4e5ffbb7066c4b8cba</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10579 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make regex providers load correctly. Move m_rline to use the regex providers, and also move m_rline out of extras/. Document provider modules, &lt;rline:engine&gt; and particularly the uselessness of &lt;rline engine="glob"&gt;.</title>
<updated>2008-09-21T01:51:29Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-09-21T01:51:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a455cfeea2decf9e979405f52c085593d50c18a'/>
<id>urn:sha1:4a455cfeea2decf9e979405f52c085593d50c18a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10573 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move m_regex.h and m_regex_glob.cpp to main modules directory, as these have no requirements.</title>
<updated>2008-09-20T23:01:53Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-09-20T23:01:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b3cbd1a15354f593b1c891b870bf7f2f276f74d7'/>
<id>urn:sha1:b3cbd1a15354f593b1c891b870bf7f2f276f74d7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10571 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
