<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_cloaking.cpp, branch v1.1.0b6.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_cloaking.cpp?h=v1.1.0b6.1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_cloaking.cpp?h=v1.1.0b6.1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2006-12-15T21:33:22Z</updated>
<entry>
<title>Remove global namespacing, makes modules compile FASTAH. Also massive update on headers (change to InspIRCd Development Team, extend copyright to 2007).</title>
<updated>2006-12-15T21:33:22Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T21:33:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3a554ef1e9be9dbcf3de3301a4a6c2938d643bea'/>
<id>urn:sha1:3a554ef1e9be9dbcf3de3301a4a6c2938d643bea</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5995 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd::GetInterfaceUseCount().</title>
<updated>2006-12-10T22:17:51Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-10T22:17:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=540fee57bf71abccaba38c0297b80f8001780c1d'/>
<id>urn:sha1:540fee57bf71abccaba38c0297b80f8001780c1d</id>
<content type='text'>
These can be used for one module to lock other modules in memory that it depends on, this way they can
enforce an unload order so that you cant (for example) unload m_ssl_gnutls.so whilst m_spanningtree.so
is using it for ssl server to server sessions (in this case, youd have to unload spanningtree first,
THEN ssl_gnutls, to satisfy the dependencies and unload orders)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5924 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Host cloaks for resolved hosts are wayyyy too long, cut the hash down to the first 8 chars</title>
<updated>2006-12-10T18:15:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-10T18:15:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=93b0dec6654e1b8249c7b01a4820d861f9bac149'/>
<id>urn:sha1:93b0dec6654e1b8249c7b01a4820d861f9bac149</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5918 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for peavy :p</title>
<updated>2006-12-05T22:30:52Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-05T22:30:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fd317e2325992c472487574d6e49749f4ea802e4'/>
<id>urn:sha1:fd317e2325992c472487574d6e49749f4ea802e4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5882 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>More tidyups</title>
<updated>2006-12-05T22:26:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-05T22:26:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=953bb7dffabe10c7f4cca8ff33e1b58df54957bd'/>
<id>urn:sha1:953bb7dffabe10c7f4cca8ff33e1b58df54957bd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5880 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tidy up cloaking algorithms a bit</title>
<updated>2006-12-05T22:20:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-05T22:20:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e4b4242407fb4b46985e2909969b0549ee4f23e2'/>
<id>urn:sha1:e4b4242407fb4b46985e2909969b0549ee4f23e2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5879 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>More tweakage</title>
<updated>2006-12-05T20:05:31Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-05T20:05:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e770f8d983bc4eb674956ca365a70598615948f5'/>
<id>urn:sha1:e770f8d983bc4eb674956ca365a70598615948f5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5865 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tweaks, fixes, and comments</title>
<updated>2006-12-04T22:40:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-04T22:40:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=54beb35ef189b58dee7851a60fdb0f7b2430855f'/>
<id>urn:sha1:54beb35ef189b58dee7851a60fdb0f7b2430855f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5857 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update $ModDep lines so that these properly depend on their headers in the makefile</title>
<updated>2006-12-04T21:41:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-04T21:41:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bcac49dca78631687975771c6d0a76b595171664'/>
<id>urn:sha1:bcac49dca78631687975771c6d0a76b595171664</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5853 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make m_cloaking use m_md5. Fix m_md5.</title>
<updated>2006-12-04T21:09:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-04T21:09:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4a8335d9ce69341216bea7fa8027043368c50870'/>
<id>urn:sha1:4a8335d9ce69341216bea7fa8027043368c50870</id>
<content type='text'>
TODO: Document m_md5.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5851 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
