Show
Ignore:
Timestamp:
05/05/08 16:31:53 (7 months ago)
Author:
emostar
Message:

Add the patch by Sergey Kononenko (Message-ID: <20080122012616.48112055@…>)
Included the following additions:

  • Add support for AIM (not all users yet)
  • Fix a few memory leaks
  • Rename SSBI to BART
  • Add constants for BART Types
  • Add support to qt4-gui
  • Use boost in a few cases
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/include/licq_buffer.h

    r6168 r6181  
    127127   CBuffer& operator >> (unsigned long &in); 
    128128   char *UnpackRaw(char *, unsigned short); 
     129   char *UnpackBinBlock(char *, unsigned short); 
    129130   char *UnpackString(char *, unsigned short); 
    130131   char *UnpackString();                // Need to delete[] returned string