This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Undernet IRC Server Source Code.".
The branch, u2_10_12_branch has been updated
via b1803b7637d52aed03c7b08d3146dcffa4893c07 (commit)
from 1aca91e15dc59b2f1bcca68a880b8e1d4c6e326a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b1803b7637d52aed03c7b08d3146dcffa4893c07
Author: Michael Poole <[email protected]>
Date: Fri Jan 11 21:07:00 2019 -0500
parse_server: Add debug log for lines with missing prefixes.
diff --git a/ircd/parse.c b/ircd/parse.c
index deec0d6d..c31f9fbb 100644
--- a/ircd/parse.c
+++ b/ircd/parse.c
@@ -1055,6 +1055,7 @@ int parse_server(struct Client *cptr, char *buffer, char
*bufend)
*/
if (0 == i)
{
+ Debug((DEBUG_ERROR, "Missing prefix from %C: %s", cptr, ch));
protocol_violation(cptr,"Missing Prefix");
from = cptr;
}
-----------------------------------------------------------------------
Summary of changes:
ircd/parse.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Undernet IRC Server Source Code.
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches