Adium
Show
Ignore:
Timestamp:
07/01/2008 08:04:42 PM (6 months ago)
Author:
evands
Message:

libpurple.framework 2.4.3.

The 2.4.3 libpurple changelog (07/01/2008):

  • Fix connecting to ICQ
  • Yahoo! Japan now uses UTF-8, matching the behavior of official clients
    and restoring compatibility with the web messenger (Yusuke Odate)
  • Setting your buddy icon once again works for Yahoo! accounts.
  • Fixes in the Yahoo! protocol to prevent a double free, crashes on
    aliases, and alias functionality
  • Fix crashes in the bonjour protocol
  • Always use UTF-8 for Yahoo!
  • Fix a crash when the given jabber id is invalid.
  • Make the IRC "unknown message" debugging messages UTF-8 safe.
  • Fix a memleak when handling jabber xforms.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/adium-1.2/Frameworks/libpurple.framework/Versions/0.4.3/Headers/prpl.h

    r22745 r24165  
    178178         * Indicates that slash commands are native to this protocol. 
    179179         * Used as a hint that unknown commands should not be sent as messages. 
     180         * @since 2.1.0 
    180181         */ 
    181182        OPT_PROTO_SLASH_COMMANDS_NATIVE = 0x00000400, 
     
    187188 * 
    188189 * Every protocol plugin initializes this structure. It is the gateway 
    189  * between purple and the protocol plugin.  Many of this callbacks can be 
     190 * between purple and the protocol plugin.  Many of these callbacks can be 
    190191 * NULL.  If a callback must be implemented, it has a comment indicating so. 
    191192 */