<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, branch v1.0.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v1.0.1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v1.0.1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2006-02-19T15:21:51Z</updated>
<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://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://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>Extra checks to not set the ssl marker twice on re-handshake (nonfatal but wasteful)</title>
<updated>2006-02-11T22:36:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-11T22:36:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9303e7eb5180da4d87a999ac90d4f723ebbeca79'/>
<id>urn:sha1:9303e7eb5180da4d87a999ac90d4f723ebbeca79</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3168 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added a sanity check that was left out, prevents crash on invalid fd (e.g. via excess flood on oper or connect)</title>
<updated>2006-02-11T16:33:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-11T16:33:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6d88dc05822d9a8df80927255272fe7c9c0447de'/>
<id>urn:sha1:6d88dc05822d9a8df80927255272fe7c9c0447de</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3151 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype of OneOfMatches to take const char* instead of char*. Either that or case all the .c_str()'s to lose the const :"</title>
<updated>2006-02-05T09:55:13Z</updated>
<author>
<name>om</name>
</author>
<published>2006-02-05T09:55:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4be4ccdf2628423644d42531322bea913dfe0191'/>
<id>urn:sha1:4be4ccdf2628423644d42531322bea913dfe0191</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3091 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added support for space-seperated lists here, too</title>
<updated>2006-02-04T17:12:14Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-04T17:12:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d80e7d86338a76cfab28f6ff25e0cc71b5de0adc'/>
<id>urn:sha1:d80e7d86338a76cfab28f6ff25e0cc71b5de0adc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3075 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOTICE @#chan etc.</title>
<updated>2006-02-04T13:09:18Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-04T13:09:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=235a0a2035bda6dd214719107083266207f39883'/>
<id>urn:sha1:235a0a2035bda6dd214719107083266207f39883</id>
<content type='text'>
Tidied up craq++ in modules (copy and pasting OnUserPreNotice into OnUserPreMessage?! why not just call one from the other!)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3072 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added gnutls_rpath.pl. This works out the lib dir and does:</title>
<updated>2006-02-04T09:57:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-04T09:57:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=27d6f7e7cb82be0fe35a899590a1196c7926d403'/>
<id>urn:sha1:27d6f7e7cb82be0fe35a899590a1196c7926d403</id>
<content type='text'>
-Wl,--rpath -Wl,/lib/dir   and outputs it, the $LinkerFlags of gnutls
ssl module use it in backticks during link, so you dont get missing lib error



git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3069 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Only send 320 numeric if the SSL user is on our port</title>
<updated>2006-02-04T02:30:47Z</updated>
<author>
<name>om</name>
</author>
<published>2006-02-04T02:30:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5278a9e733eda0a99b045874db5b824f8cc1d114'/>
<id>urn:sha1:5278a9e733eda0a99b045874db5b824f8cc1d114</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3068 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>I R SECURE CONNECTION! (fix)</title>
<updated>2006-02-03T19:41:05Z</updated>
<author>
<name>frostycoolslug</name>
</author>
<published>2006-02-03T19:41:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0f11d14045c143d481d714dd40e4674497c787cb'/>
<id>urn:sha1:0f11d14045c143d481d714dd40e4674497c787cb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3062 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
