aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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