summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
2013-06-02Move a few trivial functions into headersattilamolnar
2013-05-27Clean up the FileReader class and all of the modules that use it.Peter Powell
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-16Allow spaces (and more) in oper typesattilamolnar
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2013-04-28Merge insp20attilamolnar
2013-04-27Move <performance:nouserdns> to <connect:nouserdns>.Peter Powell
2013-04-26Modularize DNSAdam
2013-04-23Add config option to disable somaxconn range() checkattilamolnar
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-06Add the ability to deprecate config values as well as keys.Peter Powell
2013-04-06Purge the 1.1 config deprecations.Peter Powell
2013-04-04Move whowas settings into cmd_whowas from ConfigReaderattilamolnar
2013-04-04Make cmd_whowas act like a module, remove special handlingattilamolnar
2013-04-03Convert InspIRCd::Duration() to be staticattilamolnar
2013-04-01Ignore empty sid in ServerConfig::Fill()attilamolnar
2013-04-01Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings...attilamolnar
2013-04-01Convert IsSID() to a static member function, modules shouldn't override itattilamolnar
2013-04-01Remove legacy code, mostly related to 1.2 compatibilityattilamolnar
2012-12-09Remove ServerLimits::Finalise(), it's completely wrongattilamolnar
2012-11-15added warning that autoconnect is now a separate tagSteven Van Acker
2012-10-29Fix typo in doc and remove some whitespaceattilamolnar
2012-10-29Move ServerConfig::ProcessColors() into class InspIRCd, as a helper functionattilamolnar
2012-10-28Fix warnings in configreader.cpp on FreeBSDattilamolnar
2012-10-14Replace printf(_c) with iostreamChrisTX
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-12Remove superfluous std::string()sattilamolnar
2012-09-30Make ConfigReader::GetSID() return a const reference to a string instead of a...attilamolnar
2012-09-23Fix undefined behavior caused by referencing the returned buffer by std::stri...attilamolnar
2012-09-13configreader: Replace ConfValue here with a ConfigTagList enumeration, as it ...ChrisTX
2012-08-25Add a config option to enable/disable the welcome notice sent to clients afte...attilamolnar
2012-07-06Added color codes to /rules, moved the parsing to ServerConfig and cleaned th...Justin Crawford
2012-07-05Explicitly deprecate some config changes.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-18No need to check elines twice..Robin Burchell
2012-04-15Backported Shawn's NoSnoticeStack code from insp21Robby-
2012-04-01Add <connect:maxconnwarn>Rutger
2011-07-17Only write pidfile if we have parsed a valid configurationDaniel De Graaf
2011-04-19Fix IPv6 test on WindowsAdam
2010-12-23Fix bug #113Jackmcbarn
2010-08-03Fix rehash message sending for remote rehashesDaniel De Graaf
2010-07-04Include location of duplicated oper blocksDaniel De Graaf
2010-03-22Don't repeat the Raw I/O log message on every rehashdanieldg
2010-03-22Change <security:operspywhois> to a tristatedanieldg
2010-03-19Add RAWIO log level which is more verbose than DEBUGdanieldg
2010-03-18Make /etc/resolv.conf reader slightly less stupiddanieldg
2010-03-14Add <options:cyclehostsfromuser> to configure source for mode changes on host...danieldg
2010-03-11Fix empty SID when applying config-specified X:linesdanieldg