]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/server.cpp
Change the syntax of FOREACH macros to be less dumb.
[user/henk/code/inspircd.git] / src / server.cpp
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-06-18 attilamolnarRemove unused exit codes
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarISupportManager: Tidy-up, expand comments
2013-06-01 attilamolnarRemove #define MAXPARAMETERS and "MAXPARA" 005 token
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellMove LogHeader to LogStream.
2013-05-16 attilamolnarFix padding bug in GenerateSID(), spotted by @ShutterQuick
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-04-27 attilamolnarMerge insp20
2013-04-14 attilamolnarUse std::string internally in UIDGenerator, move UUID_L...
2013-04-14 attilamolnarSimplify UID generation logic
2013-04-14 attilamolnarExtract UID/SID generation logic into a new class:...
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-05 Attila MolnarMerge pull request #472 from SaberUK/master+merge-headers
2013-04-05 Peter PowellMerge inspircd_{config,version}.h into a single header...
2013-04-04 attilamolnarStop recreating hashmaps every hour, move garbage colle...
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.
next