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/conversation.h

    r22745 r24165  
    120120        PURPLE_MESSAGE_NOTIFY      = 0x2000, /**< Message is a notification */ 
    121121        PURPLE_MESSAGE_NO_LINKIFY  = 0x4000, /**< Message should not be auto- 
    122                                                                                    linkified */ 
     122                                                                                   linkified @since 2.1.0 */ 
    123123        PURPLE_MESSAGE_INVISIBLE   = 0x8000, /**< Message should not be displayed */ 
    124124} PurpleMessageFlags;