| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2026-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Add a config variable for the example dir. | 2024-08-30 | 1 | -0/+3 | |
| | | | | | This makes including example files easier on system-wide installs. | ||||
| * | Update copyright headers. | 2024-07-14 | 1 | -1/+1 | |
| | | |||||
| * | Use getentropy() from POSIX 2024 if it is available. | 2024-07-13 | 1 | -0/+3 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-02-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix bitshift in INSPIRCD_VERSION_SINCE. | 2021-01-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-01-18 | 1 | -0/+3 | |
| |\| | |||||
| | * | Add a new runtime directory and move the pid file to it. | 2021-01-18 | 1 | -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. | 2020-12-21 | 1 | -0/+3 | |
| |\| | |||||
| | * | Replace the SERVER stub command with something actually useful. | 2020-12-20 | 1 | -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. | 2020-10-20 | 1 | -3/+0 | |
| |/ | |||||
| * | Update copyright headers. | 2020-07-30 | 1 | -1/+1 | |
| | | |||||
| * | Fix the documentation comments in config.h. | 2020-05-19 | 1 | -11/+11 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -1/+1 | |
| | | |||||
| * | Update my name and email address. | 2019-12-31 | 1 | -1/+1 | |
| | | |||||
| * | Clean up and document the config header file. | 2019-05-13 | 1 | -4/+27 | |
| | | |||||
| * | Change the branch version from InspIRCd-3.0 to InspIRCd-3. | 2018-10-25 | 1 | -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. | 2018-07-20 | 1 | -0/+1 | |
| | | |||||
| * | Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM. | 2017-10-15 | 1 | -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. | 2016-09-02 | 1 | -2/+1 | |
| | | |||||
| * | Prefix all definitions in config.h to avoid potential collisions. | 2014-05-23 | 1 | -8/+8 | |
| | | |||||
| * | Replace the configure templating system with something better. | 2014-05-23 | 1 | -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. | |||||
