]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/server.cpp
Fix mistakenly using Clang instead of GCC on older FreeBSD versions.
[user/henk/code/inspircd.git] / src / server.cpp
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Attila MolnarMerge pull request #933 from SaberUK/insp20+fix-llvm34
2014-10-13 Peter PowellFix various warnings when building with LLVM 3.5.
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-26 Peter PowellDon't hard code the branch version.
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-04 Attila MolnarMerge pull request #241 from attilamolnar/insp20+delaym...
2012-07-04 Attila MolnarMerge pull request #239 from alyx/insp20
2012-07-02 AlyxAdd CHANNELLEN to isupport
2012-05-30 Robin BurchellMerge pull request #159 from gholms/md5-memset-20
2012-05-28 Robin BurchellMerge pull request #152 from attilamolnar/insp20+showwh...
2012-05-28 Robin BurchellMerge pull request #150 from attilamolnar/insp20+increm...
2012-05-27 attilamolnarWhile at it, use a constant parameter for calling Incre...
2012-05-27 attilamolnarFix generating invalid UIDs after current_uid is 000Z99...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-14 Robin BurchellMerge pull request #53 from SaberUK/clang-analyze
2012-04-14 Peter PowellFix unused variables reported by the clang static analyzer.
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-03-18 DjSlashValues were -1, couldnt find an explanation for that...
2010-04-28 Daniel De GraafAdd log header including ircd version
2010-02-16 danieldgRemove SYSTEM and related sensitive information from...
2010-02-15 danieldgShow opers the raw VERSION string, not the custom one
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-03 danieldgRemove AllowHalfop item from server config
2009-10-22 danieldgClean up unused functions, add nonicks operoverride...
2009-10-20 danieldgFix GetUID generating 10-character UUIDs
2009-10-16 danieldgClean up crash on destruction of statics at exit
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
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