summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
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
2013-06-18Minor changes to the startup and shutdown codeattilamolnar
2013-06-18Remove unused exit codesattilamolnar
2013-06-06Move code between usermanager.(cpp|h), clarify commentsattilamolnar
2013-06-06Move DoBackgroundUserStuff() and AllModulesReportReady() into UserManagerattilamolnar
2013-06-06Merge insp20attilamolnar
2013-05-23Update authorsattilamolnar
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-19Purge a ton of code related to non <log> related logging.Peter Powell
2013-05-18Get rid of the NICKForced extensionattilamolnar
2013-05-18Initialize local_countattilamolnar
2013-05-07Clean up cross-platform compatibility.Peter Powell
2013-04-26Modularize DNSAdam
2013-04-14Extract UID/SID generation logic into a new class: UIDGeneratorattilamolnar
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
2013-04-08Migrate u_listmode.h into the core, change +b to use itattilamolnar
2013-04-08Add builtin modes using AddService()attilamolnar
2013-04-08Rework dynamic_reference management, introduce dynamic_reference_nocheckattilamolnar
2013-04-05Merge inspircd_{config,version}.h into a single header file.Peter Powell
2013-04-04Stop recreating hashmaps every hour, move garbage collection code related to ...attilamolnar
2013-04-04Line ending conversionattilamolnar
2013-04-01Convert IsSID() to a static member function, modules shouldn't override itattilamolnar
2013-04-01Remove more deprecated codeattilamolnar
2013-03-28Fix premature overwriting of OLDTIME that resulted in time drifts never being...attilamolnar
2013-03-25Accept -c as a command line argument (equivalent to --config)attilamolnar
2013-03-24Initialize the FakeClient pointer in InspIRCd::InspIRCd()attilamolnar
2012-12-03Properly shut down stdinattilamolnar
2012-11-29Add a typedef for LocalUserListattilamolnar
2012-10-14Replace printf(_c) with iostreamChrisTX
2012-10-12Windows: In-depth cleanup (see details)ChrisTX