]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable' circums...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 23 Aug 2007 19:57:02 +0000 (19:57 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 23 Aug 2007 19:57:02 +0000 (19:57 +0000)
commit443b0f9645d861ca47a6f041a46703e27da7c0c8
treeb87e52ce40b681dea0127d4d5375a88d5fad8d8e
parentab7a861a91fd204603775b8d06b1d99c1593229f
Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable' circumstances, e.g. when half initialized, and it wont segfault.
Also fix OpenLog to not always exit on error, but to return a bool instead, which is much more friendly on rehash (you don't want /REHASH dieing your server if you cant write the log!)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7804 e03df62e-2008-0410-955e-edbf42e46eb7
include/inspircd.h
src/cmd_rehash.cpp
src/helperfuncs.cpp
src/inspircd.cpp
src/server.cpp