Last update: 2023-07-04T17:38:00Z
- User name truncation. The
TruncateUserNameChars
property can be used to configure behavior of user name truncation. '@' is the current default, meaning email addresses will be truncated to just the username, i.e. 'bob@mydomain.com' will become 'bob' by default. - Don't log config error if config item is missing or empty.
- Logging for ignored internal ip addresses and why they were ignored.
- Fix an issue where base config (ipban.config) did not change but the override config (ipban.override.config) did and log files could stack endlessly.
- Fix an issue computing the local ip address when ipv4 and ipv6 adapters were on the machine.
- Attempt to fix possible Linux timer issue for running cycles.
- Ensure legacy iptables is used on Linux.