summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2016-08-17Merge insp20Attila Molnar
2016-06-17Don't exit on rehash if the pid file cannot be writtenAttila Molnar
2016-02-22Merge insp20Attila Molnar
2015-11-15Merge pull request #1103 from rburchell/master-fix-infoAttila Molnar
2015-11-09inspircd: Don't list individual authors on startup.Robin Burchell
2015-11-03Remove UserManager::GarbageCollect()Attila Molnar
2015-05-17Fixed a build warningThe Aviator
2015-05-17Move code that quits all users from InspIRCd::Cleanup() to cmd_dieAttila Molnar
2015-05-17Fix incorrect iterator use leading to prematurely exiting loops when quitting...Attila Molnar
2015-02-20Change all occurrences of Inspire to InspIRCdAttila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-07-19Access local user list via new UserManager::GetLocalUsers() and make local_us...Attila Molnar
2014-07-19Move and rename typedef LocalUserList to UserManager::LocalListAttila Molnar
2014-06-24Change allocation of InspIRCd::Users to be physically part of the object cont...Attila Molnar
2014-06-24Change allocation of InspIRCd::SNO to be physically part of the object contai...Attila Molnar
2014-06-24Change allocation of InspIRCd::Modules to be physically part of the object co...Attila Molnar
2014-06-24Change allocation of InspIRCd::Logs to be physically part of the object conta...Attila Molnar
2014-06-24Change allocation of InspIRCd::Modes to be physically part of the object cont...Attila Molnar
2014-06-14Kill needless #includes in source filesAttila Molnar
2014-06-13Make the default ProtocolInterface instance part of class InspIRCdAttila Molnar
2014-06-13Change allocation of InspIRCd::Parser to be physically part of the object con...Attila Molnar
2014-06-13Change allocation of InspIRCd::BanCache to be physically part of the object c...Attila Molnar
2014-06-13Pull in bancache.h from inspircd.hAttila Molnar
2014-06-13Change allocation of InspIRCd::Threads to be physically part of the object co...Attila Molnar
2014-06-13Change allocation of InspIRCd::stats to be physically part of the object cont...Attila Molnar
2014-05-23Prefix all definitions in config.h to avoid potential collisions.Peter Powell
2014-04-07Merge insp20Attila Molnar
2014-03-15Change allocation of InspIRCd::Timers to be physically part of the object con...Attila Molnar
2014-03-14Change allocation of InspIRCd::chanlist to be physically part of the object c...Attila Molnar
2014-02-11Fix various problems detected by Clang 3.4.Peter Powell
2014-02-08Change all socketengine methods to be staticAttila Molnar
2014-02-07Only compile the testsuite if INSPIRCD_ENABLE_TESTSUITE is definedAttila Molnar
2014-01-24Convert LocalUserList to an intrusively linked listAttila Molnar
2014-01-21Merge insp20Attila Molnar
2014-01-05Move server description field from TreeServer into Server; remove OnGetServer...Attila Molnar
2014-01-05Introduce Server classAttila Molnar
2013-12-15Move stuff around a bit:Peter Powell
2013-11-21Fix a few issuesattilamolnar
2013-09-26Improve error reporting for <security:runas{user,group}>.Peter Powell
2013-09-08Remove InspIRCd::HandleRehash functorattilamolnar
2013-09-08Fix a crash when running as systemd serviceChrisTX
2013-08-30Merge insp20attilamolnar
2013-08-18m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUITattilamolnar
2013-08-12Add <path> keys for all of the compile-time paths.Peter Powell
2013-08-08Fix a couple of issuesattilamolnar
2013-08-04Change the syntax of FOREACH macros to be less dumb.Adam
2013-07-07Fix low risk crash when we can't determine maximum open socket count.Peter Powell
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-07-01Fix a few oversightsattilamolnar
2013-06-18Remove dead code from the InspIRCd and CommandParser classes and typedefs.hattilamolnar