log libpurple/connection.c @ 32768:50cd80d3554e

age author description
Tue, 18 Oct 2011 20:25:41 +0000 andrew victor Add a purple_connection_update_last_received() function to update the
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Sat, 24 Sep 2011 17:04:09 +0000 andrew victor The following were deprecated since they were moved to the internal API:
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error
Sun, 21 Aug 2011 07:57:28 +0000 Mark Doliner Remove purple_connection_error
Sun, 21 Aug 2011 07:37:07 +0000 Mark Doliner Rename the report_disconnect_reason cb function to report_disconnect
Sun, 21 Aug 2011 07:34:02 +0000 Mark Doliner Remove PurpleConnectionUiOps.report_disconnect
Thu, 28 Oct 2010 06:32:46 +0000 Paul Aurich While looking for where "Can not resolve <hostname>" was coming from, I found these.
Wed, 30 Jun 2010 01:46:42 +0000 Stu Tomlinson I'm sure there's a legitimate reason I had this change locally in one of my
Sun, 18 Apr 2010 22:39:01 +0000 Richard Laager Add an autojoin connection signal
Tue, 22 Sep 2009 06:01:08 +0000 Mark Doliner Minor cleanup. gc->prpl is guarranteed to be a PurplePlugin with
Tue, 04 Aug 2009 01:23:45 +0000 Stu Tomlinson Log the reason for disconnection to the debug log, so that we might
Thu, 18 Jun 2009 19:36:46 +0000 Mark Doliner Cleanup the code surrounding gc->disconnect_timeout and set it to 0
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Sat, 24 Jan 2009 03:11:09 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c51bf3defef588c1efb6022d502dfc38c55664b2)
Fri, 31 Oct 2008 08:21:45 +0000 Sadrul Habib Chowdhury propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
Fri, 31 Oct 2008 01:05:33 +0000 Gary Kramlich Added purple_connection_set_protocol_data and purple_connection_get_protocol_data
Sat, 24 Jan 2009 02:02:25 +0000 Mark Doliner Slightly improve this debug error message
Thu, 30 Oct 2008 22:40:49 +0000 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
Thu, 17 Jul 2008 04:49:35 +0000 Daniel Atallah disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
Thu, 17 Jul 2008 04:38:07 +0000 Daniel Atallah Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
Sat, 26 Jan 2008 21:13:46 +0000 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleConnection.
Fri, 25 Jan 2008 13:48:24 +0000 Stu Tomlinson send_keepalive needs to return TRUE to ensure it'll get called again, and
Wed, 23 Jan 2008 23:28:38 +0000 Sean Egan Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
Tue, 08 Jan 2008 03:28:48 +0000 Stu Tomlinson Huh, you want to be able to compile? I clearly (or not so clearly) need new
Tue, 08 Jan 2008 03:03:15 +0000 Stu Tomlinson Adjust some network error fatalities and things
Mon, 03 Dec 2007 19:02:28 +0000 Will Thompson De-magic number the prpl_info->keepalive interval, and document it.
Sat, 01 Dec 2007 23:42:21 +0000 Will Thompson Remove dead code.
Wed, 14 Nov 2007 04:52:45 +0000 Daniel Atallah Register the correct number of values for the "connection-error" signal.
Sun, 11 Nov 2007 21:37:39 +0000 Will Thompson I don't think that incorrect passwords can be helpfully distinguished from
Sun, 11 Nov 2007 21:22:12 +0000 Will Thompson Consensus on #pidgin is that certificate errors and AUTHENTICATION_IMPOSSIBLE
Sun, 11 Nov 2007 19:09:49 +0000 Will Thompson Add PURPLE_CONNECTION_ERROR_{INVALID_USERNAME,INCORRECT_PASSWORD}, to be used
Sat, 10 Nov 2007 12:10:04 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
Wed, 24 Oct 2007 17:33:12 +0000 Will Thompson I figured a signal firing on a connection error would be useful.
Sun, 14 Oct 2007 21:08:42 +0000 Will Thompson Rename:
Sun, 14 Oct 2007 12:19:20 +0000 Will Thompson rlaager suggested using the last element of the PurpleDisconnectReason enum
Sat, 03 Nov 2007 16:19:50 +0000 Nathan Walp Since the XMPP PurpleConnection is created before we know we need a password,
Wed, 10 Oct 2007 15:16:20 +0000 Will Thompson Clarify the documentation of the return value of
Tue, 09 Oct 2007 15:03:48 +0000 Will Thompson datallah pointed out that using g_return_if_fail() is preferable to
Tue, 09 Oct 2007 13:25:47 +0000 Will Thompson rlaager pointed out that purple_connection_error_reason should be setting
Sat, 06 Oct 2007 12:05:22 +0000 Will Thompson Split the "you don't have SSL support" meaning of
Tue, 02 Oct 2007 19:17:34 +0000 Will Thompson I missed a PURPLE_REASON_INVALID_USERNAME.
Fri, 21 Sep 2007 15:02:18 +0000 Will Thompson Currently, SSL errors (other than SSL not being available) do not set
Wed, 19 Sep 2007 15:16:32 +0000 Will Thompson Check in purple_connection_error_reason that purple_connection_reason_is_fatal
Wed, 19 Sep 2007 15:00:48 +0000 Will Thompson Create purple_connection_ssl_error(), which converts a PurpleSslErrorType
Wed, 19 Sep 2007 11:39:42 +0000 Will Thompson Clarified the meaning of PURPLE_REASON_NETWORK_ERROR and
Tue, 18 Sep 2007 21:37:36 +0000 Will Thompson INVALID_USERNAME is a fatal reason.
Mon, 17 Sep 2007 17:51:22 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head 41389df89a4a6a007d41cec33e33043cd41ea159)
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Mon, 17 Sep 2007 16:52:38 +0000 Will Thompson It's even better when code compiles. Remove references to disconnection
Mon, 17 Sep 2007 15:30:51 +0000 Will Thompson Create purple_connection_reason_is_fatal, which is basically a replacement for
Mon, 17 Sep 2007 15:23:29 +0000 Will Thompson Create PurpleConnectionUiOps.report_disconnect_reason and
Mon, 10 Sep 2007 13:57:15 +0000 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
Thu, 06 Sep 2007 04:08:41 +0000 Sean Egan propagate from branch 'im.pidgin.soc.2007.xmpp' (head f4d5b74ce9a3f2a048fd5036441ceced1cd2deed)
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, 31 Jul 2007 03:50:41 +0000 Andreas Monitzer Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
Mon, 30 Jul 2007 00:01:08 +0000 Andreas Monitzer Added unregistering XMPP accounts. This requires a new prpl-struct entry, but I got an ok for that on the mailing list.
Sat, 16 Jun 2007 19:00:52 +0000 Richard Laager merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5'