]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/server.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / server.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-17 Attila MolnarMove InspIRCd::SendError() to cmd_die
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
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.
2014-09-15 Attila MolnarFix incorrect cleanup order in InspIRCd::Exit()
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarMinor ISupportManager changes
2014-06-22 Attila MolnarChange all occurrences of plain sort() to std::sort()
2014-06-13 Attila MolnarChange allocation of InspIRCd::Threads to be physically...
2014-05-23 Peter PowellPrefix all definitions in config.h to avoid potential...
2014-04-14 Attila MolnarRemove WALLCHOPS and WALLVOICES ISUPPORT tokens
2014-04-07 Attila MolnarMerge insp20
2014-02-18 Attila MolnarChange the parameter type of ModeHandler::GiveModeList...
2014-02-08 Attila MolnarReplace SocketEngine::GetName() with INSPIRCD_SOCKETENG...
2014-01-21 Attila MolnarMerge insp20
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellRemove some pointless code:
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-08 attilamolnarRemove InspIRCd::HandleRehash functor
2013-08-30 attilamolnarMerge insp20
2013-08-19 attilamolnarRemove cmd_map from the core
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...
next