Sat, 24 Feb 2007 04:03:49 +0100 Correctly extract the server from a JID when resource is included.
Mikael Hallendal <micke@imendio.com> [Sat, 24 Feb 2007 04:03:49 +0100] rev 232
Correctly extract the server from a JID when resource is included. If a full JID (including resource) was given to lm_connection_set_jid it would include the resource part when trying to connect to the server. Patch from Matthias Quasthoff
Sat, 24 Feb 2007 03:33:00 +0100 Added to .gitignore
Mikael Hallendal <micke@imendio.com> [Sat, 24 Feb 2007 03:33:00 +0100] rev 231
Added to .gitignore
Sat, 24 Feb 2007 03:31:53 +0100 Free stream_id when freeing the connection.
Mikael Hallendal <micke@imendio.com> [Sat, 24 Feb 2007 03:31:53 +0100] rev 230
Free stream_id when freeing the connection. Patch from Dafydd Harries.
Sat, 24 Feb 2007 03:26:02 +0100 Merge branch 'master' of kenny.imendio.com:/var/git/public/projects/loudmouth into loudmouth-1-2
Mikael Hallendal <micke@imendio.com> [Sat, 24 Feb 2007 03:26:02 +0100] rev 229
Merge branch 'master' of kenny.imendio.com:/var/git/public/projects/loudmouth into loudmouth-1-2
Sat, 24 Feb 2007 03:22:53 +0100 Free stream_id when freeing the connection.
Mikael Hallendal <micke@imendio.com> [Sat, 24 Feb 2007 03:22:53 +0100] rev 228
Free stream_id when freeing the connection. Patch from Dafydd Harries.
Sat, 24 Feb 2007 02:50:25 +0100 Conform with Loudmouth coding style
Mikael Hallendal <micke@imendio.com> [Sat, 24 Feb 2007 02:50:25 +0100] rev 227
Conform with Loudmouth coding style
Sat, 24 Feb 2007 02:23:46 +0100 Update the connection state after SASL authentication result.
Mikael Hallendal <micke@imendio.com> [Sat, 24 Feb 2007 02:23:46 +0100] rev 226
Update the connection state after SASL authentication result. The connections state were never updated after the SASL authentication was finished.
Sat, 24 Feb 2007 02:22:55 +0100 Fixed a problem in the sasl state machine
Mikael Hallendal <micke@imendio.com> [Sat, 24 Feb 2007 02:22:55 +0100] rev 225
Fixed a problem in the sasl state machine At least Wildfire does not send an extra challange but directly sends a success. From what I could see in RFC 3920 this is perfectly legal but the state machine in LmSASL assumed there would be an extra step.
Sat, 24 Feb 2007 01:47:22 +0100 Use g_log instead of g_debug
Mikael Hallendal <micke@imendio.com> [Sat, 24 Feb 2007 01:47:22 +0100] rev 224
Use g_log instead of g_debug
Sat, 24 Feb 2007 01:19:06 +0100 More style fixes to the SASL patch
Mikael Hallendal <micke@imendio.com> [Sat, 24 Feb 2007 01:19:06 +0100] rev 223
More style fixes to the SASL patch
Fri, 23 Feb 2007 23:50:34 +0100 Renamed internal functions to conform to code style.
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 23:50:34 +0100] rev 222
Renamed internal functions to conform to code style.
Fri, 23 Feb 2007 23:34:47 +0100 Removed JID override from connection_bind_reply
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 23:34:47 +0100] rev 221
Removed JID override from connection_bind_reply The JID is set by the user and used when authenticating or finding the server. It shouldn't include the resource and don't change when authenticating.
Fri, 23 Feb 2007 23:32:42 +0100 Some style fixes to the SASL patch.
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 23:32:42 +0100] rev 220
Some style fixes to the SASL patch.
Fri, 23 Feb 2007 16:58:30 +0100 Added SASL-support to LmConnection, patch from Senko Rasic
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 16:58:30 +0100] rev 219
Added SASL-support to LmConnection, patch from Senko Rasic
Fri, 23 Feb 2007 16:58:30 +0100 Applied Makefile.am changes for Sasl branch
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 16:58:30 +0100] rev 218
Applied Makefile.am changes for Sasl branch
Fri, 23 Feb 2007 16:58:30 +0100 Added base64.[ch] and md5.[ch] from Senko
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 16:58:30 +0100] rev 217
Added base64.[ch] and md5.[ch] from Senko
Fri, 23 Feb 2007 16:58:30 +0100 Added lm-sasl.[ch] from Senko
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 16:58:30 +0100] rev 216
Added lm-sasl.[ch] from Senko
Fri, 23 Feb 2007 16:58:29 +0100 Added lm-message.[ch] changes to sasl branch
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 16:58:29 +0100] rev 215
Added lm-message.[ch] changes to sasl branch
Fri, 23 Feb 2007 15:11:49 +0100 Merge branch 'senko-ssl'
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 15:11:49 +0100] rev 214
Merge branch 'senko-ssl'
Fri, 23 Feb 2007 15:11:21 +0100 Use g_warning and g_log for warnings and debug printouts in OpenSSL backend.
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 15:11:21 +0100] rev 213
Use g_warning and g_log for warnings and debug printouts in OpenSSL backend. Removed the fprintf outputs and instead use g_warning and g_log for this. Added a LM_DEBUG="SSL" option for debugging.
Fri, 23 Feb 2007 14:55:04 +0100 Improved error checking in LmSocket when connecting.
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 14:55:04 +0100] rev 212
Improved error checking in LmSocket when connecting. _lm_socket_failed_* now returns a boolean informing whether it succeeded or not. Patch from Senko Rasic.
Fri, 23 Feb 2007 13:37:26 +0100 Added checks when freeing proxy and closing socket. Also free open_cb in cancel_open.
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 13:37:26 +0100] rev 211
Added checks when freeing proxy and closing socket. Also free open_cb in cancel_open. Patch from Senko Rasic and modified slightly by Mikael Hallendal
Fri, 23 Feb 2007 13:29:18 +0100 Free open_cb correctly in connection_stream_received.
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 13:29:18 +0100] rev 210
Free open_cb correctly in connection_stream_received.
Fri, 23 Feb 2007 02:01:37 +0100 Added SSL changes from Senko on SSL branch
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 02:01:37 +0100] rev 209
Added SSL changes from Senko on SSL branch
Fri, 23 Feb 2007 00:19:31 +0100 Added .gitignore
Mikael Hallendal <micke@imendio.com> [Fri, 23 Feb 2007 00:19:31 +0100] rev 208
Added .gitignore
Wed, 21 Feb 2007 13:24:28 +0100 Cleaned up lm_connection_unref_message_handler.
Mikael Hallendal <micke@imendio.com> [Wed, 21 Feb 2007 13:24:28 +0100] rev 207
Cleaned up lm_connection_unref_message_handler. Use g_slist_remove_link instead of own hack to remove a link from the list.
Mon, 12 Feb 2007 16:49:49 +0100 Remove commas at the end of enumeration lists in lm-ssl.h
Mikael Hallendal <micke@imendio.com> [Mon, 12 Feb 2007 16:49:49 +0100] rev 206
Remove commas at the end of enumeration lists in lm-ssl.h
Mon, 12 Feb 2007 16:49:18 +0100 Remove commas at the end of enumeration lists in lm-ssl.h
Mikael Hallendal <micke@imendio.com> [Mon, 12 Feb 2007 16:49:18 +0100] rev 205
Remove commas at the end of enumeration lists in lm-ssl.h
Mon, 12 Feb 2007 16:37:19 +0100 Remove commas at the end of enumeration lists in lm-ssl.h
Mikael Hallendal <micke@imendio.com> [Mon, 12 Feb 2007 16:37:19 +0100] rev 204
Remove commas at the end of enumeration lists in lm-ssl.h
Mon, 12 Feb 2007 16:35:38 +0100 Readd a check that was missed when fixing LM-71.
Mikael Hallendal <micke@imendio.com> [Mon, 12 Feb 2007 16:35:38 +0100] rev 203
Readd a check that was missed when fixing LM-71.
Mon, 12 Feb 2007 16:34:30 +0100 Forward port of fix to LM-71.
Mikael Hallendal <micke@imendio.com> [Mon, 12 Feb 2007 16:34:30 +0100] rev 202
Forward port of fix to LM-71.
Mon, 12 Feb 2007 16:24:59 +0100 Merge branch 'master' of kenny.imendio.com:/var/git/public/projects/loudmouth into loudmouth-1-2
Mikael Hallendal <micke@imendio.com> [Mon, 12 Feb 2007 16:24:59 +0100] rev 201
Merge branch 'master' of kenny.imendio.com:/var/git/public/projects/loudmouth into loudmouth-1-2
Mon, 12 Feb 2007 16:08:08 +0100 Fix LM-71, read all incoming data at the same time.
Mikael Hallendal <micke@imendio.com> [Mon, 12 Feb 2007 16:08:08 +0100] rev 200
Fix LM-71, read all incoming data at the same time. Instead of only reading one in buffer at a time and wait for another event from the event loop now read all data at the same time before returning to the event loop. Fixes issue LM-71, http://developer.imendio.com/issues/browse/LM-71
Fri, 02 Feb 2007 15:22:27 +0100 Added .gitignore
Mikael Hallendal <micke@imendio.com> [Fri, 02 Feb 2007 15:22:27 +0100] rev 199
Added .gitignore
Fri, 02 Feb 2007 15:20:28 +0100 Added .gitignore
Mikael Hallendal <micke@imendio.com> [Fri, 02 Feb 2007 15:20:28 +0100] rev 198
Added .gitignore
Fri, 02 Feb 2007 15:18:04 +0100 Updated version to 1.3.1 1.3.1
Mikael Hallendal <micke@imendio.com> [Fri, 02 Feb 2007 15:18:04 +0100] rev 197
Updated version to 1.3.1
Fri, 02 Feb 2007 15:16:48 +0100 Imported LmConnection refactor from old repository.
Mikael Hallendal <micke@imendio.com> [Fri, 02 Feb 2007 15:16:48 +0100] rev 196
Imported LmConnection refactor from old repository. Socket code splitted out into LmSocket and the message queue now lives in LmMessageQueue.
Fri, 02 Feb 2007 15:04:37 +0100 Release 1.2.0
Mikael Hallendal <micke@imendio.com> [Fri, 02 Feb 2007 15:04:37 +0100] rev 195
Release 1.2.0
Fri, 05 Jan 2007 11:03:27 +0000 2007-01-05 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Fri, 05 Jan 2007 11:03:27 +0000] rev 194
2007-01-05 Mikael Hallendal <micke@imendio.com> * python/*: Removed. Yay SVN!
Fri, 05 Jan 2007 11:01:46 +0000 updated ChangeLog
hallski <hallski> [Fri, 05 Jan 2007 11:01:46 +0000] rev 193
updated ChangeLog
Fri, 05 Jan 2007 11:00:06 +0000 Removed empty directories
hallski <hallski> [Fri, 05 Jan 2007 11:00:06 +0000] rev 192
Removed empty directories
Fri, 05 Jan 2007 10:58:12 +0000 Removed old unused Mono bindings
hallski <hallski> [Fri, 05 Jan 2007 10:58:12 +0000] rev 191
Removed old unused Mono bindings
Mon, 25 Dec 2006 21:48:31 +0000 2006-12-23 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Mon, 25 Dec 2006 21:48:31 +0000] rev 190
2006-12-23 Mikael Hallendal <micke@imendio.com> * Release 1.1.5 * NEWS: * configure.ac: - Updated for 1.1.5
Wed, 06 Dec 2006 18:42:48 +0000 2006-12-06 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Wed, 06 Dec 2006 18:42:48 +0000] rev 189
2006-12-06 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-ssl-gnutls.c: (_lm_ssl_begin): - Fixed a warning on 64 bit alpha. - Fixes LM-41.
Fri, 17 Nov 2006 00:22:12 +0000 2006-11-17 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Fri, 17 Nov 2006 00:22:12 +0000] rev 188
2006-11-17 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-connection.h: - Removed a typo slash, reported by Dafydd Harries. * loudmouth/lm-parser.c: (parser_error_cb), (lm_parser_parse): - Don't free the parser in the parser callback. - Patch from Sjoerd Simons.
Mon, 13 Nov 2006 22:55:10 +0000 2006-11-14 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Mon, 13 Nov 2006 22:55:10 +0000] rev 187
2006-11-14 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-connection.c: (lm_connection_authenticate_and_block): - Fixed a memory leak reported by Ganapati Kundapur. - Fixes LM-66.
Sun, 22 Oct 2006 16:48:08 +0000 2006-10-22 Richard Hult <richard@imendio.com>
hallski <hallski> [Sun, 22 Oct 2006 16:48:08 +0000] rev 186
2006-10-22 Richard Hult <richard@imendio.com> * loudmouth/lm-connection.c (connection_do_close) (lm_connection_send_with_reply_and_block): - Check that we have the source before removing it and set the pointer to NULL. - Fixes LM-60.
Mon, 16 Oct 2006 22:03:58 +0000 2006-10-17 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Mon, 16 Oct 2006 22:03:58 +0000] rev 185
2006-10-17 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-message-node.c: (lm_message_node_to_string): - Small fixup of the previous LM-48 fix.
Mon, 16 Oct 2006 21:49:37 +0000 2006-10-16 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Mon, 16 Oct 2006 21:49:37 +0000] rev 184
2006-10-16 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-connection.c: (_lm_connection_succeeded), (_lm_connection_failed_with_error), (connection_do_open), (connection_do_close), (lm_connection_new): - Keep a reference to LmConnectData and remove the source if connect is cancelled before the connection is open. - Fixes LM-59. * loudmouth/lm-message-node.c: (lm_message_node_to_string): - Use GString to build message node XML. - Escape the attribute values unless raw-mode is specified. - Fixes LM-48. - Patch from Dafydd Harries.
Thu, 21 Sep 2006 12:08:29 +0000 2006-09-21 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Thu, 21 Sep 2006 12:08:29 +0000] rev 183
2006-09-21 Mikael Hallendal <micke@imendio.com> * NEWS: * configure.ac: - Updated for 1.1.4
Thu, 21 Sep 2006 12:02:01 +0000 fixed the changelog
hallski <hallski> [Thu, 21 Sep 2006 12:02:01 +0000] rev 182
fixed the changelog
Thu, 21 Sep 2006 11:45:40 +0000 2006-09-21 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Thu, 21 Sep 2006 11:45:40 +0000] rev 181
2006-09-21 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-connection.c: (_lm_connection_succeeded), (_lm_connection_failed_with_error), (connection_buffered_write_cb), (connection_do_close): - Check that we find a resource before trying to destroy it. - Fixes warning described in LM-50.
Thu, 21 Sep 2006 11:31:39 +0000 2006-09-21 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Thu, 21 Sep 2006 11:31:39 +0000] rev 180
2006-09-21 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-connection.c: (connection_connect_cb): * loudmouth/lm-proxy.c: (_lm_proxy_connect_cb): - Initiatilize len, patch from Richard Hult. - Fixes LM-58.
Thu, 14 Sep 2006 20:05:57 +0000 doc work
hallski <hallski> [Thu, 14 Sep 2006 20:05:57 +0000] rev 179
doc work
Wed, 13 Sep 2006 13:14:13 +0000 2006-09-13 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Wed, 13 Sep 2006 13:14:13 +0000] rev 178
2006-09-13 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-connection.c: (connection_free): - Unref the proxy if set, plugs a leak. - Fixes LM-51.
Mon, 11 Sep 2006 19:19:30 +0000 use time
hallski <hallski> [Mon, 11 Sep 2006 19:19:30 +0000] rev 177
use time
Mon, 11 Sep 2006 19:14:23 +0000 2006-09-11 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Mon, 11 Sep 2006 19:14:23 +0000] rev 176
2006-09-11 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-utils.c: (_lm_utils_generate_id): - Generate more unique IDs, fixes LM-56.
Sun, 10 Sep 2006 22:09:45 +0000 2006-09-11 Mikael Hallendal <micke@imendio.com> remote/loudmouth-1-0
hallski <hallski> [Sun, 10 Sep 2006 22:09:45 +0000] rev 175
2006-09-11 Mikael Hallendal <micke@imendio.com> * Release 1.0.5
Sun, 10 Sep 2006 22:09:30 +0000 2006-09-11 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Sun, 10 Sep 2006 22:09:30 +0000] rev 174
2006-09-11 Mikael Hallendal <micke@imendio.com> * Release 1.1.3
Sun, 10 Sep 2006 22:04:21 +0000 2006-09-11 Mikael Hallendal <micke@imendio.com>
hallski <hallski> [Sun, 10 Sep 2006 22:04:21 +0000] rev 173
2006-09-11 Mikael Hallendal <micke@imendio.com> * configure.ac: * NEWS: - Updated for 1.1.3
(0) -100 -60 +60 +100 +300 tip