]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/server.cpp
Fix user->host not being assigned correctly for new connections
[user/henk/code/inspircd.git] / src / server.cpp
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