loudmouth/lm-connection.c
Thu, 28 Feb 2008 01:13:52 +0100 Mikael Hallendal Some code style fixes
Mon, 25 Feb 2008 23:58:43 +0100 Owen Taylor Return FALSE from lm_connection_open in the synchronous case instead of open callback
Mon, 25 Feb 2008 22:52:41 +0100 Mikael Hallendal Fixed the keep alive rate when using TCP for handling keep alive. Fixes LM-121.
Mon, 25 Feb 2008 21:35:29 +0100 Mikael Hallendal Added new line for g_log printouts
Mon, 25 Feb 2008 21:16:57 +0100 Mikael Hallendal Use g_log instead of g_debug for debug output.
Mon, 25 Feb 2008 20:37:24 +0100 Mikael Hallendal Merge branch 'senko'
Sun, 24 Feb 2008 01:01:24 +0100 Richard Hult Fixes LM-118 so that building on Mac OS X works again.
Wed, 13 Feb 2008 01:15:21 +0100 Senko Rasic Support obsolete XEP-0078 (old-style jabber auth for XMPP1.0).
Tue, 05 Feb 2008 23:57:32 +0100 Senko Rasic Properly check for reason node in stream errors.
Tue, 05 Feb 2008 23:16:52 +0100 Senko Rasic connection_do_open: behave nicely if jid isn't set (1.2.x also behaves this way)
Sun, 09 Dec 2007 16:59:41 +0100 Senko Rasic Properly clean up SASL context on disconnect, allowing connection object reuse.
Sun, 09 Dec 2007 16:32:54 +0100 Senko Rasic Make lm_connection_authenticate_and_block reuse lm_connection_authenticate
Sun, 09 Dec 2007 15:02:02 +0100 Senko Rasic Register starttls handler at the proper moment, when the stream is received.
Wed, 07 Nov 2007 17:01:05 +0100 Senko Rasic Don't require StartTLS after it's already been started.
Tue, 06 Nov 2007 12:31:33 +0100 Senko Rasic Don't close connection immediately on write error, so the callers don't
Tue, 30 Oct 2007 23:51:18 +0100 Senko Rasic Allow application handlers on stream errors, before closing down the connection.
Tue, 30 Oct 2007 23:27:30 +0100 Senko Rasic Added lm_connection_get_client_host (forward-port from LM1.2).
Tue, 30 Oct 2007 23:22:09 +0100 Senko Rasic Rename lm_conn_get_effective_jid() to lm_conn_get_full_jid() to
Tue, 30 Oct 2007 23:14:48 +0100 Senko Rasic Added disconnect error for resource conflict. Fixes LM-55.
Mon, 29 Oct 2007 22:34:34 +0100 Senko Rasic Support for returning effective JID, possibly changed by the server.
Mon, 29 Oct 2007 18:34:00 +0100 Senko Rasic Properly check if the message is error/reply before calling the reply handler.
Mon, 29 Oct 2007 17:02:16 +0100 Senko Rasic Use TCP keepalives on Linux if available; if not, fallback to manual keepalives.
Mon, 29 Oct 2007 16:59:36 +0100 Senko Rasic Simplify and fix SSL/StartTLS handling in LmSocket
Mon, 29 Oct 2007 14:49:34 +0100 Senko Rasic Merge branch 'starttls' of git://people.freedesktop.org/~daf/loudmouth into 1.3
Thu, 25 Oct 2007 17:39:25 +0100 Dafydd Harries LmConnection: take starttls settings from LmSSL object
Thu, 25 Oct 2007 16:27:01 +0100 Dafydd Harries remove lm_connection_use_starttls
Fri, 19 Oct 2007 16:57:31 +0100 Dafydd Harries temporarily reference connection while calling disconnect callback, so that it's safe for the callback to unref the connection
Mon, 08 Oct 2007 14:48:38 +0200 Senko Rasic lm-connection.c: connection_send(): in case of error, properly set the error variable
Tue, 25 Sep 2007 11:08:29 +0200 Senko Rasic Fixed a leak in extracting the domain name from the jid.
Thu, 06 Sep 2007 16:37:16 +0200 Senko Rasic Made SRV handling more sane, and implemented fallback using jid domain name.
Thu, 06 Sep 2007 15:20:04 +0200 Senko Rasic Adding StartTLS support.
Wed, 05 Sep 2007 15:41:15 +0100 Dafydd Harries Perform name resolution asynchronously. Patch by Senko Rašić.
Sun, 10 Jun 2007 18:14:31 +0200 Mikael Hallendal Run application handlers on stream error. remote/loudmouth-1-2
Sun, 10 Jun 2007 18:03:38 +0200 Mikael Hallendal Added support for Gossip filetransfer patch.
Sun, 29 Apr 2007 14:16:02 +0200 Mikael Hallendal Added disconnect error for resource conflict. Fixes LM-55.
Sun, 29 Apr 2007 13:22:36 +0200 Mikael Hallendal Signal back when connection immediately fails. Fixes LM-67.
Sun, 29 Apr 2007 11:24:47 +0200 Mikael Hallendal Free the open callback after stream is received.
Sat, 28 Apr 2007 12:55:40 +0200 Mikael Hallendal Removed the freeing of connect_data from _lm_connection_failed_with_error
Tue, 24 Apr 2007 19:42:00 +0200 Mikael Hallendal Don't free the resolved addresses if they have already been freed. Fixed LM-96
Mon, 26 Feb 2007 01:17:30 +0100 Mikael Hallendal Refactoring to clear up interface between LmSocket and LmConnection.
Sun, 25 Feb 2007 22:48:39 +0100 Mikael Hallendal Fixed potential problem if auth was not called from the open callback.
Sat, 24 Feb 2007 23:30:02 +0100 Mikael Hallendal Style fixes
Sat, 24 Feb 2007 22:43:07 +0100 Mikael Hallendal Refactored sending of the stream header.
Sat, 24 Feb 2007 18:42:12 +0100 Mikael Hallendal Slight code refactoring in _lm_connection_socket_result
Sat, 24 Feb 2007 16:51:06 +0100 Mikael Hallendal Make LmConnection accept not having a server set as long as JID is set.
Sat, 24 Feb 2007 16:23:01 +0100 Mikael Hallendal Make use_srv optional in LmSocket and plugged a leak.
Sat, 24 Feb 2007 04:07:54 +0100 Mikael Hallendal Correctly extract the server from a JID when resource is included.
Sat, 24 Feb 2007 04:03:49 +0100 Mikael Hallendal Correctly extract the server from a JID when resource is included.
Sat, 24 Feb 2007 03:31:53 +0100 Mikael Hallendal Free stream_id when freeing the connection.
Sat, 24 Feb 2007 03:26:02 +0100 Mikael Hallendal Merge branch 'master' of kenny.imendio.com:/var/git/public/projects/loudmouth into loudmouth-1-2
Sat, 24 Feb 2007 03:22:53 +0100 Mikael Hallendal Free stream_id when freeing the connection.
Sat, 24 Feb 2007 02:23:46 +0100 Mikael Hallendal Update the connection state after SASL authentication result.
Sat, 24 Feb 2007 01:19:06 +0100 Mikael Hallendal More style fixes to the SASL patch
Fri, 23 Feb 2007 23:50:34 +0100 Mikael Hallendal Renamed internal functions to conform to code style.
Fri, 23 Feb 2007 23:34:47 +0100 Mikael Hallendal Removed JID override from connection_bind_reply
Fri, 23 Feb 2007 23:32:42 +0100 Mikael Hallendal Some style fixes to the SASL patch.
Fri, 23 Feb 2007 16:58:30 +0100 Mikael Hallendal Added SASL-support to LmConnection, patch from Senko Rasic
Fri, 23 Feb 2007 13:37:26 +0100 Mikael Hallendal Added checks when freeing proxy and closing socket. Also free open_cb in cancel_open.
Fri, 23 Feb 2007 13:29:18 +0100 Mikael Hallendal Free open_cb correctly in connection_stream_received.
Wed, 21 Feb 2007 13:24:28 +0100 Mikael Hallendal Cleaned up lm_connection_unref_message_handler.
less more (0) -100 -60 tip