Thu, 03 Jan 2008 18:03:35 +0100 Senko Rasic Bumped version to 1.3.3 1.3.3
Wed, 02 Jan 2008 17:35:53 +0100 Senko Rasic Always use the port provided by the SRV lookup.
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 16:21:46 +0100 Senko Rasic Make blocking reads work
Sun, 09 Dec 2007 15:10:12 +0100 Senko Rasic Ensure that SASL features handler is called after all the others, ensuring
Sun, 09 Dec 2007 15:02:02 +0100 Senko Rasic Register starttls handler at the proper moment, when the stream is received.
Sun, 09 Dec 2007 14:26:44 +0100 Senko Rasic Enable compression in GNUTLS. (Patch by Robert McQueen)
Sun, 09 Dec 2007 14:17:40 +0100 Senko Rasic Whitelisted accidential API functions used by Gossip, allowing it to build against us.
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
Wed, 31 Oct 2007 15:34:52 +0000 Dafydd Harries include $(srcdir) in path to symbol file 1.3.2
Wed, 31 Oct 2007 15:13:17 +0000 Dafydd Harries add link to Check website (issue LM-111)
Wed, 31 Oct 2007 14:50:17 +0000 Dafydd Harries update symbol list with _get_local_host and s/_get_full_jid/_get_effective_jid/
Wed, 31 Oct 2007 14:49:00 +0000 Dafydd Harries Merge branch '1.3' of http://projects.collabora.co.uk/~ptlo/git/loudmouth into 1.3
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:43:55 +0100 Senko Rasic Removed the synchronous example.
Tue, 30 Oct 2007 23:36:44 +0100 Senko Rasic Check to see that the OpenSSL session is setup correctly. Fixes LM-88.
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.
Tue, 30 Oct 2007 19:48:50 +0000 Dafydd Harries only export symbols explicitly listed in a file
Tue, 30 Oct 2007 18:37:18 +0100 Senko Rasic Actually use the keepalive delay parameter
Tue, 30 Oct 2007 01:36:55 +0100 Senko Rasic Set proper copyright notices
Tue, 30 Oct 2007 01:26:18 +0100 Senko Rasic Don't force a specific autotools version
Tue, 30 Oct 2007 01:23:54 +0100 Senko Rasic Don't crash on connection close if SSL wasn't started.
Tue, 30 Oct 2007 00:24:57 +0100 Senko Rasic Fixed off-by-one error in SRV lookups
Mon, 29 Oct 2007 23:35:50 +0100 Senko Rasic Fix an error in handling asyncns SRV responses.
Mon, 29 Oct 2007 23:35:01 +0100 Senko Rasic Properly detect if SSL has been started in case of StartTLS usage.
Mon, 29 Oct 2007 22:34:34 +0100 Senko Rasic Support for returning effective JID, possibly changed by the server.
Mon, 29 Oct 2007 20:02:01 +0100 Senko Rasic Improved libtool versioning, added copyrights, cleaned up configure.ac
Mon, 29 Oct 2007 18:36:36 +0100 Senko Rasic Updated the CONTRIBUTORS file.
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 18:00:20 +0100 Senko Rasic Enabled optional building of async DNS lookups and TCP keepalives.
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
Tue, 23 Oct 2007 16:23:05 +0100 Dafydd Harries commit doc change side-effects
Tue, 23 Oct 2007 15:57:14 +0100 Dafydd Harries add use_starttls and require_starttls members to LmSSLBase, plus corresponding access functions
Fri, 19 Oct 2007 17:27:32 +0100 Dafydd Harries sync LmMessageType enum to docs
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, 02 Oct 2007 14:11:04 +0200 Senko Rasic Fix another crash in asyncns cancel code
Tue, 25 Sep 2007 11:08:29 +0200 Senko Rasic Fixed a leak in extracting the domain name from the jid.
Wed, 19 Sep 2007 16:18:42 +0200 Senko Rasic hoist _asyncns_done to above where it is first called
Wed, 19 Sep 2007 16:16:53 +0200 Senko Rasic use g_assert instead of assert
Wed, 19 Sep 2007 15:59:16 +0200 Senko Rasic Don't split base64 encoded SASL response as some servers choke on it.
Wed, 19 Sep 2007 10:19:14 +0200 Senko Rasic Fixed SSL verification when old-style SSL connection is used.
Thu, 13 Sep 2007 18:03:28 +0200 Senko Rasic Fixed (double) asyncns cancellation bug, and made the code more robust.
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 16:03:24 +0100 Dafydd Harries Verify certificates in GnuTLS code. Fixes LM-107. Patch by Sjoerd Simons.
Wed, 05 Sep 2007 16:00:09 +0100 Dafydd Harries If data was read before hangup, delay signalling hangup so that the data can
Wed, 05 Sep 2007 15:41:15 +0100 Dafydd Harries Perform name resolution asynchronously. Patch by Senko Rašić.
Wed, 05 Sep 2007 15:06:09 +0100 Dafydd Harries Skip whitespace before SASL MD5 digest. Patch by Senko Rašić.
Wed, 05 Sep 2007 15:02:58 +0100 Dafydd Harries use g_warning() instead of fprintf() in the OpenSSL code
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:56 +0200 Mikael Hallendal Bumped version to 1.2.3
(0) -300 -100 -60 +60 +100 +300 tip