comparison ChangeLog @ 32178:979bab4c3bca

jabber: Check for empty string when setting mood. The xmlnode API didn't check for the empty string ("") as node name, which leads to...broken XML. I added those checks to xmlnode, and fixed this occurrence in usermood. Fixes #14342
author Paul Aurich <paul@darkrain42.org>
date Mon, 27 Jun 2011 05:24:53 +0000
parents f2a3c59fc4a6
children f8cc6922b296
comparison
equal deleted inserted replaced
32177:e0856c50cdd8 32178:979bab4c3bca
3 version 2.9.1 (MM/DD/YYYY): 3 version 2.9.1 (MM/DD/YYYY):
4 Gadu-Gadu: 4 Gadu-Gadu:
5 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk) 5 * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
6 (#5242) 6 (#5242)
7 * Better status message handling. (Tomasz Wasilczyk) (#14314) 7 * Better status message handling. (Tomasz Wasilczyk) (#14314)
8
9 XMPP:
10 * Do not generate malformed XML ("</>") when setting an empty mood.
11 (#14342)
8 12
9 version 2.9.0 (06/23/2011): 13 version 2.9.0 (06/23/2011):
10 Pidgin: 14 Pidgin:
11 * Fix a potential remote denial-of-service bug related to displaying 15 * Fix a potential remote denial-of-service bug related to displaying
12 buddy icons. 16 buddy icons.