]> andersk Git - libfaim.git/commit
- Sat May 26 01:37:39 PDT 2001
authormid <mid>
Sat, 26 May 2001 08:58:32 +0000 (08:58 +0000)
committermid <mid>
Sat, 26 May 2001 08:58:32 +0000 (08:58 +0000)
commit7b91722d789da202fff87325dfb136c5bacd0846
tree79df2225ce560431436d0e62488f11525e348936
parentb39e0a91f181ecec76ba36f092062d1123de7058
 - Sat May 26 01:37:39 PDT 2001
  - So this is my big merge with the ActiveBuddy version...
    - Remove use of tlvchains from IM parsing for better performance
    - Add in buddy icon support
    - Add support for sending UNICODE messages.
  - Split up the more complicated options to aim_send_im into a structure
      that is passed to aim_send_im_ext().  This makes it easier to send
      simple messages, and only slightly harder to send complex ones.
     - aim_send_im_ext() must be used if you're using buddy icons and/or you
         are sending UNICODE messages.
  - UNICODE is fully explained in commentary above aim_send_im_ext() in im.c.
  - The ISO-8859-1 option is also added.  Use when necessary, to avoid making
      WinAIM barf.
  - This removes the msglen parameter to aim_send_im because that was only
      needed to do UNICODE, which can now only be done by aim_send_im_ext.
CHANGES
include/aim.h
src/im.c
utils/faimtest/commands.c
utils/faimtest/faimtest.c
This page took 0.052338 seconds and 5 git commands to generate.