log

age author description
Sat, 07 Feb 2009 23:45:18 +0000 Elliott Sales de Andrade The jabber_register_parse function was looking for the <x> node as a
Fri, 06 Feb 2009 14:23:25 +0000 Bj«Órn Voigt resolved shortcut conflict in German (fixes http://developer.pidgin.im/ticket/8354)
Fri, 06 Feb 2009 03:50:26 +0000 Daniel Atallah Fix a null ptr deref/double free. Fixes #8336.
Thu, 05 Feb 2009 06:25:18 +0000 Elliott Sales de Andrade merge of '0bfcaf78ec07efb71812fff2c8b738b4532aac7f'
Thu, 05 Feb 2009 05:42:58 +0000 Elliott Sales de Andrade In jabber_iq_parse, xmlnode_get_child is called for a few special cases,
Thu, 05 Feb 2009 04:23:14 +0000 Elliott Sales de Andrade Fix some warnings in some sometimes-commented-out debug messages.
Thu, 05 Feb 2009 00:59:42 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
Wed, 04 Feb 2009 22:46:45 +0000 Sadrul Habib Chowdhury Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day.
Wed, 04 Feb 2009 22:46:08 +0000 Sadrul Habib Chowdhury Need some refining for vt100 too, apparently. Fixes #8335.
Wed, 04 Feb 2009 18:59:11 +0000 Mark Doliner Wait to set the account online until after we've fetched our buddy list.
Wed, 04 Feb 2009 05:15:49 +0000 Elliott Sales de Andrade After parsing the message text for HTML formatting, don't try to send it if
Wed, 04 Feb 2009 01:44:30 +0000 John Bailey Break the ICQ changes into their own section. Make an existing ICQ entry more
Wed, 04 Feb 2009 01:30:35 +0000 Daniel Lj Patch to properly publish status messages for statuses other than Available.
Tue, 03 Feb 2009 22:06:21 +0000 Mark Doliner Mark the string "Mongolian" as translatable
Tue, 03 Feb 2009 18:56:17 +0000 Mark Doliner There's no reason for these to not be const is there? This doesn't
Tue, 03 Feb 2009 18:53:04 +0000 Mark Doliner Fix this compile warning:
Tue, 03 Feb 2009 05:39:47 +0000 Elliott Sales de Andrade For some reason, all these statuses were set to saveable=FALSE. With the
Tue, 03 Feb 2009 02:43:45 +0000 Daniel Atallah merge of '373dcef37042813bc15485de75725e625a149bf6'
Tue, 03 Feb 2009 00:55:57 +0000 Sadrul Habib Chowdhury *** Plucked rev 8e8959be (sadrul@pidgin.im):
Mon, 02 Feb 2009 22:20:04 +0000 John Bailey Change our ICQ client ID such that we identify ourselves to the ICQ servers as
Tue, 03 Feb 2009 02:42:54 +0000 Daniel Atallah Work around the buggy Aspell dictionary installers by cleaning up after them.
Mon, 02 Feb 2009 16:13:11 +0000 Daniel Atallah conn->current_request can be NULL here.
Sun, 01 Feb 2009 09:14:24 +0000 Elliott Sales de Andrade merge of 'a9849c98b16073a1bf0fbb87a998f0970e0dc810'
Sun, 01 Feb 2009 02:23:36 +0000 luke Plug a memory leak in SILC, thanks to Luke Petre.
Fri, 30 Jan 2009 22:48:21 +0000 Daniel Atallah Remove the "Flash window when chat messages are received" pref from the winprefs
Fri, 30 Jan 2009 17:48:47 +0000 Daniel Atallah Fix 3 different race conditions in the win32 network management functionality.
Sun, 01 Feb 2009 09:08:44 +0000 Elliott Sales de Andrade Setup message handlers on the MSN Notification server so that messages from
Sun, 01 Feb 2009 09:06:34 +0000 Elliott Sales de Andrade Make message handlers more generic and able to work when used by the
Sun, 01 Feb 2009 08:25:57 +0000 Elliott Sales de Andrade Move some MSN message handlers from switchboard to general msg.c.
Sun, 01 Feb 2009 08:17:31 +0000 Elliott Sales de Andrade Remove warning in contact.c.
Sun, 01 Feb 2009 08:04:41 +0000 Elliott Sales de Andrade I incorrectly assumed that the FindMembership and ABFindAll SOAP requests
Sat, 31 Jan 2009 07:37:11 +0000 Elliott Sales de Andrade The MSN AddressBook can contain contacts with global isMessengerUser=false,
Fri, 30 Jan 2009 03:27:38 +0000 Elliott Sales de Andrade Update the Address Book when we recieve a new friendly name for a buddy.
Fri, 30 Jan 2009 03:14:29 +0000 Elliott Sales de Andrade Move the check for whether to update the server alias out of nln_cmd and
Thu, 29 Jan 2009 10:29:25 +0000 Mark Doliner Fix a bug where the thumbnail buddy icon in the Accounts dialog would
Thu, 29 Jan 2009 08:23:27 +0000 Mark Doliner Minor formatting and comments
Thu, 29 Jan 2009 08:23:12 +0000 Mark Doliner Remove the rest of the status node code
Thu, 29 Jan 2009 03:53:12 +0000 Elliott Sales de Andrade merge of '679b95c6b80b4045e5c2ded165e64f4fca5f1ed8'
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,
Thu, 29 Jan 2009 02:12:16 +0000 Sadrul Habib Chowdhury Fix setting custom colorpairs containing 'default', thanks to jieryn on
Thu, 29 Jan 2009 02:00:46 +0000 Elliott Sales de Andrade merge of '2ba63306963eb1bfddbb853da79bd2d2e829af2d'
Wed, 28 Jan 2009 10:27:53 +0000 Mark Doliner I merged Paul Aurich (darkrain42)'s branch cpw.darkrain42.oscar.ssl branch
Wed, 28 Jan 2009 04:27:01 +0000 Paul Aurich This connection is always using purple_proxy_connect now, so checking for newconn->gsc being non-NULL makes no sense.
Wed, 28 Jan 2009 03:40:55 +0000 Paul Aurich Use 'bos.oscar.aol.com' as the common name for the initial BOS connection.
Tue, 27 Jan 2009 10:00:32 +0000 Mark Doliner Shuffle a few comments around to make it look like I did something
Tue, 27 Jan 2009 09:36:35 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 586bc4a7e754d6b26a95c0d69dd5f2967c7a98a1)
Mon, 19 Jan 2009 18:44:31 +0000 Paul Aurich Add new cert to the Windows uninstaller per datallah's request
Mon, 19 Jan 2009 18:21:54 +0000 Paul Aurich Provide the intermediate certificate needed to verify AOL's server
Sun, 18 Jan 2009 04:17:01 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Wed, 14 Jan 2009 06:32:04 +0000 Paul Aurich Remove the "buggy" caveat -- I've been running it for a while
Wed, 14 Jan 2009 06:29:47 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 07f8d9c59020c1f69cc21b71f8252f13efd6a6e0)
Thu, 18 Dec 2008 05:27:39 +0000 Paul Aurich Implement a sane mechanism for switching an OSCAR account to SSL.
Thu, 18 Dec 2008 05:05:40 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 571d5bf2fff9e937663ef53a174ae141999d6de2)
Sat, 17 Jan 2009 22:42:28 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Fri, 02 Jan 2009 19:31:16 +0000 Paul Aurich Fix merge
Fri, 02 Jan 2009 19:27:02 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)
Mon, 22 Dec 2008 19:40:05 +0000 Paul Aurich Fix situation in which group was not specified and
Sun, 21 Dec 2008 22:42:04 +0000 Paul Aurich Fix the novell check
Sun, 21 Dec 2008 22:12:23 +0000 Paul Aurich Update the comment for add_buddy in prpl.h to note it may be called to mean 'request authorization'
Sun, 21 Dec 2008 22:11:46 +0000 Paul Aurich Properly don't re-add buddies in SILC