summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-04-20Merge insp20Attila Molnar
2015-04-12Change StreamSocket::DoRead() and DoWrite() to be non-virtual, make DoRead() ...Attila Molnar
2015-04-12Dispatch EventHandler events to dedicated virtual functionsAttila Molnar
2015-03-23Merge pull request #1005 from SaberUK/master+minor-tweaksAttila Molnar
2015-03-23Merge pull request #1004 from SaberUK/insp20+fix-various-warningsAttila Molnar
2015-03-21Rebuild clone counts on rehashAdam
2015-03-06Fix building modules that use cap.h with a C++11 compiler.Peter Powell
2015-03-04Add SocketEngine::WriteV()Attila Molnar
2015-02-27Fix various Doxygen warnings.Peter Powell
2015-02-15Eliminate constant return value of the all events version of ModuleManager::S...Attila Molnar
2015-02-15Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t...Attila Molnar
2015-02-15Remove I_BEGIN from enum ImplementationAttila Molnar
2015-02-12m_spanningtree Pass Server* to the OnServerLink/OnServerSplit eventsAttila Molnar
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-05Merge pull request #971 from SaberUK/master+numeric-xlineAttila Molnar
2015-01-26Merge branch 'master+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-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2015-01-17Fix modules not being versioned on Windows.Peter Powell
2015-01-14cmode_k Fix oversight in substr() conversionAttila Molnar
2015-01-10Remove the unused OnGlobalOper hookAttila Molnar
2014-12-19Merge branch 'master+listmode'Attila Molnar
2014-12-19Merge branch 'master+flatmap'Attila Molnar
2014-12-16Change listmode storage type to vectorAttila Molnar
2014-12-15Change type of some associative containers to their flat versions, including ...Attila Molnar
2014-12-15Add flat_[multi]{map,set} containersAttila Molnar
2014-12-15Add typedef ModeParser::ModeWatcherMap, remove ModeWatchIterAttila Molnar
2014-12-15Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivsAttila Molnar
2014-12-09Pass the empty tag to Limits when constructing a ServerConfig, remove default...Attila Molnar
2014-12-09Add ServerLimits constructor that reads limits from a ConfigTag and use itAttila Molnar
2014-11-01Add stdalgo::isin() and use it to simplify codeAttila Molnar
2014-11-01Add stdalgo::erase() and use it to simplify codeAttila Molnar
2014-10-27Merge insp20Attila Molnar
2014-10-13Avoid calling methods on NULL pointers wherever possible.Peter Powell