]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
m_sqloper.mssql.sql: Add `active` column
[user/henk/code/inspircd.git] / include /
2015-02-19 Attila MolnarMerge pull request #997 from SaberUK/master+compiler...
2015-02-15 Attila MolnarEliminate constant return value of the all events versi...
2015-02-15 Attila MolnarConvert mods calling the old compat wrapper of ModuleMa...
2015-02-15 Attila MolnarRemove I_BEGIN from enum Implementation
2015-02-12 Attila Molnarm_spanningtree Pass Server* to the OnServerLink/OnServe...
2015-02-12 Attila MolnarMerge branch 'master+crossmodevents'
2015-02-11 Attila MolnarRemove class Event and the OnEvent hook
2015-02-11 Attila MolnarConvert the spanningtree events to use the new cross...
2015-02-11 Attila MolnarRemove unused parameters from HTTPRequest constructor
2015-02-11 Attila MolnarConvert the HTTPd request event to use the new cross...
2015-02-11 Attila MolnarConvert the HTTPd ACL event to use the new cross-module...
2015-02-11 Attila MolnarConvert the SASL fallback event to use the new cross...
2015-02-11 Attila MolnarConvert the CAP event to use the new cross-module event...
2015-02-11 Attila MolnarAllow enabling/disabling caps via GenericCap::SetActive()
2015-02-11 Attila MolnarConvert the account login event to use the new cross...
2015-02-11 Attila MolnarAdd new cross-module event system
2015-02-11 Attila MolnarAdd missing const operators to dynamic_reference[_nocheck]
2015-02-11 Attila MolnarAllow dynrefs to have an OnCapture() hook
2015-02-05 Attila MolnarMerge branch 'master+tlsversion'
2015-02-05 Attila MolnarMerge pull request #984 from Renegade334/modules-exempt...
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-26 Attila MolnarMerge branch 'master+foreachneighbor'
2015-01-25 Attila MolnarMerge branch 'master+cmdcleanup'
2015-01-24 Attila MolnarImplement User::WriteCommonQuit() using ForEachNeighbor...
2015-01-24 Attila MolnarAdd User::ForEachNeighbor()
2015-01-24 Attila MolnarMove implementation of Command and CommandBase function...
2015-01-24 Attila MolnarRemove unused CommandBase::DecodeParameter()
2015-01-24 Attila MolnarSwitch to unsigned ints in CommandBase constructor...
2015-01-24 Peter PowellUse ERR_YOUREBANNEDCREEP instead of NOTICE when a user...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2015-01-14 Attila Molnarcmode_k Fix oversight in substr() conversion
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarRemove the unused OnGlobalOper hook
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-18 Attila MolnarMerge branch 'master+serverlimits'
2014-12-16 Attila MolnarChange listmode storage type to vector
2014-12-15 Attila MolnarChange type of some associative containers to their...
2014-12-15 Attila MolnarAdd flat_[multi]{map,set} containers
2014-12-15 Attila MolnarAdd typedef ModeParser::ModeWatcherMap, remove ModeWatc...
2014-12-15 Attila MolnarAdd typedef PrivSet for OperInfo::AllowedOperCommands...
2014-12-09 Attila MolnarPass the empty tag to Limits when constructing a Server...
2014-12-09 Attila MolnarAdd ServerLimits constructor that reads limits from...
2014-11-01 Attila MolnarAdd stdalgo::isin() and use it to simplify code
2014-11-01 Attila MolnarAdd stdalgo::erase() and use it to simplify code
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 PowellAvoid calling methods on NULL pointers wherever possible.
2014-10-06 Attila MolnarMerge pull request #931 from SaberUK/insp20+fix-non...
2014-10-05 Peter PowellFix hash_map.h on non-GNU C++ standard library implemen...
2014-09-27 Attila MolnarStore Membership objects physically in the nodes of...
2014-09-27 Attila MolnarAdd the insp::aligned_storage template
2014-09-10 Attila MolnarRemove listmode hiding support from the core
2014-09-08 AdamDo not use the result of the dns cache when the query...
2014-09-04 Attila MolnarMigrate code from ModeParser into cmd_mode (core_user)
2014-09-04 Attila MolnarSplit ModeParser::DisplayListMode() into two parts
2014-09-04 Attila MolnarRemove unused parameter passed to ModeParser::DisplayCu...
2014-09-04 Attila MolnarPass Modes::ChangeList references to the OnPreMode...
2014-09-04 Attila MolnarLet callers customize the begin/end positions for ModeP...
2014-09-03 Attila MolnarRemove irc::modestacker
2014-09-03 Attila MolnarUse Modes::ChangeList in ModeHandler::RemoveMode()
2014-09-03 Attila MolnarAdd a ModeParser::Process() overload that can process...
2014-09-03 Attila MolnarMake it possible to resume processing a partially proce...
2014-09-03 Attila MolnarSplit out ModeParser::ModeParamsToChangeList()
2014-09-03 Attila MolnarSplit out ModeParser::ProcessSingle() from Process()
2014-09-03 Attila MolnarAdd mode process flag MODE_CHECKACCESS
2014-09-03 Attila MolnarRemove ModeHandler::m_paramtype and GetTranslateType()
2014-09-03 Attila MolnarRemove ModeParser::LastParseTranslate and GetLastParseT...
2014-09-03 Attila MolnarRemove ModeParser::LastParseParams and GetLastParseParams()
2014-09-03 Attila MolnarRemove ProtocolInterface::SendMode()
2014-09-03 Attila Molnarm_spanningtree Send MODE/FMODE from the OnMode hook
2014-09-03 Attila MolnarPass the modes to the OnMode hook as a Modes::ChangeLis...
2014-09-03 Attila MolnarPopulate a Modes::ChangeList object in ModeParser:...
2014-09-03 Attila MolnarAdd Modes::Change and Modes::ChangeList
2014-09-02 Attila MolnarChange mode_sequence to be a const ref in ModeParser...
2014-08-30 Attila MolnarMove the intrusive list containers into the insp namespace
2014-08-06 Attila MolnarMigrate ModeChannelOp and ModeChannelVoice constructors...
2014-08-06 Attila MolnarPass prefix rank and prefix char to PrefixMode constructor
2014-08-06 Attila MolnarRemove a bunch of useless classes representing simple...
2014-08-06 Attila MolnarChange ListModeBase::DoRehash() to not be virtual
2014-08-04 Daniel VassdalHashing: Redo API
2014-08-04 Attila MolnarRemove InspIRCd::BindSocket()
2014-07-25 Attila MolnarMerge insp20
2014-07-19 Attila MolnarAccess local user list via new UserManager::GetLocalUse...
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-07-16 Attila MolnarMove typedef OperIndex to ServerConfig::OperIndex
2014-07-16 Attila MolnarMove typedef ClassVector to ServerConfig::ClassVector
2014-07-14 Attila MolnarExpand ISupportManager documentation
2014-07-14 Attila MolnarMinor ISupportManager changes
2014-07-14 Attila MolnarMove ISupportManager class declaration to isupportmanag...
2014-07-14 Attila MolnarRename UserChanList to User::ChanList, remove UCListIter
2014-07-14 Attila MolnarRemove typedef UserMembIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRemove typedef UserMembCIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-07-10 Attila MolnarMove the TimerMap typedef into the private part of...
next