From 0455e7a92700b547c1e50f370d27cadc68baecbe Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Tue, 4 Mar 2014 23:02:40 +0100 Subject: [PATCH] Remove snotes on +r about GET/PUT/POST commands. The server notice "HTTP Proxy disconnected: [@]" is confusing and not particularly useful. --- help/opers/snomask | 2 +- modules/m_post.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/help/opers/snomask b/help/opers/snomask index fda4fe02..22b62b7e 100644 --- a/help/opers/snomask +++ b/help/opers/snomask @@ -11,7 +11,7 @@ Server notice masks: +f - Clients refused due to limits +k - Server and service kill messages +n - Local client nick changes - +r - Invalid usernames and dumb HTTP proxies + +r - Invalid usernames +s - Generic server messages and oper kills +u - Client connections without auth{} block +x - New server introduction and split messages diff --git a/modules/m_post.c b/modules/m_post.c index e67b133b..52407476 100644 --- a/modules/m_post.c +++ b/modules/m_post.c @@ -64,9 +64,6 @@ DECLARE_MODULE_AV1(post, NULL, NULL, post_clist, NULL, NULL, "$Revision: 498 $") static int mr_dumb_proxy(struct Client *client_p, struct Client *source_p, int parc, const char *parv[]) { - sendto_realops_snomask(SNO_REJ, L_ALL, - "HTTP Proxy disconnected: [%s@%s]", - client_p->username, client_p->host); exit_client(client_p, source_p, source_p, "Client Exit"); return 0;