summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-11Remove class Event and the OnEvent hookAttila Molnar
2015-02-11Convert the spanningtree events to use the new cross-module event systemAttila Molnar
2015-02-11Remove unused parameters from HTTPRequest constructorAttila Molnar
2015-02-11Convert the HTTPd request event to use the new cross-module event systemAttila Molnar
2015-02-11Convert the HTTPd ACL event to use the new cross-module event systemAttila Molnar
2015-02-11Convert the SASL fallback event to use the new cross-module event systemAttila Molnar
2015-02-11Convert the CAP event to use the new cross-module event systemAttila Molnar
2015-02-11Allow enabling/disabling caps via GenericCap::SetActive()Attila Molnar
2015-02-11Convert the account login event to use the new cross-module event systemAttila Molnar
2015-02-11Add new cross-module event systemAttila Molnar
2015-02-11Add missing const operators to dynamic_reference[_nocheck]Attila Molnar
2015-02-11Allow dynrefs to have an OnCapture() hookAttila Molnar
2015-02-11Ensure all dynrefs with the same target resolve to the same object when one n...Attila Molnar
2015-02-06Merge branch 'master+tlsversion'Attila Molnar
2015-02-06Merge pull request #986 from StevenVanAcker/fix-initscript2Attila Molnar
2015-02-06Merge pull request #984 from Renegade334/modules-exempt-ulineAttila Molnar
2015-02-06m_mysql Add charset config optionFlorian Praden
2015-02-05Making init-script exit codes compliant with LSB 4.1Steven Van Acker
2015-02-05Merge pull request #976 from SaberUK/master+fix-xline-dbAttila Molnar
2015-02-05Merge pull request #971 from SaberUK/master+numeric-xlineAttila Molnar
2015-02-05modules/m_silence: Allow U-lined services to bypass silence masksRenegade334
2015-01-29Fix xline reasons being truncated in m_xline_db.Peter Powell
2015-01-27m_ssl_gnutls, m_ssl_openssl Prepend TLS protocol version to ciphersuite stringAttila Molnar
2015-01-27m_ssl_gnutls, m_ssl_openssl Extract code that builds a ciphersuite string int...Attila Molnar
2015-01-26Merge branch 'master+foreachneighbor'Attila Molnar
2015-01-25Merge branch 'master+cmdcleanup'Attila Molnar
2015-01-25m_spanningtree Rewrite PING logic to use TimersAttila Molnar
2015-01-24Remove needless checks from User::WriteCommon()/WriteCommonRaw()Attila Molnar
2015-01-24m_ircv3 Implement WriteNeighboursWithExt() using User::ForEachNeighbor()Attila Molnar
2015-01-24Implement User::WriteCommonRaw() using ForEachNeighbor()Attila Molnar
2015-01-24Implement User::WriteCommonQuit() using ForEachNeighbor() in UserManagerAttila Molnar
2015-01-24Add User::ForEachNeighbor()Attila Molnar
2015-01-24Move implementation of Command and CommandBase functions into a source fileAttila Molnar
2015-01-24Remove unused CommandBase::DecodeParameter()Attila Molnar
2015-01-24Switch to unsigned ints in CommandBase constructor for min and max paramsAttila Molnar
2015-01-24Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.Peter Powell
2015-01-23Merge branch 'master+no-rtti'Attila Molnar
2015-01-23m_kicknorejoin Store kicked users in a vectorAttila Molnar
2015-01-23m_kicknorejoin Move logic that tracks kicked users into KickRejoinDataAttila Molnar
2015-01-22Disable RTTI in release builds (compile with -fno-rtti)Attila Molnar
2015-01-22Merge branch 'master+exttype' into master+no-rttiAttila Molnar
2015-01-22Disable typeid() calls unless INSPIRCD_ENABLE_RTTI is definedAttila Molnar
2015-01-20m_spanningtree Remove public TreeServer methods that are only called from Tre...Attila Molnar
2015-01-20m_spanningtree Get rid of some boilerplateAttila Molnar
2015-01-18m_services_account Replace dynamic_cast with static_cast as we know the objec...Attila Molnar
2015-01-18m_spanningtree Only unserialize() METADATA if the object type matches Extensi...Attila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2015-01-16Verify that the chan in chanlist is in fact the same object as us in Channel:...Attila Molnar
2015-01-16Gracefully handle multiple Channel::CheckDestroy() calls on the same objectAttila Molnar
2015-01-14cmode_k Fix oversight in substr() conversionAttila Molnar