From 983ae5337b9932b9572fb80e79d9535556af8aa9 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 4 Feb 2026 12:57:07 -0700 Subject: [PATCH] Added a diagnostic message when an STS capability token is missing its value, while keeping the ignore behavior intact. --- src/common/inbound.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/inbound.c b/src/common/inbound.c index d3fd4139..169d1689 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -1903,7 +1903,11 @@ inbound_cap_ls (server *serv, char *nick, char *extensions_str, else { PrintTextf (serv->server_session, +<<<<<<< ours _("Invalid STS capability token without value")); +======= + _("Invalid STS capability token without a value; ignoring.")); +>>>>>>> theirs } continue; }