1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

Commit Graph

  • 164da7d063
    Update documentation on CAFile patch-1 osmarks 2024-08-04 16:22:36 +0100
  • acf8409c60
    MODE: Reply with ERR_NOSUCHCHANNEL when the target is a channel (#319) master Val Lorentz 2024-07-27 16:37:16 +0200
  • 02a572d829
    Github CI: Build on a matrix of (ubuntu,macos)x(gcc,clang) Siva Mahadevan 2024-05-22 15:28:48 -0400
  • 4ad7de02d6 ngIRCd Release 27 rel-27 Alexander Barton 2024-04-26 16:53:00 +0200
  • 6cb09e4c98 Explicitely cast NumConnections etc. (size_t) to "long" Alexander Barton 2024-04-26 14:29:28 +0200
  • e348ac04e7 Update ChangeLog, NEWS & AUTHORS.md for ngIRCd 27 Alexander Barton 2024-04-19 23:41:52 +0200
  • 7ccf98edfa Update doc/Platforms.txt Alexander Barton 2024-04-19 23:41:21 +0200
  • 3e3f6cbece Clarify that "CAFile" is not set by default Alexander Barton 2024-04-19 23:49:59 +0200
  • 75ef4e14e0 Add am example filter file for "Fail2Ban" Alexander Barton 2024-04-19 23:28:34 +0200
  • d4fb21f354
    Fix channel symbol returned by RPL_NAMREPLY for secret channels Val Lorentz 2024-04-19 23:00:20 +0200
  • 90fb3cf0a2 Don't abort startup when setgid/setuid() fails with EINVAL Alexander Barton 2024-04-13 19:43:54 +0200
  • b77b9432c4 Test suite: Correctly test for LOGNAME and USER Alexander Barton 2024-04-13 16:04:29 +0200
  • a33d15751b Test suite: Don't use "pgrep -u" when LOGNAME and USER are not set Alexander Barton 2024-04-13 15:52:33 +0200
  • b362b5a945 ngIRCd Release 27~rc1 rel-27-rc1 Alexander Barton 2024-04-13 12:26:55 +0200
  • e3f96d446d Test suite: Use $USER in getpid.sh when $LOGNAME is not set Alexander Barton 2024-04-13 12:00:49 +0200
  • 0d42ea7709 Update doc/Platforms.txt Alexander Barton 2024-04-02 22:33:50 +0200
  • 4b1eb0e3ee ngircd.service: Redirect stdout and stderr to the journal Alexander Barton 2024-04-11 21:57:51 +0200
  • ff0a9b9c2a Prepare documentation for ngIRCd 27~rc1 Alexander Barton 2024-01-16 23:09:05 +0100
  • 791778d7b6 Ping the service manager and set a status message Alexander Barton 2024-04-05 22:48:22 +0200
  • e4873b4d63 Add support for the "sd_notify" protocol Alexander Barton 2024-04-05 22:38:22 +0200
  • 3e535a2955 Add ".trunk" to .gitignore file Alexander Barton 2024-04-05 14:35:26 +0200
  • a8a37b681e Test suite: wait for ERROR message on QUIT Alexander Barton 2024-04-02 22:01:00 +0200
  • 22a8744476 Test suite: simplify and enhance getpid.sh Alexander Barton 2024-04-01 21:38:21 +0200
  • 7e78c293a9 Test suite: clean up scripts Alexander Barton 2024-03-31 19:53:16 +0200
  • 8d6f2c2820 Revert "testsuite: Pass -nameopt to openssl s_client." Alexander Barton 2024-04-01 20:54:42 +0200
  • ddba126307 Fix quoting in code examples in doc/Container.md Alexander Barton 2024-03-29 12:34:50 +0100
  • bbcaf628f4 Change leftover GnuTLS "slot handling" messages to debug level Alexander Barton 2024-03-29 12:33:30 +0100
  • a0d491a09f Add feature info to Debian package description Alexander Barton 2024-03-28 12:59:56 +0100
  • 3497925000 Try to set file descriptor limit to its maximum and show info on startup Alexander Barton 2024-03-28 10:16:44 +0100
  • 24e822cff2 ngircd.8: Update for the now always available debug-mode Alexander Barton 2024-03-25 23:38:08 +0100
  • 71a2fe1895 Update and fix logcheck(8) rules Alexander Barton 2024-01-08 16:35:30 +0100
  • b2c9049af2 S2S-SSL/GnuTLS: Enable CRL verification Christoph Biedl 2024-03-31 00:36:53 +0100
  • b9d6a2f49c S2S-TLS: Fix "make check" in separate build directory Alexander Barton 2024-02-10 00:14:33 +0100
  • 6b27eabf5b S2S-TLS: Add notice to INSTALL.md Alexander Barton 2024-01-11 14:24:22 +0100
  • b826fad158 S2S-TLS: Convert SSL.txt to Markdown and update information given Alexander Barton 2024-01-08 18:31:30 +0100
  • 8cef3ce42c S2S-TLS/GnuTLS: Fix handling of connections without peer certificates Alexander Barton 2024-01-06 19:57:50 +0100
  • 180e2ec135 S2S-TLS: Verify the TLS certificates by default Alexander Barton 2024-01-06 15:55:54 +0100
  • 663972c88d S2S-TLS/GnuTLS: Streamline logging Alexander Barton 2024-01-05 22:31:32 +0100
  • 509ff60326 S2S-TLS/GnuTLS: Fix handling of certificate information for incoming connections Alexander Barton 2024-01-05 22:29:40 +0100
  • 0e176b5570 S2S-TLS/GnuTLS: Update SSL code for GnuTLS certificate reloading Alexander Barton 2024-01-05 22:23:53 +0100
  • c8589e9890 S2S-TLS: MAX_CERT_CHAIN_LENGTH is only used by OpenSSL Alexander Barton 2024-01-05 22:17:12 +0100
  • 58ee4df2ae S2S-TLS: Fix formatting and sort new SSL options in ngircd.conf manual page Alexander Barton 2024-01-03 15:40:58 +0100
  • 02bb99b024 S2S-TLS/OpenSSL: Streamline logging Alexander Barton 2024-01-02 22:13:42 +0100
  • 3db3b47fc7 S2S-TLS/OpenSSL: Postpone verification of TLS session right before server handshake Alexander Barton 2024-01-02 22:02:46 +0100
  • 679505aab9 S2S-TLS/OpenSSL: Fix handling of certificate information for incoming connections Alexander Barton 2024-01-02 21:10:17 +0100
  • 08647ab1e7 S2S-TLS/OpenSSL: Set the verification flags only once Alexander Barton 2024-01-02 20:55:15 +0100
  • 84b019b11f S2S-TLS/OpenSSL: Always setup host name verification Alexander Barton 2024-01-01 19:58:35 +0100
  • 8f8bef9fae S2S-TLS: Remove leftover debug messages Alexander Barton 2023-12-16 16:30:06 +0100
  • 5ca567a18c S2S-TLS: Add missing CAFile and CRLFile options to "configtest" output Alexander Barton 2023-12-16 16:29:05 +0100
  • 817937b218 Support for server certificate validation on server links [S2S-TLS] Christoph Biedl 2014-11-02 14:48:34 +0100
  • 339ad77b62 Streamline README.md & INSTALL.md files Alexander Barton 2024-03-23 20:15:16 +0100
  • c8798fcec0 Bring manual page more in line with README.md and homepage Alexander Barton 2024-03-23 19:58:23 +0100
  • c1c0bca0e2 QuickStart.md: Tweak the text a bit ... Alexander Barton 2024-03-17 20:36:20 +0100
  • 7efda4168f INSTALL.md: Add info for macOS systems Alexander Barton 2024-03-17 19:51:43 +0100
  • 1118b0e77c METATADA: Fix unsetting "cloakhost" Alexander Barton 2024-03-17 15:55:39 +0100
  • 5fd195a2cd Update the "rpm" make target to use rpmbuild(8) Alexander Barton 2024-02-10 01:13:43 +0100
  • 934f3a0d88 Add a Dockerfile and documentation to the project Alexander Barton 2024-02-09 22:58:44 +0100
  • c0b8b94550 Streamline the "testsuite" and "srcdoc" make targets Alexander Barton 2024-02-10 00:03:13 +0100
  • ea7f4e07b7 Remove outdated, unsupported and broken support for splint(1) Alexander Barton 2024-02-10 00:00:19 +0100
  • f3961ec6ab Git: Streamline and simplify .gitignore file Alexander Barton 2024-02-09 22:54:17 +0100
  • b3513ee159 Convert contrib/README to Markdown Alexander Barton 2024-02-09 22:47:05 +0100
  • 39eccffa32 Doxygen: Update the footer links Alexander Barton 2024-01-31 21:03:44 +0100
  • bdb55fb4b3 testsuite: Pass -nameopt to openssl s_client. Sebastian Andrzej Siewior 2024-01-30 21:26:16 +0100
  • 79aefe43dd Debian package: Enable the [SSL] section Alexander Barton 2024-01-23 22:25:28 +0100
  • a1c2ac5d5b 2nd attempt to always show the correct config file name ... Alexander Barton 2024-01-23 22:20:21 +0100
  • 951c8b84ab Testsuite: Test for the openssl command before using it Alexander Barton 2024-01-23 14:41:48 +0100
  • 14838a249f Correctly show the configuration file used Alexander Barton 2024-01-23 14:41:21 +0100
  • e8670f8690 INSTALL.md: Add info for current Red Hat/Fedora systems Alexander Barton 2024-01-21 20:14:42 +0100
  • 6fb8022949 Migrate info from INSTALL.md into doc/QuickStart.md Alexander Barton 2024-01-21 20:10:42 +0100
  • 47d3872c60 Don't show the default config file name on config errors Alexander Barton 2024-01-21 19:58:01 +0100
  • b4c8e74ccb Use a default "IncludeDir" only when no config file was specified Alexander Barton 2024-01-21 19:41:39 +0100
  • 3ab6c85284 Add an introduction and generic info to doc/QuickStart.md Alexander Barton 2024-01-21 02:56:23 +0100
  • ae9cfade44 Debian package: Configure the system CA certificates store Alexander Barton 2024-01-21 14:13:33 +0100
  • aa92837b02 Do not log channel keys ("passwords") for predefined channels Alexander Barton 2024-01-21 14:12:19 +0100
  • c349f2a6ba CI: Fix YAML, there shouldn't have been tabs in the file! Alexander Barton 2024-01-21 01:48:15 +0100
  • 7dcf9f1ad3 CI: Looks like "cache-apt-pkgs-action" needs exact package names Alexander Barton 2024-01-21 01:36:05 +0100
  • 2984dad8b4 "ngIRCd CI" GitHub Action: Update and use cache-apt-pkgs-action Alexander Barton 2024-01-21 01:20:14 +0100
  • bb8b6f0fba Make the description of the "Info" option more precise Alexander Barton 2024-01-20 23:07:25 +0100
  • 3c39094b52 Deduce a server name when not set in the configuration Alexander Barton 2024-01-20 23:04:32 +0100
  • 669d71f3fe Explicitly test for the empty string in Channel_UserHasMode() Alexander Barton 2024-01-20 16:14:01 +0100
  • dbfe54ce62 Update the AUTHORS.md file Alexander Barton 2024-01-20 15:56:56 +0100
  • 39d41001bc Update the mailing list address to ngircd@lists.barton.de Alexander Barton 2024-01-20 15:37:50 +0100
  • e339d9c381 Convert the AUTHORS file to Markdown Alexander Barton 2024-01-20 14:03:17 +0100
  • 47f9c6d0a0 Update included Debian package configuration Alexander Barton 2024-01-19 22:07:38 +0100
  • c65c3435e3 Remove outdated and obsolete targets from the toplevel Makefile Alexander Barton 2024-01-19 22:14:47 +0100
  • a87b124648 Use -Werror when testing for -Wno-format-truncation Alexander Barton 2024-01-19 16:55:23 +0100
  • c83d55f758 Annotate "fall through" cases to silence warnings Alexander Barton 2024-01-18 22:41:39 +0100
  • 1d527eaf17 Disable GCC -Wformat-truncation when suported Alexander Barton 2024-01-18 22:39:10 +0100
  • d702ebab0a Spelling fixes, mostly in file comments Alexander Barton 2022-12-30 15:37:35 +0100
  • 5f494ec5fe autogen.sh: Prefere automake 1.11 over other releases Alexander Barton 2024-01-16 17:33:54 +0100
  • ccb0cf3170 Autodetect support for IPv6 by default Alexander Barton 2024-01-15 22:14:15 +0100
  • 00dc9d2845 Do IDENT requests even when DNS lookups are disabled Alexander Barton 2024-01-15 21:12:10 +0100
  • 499ca9ce6f Start preparing the ChangeLog for the next release ... Alexander Barton 2024-01-11 14:56:03 +0100
  • f54fb9ee14 Update config.guess and config.sub to recent versions Alexander Barton 2024-01-11 14:51:27 +0100
  • a06f33d4e5 Channel Admins are not allowed to set Channel Owner status! Alexander Barton 2024-01-09 16:36:10 +0100
  • 5413518586 Convert the FAQ to Markdown and enhance it! Alexander Barton 2024-01-09 15:52:34 +0100
  • 2877706660 Test suite: Update for OpenSSL 3.x Alexander Barton 2024-01-08 23:11:33 +0100
  • 2448d047f9 Allow SSL client-only configurations without keys/certificates Alexander Barton 2024-01-06 19:53:33 +0100
  • 07219281ef Remove unmaintained contrib/MacOSX/ folder Alexander Barton 2024-01-08 22:16:52 +0100
  • a5de81e489 QuickStart.md: Update title and fix Markdown syntax Alexander Barton 2024-01-08 21:08:18 +0100