]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Convert the ISO 8859-2 nationalchars files to codepage configs.
[user/henk/code/inspircd.git] / src / inspircd.cpp
2021-03-05 InspIRCd RobotUpdate copyright headers.
2021-03-03 Sadie PowellFix not being able to colour format output to stderr...
2021-02-26 InspIRCd RobotUpdate copyright headers.
2021-02-01 Sadie PowellDuplicate the stdout file handle when used for logging.
2021-01-18 Sadie PowellFix showing the start header when using --version.
2021-01-18 Sadie PowellAdd a new runtime directory and move the pid file to it.
2020-11-03 Sadie PowellFix an off by one error in the "unknown option" message.
2020-07-30 InspIRCd RobotUpdate copyright headers.
2020-07-02 Matt SchatzMinor typo correction.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-03-30 Sadie PowellFix clock skip warnings being inverted.
2020-02-19 Sadie PowellExtract time skip warning code to a static function.
2020-02-02 Sadie PowellMake loading modules considerably more robust and user...
2020-01-19 Sadie PowellMove DeleteZero to stdalgo::delete_zero.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2020-01-03 Sadie PowellBind ports before loading modules.
2019-12-12 Peter PowellExtract port binding code to a function and improve...
2019-12-09 Peter PowellMake BindPorts return size_t instead of int.
2019-12-09 Peter PowellMake ForkIntoBackground handle exiting by itself.
2019-12-09 Peter PowellExtract command line option parsing to a function.
2019-12-09 Peter PowellFix indentation of CheckRoot() and error in non-interac...
2019-12-08 Peter PowellImprove behaviour when running as root.
2019-12-08 Peter PowellShow the header before checking if the config file...
2019-12-08 Peter PowellInitialise Winsock from inside the socket engine.
2019-12-08 Peter PowellExtract config file finding code to a function.
2019-12-08 Peter PowellExtract performance stat code to a function.
2019-12-08 Peter PowellMove XLine garbage collection to core_xline.
2019-12-08 Peter PowellIncrease the core dump size earlier in the process...
2019-12-08 Peter PowellCall RecoverFromFork from ForkIntoBackground.
2019-12-08 Peter PowellConvert InspIRCd::SetSignals to a static function.
2019-12-08 Peter PowellMove forking code into a function and remove DaemonSeed.
2019-12-08 Peter PowellExtract the core dump size increasing code to a function.
2019-12-08 Peter PowellMake the UpdateTime function easier to read.
2019-12-08 Peter PowellExtract root dropping code to a function.
2019-12-08 Peter PowellExtract rng initialisation code to a function.
2019-12-08 Peter PowellMove various static functions into an anonymous namespace.
2019-12-08 Peter PowellClean up the initialisation of the InspIRCd class.
2019-10-17 Peter PowellAdd an event which is fired when the server shuts down.
2019-07-03 Peter PowellFix not expanding <pid:file> correctly.
2019-06-20 Peter PowellDeduplicate dirent.h inclusion.
2019-05-30 Peter PowellIgnore SIGUSR1 and SIGUSR2 by default.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-02-05 Peter PowellQuit users during cleanup instead of when /DIE is executed.
2019-02-05 Peter PowellDelete the old broken test suite.
2019-01-24 Peter PowellMove the <disabled> tag out of the core to a new module.
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-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-07 Peter PowellRemove the 'debug' snotice character.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-06-25 Peter PowellAllow relative paths to be passed in --config on boot.
2018-06-04 Chris NovakovicAdd --nopid command line option (#1497).
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-23 Peter PowellGet rid of InspIRCd::QuickExit.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-10 Peter PowellExtract RFC modes from the core to core_channel and...
2017-12-03 Peter PowellMerge pull request #1417 from B00mX0r/master+fix_1416
2017-11-27 Peter PowellAssume that RUSAGE_SELF is always defined.
2017-11-25 Peter PowellConvert GenRandom to std::function.
2017-11-25 Peter PowellConvert IsChannel to std::function.
2017-11-25 Peter PowellConvert IsIdent to std::function.
2017-11-25 Peter PowellConvert IsNick to std::function.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-06 Peter PowellMerge pull request #1359 from genius3000/insp20+sasl_no...
2017-10-22 Peter PowellConvert GetMaxFds() to size_t and deduplicate setting...
2017-10-17 Peter PowellClean up the command disabling logic.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-09-12 Peter PowellChange FailedPortList to store a sockaddrs/int instead...
2017-09-12 Peter PowellClean up the <security:runas{user,group}> code.
2017-09-11 Peter PowellMove operquit out of the core and into core_user.
2017-09-11 Peter PowellFix killing elined clients on [gkz]line in some cases.
2017-08-26 Peter PowellMake the build reproducible by removing time related...
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
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...
2017-03-20 Peter PowellMove the OnCheckExemption hook out of the core.
2017-03-05 Attila MolnarMerge pull request #1292 from SaberUK/master+flush
2017-02-28 Peter PowellAllow <log> tags to specify how often logs should be...
2016-09-02 Peter PowellUpdate stuff for the new versioning system.
2016-09-02 Attila MolnarMerge insp20
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-02-22 Attila MolnarMerge insp20
2015-11-16 Attila MolnarMerge pull request #1106 from SaberUK/master+purge...
2015-11-15 Attila MolnarMerge pull request #1103 from rburchell/master-fix...
2015-11-10 Attila MolnarMerge branch 'master+alreadysent'
2015-11-09 Robin Burchellinspircd: Don't list individual authors on startup.
2015-11-03 Attila MolnarRemove UserManager::GarbageCollect()
2015-09-06 AdamMerge pull request #1050 from Aviator45003/insp20
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-17 The AviatorFixed a build warning
next