summaryrefslogtreecommitdiff
path: root/src/config.cpp
AgeCommit message (Expand)Author
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
2013-06-19Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of usestrictp...Adam
2013-06-13Fix usestrictprivmsg /msg vs / logicAdam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-25Give an error message when the configuration file ends with an unterminated b...Adam
2013-05-19Mark service:channels as a "botchannel" and don't try to hold them on sync, a...Adam
2013-05-18Ignore define{} blocks defining directives to itselfAdam
2013-05-18Add a config option for the default log botAdam
2013-05-18Tabify some stuff in config.cppAdam
2013-05-11Fix config to default prepend_channel true for fantasyCharles Kingsley
2013-05-08Fix reading multi line quotes from the conf with blank lines or lines with on...Adam
2013-05-07Fix setting some default flags, reading fantasy blocks, and minusers setting ...Adam
2013-05-06Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too lat...Adam
2013-05-06Update the rest of modules.example.conf, default inspircd status modes to a s...Adam
2013-05-05The const char* specialization of this no longer worksAdam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05The default arguments are references to temporaries which fall out of scope o...Adam
2013-05-05Cache timeoutcheck and fix a typo in example.confAdam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ca...Adam