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_socket.h

    r6164 r6181  
    167167  bool SendPacket(CBuffer *b); 
    168168  bool RecvPacket(); 
     169  bool ConnectTo(const char* server, unsigned short port, ProxyServer *xProxy); 
    169170}; 
    170171