loudmouth/lm-connection.c
Mon, 06 Oct 2008 02:17:35 +0200 Frank Zschockelt Use XMPP Ping (XEP-0199) instead of white space ping for keep alive. [#15]
Mon, 06 Oct 2008 02:17:27 +0200 Mikael Hallendal Fixed a crash when lm_connection_close was called.
Mon, 06 Oct 2008 01:41:19 +0200 Mikael Hallendal Added _lm_connection_get_server that returns the server string.
Mon, 06 Oct 2008 01:13:17 +0200 Mikael Hallendal Added _lm_connection_get_context as internal function.
Thu, 28 Aug 2008 15:15:28 +0200 Andreas Köhler Make lm_sha_hash thread safe. Fixes LM-64
Thu, 28 Aug 2008 15:13:20 +0200 Andreas Köhler Make lm_sha_hash thread safe. Fixes LM-64
Sun, 27 Jul 2008 11:23:03 +0200 Mikael Hallendal Changed so that normal XMPP "pings" are always sent when keep alive is enabled.
Sun, 13 Jul 2008 19:05:23 +0200 Mikael Hallendal Some style fixes
Sun, 13 Jul 2008 19:02:02 +0200 Mikael Hallendal Refactored some of the SSL code in LmConnection.
Sun, 13 Jul 2008 11:12:26 +0200 Mikael Hallendal Moved the call to _lm_ssl_close to LmOldSocket
Sun, 13 Jul 2008 10:58:09 +0200 Mikael Hallendal Split out old_socket_do_write from lm_old_socket_do_write.
Sun, 13 Jul 2008 01:18:23 +0200 Mikael Hallendal Moved the ifdefs for HAVE_ASYNCNS to the LmOldSocket code.
Sun, 13 Jul 2008 01:14:42 +0200 Mikael Hallendal Updated _asyncns_cancel to follow coding style
Sun, 13 Jul 2008 00:54:49 +0200 Mikael Hallendal Moved output buffer creation/addition to LmOldSocket where it belongs.
Sun, 13 Jul 2008 00:50:26 +0200 Mikael Hallendal slight style fix
Mon, 07 Jul 2008 15:30:58 +0200 Mikael Hallendal Renamed LmSocket to LmOldSocket to make room for a new socket abstraction layer.
Sun, 22 Jun 2008 22:38:28 +0200 Mikael Hallendal Depend on GObject and initialize GType
Sat, 21 Jun 2008 18:36:12 +0200 Mikael Hallendal Added Title to the inlined documentation
Sat, 21 Jun 2008 17:12:59 +0200 Mikael Hallendal Fixed the SECTION parts of the inlined docs so that gtk-doc finds them.
Sat, 21 Jun 2008 13:19:21 +0200 Mikael Hallendal Added inlined documentation from generated through the Gtk-doc migration script.
Fri, 20 Jun 2008 17:14:45 +0200 Mikael Hallendal Cleaned declarations of static functions in LmConnection
Fri, 20 Jun 2008 17:05:48 +0200 Mikael Hallendal Moved _lm_connection_old_auth from public header file.
Fri, 20 Jun 2008 16:44:42 +0200 Mikael Hallendal Changed so that normal XMPP "pings" are always sent when keep alive is enabled.
Fri, 20 Jun 2008 16:42:26 +0200 Mikael Hallendal Fixed indentation
Fri, 20 Jun 2008 16:40:31 +0200 Mikael Hallendal Made error check a bit more verbose
Fri, 20 Jun 2008 13:20:24 +0200 Mikael Hallendal Use GSlice for allocation of LmConnection instead of g_new.
Fri, 20 Jun 2008 13:14:47 +0200 Mikael Hallendal Minor style fix
Fri, 20 Jun 2008 13:12:43 +0200 Mikael Hallendal Factored out connection_run_message_handler from connection_handle_message.
Wed, 18 Jun 2008 22:27:47 +0200 Mikael Hallendal Factored out connection_log_send from connection_send
Wed, 18 Jun 2008 22:27:40 +0200 Mikael Hallendal Factored out connection_free_handlers from connection_free
Tue, 29 Apr 2008 16:36:57 +0200 Mikael Hallendal Added lm_connection_get_keep_alive.
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.
less more (0) -100 -60 tip