| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2020-07-30 | 1 | -0/+1 | |
| | | |||||
| * | Minor typo correction. | 2020-07-01 | 1 | -1/+1 | |
| | | |||||
| * | Fixes by misspell-fixer | 2020-04-21 | 1 | -3/+3 | |
| | | |||||
| * | Fix clock skip warnings being inverted. | 2020-03-30 | 1 | -1/+1 | |
| | | |||||
| * | Extract time skip warning code to a static function. | 2020-02-19 | 1 | -11/+16 | |
| | | |||||
| * | Make loading modules considerably more robust and user friendly. | 2020-02-02 | 1 | -1/+0 | |
| | | |||||
| * | Move DeleteZero to stdalgo::delete_zero. | 2020-01-19 | 1 | -12/+3 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -7/+11 | |
| | | |||||
| * | Bind ports before loading modules. | 2020-01-03 | 1 | -2/+2 | |
| | | | | | | This fixes a defect introduced in ce7979bd7d where the ircv3_sts module was unable to find the SSL listener. | ||||
| * | Extract port binding code to a function and improve output. | 2019-12-12 | 1 | -16/+26 | |
| | | |||||
| * | Make BindPorts return size_t instead of int. | 2019-12-09 | 1 | -2/+2 | |
| | | |||||
| * | Make ForkIntoBackground handle exiting by itself. | 2019-12-09 | 1 | -10/+5 | |
| | | |||||
| * | Extract command line option parsing to a function. | 2019-12-09 | 1 | -68/+78 | |
| | | |||||
| * | Fix indentation of CheckRoot() and error in non-interactive mode. | 2019-12-09 | 1 | -10/+19 | |
| | | |||||
| * | Improve behaviour when running as root. | 2019-12-08 | 1 | -18/+20 | |
| | | | | | | | | | - Only give the annoying message about root if --runasroot is not specified. - If --runasroot is specified then assume the user knows what they are doing. - Move CheckRoot to a static function in inspircd.cpp. | ||||
| * | Show the header before checking if the config file exists. | 2019-12-08 | 1 | -5/+4 | |
| | | |||||
| * | Initialise Winsock from inside the socket engine. | 2019-12-08 | 1 | -6/+2 | |
| | | |||||
| * | Extract config file finding code to a function. | 2019-12-08 | 1 | -17/+23 | |
| | | |||||
| * | Extract performance stat code to a function. | 2019-12-08 | 1 | -20/+27 | |
| | | |||||
| * | Move XLine garbage collection to core_xline. | 2019-12-08 | 1 | -7/+0 | |
| | | |||||
| * | Increase the core dump size earlier in the process lifetime. | 2019-12-08 | 1 | -2/+1 | |
| | | | | | | According to `man 2 getrlimit` resource limits are inherited by the child when a process forks. | ||||
| * | Call RecoverFromFork from ForkIntoBackground. | 2019-12-08 | 1 | -1/+1 | |
| | | |||||
| * | Convert InspIRCd::SetSignals to a static function. | 2019-12-08 | 1 | -16/+19 | |
| | | |||||
| * | Move forking code into a function and remove DaemonSeed. | 2019-12-08 | 1 | -41/+41 | |
| | | |||||
| * | Extract the core dump size increasing code to a function. | 2019-12-08 | 1 | -12/+19 | |
| | | |||||
| * | Make the UpdateTime function easier to read. | 2019-12-08 | 1 | -9/+8 | |
| | | |||||
| * | Extract root dropping code to a function. | 2019-12-08 | 1 | -48/+53 | |
| | | |||||
| * | Extract rng initialisation code to a function. | 2019-12-08 | 1 | -4/+11 | |
| | | |||||
| * | Move various static functions into an anonymous namespace. | 2019-12-08 | 1 | -10/+15 | |
| | | |||||
| * | Clean up the initialisation of the InspIRCd class. | 2019-12-08 | 1 | -24/+15 | |
| | | |||||
| * | Add an event which is fired when the server shuts down. | 2019-10-17 | 1 | -1/+4 | |
| | | |||||
| * | Fix not expanding <pid:file> correctly. | 2019-07-03 | 1 | -3/+1 | |
| | | |||||
| * | Deduplicate dirent.h inclusion. | 2019-06-20 | 1 | -1/+0 | |
| | | |||||
| * | Ignore SIGUSR1 and SIGUSR2 by default. | 2019-05-30 | 1 | -2/+3 | |
| | | | | | | This stops users from accidentally killing their IRC server if they forget to load the sslrehashsignal module. | ||||
| * | Quit users during cleanup instead of when /DIE is executed. | 2019-02-05 | 1 | -0/+6 | |
| | | |||||
| * | Delete the old broken test suite. | 2019-02-05 | 1 | -26/+0 | |
| | | | | | | | This doesn't work properly and is disabled in both debug & release builds. It will be resurrected with a proper unit testing framework in the future. | ||||
| * | Move the <disabled> tag out of the core to a new module. | 2019-01-24 | 1 | -1/+0 | |
| | | |||||
| * | Add an option for changing the allowed server clock drift. | 2018-12-04 | 1 | -7/+8 | |
| | | |||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -0/+10 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Remove the 'debug' snotice character. | 2018-08-07 | 1 | -2/+2 | |
| | | |||||
| * | Allow relative paths to be passed in --config on boot. | 2018-06-25 | 1 | -1/+10 | |
| | | | | | Closes #1115. | ||||
| * | Add --nopid command line option (#1497). | 2018-06-04 | 1 | -2/+10 | |
| | | | | | | | Add a --nopid command line option, which causes a PID file not to be written to the file system regardless of the presence of the <pid> tag in the configuration file or the value of its "file" variable if it is present. | ||||
| * | Get rid of InspIRCd::QuickExit. | 2017-12-23 | 1 | -13/+8 | |
| | | | | | | | | | This is just a thin wrapper around exit(). I don't think we really need it. While we are changing this code the setgroup/setuser code should be using EXIT_STATUS_CONFIG too. | ||||
| * | Extract RFC modes from the core to core_channel and core_user. | 2017-12-10 | 1 | -1/+0 | |
| | | |||||
| * | Assume that RUSAGE_SELF is always defined. | 2017-11-27 | 1 | -6/+0 | |
| | | | | | | This was added for Red Hat 7 which was released in 2000(!) which nobody should be using anymore. | ||||
| * | Convert GenRandom to std::function. | 2017-11-25 | 1 | -1/+1 | |
| | | |||||
| * | Convert IsChannel to std::function. | 2017-11-25 | 1 | -1/+1 | |
| | | |||||
| * | Convert IsIdent to std::function. | 2017-11-25 | 1 | -1/+1 | |
| | | |||||
| * | Convert IsNick to std::function. | 2017-11-25 | 1 | -1/+1 | |
| | | |||||
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -1/+1 | |
| | | |||||
