summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
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
2010-03-10Complain when duplicate tags are found using ConfValuedanieldg
2010-03-08Fix logic error in comparisondanieldg
2010-03-08Warn about duplicate <type> and <class> blocksdanieldg
2010-02-23Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...danieldg
2010-02-16Remove SYSTEM and related sensitive information from the non-oper VERSION linedanieldg
2010-02-10Why are we wasting space on DieValue?danieldg
2010-02-06Move configuration examples to docs, remove automatic overwrite on make installdanieldg
2010-02-02Executable include for MOTD and moredanieldg
2010-02-02Add OnSetConnectClass hook for use in adding requirements to connect classes ...danieldg
2010-02-02Sort items in the 005 linedanieldg
2010-01-31Update connect block matching on rehash to prefer names, show more useful inf...danieldg
2010-01-31Allow connect classes to be specified without an allow or deny maskdanieldg
2010-01-29Remove MaxWhoResults, replace with an increase of Penalty based on result lis...danieldg
2010-01-18Fix type-based oper blocks not storing their namesdanieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-16Manual port of don't error on failed port bind commit.w00t