[Bug 21065] ctcp version reveals too much info

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Sat Dec 17 16:05:42 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=21065
Ubuntu | xchat





------- Additional Comments From dennis at kaarsemaker.net  2005-12-17 16:05 UTC -------
Agreed, I frequently use the following patch:

dennis at mirage ~/temp $ diff -urN xchat-2.6.0.orig/ xchat-2.6.0
diff -urN xchat-2.6.0.orig/src/common/ctcp.c xchat-2.6.0/src/common/ctcp.c
--- xchat-2.6.0.orig/src/common/ctcp.c  2005-12-17 16:59:12.000000000 +0100
+++ xchat-2.6.0/src/common/ctcp.c       2005-12-17 17:03:14.000000000 +0100
@@ -129,8 +129,7 @@

        if (!strcasecmp (msg, "VERSION") && !prefs.hidever)
        {
-               snprintf (outbuf, sizeof (outbuf), "VERSION xchat "VERSION" %s",
-                                        get_cpu_str ());
+               snprintf (outbuf, sizeof (outbuf), "VERSION xchat "VERSION"
Ubuntu");
                serv->p_nctcp (serv, nick, outbuf);
        }


-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the desktop-bugs mailing list