log libpurple/protocols/oscar/oscar.c @ 30779:605155d68812

age author description
Tue, 10 Aug 2010 07:04:02 +0000 Mark Doliner Make these unsigned, in case someone figures out how to actually send
Thu, 22 Jul 2010 18:28:22 +0900 Yoshiki Yazawa should not HTML wrap messages on non-ICQ services, otherwise non-ascii message would not be delivered.
Thu, 22 Jul 2010 15:37:35 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Wed, 21 Jul 2010 02:57:51 +0000 Mark Doliner Fix a crash bug in oscar related to trying to allocate too much memory.
Wed, 07 Jul 2010 17:52:44 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Wed, 30 Jun 2010 23:46:46 +0000 Paul Aurich *** Plucked rev 1e62e7c65758de7e0aaa5377f865d4164e4482f5 (ivan.komarov@soc.pidgin.im):
Fri, 04 Jun 2010 14:33:12 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Mon, 31 May 2010 18:14:40 +0000 Mark Doliner Copy the third hunk from 3c30f64efedafc379b6536852bbb3b6ef5f1f6c9 to trunk
Tue, 25 May 2010 22:21:47 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Thu, 20 May 2010 02:44:00 +0000 Mark Doliner Cleanup, basically. Move the icbm snac error handling from oscar.c to
Tue, 18 May 2010 02:29:24 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Fri, 14 May 2010 19:30:09 +0000 Mark Doliner propagate from branch 'im.pidgin.soc.2010.icq-tlc' (head 64c9fc1442c7815de47d3f6756f59f1d09a1d530)
Mon, 03 May 2010 20:55:39 +0000 ivan komarov Oops.
Mon, 03 May 2010 20:49:14 +0000 ivan komarov Two small fixes to improve sending/receiving HTML-formatted messages
Wed, 05 May 2010 15:42:34 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin.
Sat, 01 May 2010 21:40:45 +0000 Paul Aurich *** Plucked rev 0e263caa5d687101e436029f2f8d09053ae06e23 (ivan.komarov@soc.pidgin.im):
Thu, 15 Apr 2010 16:48:50 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Thu, 15 Apr 2010 01:01:36 +0000 Mark Doliner And allow sending HTML over ICQ, too. Only lightly tested
Thu, 15 Apr 2010 00:55:02 +0000 Mark Doliner Support receiving HTML-formatted messages for ICQ. I should have let a
Sun, 11 Apr 2010 10:02:02 +0000 Mark Doliner There's no reason to call into oscar.c anymore, so move this icon stuff
Wed, 24 Mar 2010 17:44:40 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Thu, 18 Mar 2010 08:30:02 +0000 Mark Doliner Don't try to convert the message in incoming auth requests. The oscar
Thu, 18 Mar 2010 08:08:43 +0000 Mark Doliner Minor whitespace changes
Thu, 18 Mar 2010 08:05:29 +0000 Mark Doliner Move a debug message. I'm assuming it's supposed to be related to this
Thu, 18 Mar 2010 07:55:17 +0000 Mark Doliner Fix some problems in the oscar code that deals with channel 2 icbms.
Thu, 18 Mar 2010 05:47:15 +0000 Mark Doliner Found a few more places that need to use 64 bit value for the capabilities
Thu, 18 Mar 2010 04:53:49 +0000 Mark Doliner Change the oscar capabilities variable to be a guint64 everywhere instead
Tue, 16 Mar 2010 12:07:06 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Thu, 04 Mar 2010 22:14:03 +0000 Marcus Lundblad Added PurpleConnection flags to determine support for moods and mood messages.
Thu, 04 Mar 2010 07:37:08 +0000 Mark Doliner This cast is incorrect. It should be (time_t *). But it's actually not needed.