summaryrefslogtreecommitdiff
path: root/src/config.cpp
AgeCommit message (Expand)Author
2017-08-20Add support for envvars in the configAdam
2017-05-29Fixup some compilation warningsAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-04-07Merge commit '0f49d1051a96645a576e49cb025198d1b5c9dc60'Adam
2017-01-27Store CommandInfo in CommandSource instead of just command/permissionAdam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-11-11Fix opers not really being serializableAdam
2016-11-05Fix duplicating bots/opers on startupAdam
2016-11-03Don't try to include files with empty pathsAdam
2016-10-15Various improvements/bugfixes to extdb stuffAdam
2016-10-09Adjust reading nickserv core config optsAdam
2016-08-27Optionally allow using Boost.Locale for hashcompAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Update Config::GetModule tooAdam
2016-07-28Get rid of undefined behavior in configuration blocks by creating them as nec...Adam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2016-01-28Update copyright to 2016. This was done with:Robby
2016-01-19Fix various inconsistencies/crashes related to having multiple opers configur...Adam
2015-12-14Rename "services.conf" to "anope.conf".Peter Powell
2015-10-27Merge branch '2.0' into 2.1Adam
2015-09-06Allow configuring modesAdam
2015-01-10Add networkinfo:nick_chars option to allow configuring additional characters ...Adam
2014-12-29Allow configuring casemapsAdam
2014-12-10Unconst these config Get<Anope::string> calls as it makes no senseAdam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-06-23Mostly working language string rewrite with new format stringsAdam
2014-05-28Merge branch '2.0' into 2.1Adam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-21Core prep for p10 stuffAdam
2014-04-25Add "virtual mode" supportAdam
2014-04-21Constify message source for OnChannelMode(Un)SetAdam
2014-04-20New event systemAdam
2014-04-06Do not apply module changes on rehash until after the new config has been app...Adam
2014-04-02Remove regex mods, use std::regex insteadAdam
2014-02-26Remove unreachable code in config.cpp, this error is caught earlierAdam
2014-02-26Fix not detecting eols in the config reader when the end of the line is the e...Adam
2014-02-26Do not setuid/gid down until after modules are loadedAdam
2014-01-19Change config readers bool logic to accept unrecognized values as yesAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-19Don't leak opers and opertypes on /os reload, fix not updating opertypes on n...Adam
2013-11-01Use Config::GetClient for looking up services for command{} blocks which less...Adam
2013-10-26moved some config options from example.conf to nickserv.example.confDukePyrolator
2013-10-05Fix logging for log type 'other'.Robby-
2013-07-26Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit messAdam
2013-07-26Fix issues with 'Me' related to previous commitAdam
2013-07-21More validation stuff from fgsAdam
2013-07-21More basic config validation, and fix crash when no uplinks are configured. s...Adam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam