summaryrefslogtreecommitdiff
path: root/make/template/config.h
AgeCommit message (Collapse)Author
2021-02-26Update copyright headers.InspIRCd Robot
2021-01-30Fix bitshift in INSPIRCD_VERSION_SINCE.Sadie Powell
2021-01-18Add a new runtime directory and move the pid file to it.Sadie Powell
The data directory is intended for persistent files whereas the pid file is ephemeral. This distinction doesn't matter by default but on system-wide installs ephemeral runtime files go in /var/run or /run instead.
2020-12-20Replace the SERVER stub command with something actually useful.Sadie Powell
This will typically never be reached because the remote will wait until it receives a CAPAB response before sending SERVER. Instead replace it with a CAPAB stub command that quits servers with a helpful message.
2020-07-30Update copyright headers.InspIRCd Robot
2020-05-19Fix the documentation comments in config.h.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-12-31Update my name and email address.Sadie Powell
2019-05-13Clean up and document the config header file.Peter Powell
2018-10-25Change the branch version from InspIRCd-3.0 to InspIRCd-3.Peter Powell
Under the new versioning scheme when a new branch is forked the major version number will be reset. The minor version number will now be used to mark a release as containing backwards compatible additions and the patch version number will be used to mark a release as containing just bug fixes.
2018-07-20Define HAS_ARC4RANDOM_BUF in config.h if available.Peter Powell
2017-10-15Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.Peter Powell
- INSPIRCD_SOCKETENGINE_NAME is not really something that needs to be user facing. If opers want to know this kind of internal info then they can look at the build configuration. - INSPIRCD_SYSTEM causes problems for reproducible builds and is only accurate for the state of the system when InspIRCd is built which is not useful in the slightest.
2016-09-02Update stuff for the new versioning system.Peter Powell
2014-05-23Prefix all definitions in config.h to avoid potential collisions.Peter Powell
2014-05-23Replace the configure templating system with something better.Peter Powell
A large amount of this code can be removed when buildtool is done as we will not need to worry about the differences between BSD and GNU Make.