about summary refs log tree commit diff
path: root/contrib/ngircd.logcheck
AgeCommit message (Collapse)Author
2024-03-31Change leftover GnuTLS "slot handling" messages to debug levelAlexander Barton
This completes commit f96966a6.
2024-03-31Try to set file descriptor limit to its maximum and show info on startupAlexander Barton
The number of possible parallel connections is limited by the process file descriptor limit (among other things). Therefore try to upgrade the current "soft" limit to its "hard" maximum (but limit it to 100000), and show an information or even warning, wenn still less than the configured "MaxConnections" setting. Please note that ngIRCd and its linked libraries (like PAM) need file descriptors not only for incoming and outgoing IRC connections, but for reading files and inter-process communication, too! Therefore the actual connection limit is _less_ than the file descriptor limit! This introduces the new MAX_FD_LIMIT (100000) #define.
2024-03-31Update and fix logcheck(8) rulesAlexander Barton
2018-05-20Update and fix logcheck(8) rulesAlexander Barton
2017-12-28contrib/ngircd.logcheck: Add sample logcheck(8) rulesAlexander Barton