Mercurial > pidgin.yaz
diff ChangeLog @ 24343:9e0458c98b4c
This was originally a patch from Brian Geppert that corrected the 'silently
truncates messages at 800 characters' bug in yahoo. I changed the patch to
reflect the reality I saw, which is that the maximum message length is 946
bytes, but only 800 characters. It's possible to fall between 800 and 946
bytes but not exceed 800 characters by using multibyte characters.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Thu, 13 Nov 2008 08:39:44 +0000 |
parents | 878ad37e5a18 |
children | 637aee10adcb 7e3ccef42bb0 |
line wrap: on
line diff
--- a/ChangeLog Thu Nov 13 08:26:12 2008 +0000 +++ b/ChangeLog Thu Nov 13 08:39:44 2008 +0000 @@ -7,6 +7,7 @@ "Microsoft Internet Authority" certificates. People that use --with-system-ssl-certs and GnuTLS need to include these in the system certs directory. + * Corrected maximum message lengths for Yahoo! Pidgin: * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting