summaryrefslogtreecommitdiff
path: root/src/server.cpp
AgeCommit message (Expand)Author
2007-10-14Fix crashing on startup if there was an error condition in win32brain
2007-08-31This may not compile, I'll test it on my desktop. Waiting 20 minutes for a bu...w00t
2007-08-27Add <server:id> - this is optional, as stated in the example conf,brain
2007-08-27Changes to UID generation:w00t
2007-08-27Fix for bug #401 reported by DarkStormbrain
2007-08-27More uuid fixes, and whack some warningsbrain
2007-08-26Initial UUID generation code. Generates a TS6 compatible UUID.w00t
2007-08-26Add skeleton functions for UID stuff.w00t
2007-08-23Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable'...brain
2007-07-27And another error fixbrain
2007-07-27SIGHUP needs to be #define'd on windows. This is an i-hate-windows day today.brain
2007-07-27Move a bunch of stuff around for tidyness, win32 functions keep creeping into...brain
2007-07-25Un-static InspIRCd::Exit and use SignalHandler instead.peavey
2007-07-25Rehash from console works again due to new signalhandler. TODO: Use this to c...peavey
2007-07-25Begin move of rehash to server.cpp - broken rehash from cmdline for now.peavey
2007-07-24Move a bundle of stuff to server.cpp from inspircd.cppw00t
2007-07-24server.cpppeavey