Age | Commit message (Expand) | Author |
2020-03-30 | Fix clock skip warnings being inverted. | Sadie Powell |
2020-02-19 | Extract time skip warning code to a static function. | Sadie Powell |
2020-02-02 | Make loading modules considerably more robust and user friendly. | Sadie Powell |
2020-01-19 | Move DeleteZero to stdalgo::delete_zero. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2020-01-03 | Bind ports before loading modules. | Sadie Powell |
2019-12-12 | Extract port binding code to a function and improve output. | Peter Powell |
2019-12-09 | Make BindPorts return size_t instead of int. | Peter Powell |
2019-12-09 | Make ForkIntoBackground handle exiting by itself. | Peter Powell |
2019-12-09 | Extract command line option parsing to a function. | Peter Powell |
2019-12-09 | Fix indentation of CheckRoot() and error in non-interactive mode. | Peter Powell |
2019-12-08 | Improve behaviour when running as root. | Peter Powell |
2019-12-08 | Show the header before checking if the config file exists. | Peter Powell |
2019-12-08 | Initialise Winsock from inside the socket engine. | Peter Powell |
2019-12-08 | Extract config file finding code to a function. | Peter Powell |
2019-12-08 | Extract performance stat code to a function. | Peter Powell |
2019-12-08 | Move XLine garbage collection to core_xline. | Peter Powell |
2019-12-08 | Increase the core dump size earlier in the process lifetime. | Peter Powell |
2019-12-08 | Call RecoverFromFork from ForkIntoBackground. | Peter Powell |
2019-12-08 | Convert InspIRCd::SetSignals to a static function. | Peter Powell |
2019-12-08 | Move forking code into a function and remove DaemonSeed. | Peter Powell |
2019-12-08 | Extract the core dump size increasing code to a function. | Peter Powell |
2019-12-08 | Make the UpdateTime function easier to read. | Peter Powell |
2019-12-08 | Extract root dropping code to a function. | Peter Powell |
2019-12-08 | Extract rng initialisation code to a function. | Peter Powell |
2019-12-08 | Move various static functions into an anonymous namespace. | Peter Powell |
2019-12-08 | Clean up the initialisation of the InspIRCd class. | Peter Powell |
2019-10-17 | Add an event which is fired when the server shuts down. | Peter Powell |
2019-07-03 | Fix not expanding <pid:file> correctly. | Peter Powell |
2019-06-20 | Deduplicate dirent.h inclusion. | Peter Powell |
2019-05-30 | Ignore SIGUSR1 and SIGUSR2 by default. | Peter Powell |
2019-02-05 | Quit users during cleanup instead of when /DIE is executed. | Peter Powell |
2019-02-05 | Delete the old broken test suite. | Peter Powell |
2019-01-24 | Move the <disabled> tag out of the core to a new module. | Peter Powell |
2018-12-04 | Add an option for changing the allowed server clock drift. | Peter Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-08-07 | Remove the 'debug' snotice character. | Peter Powell |
2018-06-25 | Allow relative paths to be passed in --config on boot. | Peter Powell |
2018-06-04 | Add --nopid command line option (#1497). | Chris Novakovic |
2017-12-23 | Get rid of InspIRCd::QuickExit. | Peter Powell |
2017-12-10 | Extract RFC modes from the core to core_channel and core_user. | Peter Powell |
2017-11-27 | Assume that RUSAGE_SELF is always defined. | Peter Powell |
2017-11-25 | Convert GenRandom to std::function. | Peter Powell |
2017-11-25 | Convert IsChannel to std::function. | Peter Powell |
2017-11-25 | Convert IsIdent to std::function. | Peter Powell |
2017-11-25 | Convert IsNick to std::function. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-10-22 | Convert GetMaxFds() to size_t and deduplicate setting code. | Peter Powell |
2017-10-17 | Clean up the command disabling logic. | Peter Powell |
2017-10-12 | Merge the latest changes from insp20 into master. | Peter Powell |