summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-03-20Fix some compiler warnings.Peter Powell
2016-06-17Don't exit on rehash if the pid file cannot be writtenAttila Molnar
2016-02-25Don't show snotices for kills from ulined clientsAdam
2016-02-13Limit DNS cache sizeAttila Molnar
2015-03-23Merge pull request #1004 from SaberUK/insp20+fix-various-warningsAttila Molnar
2015-03-21Rebuild clone counts on rehashAdam
2015-02-27Fix various Doxygen warnings.Peter Powell
2015-01-17Fix modules not being versioned on Windows.Peter Powell
2014-10-13Avoid calling methods on NULL pointers wherever possible.Peter Powell
2014-10-05Fix hash_map.h on non-GNU C++ standard library implementations.Peter Powell
2014-09-08Do not use the result of the dns cache when the query type of the result is d...Adam
2014-05-08Do not export callersAdam
2014-04-19Fix undefined symbol error on module load if compiled with Clang 3.4Attila Molnar
2014-01-21Bump API version because of 3f4d54eb031f1cd6b016dfe1f768ed86303e3856Attila Molnar
2013-09-14Fix ConvToStr(char)attilamolnar
2013-09-13Fix a shadow warning created by ConfigTag::createChrisTX
2013-09-08Fix a crash when running as systemd serviceChrisTX
2013-08-30Don't CoreExport reference, fixes m_dnsbl on Windowsattilamolnar
2013-07-14Use the correct socket related error messages on WindowsAdam
2013-05-18Initialize local_countattilamolnar
2013-05-16Workaround for std::list::size() having linear complexity on some implementat...attilamolnar
2013-05-16Remove unused variables, avoid copies where possible, check empty() instead o...attilamolnar
2013-04-24Move SocketEngine::IgnoreError() code into socketengine.h and add test for EW...attilamolnar
2013-04-16Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE...Adam
2013-04-05Don't attempt to unload or reload modules that are waiting to be unloadedattilamolnar
2013-03-20Add support for mandatory tags in included config filesattilamolnar
2013-03-11Remove dead code from DNSattilamolnar
2013-03-11Fix m_dnsbl not checking cgiirc users when the cgiirc address is elinedattilamolnar
2013-01-28Use the preprocessor to detect whether hash_map is available.Peter Powell
2013-01-16Fix warning: "const type qualifier on return type has no effect".Peter Powell
2012-12-25Include <list> in base.h to prevent build errors on OpenBSD.Peter Powell
2012-12-15Add a flag to Command that controls whether an empty last parameter is allowe...attilamolnar
2012-12-09Remove ServerLimits::Finalise(), it's completely wrongattilamolnar
2012-12-05Change a few signed counter variables to unsigned so they roll over laterattilamolnar
2012-12-02Throw an exception when attempting to register an extension with a name that ...attilamolnar
2012-11-29Make LocalUserList an std::listattilamolnar
2012-11-29Add a typedef for LocalUserListattilamolnar
2012-10-29Fix typo in doc and remove some whitespaceattilamolnar
2012-10-29Move ServerConfig::ProcessColors() into class InspIRCd, as a helper functionattilamolnar
2012-10-19Fix for #268.Peter Powell
2012-10-14Resolve two warnings clang complains aboutChrisTX
2012-10-14Replace printf(_c) with iostreamChrisTX
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-08Move simple user and channel mode handlers into a single fileattilamolnar
2012-10-03Change User::SetClientIP() to be virtualattilamolnar
2012-09-30Make ConfigReader::GetSID() return a const reference to a string instead of a...attilamolnar
2012-09-13Call OnUserSetIP() whenever the IP of a local user changes, set ident,host,dh...attilamolnar
2012-09-13New OnUserSetIP() hookattilamolnar
2012-09-12Fix bug #291 - fix rehashing bind tags not changing them between servers/clie...Adam
2012-08-25Add a config option to enable/disable the welcome notice sent to clients afte...attilamolnar