comparison ChangeLog @ 24400: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
comparison
equal deleted inserted replaced
24399:9bdaf273c0ff 24400:9e0458c98b4c
5 * Fix an error with MSN offline messages by shipping the *new* 5 * Fix an error with MSN offline messages by shipping the *new*
6 "Microsoft Secure Server Authority" and the 6 "Microsoft Secure Server Authority" and the
7 "Microsoft Internet Authority" certificates. People that use 7 "Microsoft Internet Authority" certificates. People that use
8 --with-system-ssl-certs and GnuTLS need to include these in the 8 --with-system-ssl-certs and GnuTLS need to include these in the
9 system certs directory. 9 system certs directory.
10 * Corrected maximum message lengths for Yahoo!
10 11
11 Pidgin: 12 Pidgin:
12 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting 13 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting
13 instead of our own (hidden) tooltip_delay pref. If you had 14 instead of our own (hidden) tooltip_delay pref. If you had
14 previously changed that pref, add a line like this to 15 previously changed that pref, add a line like this to