aboutsummaryrefslogtreecommitdiffstats
path: root/make/template/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2026-06-051-1/+1
|
* Add a config variable for the example dir.Gravatar Sadie Powell2024-08-301-0/+3
| | | | This makes including example files easier on system-wide installs.
* Update copyright headers.Gravatar InspIRCd Robot2024-07-141-1/+1
|
* Use getentropy() from POSIX 2024 if it is available.Gravatar Sadie Powell2024-07-131-0/+3
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-011-1/+1
|\|
| * Fix bitshift in INSPIRCD_VERSION_SINCE.Gravatar Sadie Powell2021-01-301-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-181-0/+3
|\|
| * Add a new runtime directory and move the pid file to it.Gravatar Sadie Powell2021-01-181-0/+3
| | | | | | | | | | | | | | 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.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-211-0/+3
|\|
| * Replace the SERVER stub command with something actually useful.Gravatar Sadie Powell2020-12-201-0/+3
| | | | | | | | | | | | | | 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.
* | Replace the check for eventfd() with a C++17 header check.Gravatar Sadie Powell2020-10-201-3/+0
|/
* Update copyright headers.Gravatar InspIRCd Robot2020-07-301-1/+1
|
* Fix the documentation comments in config.h.Gravatar Sadie Powell2020-05-191-11/+11
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+1
|
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
|
* Clean up and document the config header file.Gravatar Peter Powell2019-05-131-4/+27
|
* Change the branch version from InspIRCd-3.0 to InspIRCd-3.Gravatar Peter Powell2018-10-251-1/+1
| | | | | | | | 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.
* Define HAS_ARC4RANDOM_BUF in config.h if available.Gravatar Peter Powell2018-07-201-0/+1
|
* Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.Gravatar Peter Powell2017-10-151-3/+0
| | | | | | | | | | - 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.
* Update stuff for the new versioning system.Gravatar Peter Powell2016-09-021-2/+1
|
* Prefix all definitions in config.h to avoid potential collisions.Gravatar Peter Powell2014-05-231-8/+8
|
* Replace the configure templating system with something better.Gravatar Peter Powell2014-05-231-0/+38
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.