diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-10-19 23:24:35 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-10-19 23:24:35 +0200 |
| commit | bccba73ecdb240c24b4c54d5832da98617f5e68a (patch) | |
| tree | 8353aa1fb26136715f902d6c64f40083ccbfaaf9 | |
| parent | 6b0cf0a8df6303966707c5e9e942a8b4f45e6057 (diff) | |
Updated the changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c69580d..ed3be06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this fork of FICS version 1.6.2 will be documented in this file. ## [Unreleased] ## +- Added a config file interpreter and moved some settings from + `config.h` to `fics.conf` which is read at startup. - Added more open flags and changed the code to refer to them by using enums. - Added usage of `unveil()` and `pledge()`. (OpenBSD mitigation |
