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

    r21819 r24165  
    3434#include "yahoo_packet.h" 
    3535 
    36  
    37 /** 
    38  * The additional protocol specific info attached to each buddy.  We need 
    39  * to store the unique numeric id number to allow us to push alias changes. 
    40  */ 
    41 struct YahooUser 
    42 { 
    43     const char *id;             /* The yahoo accountid for this buddy (not YahooID but numeric value) */ 
    44     char *firstname;            /* Storing this information for no real reason, just because */ 
    45     char *lastname;             /* Storing this information for no real reason, just because */ 
    46     char *nickname;             /* Storing this information for no real reason, just because */ 
    47 }; 
    48  
    4936void yahoo_update_alias(PurpleConnection *gc, const char *who, const char *alias); 
    5037void yahoo_fetch_aliases(PurpleConnection *gc); 
     38