]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2013-07-29 Peter PowellAdd 'auto' option to genssl to automatically select...
2013-07-24 attilamolnarm_spanningtree Change the type of TreeServer::ServerNam...
2013-07-24 attilamolnarm_spanningtree Cleanup TreeServer and TreeSocket constr...
2013-07-24 attilamolnarumode_s Rewrite ProcessNoticeMasks() and remove a few...
2013-07-24 attilamolnarRewrite SnomaskManager::SendMessage() and Flush(),...
2013-07-20 attilamolnarEnable the LINK snomask from m_spanningtree, remove...
2013-07-19 attilamolnarm_ojoin Stop hardcoding +Y, move global vars into a...
2013-07-19 attilamolnarGet rid of enum UserModes and mark User::modes as private
2013-07-19 attilamolnarReplace hardcoded mode letters, part 3
2013-07-19 attilamolnarMove SetNoticeMask(), FormatNoticeMasks() and ProcessNo...
2013-07-19 attilamolnarReplace hardcoded mode letters, part 2
2013-07-19 attilamolnarSeperate ModeReference into ChanModeReference and UserM...
2013-07-19 attilamolnarMove dynamic_reference and related classes to dynref.h
2013-07-16 Attila MolnarMerge pull request #589 from SaberUK/master+fix-debug...
2013-07-16 Peter PowellFix some warnings which are causing debug builds to...
2013-07-16 Attila MolnarMerge pull request #587 from SaberUK/master+defer-prepr...
2013-07-16 Peter PowellUse the preprocessor to check for TCP deferring support.
2013-07-12 Attila MolnarMerge pull request #585 from SaberUK/master+configure...
2013-07-07 Peter PowellReplace arguments for toggling socketengines with...
2013-07-06 Peter PowellRemove restriction on changing <limits:maxline> while...
2013-07-06 Attila MolnarMerge pull request #578 from SaberUK/master+configure...
2013-07-06 Attila MolnarMerge pull request #573 from ShutterQuick/inspircd...
2013-07-06 Daniel VassdalAllow the user to specify any hashing mechanism support...
2013-07-05 Peter PowellExpose compiler name to make.
2013-07-05 Peter PowellRename configuration variable to CXX to match everythin...
2013-07-05 Peter PowellCorrectly detect the compiler version and whether it...
2013-07-05 Peter PowellAutomatically detect the compiler which the user has...
2013-07-05 Peter PowellPurge --with-cc in favour of the CXX environment variable.
2013-07-04 Attila MolnarMerge pull request #577 from SaberUK/master+makefile...
2013-07-04 Peter PowellRename CXXFLAGS to CORECXXFLAGS to respect users enviro...
2013-07-04 Peter PowellUse CXX instead of CC.
2013-07-04 Peter PowellAdd IFNEQ Makefile template macro.
2013-07-04 Peter PowellRemove 'make squeakyclean'.
2013-07-04 Peter PowellTidy up CXXFLAGS and LDFLAGS.
2013-07-04 Peter PowellRemove support for Interix and SunOS from the Makefile.
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Attila MolnarMerge pull request #580 from SaberUK/master+restrict...
2013-07-04 Peter PowellFix users being able to set <server:network> to an...
2013-07-04 Peter PowellFix some missing newlines in the config header generator.
2013-07-04 Peter PowellFix $ModDep failing to find application-wide include...
2013-07-04 Peter PowellRemove detection of deprecated backticks which was...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-07-02 Attila MolnarMerge pull request #571 from ShutterQuick/inspircd...
2013-07-02 Daniel VassdalAllow for skipping clone checking before DNS is complete.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-07-01 attilamolnarFix a few oversights
2013-06-28 Daniel VassdalMade the launch script aware of --runasroot, so it...
2013-06-24 attilamolnarm_repeat Optimize the Levenshtein() function
2013-06-24 Attila MolnarMerge pull request #564 from SaberUK/master+doxygen-fix
2013-06-21 Peter PowellFix Doxygen comments.
2013-06-18 attilamolnarRemove limitsomaxconn and remains of m_halfop/allowhalfop
2013-06-18 attilamolnarUse exit code EXIT_STATUS_SERVICE on Windows when exiti...
2013-06-18 attilamolnarRemove dead code from the InspIRCd and CommandParser...
2013-06-18 attilamolnarMinor changes to the startup and shutdown code
2013-06-18 attilamolnarRemove unused exit codes
2013-06-16 attilamolnarAlways set the topic in Channel::SetTopic(), move acces...
2013-06-16 Peter PowellAdd RE2 regex module.
2013-06-16 Daniel Vassdalm_banredirect Accept channel names starting with #...
2013-06-13 attilamolnarCall Channel::SetModeParam() from the mode parser when...
2013-06-13 attilamolnarRemove TR_END, remove TRANSLATEx() from commands that...
2013-06-13 attilamolnarRewrite CommandParser::TranslateUIDs()
2013-06-13 attilamolnarReplace void* dest and target_type parameters of OnMode...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-12 attilamolnarm_spanningtree Move SVSMODE -> MODE translation into...
2013-06-12 attilamolnarm_spanningtree Rewrite incoming (E|G|K|Q|Z)LINE command...
2013-06-12 attilamolnarGet rid of the OnRemoteKill hook, make use of GetRoutin...
2013-06-12 attilamolnarImplement GetRouting() in core commands that require...
2013-06-12 attilamolnarm_callerid Route ACCEPT to the server of the target...
2013-06-12 attilamolnarRun the OnPostCommand hook from LoopCall()
2013-06-12 attilamolnarCommandParser::LoopCall() changes
2013-06-12 attilamolnarChange command name parameter of OnPostCommand to be...
2013-06-12 attilamolnarSimplify stringjoiner: take 1 parameter, join from...
2013-06-12 attilamolnarm_banredirect Fix modestack usage
2013-06-12 attilamolnarUnite cmd_privmsg and cmd_notice
2013-06-10 attilamolnarBuild with multiple processes on Windows (/MP)
2013-06-10 Daniel VassdalAdded m_repeat - Allows for blocking of similiar messages
2013-06-06 attilamolnarRemove deprecated Request cross-module communication...
2013-06-06 attilamolnarChange the API of m_httpd to be dynamic_reference-based
2013-06-06 attilamolnarChange the API of m_sslinfo to be dynamic_reference...
2013-06-06 attilamolnarCreate SSLIOHook interface that provides GetCertificate()
2013-06-06 attilamolnarCreate IOHook interface (extracted from Module)
2013-06-06 attilamolnarMove code between usermanager.(cpp|h), clarify comments
2013-06-06 attilamolnarMove DoBackgroundUserStuff() and AllModulesReportReady...
2013-06-06 attilamolnarStore prefix rank in a ModeHandler field, change ModeHa...
2013-06-06 attilamolnarFix Windows
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellRemove hardcoded MAXBUF constant.
2013-06-06 Peter PowellConvert a ton of uses of MAXBUF to use a fixed buffer...
2013-06-06 Peter PowellConvert User::SendText to use std::string.
2013-06-06 Peter PowellConvert User::FormatNoticeMasks() to use std::string.
2013-06-06 Peter PowellConvert ConvNumeric() to use std::string instead of...
2013-06-06 Peter PowellRewrite irc::sockets::sockaddrs::str() completely.
2013-06-06 Peter PowellReplace some C string operations with the + operator.
2013-06-06 Peter PowellUse InspIRCd::Format instead of snprintf().
2013-06-06 Peter PowellUse iostream instead of C-style file operations.
2013-06-06 Peter PowellCompare to ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 Peter PowellReserve ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 Peter PowellStart to replace MAXBUF with <limits:maxline>.
2013-06-05 attilamolnarMerge insp20
next