<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_oper_hash.cpp, branch v1.1.6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_oper_hash.cpp?h=v1.1.6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_oper_hash.cpp?h=v1.1.6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-01-17T21:14:26Z</updated>
<entry>
<title>Mass comment removal.</title>
<updated>2007-01-17T21:14:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-17T21:14:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=76bf72f8c2c5b1524bf20a523fe1cf0d79d29742'/>
<id>urn:sha1:76bf72f8c2c5b1524bf20a523fe1cf0d79d29742</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6367 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix to allow for OnRehash to know what user initiated the rehash</title>
<updated>2007-01-01T20:53:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-01T20:53:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=42d5b9571eff06b0c33093dc9118c29f9603fd2b'/>
<id>urn:sha1:42d5b9571eff06b0c33093dc9118c29f9603fd2b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6207 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<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://www.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://www.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>Tidy up with a typedef</title>
<updated>2006-12-05T21:31:37Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-05T21:31:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=69cdf24337a462fa4d477f40e7201f1b71eb677a'/>
<id>urn:sha1:69cdf24337a462fa4d477f40e7201f1b71eb677a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5877 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Throw if we cant find any modules that implement our interface</title>
<updated>2006-12-05T21:28:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-05T21:28:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7adaae1083b75bf4581e8301e610332dfc5aa6f5'/>
<id>urn:sha1:7adaae1083b75bf4581e8301e610332dfc5aa6f5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5876 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Comments comments!</title>
<updated>2006-12-05T21:24:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-05T21:24:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eb1a3b40d256378bd875c96fa421bf1b0cd96bca'/>
<id>urn:sha1:eb1a3b40d256378bd875c96fa421bf1b0cd96bca</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5875 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make hash algo names case insensitive</title>
<updated>2006-12-05T21:09:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-05T21:09:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4c09dec19754390d5542b8a4847d0dc081d2514b'/>
<id>urn:sha1:4c09dec19754390d5542b8a4847d0dc081d2514b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5873 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>More stuff</title>
<updated>2006-12-05T21:07:36Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-05T21:07:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b3ba32d08abd60cdc4a71c04e716a0fea0942055'/>
<id>urn:sha1:b3ba32d08abd60cdc4a71c04e716a0fea0942055</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5872 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix up brokage</title>
<updated>2006-12-05T20:56:28Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-05T20:56:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7e54de3ffa0f36900de29b06236864d97ce5dda7'/>
<id>urn:sha1:7e54de3ffa0f36900de29b06236864d97ce5dda7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5871 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
