aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for bug #401 reported by DarkStormGravatar brain2007-08-271-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7879 e03df62e-2008-0410-955e-edbf42e46eb7
* More uuid fixes, and whack some warningsGravatar brain2007-08-271-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7874 e03df62e-2008-0410-955e-edbf42e46eb7
* Initial UUID generation code. Generates a TS6 compatible UUID.Gravatar w00t2007-08-261-0/+53
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7846 e03df62e-2008-0410-955e-edbf42e46eb7
* Add skeleton functions for UID stuff.Gravatar w00t2007-08-261-0/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7845 e03df62e-2008-0410-955e-edbf42e46eb7
* Raft of fixes so that inspircd can call Cleanup() and Exit() in less ↵Gravatar brain2007-08-231-1/+2
| | | | | | | | | '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
* And another error fixGravatar brain2007-07-271-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7596 e03df62e-2008-0410-955e-edbf42e46eb7
* SIGHUP needs to be #define'd on windows. This is an i-hate-windows day today.Gravatar brain2007-07-271-1/+1
| | | | | | | Also, define WIN32_LEAN_AND_MEAN as we should be able to get away with using it now we dont have the shell functions git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7595 e03df62e-2008-0410-955e-edbf42e46eb7
* Move a bunch of stuff around for tidyness, win32 functions keep creeping ↵Gravatar brain2007-07-271-1/+1
| | | | | | into #ifdef'ed chunks in non-win32 files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7588 e03df62e-2008-0410-955e-edbf42e46eb7
* Un-static InspIRCd::Exit and use SignalHandler instead.Gravatar peavey2007-07-251-0/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7572 e03df62e-2008-0410-955e-edbf42e46eb7
* Rehash from console works again due to new signalhandler. TODO: Use this to ↵Gravatar peavey2007-07-251-13/+23
| | | | | | catch SIGTERM and exit cleanly. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7571 e03df62e-2008-0410-955e-edbf42e46eb7
* Begin move of rehash to server.cpp - broken rehash from cmdline for now.Gravatar peavey2007-07-251-2/+24
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7563 e03df62e-2008-0410-955e-edbf42e46eb7
* Move a bundle of stuff to server.cpp from inspircd.cppGravatar w00t2007-07-241-0/+82
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7546 e03df62e-2008-0410-955e-edbf42e46eb7
* server.cppGravatar peavey2007-07-241-0/+1
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7545 e03df62e-2008-0410-955e-edbf42e46eb7