]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/server.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / server.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-24 danieldgMove configuration filename specification to start...
2009-09-05 w00tBump a number of version numbers.
2009-09-02 danieldgMore deallocation-at-exit cleanup
2009-09-01 danieldgMove VERSION/REVISION to their own header to avoid...
2009-08-28 w00tDon't subtract one from MAXCHANNELS, it's a number...
2009-08-06 brainReport the correct sizes as set in the config
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-23 danieldgConfigReaderThread updates: add done flag, remove main...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-22 brainThread safety fixes to avoid crashes on rehash, dont...
2008-10-27 w00tAdd user/channel mode synchronisation detection to...
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-08-24 brainProperly give the service specific exit code on failure...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-13 brainPort a bunch of methods of InspIRCd to functors. IsChan...
2008-04-05 brainMore standardized version output in 002 and 004 to...
2008-04-02 w00tFix all this crap - it actually works now (we pray..)
2008-04-02 w00tBetter generation. This is still fucked up, but less...
2008-04-02 w00tUnneeded
2008-02-24 brainThis should fix remote rehash
2008-02-15 aquanightMake -nofork work properly with logging now.
2008-02-09 w00tImplement LogManager::CloseLogs() to give logstreams...
2008-02-03 w00tClear up header insanity
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-04 w00tFix warning reported by owine, caused by SID changes.
2007-11-11 brainTake out some printf gunk
2007-11-11 brainMore stuff for this. Its starting to take shape a bit...
2007-11-03 brainFinal part of bug #441 fix (trunk)
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-14 brainFix crashing on startup if there was an error condition...
2007-08-31 w00tThis may not compile, I'll test it on my desktop. Waiti...
2007-08-27 brainAdd <server:id> - this is optional, as stated in the...
2007-08-27 w00tChanges to UID generation:
2007-08-27 brainFix for bug #401 reported by DarkStorm
2007-08-27 brainMore uuid fixes, and whack some warnings
2007-08-26 w00tInitial UUID generation code. Generates a TS6 compatibl...
2007-08-26 w00tAdd skeleton functions for UID stuff.
2007-08-23 brainRaft of fixes so that inspircd can call Cleanup() and...
2007-07-27 brainAnd another error fix
2007-07-27 brainSIGHUP needs to be #define'd on windows. This is an...
2007-07-27 brainMove a bunch of stuff around for tidyness, win32 functi...
2007-07-25 peaveyUn-static InspIRCd::Exit and use SignalHandler instead.
2007-07-25 peaveyRehash from console works again due to new signalhandle...
2007-07-25 peaveyBegin move of rehash to server.cpp - broken rehash...
2007-07-24 w00tMove a bundle of stuff to server.cpp from inspircd.cpp
2007-07-24 peaveyserver.cpp