<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/inspircd.cpp, branch v1.1.0b6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/inspircd.cpp?h=v1.1.0b6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/inspircd.cpp?h=v1.1.0b6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-12-16T21:40:06Z</updated>
<entry>
<title>Add stuff so that the core catches CoreException properly</title>
<updated>2006-12-16T21:40:06Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-16T21:40:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dbe93e44775c4a274d329e152babd8330dadcbf8'/>
<id>urn:sha1:dbe93e44775c4a274d329e152babd8330dadcbf8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6017 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>s/ChatSpike/InspIRCd/ development team</title>
<updated>2006-12-15T22:41:53Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T22:41:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=96a89aef2d59e16bd8e850180ec8b7a592491b75'/>
<id>urn:sha1:96a89aef2d59e16bd8e850180ec8b7a592491b75</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5999 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Jesus, look who's the commit whore today. More header updates, and removal of namespacing.</title>
<updated>2006-12-15T21:45:30Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T21:45:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7'/>
<id>urn:sha1:1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5996 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>CPU Usage percent in stats z! yay!</title>
<updated>2006-12-14T19:30:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-14T19:30:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4652f73b9e7a0f41ad4c91353e0ac39ef838f6cb'/>
<id>urn:sha1:4652f73b9e7a0f41ad4c91353e0ac39ef838f6cb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5988 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Improve the way 005 ISUPPORT is sent to users when they connect, cache it in a much more sane format which is much simpler to spool to them</title>
<updated>2006-12-13T20:00:33Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-13T20:00:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f240285155d115ee3a0fd437944f2bec05a0c14c'/>
<id>urn:sha1:f240285155d115ee3a0fd437944f2bec05a0c14c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5978 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>New clone counting mechanism (this isnt tested yet)</title>
<updated>2006-12-12T22:51:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-12T22:51:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3679c5ebb764521ec940a526af16f61985ae15da'/>
<id>urn:sha1:3679c5ebb764521ec940a526af16f61985ae15da</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5967 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>Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get the delta, which wasn't always reliable</title>
<updated>2006-11-29T22:41:41Z</updated>
<author>
<name>special</name>
</author>
<published>2006-11-29T22:41:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1abbafc07a53803d72865963907d15232b4fd6c5'/>
<id>urn:sha1:1abbafc07a53803d72865963907d15232b4fd6c5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5827 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Grammar nazi in the hizouse</title>
<updated>2006-11-12T22:59:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-11-12T22:59:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f620f80560644de2208c33f16cf4018780e9f43'/>
<id>urn:sha1:0f620f80560644de2208c33f16cf4018780e9f43</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5729 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>When some (but not all) of the ports fail to bind on startup, give the user a list of the failed port/ip pairs on the terminal.</title>
<updated>2006-11-12T22:58:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-11-12T22:58:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b3c2abf41eead7a9aac5820796e9600ced8430df'/>
<id>urn:sha1:b3c2abf41eead7a9aac5820796e9600ced8430df</id>
<content type='text'>
Other ircds dont do this, and say 'go read the log'. I say if we can output them to a log, why not the screen? :)


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