]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Merge pull request #1103 from rburchell/master-fix-info
[user/henk/code/inspircd.git] / include /
2015-11-15 Attila MolnarMerge pull request #1103 from rburchell/master-fix...
2015-11-10 Attila MolnarMerge branch 'master+alreadysent'
2015-11-03 Attila MolnarRemove UserManager::GarbageCollect()
2015-11-03 Attila MolnarMove already sent id rollover handling and static Local...
2015-11-03 Attila MolnarAdd UserManager::NextAlreadySentId() and convert all...
2015-11-03 Attila MolnarMerge branch 'master+invite'
2015-11-02 Attila Molnarcore_channel Implement invite (un)serialization
2015-11-02 Attila MolnarRewrite invite system
2015-11-02 Attila MolnarMove ServerConfig::InvBypassModes into core_channel
2015-07-06 AdamFail invalid dns responses instead of drop
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-06-08 Attila MolnarMerge branch 'master+sendq'
2015-06-06 Attila MolnarCall OnStreamSocketWrite() once per write event
2015-06-06 Attila MolnarConvert all code to use StreamSocket::SendQueue
2015-06-06 Attila MolnarAdd class StreamSocket::SendQueue
2015-06-03 Attila MolnarExpand module names in ServerConfig::ApplyModules()
2015-05-20 Attila MolnarAllow modules to be called as "foo" instead of "m_foo.so"
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-18 AdamNew m_ldap from Anope
2015-05-17 Attila MolnarMove InspIRCd::SendError() to cmd_die
2015-05-16 Attila MolnarMove Channel::UserList() from core to cmd_names
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarcore_dns Add DNS timeout timer in Process() not in...
2015-05-12 Attila Molnarcore_dns Make MAX_REQUEST_ID unsigned, move it to core_...
2015-05-12 Attila MolnarRemove support for non-unloadable (VF_STATIC) modules
2015-05-10 Attila MolnarMerge insp20
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-27 Attila Molnarcore_dns Drop incoming packets containing a different...
2015-04-21 Attila Molnarcore_dns Remove incomplete support for multiple questio...
2015-04-21 Attila Molnarcore_dns Don't store query class code in Question
2015-04-21 Attila Molnarcore_dns Add typedef for request id, change it to uint16_t
2015-04-20 Attila MolnarMerge insp20
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-12 Attila MolnarChange StreamSocket::DoRead() and DoWrite() to be non...
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2015-03-22 Attila MolnarMerge pull request #1005 from SaberUK/master+minor...
2015-03-22 Attila MolnarMerge pull request #1004 from SaberUK/insp20+fix-variou...
2015-03-22 Attila MolnarMerge pull request #1016 from Renegade334/insp20+docs...
2015-03-22 Attila MolnarMerge pull request #1009 from SaberUK/insp20+fix-dirty-env
2015-03-21 AdamRebuild clone counts on rehash
2015-03-06 Attila MolnarMerge branch 'master+writev'
2015-03-06 Peter PowellFix building modules that use cap.h with a C++11 compiler.
2015-03-04 Attila MolnarAdd SocketEngine::WriteV()
2015-02-27 Peter PowellFix various Doxygen warnings.
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-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2015-01-19 Attila MolnarMerge branch 'insp20+penalty' into insp20
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2015-01-17 Attila MolnarMerge pull request #967 from SaberUK/insp20+fix-windows
2015-01-17 Peter PowellFix modules not being versioned on Windows.
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...
next