comparison ChangeLog @ 21533:178fe7d45700

Fix receiving files from Gajim clients by making the SOCKS5 target hash correct.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 15 Nov 2007 23:37:36 +0000
parents 6c6e8f25ee62
children cd83003d61f4
comparison
equal deleted inserted replaced
21532:0e9129f83906 21533:178fe7d45700
6 libpurple: 6 libpurple:
7 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to 7 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
8 catch deprecated functions earlier rather than later. 8 catch deprecated functions earlier rather than later.
9 * Thanks to a patch from Intel, the Bonjour prpl now supports file 9 * Thanks to a patch from Intel, the Bonjour prpl now supports file
10 transfers using XEP-0096 and XEP-0065. This should enable file 10 transfers using XEP-0096 and XEP-0065. This should enable file
11 transfers between libpurple clients, but will not work with iChat 11 transfers between libpurple clients and Gajim clients, but will not
12 or Adium as they use a different file transfer implementation. 12 work with iChat or Adium as they use a different file transfer
13 implementation.
13 14
14 Pidgin: 15 Pidgin:
15 * If a plugin says it can't be unloaded, we now display an error and 16 * If a plugin says it can't be unloaded, we now display an error and
16 remove the plugin from the list of saved plugins so it won't load 17 remove the plugin from the list of saved plugins so it won't load
17 at the next startup. Previously, we were ignoring this case, which 18 at the next startup. Previously, we were ignoring this case, which