log libpurple/protocols/oscar/family_icq.c @ 32742:4a8f81812ba3

age author description
Sat, 10 Mar 2012 05:25:00 +0000 Mark Doliner Fixes #14983
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Wed, 27 Oct 2010 18:24:12 +0000 ivan komarov We should always display the "Authorize buddy?" mini-dialog, even
Thu, 05 Aug 2010 22:57:01 +0000 ivan komarov Removed unused "flags" parameter.
Sat, 24 Jul 2010 17:32:00 +0000 ivan komarov Moved encoding-related functions to a separate file, renamed some of them,
Sun, 30 May 2010 19:01:30 +0000 ivan komarov Added an error handler for family_icq.c. So far it works for
Sun, 30 May 2010 13:53:45 +0000 ivan komarov Got rid of family_icq.c -> oscar.c callbacks. Now it will be possible
Sat, 29 May 2010 18:53:02 +0000 ivan komarov Two unused functions were removed from family_icq.c.
Sat, 29 May 2010 18:48:04 +0000 ivan komarov Removed the old way of retrieving offline messages, because it is not
Sun, 23 May 2010 18:28:46 +0000 ivan komarov Show authorization request sender's nickname in the "Authorize buddy?"
Tue, 06 Apr 2010 10:25:39 +0000 Mark Doliner Actually write a truncated version of the password to the change password
Sun, 02 Aug 2009 03:58:52 +0000 Paul Aurich oscar: g_new0 cannot fail. It always aborts, right? Refs #9822.
Thu, 30 Jul 2009 16:02:21 +0000 Paul Aurich oscar: Fix debug message newline I noticed in a log from #pidgin.
Thu, 29 Jan 2009 03:15:57 +0000 Daniel Lj Patch to fix retrieval of ICQ status messages from users of ICQ 6.x, Miranda,
Sun, 07 Dec 2008 23:34:12 +0000 Mark Doliner Minor cleanup: remove od->sn, since it's the same as PurpleAccount->username
Mon, 21 Jul 2008 06:44:21 +0000 Mark Doliner Get rid of a few low priority "high priority" comments
Mon, 21 Jul 2008 06:33:06 +0000 Mark Doliner merge of '88c7f87fb5a74f975cf06c472059ecf081c54042'
Sun, 20 Jul 2008 19:44:24 +0000 Mark Doliner This looks good to me. I'm thinking we probably don't want to get
Sun, 20 Jul 2008 22:21:27 +0000 Evan Schoenberg Shift several rate-limiting-costly ICQ info requests to be low priority
Sun, 20 Jul 2008 05:47:42 +0000 Evan Schoenberg Added `flap_connection_send_snac_with_priority()`, which allows specifying
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:10:03 +0000 Evan Schoenberg All SNACs on FLAP channel 2 except in the auth family are now sent through
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
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
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
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/