log libpurple/protocols/oscar/family_icbm.c @ 28229:8d5380556f12

age author description
Sun, 06 Sep 2009 21:16:57 +0000 Mark Doliner Rename two variables based on insight from
Sun, 06 Sep 2009 21:07:56 +0000 Mark Doliner Rename AIM_CHARSET_CUSTOM to AIM_CHARSET_LATIN_1 as described at
Tue, 21 Jul 2009 15:05:00 +0000 Paul Aurich Clean up some debugging and leave it in, since when it it fails, it
Tue, 14 Jul 2009 07:06:22 +0000 Mark Doliner Set the "we support SMS!" ICBM flag. This causes buddies with mobile
Sun, 28 Jun 2009 06:21:28 +0000 Paul Aurich Silence some warnings from gcc on OS X. None of these were actually valid.
Mon, 02 Mar 2009 06:17:44 +0000 Elliott Sales de Andrade Fix compile errors from the merge. Untested protocols: msnp9, sametime,
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Mon, 26 Jan 2009 09:12:04 +0000 Mark Doliner Change "screen name" to "username" or "buddy name" in a whole bunch of
Sun, 15 Feb 2009 19:01:58 +0000 david jedelsky Fix recipt of ICQ messages from the mobile client "Slick." Fixes #7084, #7595.
Sun, 07 Dec 2008 23:34:12 +0000 Mark Doliner Minor cleanup: remove od->sn, since it's the same as PurpleAccount->username
Sat, 07 Jun 2008 18:42:48 +0000 Evan Schoenberg Replaced family_*'s magic numbers of FLAP families with the constants
Mon, 05 May 2008 09:22:46 +0000 Mark Doliner Minor changes... mostly whitespace related.
Thu, 24 Apr 2008 11:28:20 +0000 Evan Schoenberg Fixed the final stragglers in need of byte_stream_destroy()
Thu, 24 Apr 2008 11:10:03 +0000 Evan Schoenberg All SNACs on FLAP channel 2 except in the auth family are now sent through
Tue, 04 Mar 2008 09:41:44 +0000 Mark Doliner Move the status note parsing into a separate function, which I think
Thu, 28 Feb 2008 08:15:27 +0000 Mark Doliner * Don't flag outgoing oscar messages as "offline deliverable" if the
Wed, 27 Feb 2008 09:18:06 +0000 Mark Doliner Add support for offline messages for AIM, thanks to some info from
Sat, 05 Jan 2008 07:33:13 +0000 Mark Doliner Partial support for reading ICQ 6 status notes. The status note will
Sun, 02 Dec 2007 09:25:29 +0000 Mark Doliner The current oscar max message size appears to be 2544. I don't know
Sun, 02 Dec 2007 08:39:31 +0000 Mark Doliner Get rid of one little userfunc callback and just call aim_im_setparams()
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Tue, 04 Sep 2007 08:04:06 +0000 Mark Doliner Add non-US SMS support for ICQ. This is a patch from DB42.
Tue, 29 May 2007 09:51:51 +0000 Mark Doliner Cleanup and simplification of some tlvlist stuff in the oscar protocol.
Tue, 22 May 2007 18:56:09 +0000 Daniel Atallah Make all the oscar memory allocations and frees use the glib functions to avoid problems when mixing C runtimes.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/