]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configreader.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / configreader.cpp
2021-03-05 InspIRCd RobotUpdate copyright headers.
2021-03-02 Sadie PowellFix using std::cout instead of errstr when a port fails...
2021-02-26 InspIRCd RobotUpdate copyright headers.
2021-01-18 Sadie PowellAdd a new runtime directory and move the pid file to it.
2020-12-20 Sadie PowellHide the server name/desc better when <options:hideserv...
2020-12-16 Sadie PowellUse !empty instead of size when checking if containers...
2020-09-30 Sadie PowellCheck that the values specified in <limits> are reasonable.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-09 Sadie PowellSet the minimum length to 1 for most config items with...
2020-03-11 Sadie PowellWarn if the server config contains an unhashed password.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-12-16 Peter PowellUse FindUUID in place of FindNick in places that only...
2019-12-12 Peter PowellExtract port binding code to a function and improve...
2019-11-18 Matt SchatzAllow options:casemapping to remain defined when using...
2019-11-16 Peter PowellImprove reading xlines from the server configuration.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-02-22 Matt SchatzImprove the handling of config X-lines and filters...
2019-02-16 Peter PowellUse the local hostname as the server name if one is...
2019-01-24 Peter PowellMove the <disabled> tag out of the core to a new module.
2018-12-10 Peter PowellFix overly escaping MOTDs if they are in more than...
2018-12-04 Peter PowellAdd an option for changing the allowed server clock...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-27 Peter PowellRemove deprecated config checker and make <die> actuall...
2018-10-01 Peter PowellMove <security:userstats> into core_stats.
2018-10-01 Peter PowellMove <security:hidesplits> to the spanningtree module.
2018-10-01 Peter PowellMove <security:genericoper> into core_whois.
2018-10-01 Peter PowellMove <security:hideulinekills> into core_oper.
2018-10-01 Peter PowellMove <security:hidekills> into core_oper.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-09-23 Peter PowellDon't sync xlines defined in the config and expire...
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-07-30 Peter PowellReplace most usages of "GECOS" with "real" or "real...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-07-10 Peter PowellSwitch <server:name> validation to use InspIRCd::IsHost.
2018-07-10 Peter PowellAdd a silent option to <options:restrictbannedusers>.
2018-04-22 Peter PowellAlways process MOTD formatting escape codes.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-17 Peter PowellTell the rehasher if an exception is thrown by a module...
2018-04-16 Peter PowellAdd ConfigTag::getUInt for reading unsigned config...
2018-04-16 Peter PowellRemove the default value in ConfigTag::get{Duration...
2018-03-31 Peter PowellMove <security:announceinvites> to core_channel.
2018-03-25 Dylan FrankSeparate secret and private channels on whois for non...
2017-12-22 Peter PowellRename <security:hidewhois> to <security:hideserver>.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-10 Peter PowellExtract RFC modes from the core to core_channel and...
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-09 Peter PowellAllow spaces in the network name now it doesn't cause...
2017-11-06 Peter PowellFix an unhandled exception crash when rehashing modules.
2017-10-18 Peter PowellAdd a constructor to OperInfo and use it to set the...
2017-10-18 Peter PowellIgnore <module> tags for modules that are already loaded.
2017-10-17 Peter PowellClean up the command disabling logic.
2017-10-15 attilamolnarClean up the initialization of ConnectClass and ServerC...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-10-05 Peter PowellFix the casemap name not being copied to the new Server...
2017-09-18 Peter PowellConvert Disabled[CU]Modes to use a bitset instead of...
2017-09-18 Peter PowellAdd ModeParser::IsModeChar to standardise mode validation.
2017-09-12 Peter PowellChange FailedPortList to store a sockaddrs/int instead...
2017-09-08 Peter PowellImplement support for configurable casemapping & defaul...
2017-09-03 Peter PowellConvert a bunch of time-related config options to getDu...
2017-09-03 Peter PowellMove <dns:timeout> out of the core.
2017-09-03 Peter PowellAdd a ConfigTag* parameter to the ServerPaths constructor.
2017-08-27 Peter PowellMatch against core_*.so when looking for core modules.
2017-08-13 Peter PowellChange the maximum nick/user size to match other implem...
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-30 Peter PowellFix the server failing to rehash when <server:name...
2017-07-30 Peter PowellFix exceptions not having a line ending when appending...
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2016-12-08 Peter PowellStore config values in a map instead of a unique vector...
2016-11-15 Attila MolnarMerge pull request #1241 from SaberUK/master+helpop
2016-11-01 Attila MolnarMerge pull request #1238 from SaberUK/master+openssl
2016-11-01 Attila MolnarMerge pull request #1236 from SaberUK/master+port
2016-10-25 Peter PowellAllow classes to take a port range.
2016-09-02 Attila MolnarBump version to 3.0 in comments and messages
2016-09-02 Attila MolnarMerge insp20
2016-08-23 Attila MolnarMerge branch 'master+ircstring'
2016-08-22 Attila MolnarAdd stdalgo::string::equalsci and use it instead of...
2016-08-17 Attila MolnarMerge insp20
2016-06-27 Attila MolnarMerge pull request #1181 from SaberUK/insp20+null
2016-06-17 Attila MolnarDon't exit on rehash if the pid file cannot be written
2016-03-02 Attila MolnarMerge branch 'master+writeremotenotice'
2016-03-01 Attila MolnarSend NOTICEs that can go to both local and remote users...
2016-02-29 Attila MolnarMerge pull request #1147 from SaberUK/insp20+gcc6
2016-02-29 Attila MolnarMerge pull request #1148 from guikcd/spelling-error
2016-02-29 Attila MolnarMerge pull request #1146 from SaberUK/insp20+quote
2016-02-29 Attila MolnarMerge pull request #1145 from Adam-/insp20+ulinekill
2016-02-25 Attila MolnarRemove unnecessary std::string::c_str() calls
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-25 AdamDon't show snotices for kills from ulined clients
2016-02-22 Attila MolnarMerge insp20
2015-12-28 Attila MolnarFix some whitespace issues
2015-12-06 Attila MolnarMerge branch 'master+echomessage-invitenotify'
next