dwww Home | Show directory contents | Find package

commit e5e015574805612dead3fc079b6c95b7c9cfef0a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-10-02 17:58:06 +0100

    0.8.0

commit 999de507910e3e78d3c91e518318f123c10f346e
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-09-17 10:50:03 +0100

    Disable warnings about deprecated functions for stable branch
    
    Since this is a stable branch, we're unlikely to fix uses of deprecated
    functions, so we shouldn't warn about them. To be reverted in the 0.9 branch.

commit 414594e993816ba995434aa108edd0e547eeb5f5
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-09-10 12:37:55 +0100

    prepare release

commit df042648e79ab16b4e56317044c0c67a2837f061
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-08-07 17:09:03 +0100

    NEWS so far for 0.7.5
    
    Enough has changed here that I want a release candidate before 0.8.0.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67872
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>

commit 0ac48f0ae588dd508ba60c01430a44124ce4dc6c
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-08-07 17:10:28 +0100

    Update telepathy.am from Gabble 0.18.1 to fix out-of-tree and parallel releases
    
    I left out the bit that checked that gtk-doc was enabled, because we
    don't have gtk-doc in Rakia.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67872
    Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
    [commit message amended to what I said on the bug -smcv]
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>

commit 47ec8244fcf304d961e065d534f4c0fd8fb48db2
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-08-07 17:08:33 +0100

    test-message: make the test pass again
    
    This was wrongly asserting that Text channels only had the Destroyable
    interface, and regressed when we fixed the bug that the Messages
    interface was missing.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67872
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>

commit 7bc44577994b85f95bd4e6f807980abb79537e8b
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-08-07 17:03:53 +0100

    Run regression tests under the run-test.sh "driver"
    
    As well as making the tests pass under Automake 1.13, this lays the
    groundwork for OSTree-style "installed tests" later.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65290
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67872
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>

commit 2410db1bb1602cf2dc72a629c2a84b4e1629b6bb
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-08-07 16:30:27 +0100

    Import run-test.sh.in from Gabble 0.18.1
    
    I'm copying it in verbatim, to make the changes made to adapt it to
    Rakia easier to review.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65290
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67872
    Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
    [commit message previously said 'master' but 0.18.1's is identical -smcv]
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>

commit 9ac148e7ba1186e8d6f2eb7d8c5bffb0da608f57
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-08-07 16:16:13 +0100

    .gitignore: automake 1.13 copies in /test-driver
    
    Gabble commit 2a54c7cd0, where it was reviewed by Xavier.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65290
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67872
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>

commit 4af2c92e8056464376351b1499f86b414d2bcbdb
Author: Alban Crequy <alban.crequy@collabora.co.uk>
Date:   2013-07-24 14:28:26 +0100

    Text channels: add Channel.Interface.Messages in the interface list
    
    The 'Channel.Interface.Messages' interface is already supported in Rakia's text
    channels but it is wrongly not listed in the 'Interfaces' property. It causes
    handlers such as Empathy to think it is not implemented and to discard text
    channels.
    
    Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>

commit b0c0f85511656db0608ef4aa7412eee72b2d672a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-06-03 16:06:15 +0100

    Stop using handle qdata
    
    The handles now live as long as the connection, so there's no point
    in trying to bind to their lifetime; just keep a hash table.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=62840
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@gmail.com>

commit a0ed7591eac1b6987c726191ced42b5f8fa11efa
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-06-03 15:22:39 +0100

    Initialize libdbus for thread safety
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54972
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>

commit a942b597feb553eb72d1d984741b35e91c94aae8
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-06-03 15:31:26 +0100

    Avoid having two of the same set of commands run in parallel
    
    A rule like this:
    
        _gen/x.c _gen/x.h: prerequisites
            $(AM_V_GEN)x-generator
    
    doesn't consider x.c and x.h together. Instead, it expands to two rules,
    one to generate x.c and one to generate x.h, which happen to run the
    same commands.
    
    This means that in the worst case, you can end up running x-generator
    twice in parallel, and they'll race with each other and overwrite or
    delete each other's output.
    
    Based on commit 36c2a545c from telepathy-glib.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=64285
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>

commit feb24fdaa4a79ba96caa14b9572e3f1787a51955
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2013-06-04 12:08:31 +0100

    Update with-session-bus.sh from telepathy-glib
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63119

commit 9a7aeb5a81dbb4fd000c17bcf34929513a35067e
Author: Brian Pepple <bpepple@fedoraproject.org>
Date:   2013-03-27 20:01:51 -0400

    Remove deprecated macros.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=62839
    Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    [added AC_PREREQ bump to 2.60 for AC_PROG_MKDIR_P -smcv]

commit b0d9f44e34d9a86efa80ad1d51551a08273437f8
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-10 13:31:37 +0100

    Stop refcounting handles
    
    They've been "immortal" since before telepathy-glib 0.14.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49732
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>

commit 1edfab19f5c3abb4bc985af35dcceea82a65e7f3
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-10 13:18:26 +0100

    Use tp_cm_message_set_sender instead of deprecated tp_message_set_handle
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49732
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>

commit 69fcfb759d7c24a67729ccafcab0f21abebca055
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-10 13:18:12 +0100

    Use tp_cm_message_new instead of deprecated/misleading tp_message_new
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49732
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>

commit fdc35c8bf08e133eb32b13cf7d0ced32c6193252
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-10 12:55:05 +0100

    Replace deprecated TP_ERRORS with TP_ERROR
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49732
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>

commit d108651b68ddf0ef6680df42fd64d406e9077725
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-09 18:56:06 +0100

    Apply GLib deprecation/availability version checks
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49725
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 46e0f63e59df3cbf2a8c5f49b32b48b233f45e19
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-09 19:18:33 +0100

    Consistently include config.h in every .c file, first
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49725
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 7883be2ec43dda0f7b4a30cf769779e366aaa905
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-09 19:12:57 +0100

    Enable warnings about suspicious signed/unsigned comparisons, and fix them
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49725
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 61fbe65e4892f020dc743155fcca04c8dfc39221
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-09 19:09:17 +0100

    Switch on warnings about prototypes, and fix them
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49725
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit aa65a18e154430b385a89f0919c56964d9720912
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-09 19:00:53 +0100

    Eradicate trailing whitespace after backslash (Automake warns about it)
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49725
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 9125942834db3a6c37d62b5fb1e49a1a9de0280a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-09 18:58:03 +0100

    Link with ld --no-copy-dt-needed-entries if available
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49725
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 22e8917948e15000373542b30808f6a5873012d2
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-09 18:55:47 +0100

    Import error-control and -Werror options from telepathy-glib
    
    For the moment I've disabled missing-prototypes, sign-compare and
    strict-prototypes - they should be re-enabled.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49725
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit e579c1a264856ede16a14e64e8437246281be1a4
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-09 18:43:16 +0100

    configure.ac: make external package checks considerably simpler
    
    PKG_CHECK_MODULES without a third and fourth argument already issues
    an error if the package is missing, and its error messages are better
    than ours. Also, we don't need to AC_SUBST the CFLAGS or LIBS, the
    macro already does that for us. Also, stop ignoring the error (!)
    if dbus-1 or dbus-glib-1 is missing. Finally, stop underquoting.
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49725
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 62a8e7337b6d678e5293fbfe713f3d1806003331
Author: Ionut Biru <ibiru@archlinux.org>
Date:   2012-05-09 17:34:10 +0000

    Check for gio to avoid linking issue
    
    /usr/bin/ld: note: 'g_inet_address_new_from_string' is defined in DSO
    /usr/lib/libgio-2.0.so.0 so try adding it to the linker command line
    
    Signed-off-by: Ionut Biru <ibiru@archlinux.org>
    Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>

commit 3f1686e07c2d8cb4204cf8fba27c46aadc421740
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-05-08 13:01:55 -0400

    Version 0.7.4.1

commit fa9533044094a2f13ce048ce76259a70880e86fa
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-05-08 12:57:00 -0400

    Version 0.7.4

commit 0d032e114d76461f33dfd1138f3be5f5e9a4403c
Merge: 8cb2b73 86f1d77
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-05-08 12:51:51 -0400

    Merge branch 'call1'

commit 8cb2b73e711e86dd2efeb73b20fc3973ef8683c0
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2012-05-07 19:49:39 +0100

    Set G_MESSAGES_DEBUG during testing
    
    The same as Gabble commit cbfa9d06.

commit 86f1d77943a377053f06d898767535f36a3f0a24
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-04-05 20:38:52 -0400

    Transform TP reason into appropriate SIP reasons

commit b82012fae3c5a5425b5ae1784e15c9a0ed029f5b
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-04-05 19:43:42 -0400

    Remove dead code

commit 93d219be3ce3dcfa7aad737bb401e3035d261c6c
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-04-05 19:43:08 -0400

    Make sure nua_op is NULL before ending the sip session
    
    This way we can be sure that we've closed the call correctly.

commit 48e2310d2d0f10b2107b91c2235c5ccc703008b6
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-26 17:20:59 -0400

    Don't wait for codecs to publish Endpoint on incoming m=
    
    We wait for the codecs to publish an Endpoint only if the candidates and
    codecs have changed on an on-going call.
    
        with-session-bus-30231.pid

commit 363d9e01e86f9390ea9e2217e0a28f9cd4ce8d86
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-22 17:25:47 -0400

    Don't repeat forward declarations
    
    The confuse some weaker compilers.

commit 36bc0cba71fdf480c32cc30614448fe811fff64f
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-20 18:45:30 -0400

    Convert SIP status codes to TpCallStateChangeReason on Ended

commit 472b33b3f9a88738ffd28775948b3d6b2a93d265
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-20 15:55:59 -0400

    Bump tp-glib required version to 0.17.6

commit 35af7caa265fba5000025163425a6f1f0186a896
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-15 22:02:26 -0400

    Add test for remote addition of m=

commit 7d7028b8bad8372a8f8c40e8bddf7c4dd403ac24
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-02 19:50:03 -0500

    Put all direction control code in the stream
    
    Also, the Content is set on the Stream at creation time

commit 20dbc5534e6e4df88717d83a3c070f1377885560
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-02 19:48:01 -0500

    Fix the cases when a media is removed and then re-added
    
    Also simplify the add_media function a bit

commit aa458fd5de4857e6b6d6995916295f56b2d10855
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-02 19:45:42 -0500

    Add function to stringify a RakiaDirection

commit 33f839682a8b35d3a4f16b303e19404193acd82a
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-01 21:52:22 -0500

    Add test for adding a content while held

commit 8a1da6094f792ba54f4ea001f4accbf6e91e6a71
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-01 20:35:32 -0500

    Add test for receiving failure.. and make it work

commit 06c35847ab427319ed9668faf55ea1926bbd2d91
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-01 20:15:10 -0500

    Add test for sending failure

commit 08dbfffc687d827316c00ef370b4d7c205dad79e
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-01 18:44:47 -0500

    Add tests for failing to unhold

commit fb20a3fed62ba2ea18b07a542c29086710691583
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-03-01 18:44:03 -0500

    Call: Set the streams to sending when the remote side accepts
    
    Also add some tests

commit d90b713b5198cb6e0bb3e4c79b99198dec122806
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-29 15:36:44 -0500

    Remove old streamed media files

commit 1d3e7ce04fa738443b382455625503d2d258ddfe
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 21:53:28 -0500

    Update copyright dates

commit b18e93671acfa7cc8407cc081ce5fc56abf8a364
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 21:52:02 -0500

    Remove stray g_debug

commit e8bc26e300582652b392341569403bf58dcbbd6c
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 21:41:07 -0500

    Hangup call on receiving error if can't request receiving

commit 27fe5141c7a7ebf3873fc1ffde568481a42ae860
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 21:29:38 -0500

    CallStream: Disable direction changes if mutable-contents=false

commit f43819371c088e55c48bf5482825dcc68ced199e
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 21:21:30 -0500

    Rename DEBUG=media-channel to media

commit d3a420e6793ecad9e97c924c8b679e9fd783f8e0
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 21:19:14 -0500

    CallStream: Implement media error reporting

commit 49081da1efee84944300e2480fb831b4b7a071ed
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 21:18:51 -0500

    CallStream: Set CanRequestReceiving based on MutableContents

commit 4395cebd5a8e10397a5249311208a846a4f1d347
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 20:35:13 -0500

    Add valgrind suppressions

commit 65707a304bb55a546d79be737d9145cd4b891da9
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 20:34:50 -0500

    Fix memory leaks found by valgrind

commit 09069b773167ac1519ef8f4c2d2fd823b090c8e3
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 19:33:46 -0500

    Set the resolved stun server

commit 4e15317ab00c4fc0b4ea16efd8eab3b479e07e22
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 18:43:10 -0500

    It's rawudp, so assume we're always connected
    
    Because rawudp does not have a concept of connection.

commit ccf9654e5b987a552660769d1649a93d5401acb6
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-24 15:48:23 -0500

    Only reject codecs on the proper error

commit 8517957e4d266351eb1dd0e0b2e8834e6a163248
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-23 21:54:21 -0500

    Make Hold/Unhold work

commit 86ded282b0416ab12583e1da0d21670aac632b6d
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-23 19:24:24 -0500

    Make it possible to remove a content from a connected call

commit 92a846c32180c0ce51a4862b80b5159261d45b98
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-22 16:15:45 -0500

    Make it possible to add a content to a connected call

commit 7dc9846458c8598793b6f42f839d256367ece9f8
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-22 16:13:38 -0500

    Use generic function to check the direction in an sdp block

commit 2ef6bf1d347df4b263feca689fb98ffe68bbf6ba
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-22 16:12:31 -0500

    Rename remote_codecs to the more accurate remote_codec_offer

commit 9e13142105e97d34ea7dbf449587d0b4f7e02f64
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-21 21:17:24 -0500

    Check for direction when verifying SDP

commit 6cd12d15d12b4a88f05cb54c27b7867e551194ab
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-17 20:01:33 -0500

    Make basic test work with both audio and video

commit f21e7cda15a7326b0312789dedbeda57f2f6a8b7
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-16 21:36:19 -0500

    Implement RequestReceiving

commit 002852b06ae3830ad2f15d81e0d61ffdfb06b98b
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-16 17:19:08 -0500

    Make AddContent take the initial direction

commit 10cddfb8a7fc6780d2ae0d26550eebda4f632455
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-14 16:08:19 -0500

    Make SetSending work, also add tests for it

commit 40769c349d7cdc94d71b1d65e5e6dbf62baa8966
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-13 18:50:54 -0500

    Make more of the tests base class work with multiple streams/contents

commit 01c9be9498fcc81573f9a05ad683c93345570538
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-13 18:50:29 -0500

    Correctly identify remote hold

commit 997315eefccb118235c1658983e14070d8865acf
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-13 17:45:38 -0500

    The Media GPtrArray can contain NULLs, so allow them

commit 469c35c7a6f3af4174f6ba4054562d1bdc4f0769
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-13 17:45:14 -0500

    Don't leak the stream

commit dac24aa2e69b9b16b1a54f2bb35555fd10931932
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-13 15:33:19 -0500

    Port the Ringing/Queued test to their own test

commit 06e3fdff22563583f0e3dc3279de23bde4d8de54
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-13 15:00:04 -0500

    Add base class for Call tests

commit 682e06632120f35de16728226b87a3193ea31f33
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-02-10 15:08:51 +0100

    Factor out the requestable channel classes test

commit 6dc51e5bbe1c9a2a46e489967a94d366b35fe65e
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-01-31 14:36:12 +0000

    Port to Call1

commit ac815e6d8072d1cb2cf5e27ea8516d125809e473
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-01-23 14:13:56 -0500

    Removed StreamdMedia support from MediaManager

commit 8194984de444b80a5129e547272b1f984234ea1e
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-01-23 14:08:22 -0500

    Only build Call

commit 7a4a3594f86445313f49314a8fbde9c63eb26da3
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-01-13 20:12:03 -0500

    WIP: Factor out Sip code to SipSession/SipMedia

commit e0b0f82852ea73743c31b0ccf854bc438e7fcb1a
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-01-10 17:51:53 -0500

    Add SipSession/SipMedia abstractions

commit b495f29113a05ed4aaa57546cbb3ef3911e61c9a
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-01-10 16:45:49 -0500

    Accept MEMBERS_CHANGED_DETAILED that the recent tp-glib base classes set

commit e7761266636df6eed39104798895ed701b00c866
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-01-10 16:45:10 -0500

    Force transport to udp
    
    It's all that Twisted supports

commit 71aeae7522d43cdfc226936bff96909b5a6cf323
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-01-06 19:44:47 -0500

    Port MediaManager to use Call instead of StreamedMedia

commit 909ac13ef3b102be8f960a955187e69a9d3e9a82
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   2012-01-06 18:15:21 -0500

    Add empathy Channel/Content objects

commit 3deafd75ec03b80324d4b1fa05abac22807b6647
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   2011-11-17 10:20:46 +0100

    Fix set but not used build warning

commit 9ec9fd41456f199d95d05a0d29f040a169039d24
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   2011-11-16 15:59:04 +0100

    Use _unref instead of _free _destroy when possible.unref
    
    Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy
    with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref.
    
    I used this command to generate this patch:
    for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done
    
    See Danielle's blog for explanation of possible bug _free can do:
    http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/

commit 3785f4686c084558b0b693c7d625088efe432d73
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   2011-11-16 15:58:50 +0100

    Add coding style check for g_hash_table_destroy and g_array_free usage

commit 267db8394c7b8be25daa72674eb088b845c15ead
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-10-27 20:22:09 +0300

    Bump nano version to 0.7.3.1

commit 9d4a4f4bbc00d0b77c4edac518da67fc9064c21f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-10-27 20:06:10 +0300

    Version 0.7.3

commit 4f995f46a7a658796f23f23179476a3bdd211300
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-10-27 11:29:02 +0300

    Rename the connection manager service name back to sofiasip
    
    The .manager file refers to that name and even the service file
    is named that way.

commit 7b7442e4a17792dfa6fbfc1f93c72350d08ccee3
Merge: 90ea350 3af8862
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-09-19 16:11:21 +0300

    Merge branch 'quench-pending-send'

commit 3af886220f3132c36dcc86f3f00e80dcf89eaf9f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-09-19 14:40:22 +0300

    Clear pending send flag if its stream direction is disabled
    
    When a stream direction is requested to be off by either party,
    its associated pending send flag has no reason to be set any longer.

commit 90ea350fca5a0267fb76dc807c95ccd08c66c8e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-09-06 18:44:33 +0300

    Bumped nano version to 0.7.2.1

commit 6788ab7db83b4677fc2d1d999d440b640354e861
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-09-06 18:29:31 +0300

    Version 0.7.2
    
    The NEWS file is updated with the history of 0.6.x releases
    from the telepathy-sofiasip-0.6 branch.

commit bfbf7a111a195cc2e4028c2f537cff29155f880b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-09-06 17:25:20 +0300

    Renaming of SofiaSIP to Rakia in various comments

commit 4d58eff541bc9b2c9fe2e1cf4b9aeaa654cc69ed
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-09-06 17:22:25 +0300

    Use the utility function rakia_version_string() for User-Agent value
    
    Turn it into "Telepathy-Rakia/<package version>".

commit 806e28809f2b2d0121ef36ae9d327b60d59fd53b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-09-05 11:52:25 +0300

    Log more stuff using per-session and per-stream convenience formatting

commit ddcf6bed8619780e87c8491345a6bd0217529b06
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-09-05 11:05:03 +0300

    Fixed up session state formatting

commit 6acdc05cf49cd03a1ec8058eae5a4f2d043323e9
Merge: cf94024 cb9453b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-09-05 11:01:37 +0300

    Merge branch 'master' into debug-lite

commit cb9453be492f28cf7b12c53f10b639ee9c56ed0f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-08-25 15:46:07 +0300

    Exercise StartTones and StopTones in tests

commit 31cf52edc55fab3843e8b664a6da158afdb0aba1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-08-25 15:42:04 +0300

    Check the argument of StoppedTones

commit e033fa1338722ee7b7c584af03fbebe36aeff16d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-08-24 17:34:48 +0300

    Make sure codecs are properly intersected in the outgoing call test
    
    It works regardless, but the session state turns out wrong internally.
    Also simulate stream being connected only after the intersection.

commit 2129ffbadd2194a6df94d179a61a0169b01eb498
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-08-24 17:32:52 +0300

    Exercise DTMF.MultipleTones in test, complete with deferred tones

commit a3ff78f02af75261d5b322610a679a191082e927
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-08-24 15:36:03 +0300

    Test that initial tones are signalled as playing upon call establishment

commit 70c4e20de8502ff86105acacdc3928645ffe4f62
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-08-24 15:22:53 +0300

    Factored the MediaSignalling audio session mockup into a voip_test utility

commit 3f3a3dfd968749732ac8f15f575467c15686e9ef
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-08-24 14:14:45 +0300

    Add a test for DTMF InitialTones property

commit 3d61bd0debe0dba5056fad3227c84cac43865e93
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-08-24 14:12:21 +0300

    Set channel property DTMF.InitialTones in channel requests
    
    Also advertise and support it in the requestable channel classes.

commit 0aae5bfde0c9b92ddcc760eeab09b225360804bb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-08-24 11:32:44 +0300

    Play initial DTMF tones when the channel's audio stream is connected

commit bead97d9f05bf9d1ca10a803156f8fc702a92267
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-08-24 11:29:45 +0300

    Lightweight access to the private structure of RakiaMediaSession

commit 8b5b9ee192fae3661292d8664d827f55fb4ee44d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-07-12 16:27:39 +0300

    Updated Channel.Interface.DTMF with recent spec additions

commit 3c4cd0e926209b1f7fbfe23467da78875022cb7f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-06-16 19:52:52 +0300

    Correct namespacing for a generated enum type

commit 0af89bc46b75ed0dfefa968c127362f39e46cf30
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-04-13 15:59:47 +0100

    fix typo so distcheck passes again

commit 273dd9c975c3ec303f5b394c4652ab25970b4490
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-04-07 14:01:40 +0100

    Restore TPSIP_* environment variables' functionality
    
    If RAKIA_* environment variables exist then we prefer them.

commit ec92b4aedc7261e4af84d8e44f56da39d6033ec4
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-06-15 16:51:06 -0400

    s/TPSIP/RAKIA/g
    
    How did we fail to spot this during 'Rename project to telepathy-rakia'
    (8dcddb61752cfa140df30c94b54bd02684419323)? That's embarassing.
    
    Also, fix whitespace in README

commit ea149b859510465782c57abf88828c9fbb16050b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-06-14 21:20:50 +0300

    Nano version 0.6.8.1

commit f5207b902a50ad35019956f042beebe21cffef46
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-06-14 21:08:50 +0300

    Version 0.6.8

commit d547bb11d8eb2fb9dff19b812f6856dd12e9c254
Merge: d960b6a dfc026f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-06-14 20:54:21 +0300

    Merge branch 'codec-updates' into trunk

commit dfc026f67a3e82bdb785958e5ad0a808568372a5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-06-07 19:01:41 +0300

    Corrected a doc comment

commit 2ea9f5862806e91302af34c998966e01ab1c26f6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-06-01 13:02:50 +0300

    Refactor handling of local codec information to avoid excessive re-INVITEs
    
    This change also removes non-intersecting codecs from SDP
    negotiations (fd.o #30434).
    Branches for some freak cases was removed, as they have not been seen
    occurring in the wild.

commit cf94024c49bc64ca31961cb5895249ce0dc57048
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-05-31 17:43:25 -0400

    fix whitespace

commit 7372a4b1d58b13bfba98698ebc56e37d98d1cf38
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-05-31 17:07:45 -0400

    make --disable-debug work (distcheck passes)

commit 11f61e81ef70bd00d4c777522f882171795c7dfb
Merge: 1bfaa66 c977579
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-05-31 16:45:55 -0400

    Merge remote-tracking branch 'zabaluev/debug-lite' into test-debug
    
    Conflicts:
        rakia/debug.c
        rakia/debug.h
        rakia/media-session.c
        rakia/media-session.h
        rakia/media-stream.c

commit 1bfaa66fc35c65183714225b861bf1ba6d255170
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-05-31 16:22:12 -0400

    Don't skip the test if debugging is disabled

commit ef8d5d16475dce2a82b59898615b265e57dc7422
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-05-31 15:33:06 -0400

    Add test-debug.py
    
    Copied from gabble. This also requires a config.py in BUILT_SOURCES

commit cacf971a900f6d30f92540f82db9dc48261e4994
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-05-31 11:53:25 -0400

    Copy distcheck flags from gabble

commit 960410f5887000c733b1967c39bc426aa58fedc4
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-04-13 15:59:47 +0100

    fix typo so distcheck passes again

commit ffb3d3654ff6229e232484f7f270d425178ecae6
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-04-07 14:01:40 +0100

    Restore TPSIP_* environment variables' functionality
    
    If RAKIA_* environment variables exist then we prefer them.

commit b59ebd6b72a3229e8bea86f1a0a741529d2c0fdb
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-04-01 17:39:13 +0100

    s/TPSIP/RAKIA/g
    
    How did we fail to spot this during 'Rename project to telepathy-rakia'
    (8dcddb61752cfa140df30c94b54bd02684419323)? That's embarassing.
    
    Also, fix whitespace in README

commit d960b6a266e60e19480bb9f192448f05d8463463
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-05-26 18:49:37 +0300

    Use module-correct APIs to get the GSource from the sofia root

commit 66f6b6d1f85382a341d59c7265b763d9f40b21f0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-05-27 11:07:20 +0300

    Nano version 0.6.7.1

commit 409ba314750ff236b1cac4f000846046d66b6305
Merge: 923b867 2f3116d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-05-26 19:10:28 +0300

    Merge branch 'iphb-system-sync' into master
    
    Conflicts:
        src/sip-connection-helpers.c

commit f13e2fcb5cf26a3693f7122b844a3304239f9b17
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-05-23 14:50:33 +0300

    Version 0.6.7

commit b21189d1215d02f0e1e40fc8e219b9738e1ac096
Merge: 01d10bf 2f3116d
Author: Marco Barisione <marco@barisione.org>
Date:   2011-05-23 14:23:55 +0100

    Merge branch 'iphb-system-sync' into telepathy-sofiasip-0.6
    
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 2f3116dff3ac88c79c4de43470de558ef0a72456
Author: Marco Barisione <marco@barisione.org>
Date:   2011-05-19 14:03:31 +0100

    Synchronise the heartbeat wakeups with other applications

commit a72612a0b52e7c6ccdbec5da5e060589383f21b7
Author: Marco Barisione <marco@barisione.org>
Date:   2011-05-19 12:58:32 +0100

    Depend on libiphb >= 0.61.31
    
    The newer libiphb is needed to help synchronisation between multiple
    applications.

commit 0f484ff84530777a6c18720b1389aa13e64d8e2e
Author: Marco Barisione <marco@barisione.org>
Date:   2011-05-19 12:57:19 +0100

    Use pkg-config to check for iphb and use the right include path

commit 923b867371c502a8228b749e03c9476edd730d5c
Merge: 0f3bf0b 01d10bf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-05-23 14:15:59 +0300

    Merge branch 'verify-certs' into trunk
    
    Conflicts:
        src/sip-connection-manager.c
        src/sip-connection.c

commit 01d10bf1deca680b64592314a009ecccacdb1d9d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-05-20 16:25:42 +0300

    Added connection parameter "ignore-tls-errors"
    
    The client should be able to circumvent the newly strict behavior, if
    they don't care about the security of their connection.

commit c63db60141b7330cca797e601e2f1d39343191fd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-05-10 18:27:38 +0300

    Verify TLS certificates

commit c226a317353c19f2987f037bc98229a33e4bde95
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-05-10 18:26:38 +0300

    Require sofia-sip 1.12.11
    
    We need this to use TPTAG_TLS_VERIFY_POLICY.

commit 0f3bf0b7b43016e84bc1c5f9448659c20bd0dcaf
Merge: 2736821 b703283
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-03-15 17:38:43 +0200

    Merge branch 'keepalive-default'

commit b7032831188d340407e858266d437bdfcfc42eb7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-03-07 18:34:23 +0200

    Don't default the connection parameter "keepalive-interval" to zero, either

commit c97757937ad35bbfa4104b37082965b87a1e27c1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-03-04 20:18:20 +0200

    Moving log init/shutdown back to the connection manager lifecycle
    
    Doing the TpDebugSender business outside of the mainloop may not be such
    a bright idea.

commit 024ce4dcbfd4b21c076cad79686cc2cb2adf37dd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-03-04 19:44:00 +0200

    Don't default the 'keepalive-interval' parameter to 0 (no keepalives)
    
    There is already support for NUA stack-defined default, we just failed to
    use it.

commit 5d568b09068ee1705ed1e35f12044f97e5a1ee85
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-03-04 19:13:31 +0200

    Avoid formatting the log message if it isn't used anywhere

commit 328cc9576e45558095460e43e345faf8e3bdcb6e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-03-04 18:44:18 +0200

    Better debug facilities for media session and stream

commit fab41a3131b35a6ee3f56c587969aa57d225cf2c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-03-04 17:48:49 +0200

    Consolidated initialization and shutdown of logging
    
    The initialization and teardown of the debug sender and logging infra
    is moved to the main function of telepathy-rakia.
    The Sofia log override is now only exposed as the log handler itself.
    
    NOTE: API changes in rakia/debug.h

commit 8ad2d857bb1012048003d24cfe6e5345ba7d82c3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-03-03 17:12:33 +0200

    Use tp_debug_sender_add_message_vprintf in the logging function

commit 9a2a9991fea610f64fe05ed8ffbfdb34d741360a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-03-03 16:31:08 +0200

    Improved a few debug messages

commit b6fe22a2b7a086474c53472e853318f0c8527707
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-03-03 16:29:36 +0200

    Removed all direct usage of g_log facilities

commit 2736821fc3332e887af8cd8196257d1d90e7957f
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   2011-03-02 16:46:22 +0100

    add Messages properties to immutable properties

commit f938304c112a00c33dbfb88aa2d6f66798e65bb6
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-02-22 15:07:09 +0000

    Keep bus name as sofiasip
    
    This is to avoid breaking people when they upgrade. We can do the but name
    change as part of the telepathy-1.0 API break.
    
    Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>

commit d824fd6f9051aa1808424d536a2009ab63db2117
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-14 18:22:04 +0200

    Comment doc that STUN is used for media only

commit 0edb5ebf4391d53214ab44284968e548f74d8faa
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-14 18:13:28 +0200

    Smarter behavior of connection parameters 'discover-stun' and 'stun-server'
    
    'discover-stun' is no longer ignored if 'stun-server' is set.
    If 'discover-stun' is set to true, 'stun-server' is now ignored.
    If 'discover-stun' is not set, 'stun-server' is used if that is set,
    otherwise 'discover-stun' defaults to true.
    
    Fixes: fd.o #34227

commit 13d1557121f2a20eb98b8b2d0786d57f1a35edb2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-15 14:42:41 +0200

    Fix up a merge omission
    
    Maybe doing merge -s recursive -X ours was not such a good idea...

commit 1e56054fc8f87fc65fd8bd032e23cfda4957ec72
Merge: 8dcddb6 2ff3e6a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-15 13:43:28 +0200

    Merge branch 'stunning-fixes'

commit 2ff3e6a357852c88c09680b3c2fef3c9eea6b5b6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-14 18:22:04 +0200

    Comment doc that STUN is used for media only

commit f772fd727eb15fe90f4ae298c4f1dfbfa82b7445
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-14 18:13:28 +0200

    Smarter behavior of connection parameters 'discover-stun' and 'stun-server'
    
    'discover-stun' is no longer ignored if 'stun-server' is set.
    If 'discover-stun' is set to true, 'stun-server' is now ignored.
    If 'discover-stun' is not set, 'stun-server' is used if that is set,
    otherwise 'discover-stun' defaults to true.
    
    Fixes: fd.o #34227

commit cfebf09323a44f2bc892f5eb48905466a2325afc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-14 17:19:50 +0200

    Don't do STUN SRV lookup on the IP address-based account URI
    
    Currently, only IPv4 addresses are supported, as is the case elsewhere.
    Added FIXME comments to add IPv6 support later.

commit 8dcddb61752cfa140df30c94b54bd02684419323
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-02-12 10:03:25 +0000

    Rename project to telepathy-rakia
    
    For the curious, these are the commands you need:
    
    git clean -d
    
    git mv tpsip-extensions extensions
    git mv tpsip rakia
    
    sed -i \
        -e 's/libtpsip-extensions.la/librakia-extensions.la/g' \
        -e 's/libtpsip_extensions_la/librakia_extensions_la/g' \
        -e 's/tpsip-extensions/extensions/g' \
        -e 's/sofiasip/rakia/g' \
        -e 's/tpsip/rakia/g' \
        -e 's/Tpsip/Rakia/g' \
        -e 's/SOFIASIP/RAKIA/g' \
        */*.[ch] .gitignore configure.ac $(find -name 'Makefile.am' ;
            find -name '*.py' ; find -name '*.in')
    
    git mv ./docs/telepathy-sofiasip.8.in ./docs/telepathy-rakia.8.in
    git mv ./src/telepathy-sofiasip.c ./src/telepathy-rakia.c
    git mv ./data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in \
        ./data/org.freedesktop.Telepathy.ConnectionManager.rakia.service.in
    git mv ./tests/twisted/tools/sofiasip.service.in \
        ./tests/twisted/tools/rakia.service.in
    
    ./autogen.sh && make distcheck

commit ada52bcb3064a5a7fa0e75038f4365b45376518c
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-02-12 09:46:57 +0000

    tpsip/Makefile.am: Add missing \
    
    aka fixup! conn-aliasing: rename as tpsip/connection-aliasing
    
    make distcheck passes again

commit 359b4003726927a1820c8953a06b16bad3dfe92c
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-02-11 12:59:48 +0000

    More ignore rules

commit e2d72636a1a8a04026ba0a759bb7c4984ce4cc47
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-02-11 12:42:08 +0000

    Don't distribute rm'd tpsip/signals-marshal.list
    
    aka fixup! Move src/sip-media-* to tpsip/media-*

commit f8362aa74b63bab3b1dc8b9b6ab2076fe764908c
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-03 19:04:20 +0200

    tpsip_conn_heartbeat_init: use "sofia-root" property

commit 3d4d139d64c1473a42986655e5930175d30bfa70
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-02 19:53:19 +0200

    Add tpsip_version_string ()

commit 1aaf4b3483608bd24d4589c8fdd3012c8c5de3e9
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-07 20:23:22 +0200

    telepathy-sofiasip.c: use tpsip Sofia log handling

commit 92a9e89842b9308a11613760934eeaf8d80b470a
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-07 20:19:56 +0200

    tpsip/debug: add Sofia log handling

commit 907f1d8088a2bd8dc760db03a90b599920f25de4
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-07 21:59:09 +0200

    Move src/media-factory to tpsip/media-manager

commit d34116f1aa49063c14117ece0a69bc7527b11d52
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-07 21:39:41 +0200

    Move src/sip-media-* to tpsip/media-*

commit 91b852d54264a37b8b2d88e5d2c084325f6b30a6
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-07 21:30:34 +0200

    Move src/text-factory to tpsip/text-manager

commit 674e943231bf519168f59769b4f135c8ae8cd255
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-07 20:36:44 +0200

    Move src/sip-text-channel to tpsip/text-channel

commit 331154bb38f00852103bfcf5c95320ee1305f50f
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-02 19:52:11 +0200

    Move src/debug to tpsip/debug

commit 262656c55e4112d36005426cd5985df3c94a74f7
Merge: 26eae76 9b8b2a7
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-07 19:58:07 +0200

    Merge branch 'tpsip-base-connection'

commit 26eae76d331cfa19edfc35dabf258a353904bd2a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-02 18:32:22 +0200

    Brushed up the README
    
    Removed obsolete information referring to libjingle.
    Updated information on building.
    More help on environment variables.

commit 9b8b2a7a9d0a39557394c19d932603ac3a37dd40
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-01 01:07:55 +0200

    sip-connection: remove functionality copied to TpsipBaseConnection

commit c2becd941ca8ba98624b4622dd3d4d94e58345cf
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-01 01:47:23 +0200

    conn-aliasing: rename as tpsip/connection-aliasing
    
    TpsipConnectionAliasing is a GInterface implementing the
    Connection.Interface.Aliasing (for self handle). The new GInterface uses
    the property "alias" from Connection classes using the interface.

commit 3d9b980d25b2c3ed1341ec7fcd799e4201a984d2
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 21:16:28 +0200

    sip-connection-helpers: remove tpsip/handles functionality
    
    - tpsip_conn_get_contact_url replaced by tpsip_handle_inspect_uri
    - tpsip_handle_parse_from replaced by tpsip_handle_by_requestor

commit a3359d8f6f1c7394ea693c18da79d3208d229afd
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 21:13:26 +0200

    conn-aliasing: use TpsipBaseConnection and tpsip/handles

commit b88bcd9a6fb990d2ee91b72cbb4db2c80b111865
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-01 01:02:18 +0200

    sip-media-session: use TpsipBaseConnection

commit a363dde870d989473b1fcee596998ba20a8f3ec0
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-01 01:02:03 +0200

    sip-media-channel: use TpsipBaseConnection

commit 992e42d3a785465675e98f799d8070da3a16aa38
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-01 01:01:45 +0200

    sip-text-channel: use TpsipBaseConnection

commit d5b2c6b85a513694e3be8ab31bdc2e9012c6ddb3
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 21:13:39 +0200

    protocol: use tpsip/handles

commit ac6d9b82ded106e80b75d1a0198cf7daea8f1285
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 21:12:49 +0200

    sip-connection: use tpsip/handles

commit fb6825a550f8825962bc32fbedbbc401e92cb7d9
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 21:11:11 +0200

    media-factory: use tpsip/handles

commit d668e5dd9c09fd5c13b2e6ac06f5a905bd5f8c98
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 20:58:00 +0200

    media-factory: use TpsipBaseConnection

commit 89157182dcd9390a7a4fdd040c74401293972dfb
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 20:52:48 +0200

    text-factory: use tpsip/handles

commit df7195bd6bf73cc5d4a8d056eecba1d244ae0218
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 17:05:00 +0200

    text-factory: use TpsipBaseConnection

commit 5544102fb3ecfca6d77b0ba049169cc60052c82b
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-01 01:46:18 +0200

    tpsip-base-connection: add nua callback
    
    Move the nua callback module src/sip-connection-sofia.c to
    tpsip/base-connection-sofia.c, using the new callback from
    sip-connection.c.

commit 2ac200c8e3e4a0e573b2ffda6e5de834bf56c8c9
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 20:53:57 +0200

    Derive TpsipConnection from TpsipBaseConnection
    
    TpsipBaseConnection implements TPSIP_TYPE_EVENT_TARGET and
    TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACTS.
    
    TpBaseConnection implements TP_TYPE_SVC_CONNECTION.

commit 7842fdc032e068528b924226c7ed24ffd603257a
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 17:32:55 +0200

    tpsip/handles: add
    
    New SIP handle management functions:
    - tpsip_handle_ensure ()
    - tpsip_handle_by_requestor () (replaces tpsip_handle_parse_from())
    - tpsip_handle_unref ()
    - tpsip_handle_inspect ()
    - tpsip_handle_inspect_uri () (replaces tpsip_conn_get_contact_url())
    
    Functions tpsip_handle_normalize() and tpsip_normalize_contact () are
    also moved to tpsip/handles.

commit 92c23c73853783f34e861599391416bae37cbf5f
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 17:09:27 +0200

    tpsip/base-connection: add
    
    TpsipBaseConnection is an abstract base class for SIP connections.

commit 253b4a1144888f7d6b72ff8217e56ba61d515c51
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-01-31 23:54:47 +0200

    test-self-alias.py: check if Aliasing interface is visible in Contacts

commit a5028ee9a77c8ed30f8fbc8ee4bc0aea09d1a46e
Author: Pekka Pessi <Pekka.Pessi@nokia.com>
Date:   2011-02-01 00:57:31 +0200

    Silence DeprecationWarnings from twisted sip

commit 38c94348c26a1673d89f935ce36d6fa682af4277
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-02 13:06:46 +0200

    Nano version 0.7.1.1

commit b3d95a10e75eece58379c93308a88f58560a769e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-01 21:15:06 +0200

    Version 0.7.1

commit 0ec7a23893b4c85a359f6349578ed34cf5e595ea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-01 21:34:26 +0200

    voip_test is not a test script, move it to EXTRA_DIST

commit 1f51b77c6df5e5af0bd6aca31927e842a4d86b72
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-01 21:28:35 +0200

    Added voip_test to dist files

commit 95e060c7696c93d92b151651cff758015b5a9405
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-01 21:14:07 +0200

    Added Jonny Lamb and David Laban to the list of authors

commit 54fbc7e90524cef4459a320ca631ecf294c8b0ec
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-01 20:20:55 +0200

    Nano version 0.6.6.1

commit 45937162409c6a6c36d5c3d30e016a96c698a1d4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-02-01 20:14:54 +0200

    Version 0.6.6

commit e4006c401c93e57b337249fd8c2891bff32dc894
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-01-31 18:47:01 +0000

    Add test for fd.o:33716

commit b47726b065fb5e054bc2ab096755c989d294a3c1
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-01-31 19:08:19 +0000

    remove references to twisted.words.xish

commit e0b4d040e816d1918913bdebcdc156351a679476
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-01-31 19:00:38 +0000

    Revert "Check for Python module twisted.words.xish as required for unit tests"
    
    This reverts commit dfb7be1f4d652d48ac001f9e496abd97006c1ba3.
    
    Sorry. That was sloppy of me. I don't actually use xpath.

commit dfb7be1f4d652d48ac001f9e496abd97006c1ba3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-01-31 20:46:33 +0200

    Check for Python module twisted.words.xish as required for unit tests

commit df7937078faa3211a8eaae0342cd7bf297b4fc20
Merge: 776194c f69dc4b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-01-31 20:37:37 +0200

    Merge branch 'invite-from-self'

commit 776194c93cc447aede374f011dff5b1d49b2b0ed
Merge: abcfb59 2cf3c1e
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-01-31 18:23:54 +0000

    Merge remote branch 'alsuren/streamedmedia_tests'
    
    Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>

commit f69dc4be0e713eef64ecb65c84ded2fa357b39b9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-01-31 19:46:47 +0200

    Reject incoming calls from the same URI as the local user (fd.o #33716)
    
    This is not supported in StreamedMedia channels, and an assertion
    in tpsip_media_channel_receive_invite() sees to it.

commit c4cffddbaea180ba3fddebed81097c03e2cca959
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-01-29 13:45:31 +0200

    Nano version 0.6.5.1

commit a6c7d52dac100d5f9ea97c68e7197f6d41756435
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-01-29 00:40:32 +0200

    Version 0.6.5

commit abcfb59b2ae9613585515fd887f026591ffe77fd
Merge: 9eb2013 68b99ed
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-01-28 21:18:51 +0200

    Merge branch 'signed-param-fix'

commit 68b99ed09a29fa567d0a49789389ba8b545d0226
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-01-28 20:36:42 +0200

    Changed the size parameter type to signed in tpsip_unquote_string()
    
    The special value of -1 implies that the type should be signed.

commit caf244b6d1b38cc42291ce0697374fae6f5a4148
Merge: 8932d71 09dd7ac
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-01-28 20:54:36 +0200

    Backported fixes to fd.o #31720 onto telepathy-sofiasip-0.6

commit 09dd7ac499d83eb40154c6415a77fa89cfaac880
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 13:46:18 +0000

    fd.o #31720: use TpDBusDaemon to export media streams

commit 91e347eaf9e1a75b81943286c7308164663c9010
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 13:46:06 +0000

    fd.o #31720: use TpDBusDaemon to export media sessions

commit 9486db40a0f0836b65d46ea925216126c6fe2709
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 13:45:40 +0000

    Backported fix to fd.o #31720: use TpDBusDaemon to export channel objects
    
    Backported to telepathy-sofiasip-0.6

commit 2cf3c1e745c27dd48d71b05e5daa68479333885b
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-01-26 17:12:09 +0000

    Fix group flags for streamedmedia calls.
    
    We start off with lots of flags, and then delete them as we work out what
    kind of channel we are, rather than trying to track what we need to
    add/remove over time. We should always have the right flags before we are
    advertised on the bus.
    
    Note that adding members to a channel made using Create isn't *strictly*
    correct way to do it, but it isn't special-cased in any of the code, and
    I don't want to set flags that are lies so I've just updated the tests
    accordingly.
    
    Also, converting the flags to their binary representation makes failed
    assertions a lot easier to debug (and I honestly don't care about speed).

commit c10bee3f1c4f02f1ca758999ef420c21a4996443
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-01-26 15:35:03 +0000

    sip-media-channel clean up group members
    
    Use tp_intset_new_containing() wherever it's sensible
      This makes sets with only one member simpler and less think-o prone.
      (We still use tp_intset_new() for groups with more than one member)
    
    Use better variable names for clarity.
      (We still use "set" in priv_session_state_changed_cb() to avoid too much
      code churn)

commit 630113129f088d29aa4be60bcfbe66a3cd564a55
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-01-26 14:20:17 +0000

    voip tests: BYE message needs a reply. Add to tests.

commit e5bf266a20d817a22c70efc31fc5d34913c1f3df
Author: David Laban <david.laban@collabora.co.uk>
Date:   2011-01-26 14:09:47 +0000

    Fix review comments for tests.

commit c40b48866b7bd04308b26725368304c555cc69fd
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-07 19:53:37 +0000

    add new tests to make check

commit 3683f1b456ef9baa2fefc885fe1e458b769647bf
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-07 18:39:31 +0000

    Fix up incoming-basics.py
    
    * Same deal as outgoing-basics, but in one commit.
    * Also, expect the NewChannels signal rather than NewChannel.
    * Add context.send_message() and implement .incoming_call(), .ack() and
      .terminate() based on it.
    * FIXME #32189: group flags are borked.

commit 8f241d940ecfcc366ce3dedb5b077d73d379965c
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-07 18:09:33 +0000

    Complete outgoing-basics.py
    
    sofiatest.py:
    * add sip headers to Events for convenience
    
    voip_test.py:VoipTestContext:
    * add {get, check}_call_sdp()
    * add accept() (secretly also records call-id)
    
    outgoing_basics.py:
    * Call NativeCandidatesPrepared() because RAWUDP requires it.
    * Expect sip-* events rather than stream-iq ones.

commit 744205d25b59848c56902a4fdfd7134d575f8794
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-07 17:45:57 +0000

    Update the groups interface when remote user accepts the call.

commit 76cba776cacd54b3994a590e572b1a51c2217761
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-06 18:49:40 +0000

    import incoming-basics from gabble

commit 364ff37b08cc76841312b04450cb8de9541f2ada
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-06 16:59:29 +0000

    Don't call priv_outbound_call (self, 0)
    
    This previously happened if the client requested an anonymous
    streamedmedia channel, but doing so would cause a crash.

commit 1de34ce405c9df7ea0953604ebfa19fc04b92f9d
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-07 19:46:53 +0000

    Make outgoing-basics test work up until the first network traffic event.
    
    * Change from gabbletest to sofiatest, and import bits of gabble's
      jingletest2.py as voip_test.py
    * Get rid of JingleProtocol args to tests
    * Change variable names s/stream/sip_proxy/ and s/jt2/context/
    * Change jids to sip uris.
    * Don't restrict ordering of NewStreamHandler signal emission, when
      all sane StreamEngine implementations do state recovery anyway.
    * Early-return before we expect any network traffic
    * Channel.Type.Call is not a requestable type.
    * change test_all_dialects back to exec_test calls.
    
    Things I'm not sure about:
    * FIXME: 32189: group flags are borked.
    * Are sofiasip's pending send flags correct?

commit 85b5c6a95151c73fbd8a62fd541cadbbc81bf32a
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-03 18:54:36 +0000

    implement tpsip_media_channel_get_handle() properly.

commit a9f18ec9ffe748c2078886cbc51c28babc3ce944
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-03 16:38:38 +0000

    initial import of outgoing-basics.py from gabble

commit 63dc72f4e45d249dc7cbccf9e721dc3ec07e2dc1
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-07 19:34:56 +0000

    Hacks to allow running multiple tests per process
    
    * Pick a random port to create the server on each run (since
      IListeningPort.stopListening() isn't guaranteed to have freed the port
      by the time it returns)
    * Don't install the colourer more than once
    * Fix the colourer to deal with "took $seconds" misc.
    
    We should probably try to consolidate these hacks with whatever gabbletest
    does, or maybe try to push more stuff into servicetest to make it easier
    to maintain, but let's wait until sofiasip has more tests before we start
    doing that.

commit 9eb2013202cc29017c1925bd0e1d7c1906bf209b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-01-03 18:26:27 +0200

    Added a NEWS item for the upcoming release with warning about legacy loggers

commit 79ff96db9d46dfe0c94442b954cf8b5c67b7df0b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-01-03 17:56:45 +0200

    Test the message-sent timestamp header with a fixed value

commit 248b7a0c9b0efac2653c3e2659cbec1eda01d238
Merge: c89168e 6ef183a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2011-01-03 17:45:15 +0200

    Merge branch 'master' into messages-retouch

commit 6ef183a45800b000fe1c402255e822963f90dc0c
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-12-15 14:42:50 +0000

    configure: increase version of tp-glib required
    
    This is required for TpBaseProtocolClass->dup_authentication_types.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit 96c98cfc3a7f59d0c04573098e498503b4ae4a47
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-12-15 14:38:27 +0000

    protocol: implement TpBaseProtocolClass->dup_authentication_types
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit fd3166fc69faa317c2d7d9f9770c6471d57e5a8d
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-13 20:34:52 +0000

    test registering without a password
    
    and using a sasl channel to request the password if the server challenges,
    or not asking for a password if the server doesn't challenge.

commit d2a65899f22ea3d91d7c47793298c55082668be1
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-13 17:33:56 +0000

    Don't ask the user for a password on connect
    
    We don't need to do this until the server asks us to authenticate.

commit 75a2d3a792b54c328b809e1f260ad1e49632fb6e
Author: David Laban <david.laban@collabora.co.uk>
Date:   2010-12-13 17:13:01 +0000

    Ask for a password in priv_handle_auth() if not given.
    
    This requires a call to tp_simple_password_manager_prompt_async(), so
    we create a data struct to help us split the function in half.
    
    Also, we move all checks from the second half of the function into the
    first, so they can be handled synchronously.
    
    The diff is clearer if you use git diff --patience.

commit ef71b9dd869a46476fff2a49b942eb04d9928832
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-12-07 16:52:04 +0000

    configure: depend on new enough tp-glib for TpSimplePasswordManager
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit 04540e3ae94b618270bd3bb43b9ca6d75bf06ab8
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-12-07 16:43:34 +0000

    connection: only disconnect if we're not already disconnected
    
    If we don't check this, tp-glib will give us a nice big fat warning.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit 9b24bd79a3f9437ea406ef4c412ff5aae84da2ce
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-11-25 11:52:31 +0000

    connection: use disconnect_with_dbus_error
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit 7fd45d95dc7909585976670a77243a175d977734
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-11-24 16:26:08 +0000

    connection: use TpSimplePasswordManager to get a password if one was not given
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit d8e180b6f802cccea36fee81714d82203cba1f5b
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-11-24 16:06:04 +0000

    protocol: when hitting a special parameter, just skip it, not all the others too
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
    Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>

commit 825053fad9ac2b08ef47bb21a1dc29b0ca7be77f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-11-23 19:31:28 +0200

    Version 0.7.0.1 for development

commit 15349832aea5b9c4a673e65f4099c116b24522e6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-11-23 18:54:20 +0200

    Release 0.7.0
    
    NOTE: changed the release header format in NEWS to fit expectation of
    tools/make-release-mail.py

commit 3908c858e2b19e122cb85202ede3edb39bc75a5e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-11-23 19:06:23 +0200

    Added constants.py from the test support files to the distribution

commit 99a098f0c5fe88117df394710b704bb111c73a79
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-11-23 19:05:28 +0200

    Removed the dist-hook for changelog generation
    
    Now handled by 'tools/telepathy.am'.

commit 8221afb2c98fd3ceadf2605b99e2f371ca4829c4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-11-23 18:53:19 +0200

    Added the Telepathy maintenance scripts and makefile rules
    
    Copied from telepathy-glib.

commit 684f6bd86d6fbd72b759af1587c7c37777e32791
Merge: d56b1f0 1c58961
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-23 16:12:53 +0000

    Merge branch 'protocol'
    
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=31720

commit 1c58961211f73bf3dd39f3bac4127a0cd7a11bb4
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-23 16:12:42 +0000

    Re-word write-mgr-file's header - this isn't Gabble

commit d56b1f06f7576b17208943374105f7e87b49ee61
Merge: 1c9931a 2003aeb
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-23 16:10:58 +0000

    Merge branch 'get-bus'
    
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 747c688cdd03a69f7d712e1eeeaaf756a0fb5c43
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 18:19:02 +0000

    Implement type_foreach_channel_class in both channel managers
    
    This lets our Protocol objects advertise their requestable channel classes.

commit 167d76996438e4e8e3eacf36577ec196354d592e
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 18:16:37 +0000

    Add a simple test for Protocol objects

commit c847c6bfd4e3d963fd7da2c481fc3078606a4ffe
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 18:16:28 +0000

    Port TpsipConnectionManager to use TpBaseProtocol
    
    write-mgr-file.c was completely replaced by the one from Gabble, with
    trivial changes in main().

commit 5c7b956faeffeda6b4ef2666750398fdb9bb0fba
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 18:15:04 +0000

    tpsip_normalize_contact: add connection-independent normalization

commit b96c4501cca2edda99a94bf3a84165618d53cc92
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 18:14:42 +0000

    tpsip_connection_get_implemented_interfaces: add

commit 4af95b75fc17a251b167208131a51626ae15dec1
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 18:14:25 +0000

    tests: import servicetest.py from Salut and modernize tests to pass again

commit 6babff19f5dafab264a6d3cd5f3af602f7437464
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 18:13:49 +0000

    tests: import constants from Salut

commit 2003aeb88be1545739f92dcd3a4c99e7d0898d07
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 13:46:18 +0000

    fd.o #31720: use TpDBusDaemon to export media streams

commit 522e78d6eb471503f8cb5e955ba3bb5aae843292
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 13:46:06 +0000

    fd.o #31720: use TpDBusDaemon to export media sessions

commit 34dbdead1e26567a3262979e38e9272b1e5d23af
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-11-18 13:45:40 +0000

    fd.o #31720: use TpDBusDaemon to export channel objects

commit c89168ecb97280c6e1f732c659c800af832bd7ab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-11-03 17:39:58 +0200

    Function call whitespace

commit eaafc38c7f7252ea8d5792c14cd2499a6b9e1269
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-11-03 17:39:34 +0200

    Fix header value types for timestamps

commit 4ae2883e410af411acc0d1c9096e3e11137cba81
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-11-03 16:54:03 +0200

    Test message headers "message-sent" and "message-received"

commit 2c4c217d0b8320b86101200b80be35c03654d6f7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-11-03 16:53:44 +0200

    Test "message-token"

commit 90c49625330dd1f2dfa0c075271490fa1cad9518
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-11-03 16:49:35 +0200

    Add the header "message-sent" to received messages in Chan.I.Messages
    
    As retrieved from the Date header.

commit 6b3085a3e3f0a310dc0625d8fd0e5b62241efd10
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-11-03 16:47:58 +0200

    Offer the header "message-token" on received messages in chan.I.Messages

commit 1c9931a882038ac20ab45fe6de015cb8b76a841b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   2010-10-27 16:33:46 +0200

    test-message.py: skip fail delivery report

commit 4e5b5cca60879c68352bdf30b976e6e4c6254888
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   2010-10-27 12:05:34 +0200

    test-message.py: stop waiting for the Sent signal
    
    It's meant to be fired *before* Send() returns, not after.

commit 13285043020ed6bdaa72b30bf65ac9b7d6b0207e
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   2010-10-27 12:05:09 +0200

    add delivery report

commit b68ed195e7cb46b92dae6de5061cd1f94e9ff732
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   2010-10-27 10:30:44 +0200

    Implement Messages (#29377)

commit 3a72188a712b1cfd808d1522751fe30d1e1f1dc3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   2010-10-27 10:14:21 +0200

    depends on tp-glib 0.12.0

commit 8932d71d3ead32065bd070a87b3cee811f6892ed
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-08-27 20:36:08 +0300

    Nano version 0.6.4.1

commit 9cfa07f7dbabcf4faeff3e447aa743c118d4a012
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-08-27 20:24:06 +0300

    Version 0.6.4

commit b80fdcb30fb9f37eeb042beade15e862f5d0b14c
Merge: 1cc6e02 fa3ba5a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-08-27 13:37:28 +0300

    Merge branch 'reject-with-extreme-prejudice' into master
    
    Conflicts:
        configure.ac

commit fa3ba5a5dd2b58e978e023a47093942516ab19c6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-08-26 19:40:39 +0300

    Evaluate if the local handle is in the local pending before removing it
    
    The stupid mistake prevented us from properly signaling call rejection.

commit 19581f4d56a510a554adac177473d7b91e251a42
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-06-21 16:32:59 +0300

    Nano version 0.6.3.1

commit c73241b638c3eaf99b6200d1ac7115d4107e772a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-06-21 16:25:51 +0300

    Version 0.6.3

commit 7178aadaf444870c07f0cf07987f994d3b00d76f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-06-21 16:10:31 +0300

    Fixed a walk-off-the-end crash in debug support code

commit 6ba1c2861ef095edf8cac3e6d9e0954d1a2e7417
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-04-01 19:41:14 +0300

    Disable shared library building for libtool
    
    The PIC-ified objects were not used anyway, and only wasted compilation time.

commit 1cc6e028594f0d4a7e662bfb42f3a53b7b2cb77a
Merge: 6725855 fdf7fbe
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-06-21 15:38:26 +0300

    Merge commit 'fdf7fbe99f69a2a5431223be7d066d35096b1fa1'

commit 5b689a12e02ae6f14a57c6eba6454a368efd5edc
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   2010-06-20 20:54:10 +0100

    Save the pending flags that got applied, so we can apply them..

commit 6725855c7bf6f0f1e7ce96726ca0b0f8acc826ed
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   2010-06-20 20:54:10 +0100

    Save the pending flags that got applied, so we can apply them..

commit b610e20bb159dfbc0167e96a031b4c922c42c221
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-05-26 10:57:37 +0100

    Update with-session-bus.sh from telepathy-glib, fixing a bashism
    
    Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=28258

commit c1b3f2a471b44bec8d0a102536364ef003de3423
Merge: a3f6a5a d88ee28
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-04-01 19:48:55 +0300

    Merge branch 'tighten-hold'

commit fdf7fbe99f69a2a5431223be7d066d35096b1fa1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-04-01 19:41:14 +0300

    Disable shared library building for libtool
    
    The PIC-ified objects were not used anyway, and only wasted compilation time.

commit d88ee28524ae9bf3b751d6005584fda92a391e30
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-04-01 19:07:52 +0300

    Don't remove the local pending send flag when holding the call

commit a3f6a5a5357469c4efe9ed4cfaff62e70ab50278
Merge: 448b43b c300e73
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-29 20:57:23 +0300

    Merge branch 'fix-disable-debug'
    
    Conflicts:
        configure.ac
        src/sip-media-channel.c

commit c300e733d5d187f61bc36f2ffe2cbad46042b1b6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-29 20:40:17 +0300

    Make TPSIP_PERSIST environment variable work regardless of ENABLE_DEBUG
    
    The --enable-debug configure option, and the ENABLE_DEBUG macro, should
    control debug logging and its possible overhead; there is no penalty
    in making the persistent mode work independently of the debug switch.

commit 3ca48325c45bec7d91a2079a962e41b406d4f110
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-29 20:37:31 +0300

    Made Sofia logging handler a no-op when ENABLE_DEBUG is not defined
    
    This unfails compilation with --disable-debug configure flag.

commit 448b43b31b5f941d533cbafa706d8648ec885cad
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-24 16:47:18 +0530

    Fixed a typo in the debug string

commit 2097ae23976c9aa932b28ba9e798aa77395e9e94
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-17 17:46:24 +0200

    Start development for 0.6.3

commit 2bebcc2e3a8933fa051c33c7227833abd5d0898f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-17 16:49:24 +0200

    Version 0.6.2

commit 64d5e8bb608a37a22072466960afaad3d61bf66e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-12 17:08:14 +0200

    Avoid emitting "incoming-call" on re-INVITES

commit 2229021e737bdb038eb4e6cbfae1af5b595110a0
Merge: ff7e80c 8f09f71
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-12 16:55:22 +0200

    Merge branch 'real-initial-media' into real-initial-media-more

commit 8f09f71527095bee0dba946feab5e09d97ee134c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-12 16:54:13 +0200

    Disconnect the "incoming-call" signal handler after handling it once

commit ff7e80c158a0dcc3eae958c5e5923ea3280f6063
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-12 16:47:44 +0200

    Only handle nua_callstate_received at the beginning of a call
    
    This state is also achieved in re-INVITES, where we want to ignore it.

commit ae08dacb9426ac3d64c4d507888fbad4b8eee429
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-11 19:49:00 +0200

    Create and emit the session after emitting NewChannel(s)
    
    Only the old-skool RequestChannel will add members and create streams before
    the channel is emitted.

commit 222df2c563a641c2dfd73c2e94b51cde8d69becc
Merge: 51ee60e a2682c9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-11 19:34:51 +0200

    Merge branch 'master' into real-initial-media-more

commit 51ee60eaca6171b5193088cf2d100d6e1bd9ad9f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-11 19:29:05 +0200

    Emit NewChannel(s) when we do have the idea of our initial media properties

commit a2682c940250925b65390b5ec2ee6ab7c23da69e
Merge: 7348858 48aab55
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-11 18:14:28 +0200

    Merge branch 'premature-sending-fix'

commit 48aab555dbbecec12507aef2f21d77c2cf0bab40
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-11 18:13:14 +0200

    Reinstated the check for session being accepted before we start sending

commit 7348858c257e763976ef214e39942c389afd1cac
Merge: 8087c0f 3476aec
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-10 18:22:08 +0200

    Merge branch 'sofia-log-debong'

commit 3476aecbdad44feb2b20562768b572c773194f0d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-10 18:17:27 +0200

    Strip the trailing newline off the Sofia log messages

commit 703f162d4c6d308a85fd6face49d2b60aa4c5706
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-10 18:12:47 +0200

    Replaced a lot of dubious string formatting code with GLib function
    
    g_string_append_vprintf has become available since Glib 2.14

commit f6152fae8100b0871978b886ea3cd51078a5a536
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-03-10 18:12:12 +0200

    Added the sofia debug category to registered flags

commit 8087c0fc29f8b6ba488e03d17c742893275a4750
Merge: 9f7af19 01ea211
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-22 19:51:23 +0200

    Merge branch 'no-bogus-stun-property'
    
    Conflicts:
        configure.ac

commit 01ea2112b6de872a2f2b3383aae0cbb4993cecdb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-22 19:49:27 +0200

    Fixed indentation

commit a6e66e659e2f5caf450a3249f5445debb36aecf4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-22 19:30:40 +0200

    Better idea for STUN properties on the media channel
    
    The properties are now always available for getting,
    but get exposed as Telepathy properties only when explicitly set.

commit fc332e4a62f3e036233b70fd45c921de77e13924
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-22 19:26:30 +0200

    Revert "Make sure media channel properties 'stun-server' and 'stun-port' are set"
    
    This reverts commit f979118a57d932ef6d61a1320b209507ef357722.

commit a377d3556142dc586c1dd5dec64e14ca2ffad714
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-02-19 21:02:09 +0000

    Nano version

commit 9f7af1994ee1c13ca2586d15c173a2f888de548c
Merge: 0373098 d5cd88a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-02-19 20:54:33 +0000

    Merge commit 'telepathy-sofiasip-0.6.1'

commit d5cd88a40160eb4acedfa4697ba948d861358504
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-02-19 20:47:10 +0000

    Prepare version 0.6.1

commit 0373098e41c1d806178dd3ba6e69b4b1a1301d7e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-19 20:22:52 +0200

    Bumped version for development leading up to 0.7.0

commit 09c12989a58fb581b8b395aae54960088338fc6e
Merge: 8d9c7af 5c1bf6c
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-02-19 18:08:39 +0000

    Merge branch 'ipv4'
    
    Bug: http://bugs.freedesktop.org/show_bug.cgi?id=26654
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 5c1bf6cc2c854e10184dcd25a58f77eba4e2f9cf
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-02-19 16:52:29 +0000

    tpsip_conn_get_local_url: explicitly bind to IPv4 for better interoperability
    
    This is a hack to get round the fact that we can only have one candidate,
    and hardware SIP phones don't generally do IPv6.

commit 8d9c7afb9b5433942e34e9ec2218cc75179a21a8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-16 13:29:17 +0200

    Backfilled the NEWS file

commit c30450807440e61f49fd67445a0e52c7cded5e8e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-15 16:46:19 +0200

    Version 0.6.0

commit 6aaad9709ec8966c5b05ed3eea60f775ac257ada
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-15 16:45:14 +0200

    Check telepathy-glib version to be at least 0.8
    
    We are targeting the stable branch now.

commit bfd444968f20601bdf6968046cc2474769c8bc32
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-15 16:39:35 +0200

    Updated Nokia copyright years in source files

commit 983ac4ce54d885059ba7adec1fdfa9b6b581f847
Merge: 4129ff1 766cbad
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-10 19:28:12 +0200

    Merge branch 'master' into stream-properties

commit 766cbad0c5d3143c05f42e06d891fc7420fcc88a
Merge: 87cd3cf da170ed
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-02-10 17:24:41 +0000

    Merge branch 'trivia'
    
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit da170ed10dd018e116c51dd87d5feb7e6f2c2de1
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-02-10 17:00:17 +0000

    Ignore more generated cruft

commit 487939d0bb20f5f2f1772a07b8dac763dae5bcaa
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-02-10 16:59:50 +0000

    configure.ac: support --enable-silent-rules if using Automake >= 1.11

commit 32c6999a9434d5954a2829838bb9ffe606bde9de
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-02-10 17:12:17 +0000

    Document the currently-supported debug options

commit edcc237b4b244f9b88a826e44a85a132797d32ba
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2010-02-10 16:45:53 +0000

    Add an autogen.sh (from telepathy-glib, minus gtkdocize)

commit 4129ff1669b78df2f62d67e3d55568d9a10ad3a2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-08 19:35:02 +0200

    Use TpDBusPropertiesMixin to implement properties of Media.StreamHandler

commit f979118a57d932ef6d61a1320b209507ef357722
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-01 21:02:50 +0200

    Make sure media channel properties 'stun-server' and 'stun-port' are set
    
    If the properties are not set to their default values, the telepathy mixin
    won't have them, resulting in warnings when retrieved as GObject properties.

commit f599fa54d17a1c0542118156423616cc19ca1326
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-08 18:21:30 +0200

    Implemented DBus properties for Media.StreamHandler

commit 7f34790eff3f25a9ed70a274a2de5f5ad834abfa
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-08 18:18:50 +0200

    Changed a parameter in tpsip_media_session_add_stream()
    
    It's more handy for changes to follow if there is a boolean
    telling whether the stream has been created locally, rather than
    pending send flags. The latter are now derived from the boolean.

commit 87cd3cfc4f8c4b27756aaecc076c0d4e3365c27d
Merge: 57dba10 c5362b8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-08 18:05:39 +0200

    Merge branch 'total-immutability'

commit 57dba102e537aaecc1cc0279150f2bc54e6ad16f
Merge: c180dcf a7b497e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-02-08 18:03:59 +0200

    Merge branch 'fatal-criticals'

commit c180dcfaf1b53ab569b3fa9ecb36bf779bf8d855
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-02-02 16:15:14 +0000

    Don't log sofia messages to syslog ourselves.
    
    Log the messages to the debugger, and if GLib has been patched to also
    syslog messages, then we'll get that for free.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit bdf2c15b3363546c7da4c6537d485fa80507dca6
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-02-02 16:07:13 +0000

    Add a new MESSAGE macro and use it instead of g_message.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit 5baa2e73dffe8243edc3b229e99c3ea000a03e17
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-02-02 15:33:14 +0000

    Use tpsip_log instead of g_critical.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit b14937bb5472eab7386bde2ff0762838645ea877
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-02-02 15:31:20 +0000

    Add a WARNING macro and use that instead of g_warning.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit 5cf43ae3f806ae3fa06c1755d3cbd597da4f83b7
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-02-02 15:24:26 +0000

    Replace tpsip_debug with tpsip_log, but keep DEBUG doing the same thing.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit acb41e5d095654b80af00b110361e1dfcb95f603
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-02-02 15:16:48 +0000

    Replace g_debug calls with DEBUG.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit abb55e1e268209074a62ca79eee604fa07836d77
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-02-02 14:37:36 +0000

    Use TpDebugSender to publish messages.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit 4c314b5616b0a806d2ce1f4e15f0245abc12f523
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   2010-02-02 14:37:25 +0000

    Set G_LOG_DOMAIN.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

commit c5362b83a4b1393fa37d39e75879729a89451fa1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-29 21:15:27 +0200

    Disable locally-originated re-INVITES when 'immutable-streams' parameter is set

commit a7b497eb85bd20e3fa071edece862b33324b5c47
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-29 17:50:12 +0200

    Make critical warnings fatal
    
    Telepathy-glib used to do that, but doesn't any more.

commit 13c394f662d4f7b019a5826289c3e88e26879326
Merge: 1661d98 9413fce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-29 17:38:49 +0200

    Merge branch 'pending-send-fixes'

commit 1661d98ab48b5c641d026cb5f10630b7ac7c71a2
Merge: 785c6a8 7bcbf5d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-29 17:38:41 +0200

    Merge branch 'codecs-updated'

commit 9413fce7390a81bdfbef466086e9b3e85516f835
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-29 16:48:19 +0200

    Don't need remote approval when clearing local pending send

commit 73e63368ab864e4ca8b39d5d01df898f99af0a71
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-29 15:57:40 +0200

    Fix the condition for initial emit of StreamDirectionChanged

commit 785c6a8a2020f580fd64ae41d13abb7fa6a0cf2e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-29 14:43:19 +0200

    Don't dup the codec name string
    
    The function doc requires it to be static anyway, so we have to just
    avoid the compiler warning due to losing constness.

commit 0837b796db43c9d8045f4d4f48414e2a82afec08
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-24 12:03:05 +0200

    Regularized the compiler flag variables in makefiles

commit f51a72055f6b589ea4448079f417b1dbaa747132
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-24 11:59:52 +0200

    Fix compiler warnings

commit eddc4e84598881c71f97da3df59579d23e778ad8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-22 21:37:14 +0200

    Create remotely added streams with the direction they have as per SDP
    
    This avoids spurious emissions of StreamDirectionChanged signals.

commit 16a7704b87cd7ea9ca6a309dff0d39b67262b391
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-22 21:02:39 +0200

    Removed a redundant parameter from stream helper priv_update_sending()
    
    The pending_send_flags parameter was always taken from the stream state.
    Now that we use another bit of stream state inside the helper, there's not
    even an aesthetical point.

commit 30f9ecf21636c2f31991f161b1f7e360dee554dc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-22 20:51:11 +0200

    Eliminate a now-redundant check against sending media
    
    If the flag pending_remote_receive is set when constructing a locally
    offered stream, the effect should be the same (famous last words).
    Uncovered and described a quirk with emitting the remote pending send
    flag on newly created streams during a local hold.

commit 8a36a695fbdae67bc7f1b8cb3b53ff9da9534c92
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-22 19:53:21 +0200

    Disable calls to self

commit 1e685b22476ad672b536a38ef5490ed9f36e5b05
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-22 19:48:52 +0200

    More renaming for pending direction stuff

commit 4c6f6efe4eb910c9936ae1a2013614d9da733305
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-22 19:40:07 +0200

    Block the stream from sending until negotiated with the remote party
    
    This does not map to a pending send flag in Telepathy, so an internal
    state variable is used.

commit 5e680407b2405000eba55a7f18d8bb20781a8c56
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-21 19:14:30 +0200

    I don't think Pending_Remote_Send means what this code thinks it means
    
    Treat TP_MEDIA_STREAM_PENDING_REMOTE_SEND the way it's supposed to be
    treated: that the remote end was asked to send, but haven't confirmed.

commit 7bcbf5d31e94e856fbcd9fd84f33bc98d92810d3
Merge: b327751 1cbe808
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-20 14:23:52 +0200

    Merge branch 'master' into codecs-updated

commit 1cbe8083405053156e4eaead78cc11fbf9bcca9a
Merge: cc9f1f4 d03618a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-08 16:47:39 +0200

    Merge branch 'initial-av'

commit cc9f1f4a1013a879719eac04ba5c8456989f6254
Merge: d24f060 3b2a614
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-04 21:37:00 +0200

    Merge branch 'ptime'

commit 3b2a61495281712f27b743cf0a0881462063bc9f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-04 19:59:30 +0200

    Don't clobber ptime parameters if they are specified for the codec
    
    This is weird, but is sometimes used.

commit a3fec68c6748dd3378f53d71bd1f348b00986ef0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2010-01-04 19:23:02 +0200

    Regard per-media ptime attributes as well

commit d03618a2f294f9c17d6677cadeadf6a675617a10
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-12-22 16:49:39 +0200

    Disallow using InitialAudio and InitialVideo with old style anon channels
    
    It made no sense and probably triggered an assertion.

commit f5fd29e811ebe9148a4cf844cb0cdf9b0dd73e6d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-12-18 20:25:25 +0200

    Disable hold if the media channel contents are not mutable
    
    Also added a TODO note for modifying RequestStreamDirection in the same manner.

commit 45bba488947402ff72e8f16fa94a8ad9dd45b71b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-12-18 19:48:13 +0200

    Implemented ImmutableStreams property on media channels
    
    It's controlled by the 'immutable-streams' boolean parameter of
    the connection manager.

commit 165b19f61c7dfa46b4712d2560e18d2b8896b432
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-12-18 17:45:10 +0200

    Create initial streams accordingly to the media channel properties

commit 8ea709933e02131e6baa7502678c72fc165b8267
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-12-18 17:15:28 +0200

    Added properties InitialAudio and InitialVideo to media stream

commit bbf5e596456a9e3e70e2c658e1063e2ef1404071
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-12-18 15:08:22 +0200

    Removed code for a 'peer' property which was never implemented

commit d24f060202df95aed26cee2a4ea014399156ccb7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-12-02 18:29:05 +0200

    Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL

commit 56f6d98a7332e145b4e1972d291158812522f980
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-12-01 21:07:56 +0200

    Pass ptime and maxptime properties from the session to codec parameters

commit b1c48167b1bd800c62bbffaa0c42d97cbb209cbd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-12-01 21:07:12 +0200

    Turned the ptime properties into strings

commit ac038ca1b3bfab54b4d3a75eef5429fcb9570494
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-23 13:25:27 +0200

    Implemented TpsipMediaSession properties 'remote-ptime' and 'remote-max-ptime'

commit c1086708a5d182a601502311e6f44093c5dc50f9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-30 20:20:32 +0200

    Development nano version 0.5.19.1

commit 06a3a24f2d495a2ecc7386de4a7f8460e67b98d1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-30 20:15:08 +0200

    Version 0.5.19

commit ab1a91bc4707e49690555f34765317f3b0d723bf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-30 20:14:01 +0200

    Require Automake 1.9

commit b0c24f543673b2bf762085c052661e4046afd8cd
Merge: 63f2ae0 531541d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-30 15:50:15 +0200

    Merge branch 'custom-fmtp'

commit 531541dd445037684a3feec01f9e1460b428e2ec
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-23 15:49:16 +0200

    Properly fixed a quick patch

commit 61a56e0b29f54fc0912ffa0aaaab898e986171e5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-23 15:13:09 +0200

    Addressed Will's comments on codec parameter parsers and quoting utilities

commit a91f99a9822e80a60ce80b2f1c8b01a580074da0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-23 14:48:33 +0200

    Staticized tpsip_codec_param_formats_init()
    
    It's called internally wherever required.

commit dfc2229d9c5c00590e539b552ab8159ab6cf2de7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-23 14:45:46 +0200

    Addressed some of Simon's review comments for codec parameter formatting

commit 63f2ae09ec36dd6bda9073d932a47bfb4c60d9fc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-17 12:28:47 +0200

    Added missing default values to keepalive parameters

commit 46672ca54cba392d5ca556f9a70d03e71010b07f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-13 19:02:41 +0200

    Guard against a null fmtp parameter for codec parser

commit 38ac51ea75d283793bfc9935da5995cf2c464edd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-10 17:56:48 +0200

    Anchor the match for DTMF events list at the beginning of the string

commit 95274f0599cf928992277b0fdc405095a4a5ac46
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-10 17:43:23 +0200

    Use the new codec parameter formatting system

commit e3ddb746648c5b58eff1ac78080e39710797d786
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-10 17:21:29 +0200

    Plug in the audio/telephone-event formatting routines

commit d5c7ff32132dd5ce40b633bbdd54d0352b441582
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-10 16:00:13 +0200

    Added codec format registration routines and type-based usage functions

commit 0ecef1badf14107976ce422b6f8ea223501dfa88
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-10 14:33:56 +0200

    Added parameter formatting for audio/telephone-event

commit 993b2b6dd2ad6a19cf845005ee1819c7d3b2837a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-05 19:04:25 +0200

    Added the generic parser routine, along with initialization

commit 1e4ed012b881b7acfc8d174fa6ae5a122b31408d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-05 18:43:10 +0200

    Added tpsip_unquote_string()

commit 1e6b61bf66e303a2b7c4cb414f9d580013775fcd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-05 02:20:04 +0200

    Use the utility function tpsip_quote_string() to format the display name
    
    Besides utility niceness, the new implementation is much lighter

commit 026d158e095d638742a23437f283ab6db4c78421
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-05 02:18:27 +0200

    Added the new sources to the build

commit 7c42c3b5e2baa34ffb322636a27d3c0d4f565c88
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-05 02:17:36 +0200

    Initial code for codec parameter formatters and parsers

commit e2defa88a1684f475a416b2e396f7dd2e078ec1c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-05 02:15:12 +0200

    Added the utility module files, initially with quoted string utilities

commit 7ae7b48f6cf560bd340f07b4e51f47ab744590f2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-04 14:54:54 +0200

    Test that the self-produced alias results in no display name

commit 302106b22d747899526a86201dbd7c71b55bedf1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-04 12:18:54 +0200

    Do not use the alias if it is derived from the handle URI
    
    If the client sets our URI-derived alias back to ourselves, it's
    useless for display name purposes.

commit e4350664c8687e3a43e07aa25e37ca1a2c322ccf
Merge: f973c7c a312a22
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-03 20:17:21 +0200

    Merge branch 'autotools-cleanup'

commit a312a22ea7d45b2ed998703c70167e6c4772f151
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-03 20:04:30 +0200

    Screw canonical macros, altogether
    
    Reverts two earlier commits dealing with the macros.

commit f973c7c31baec26cf54d2badf54994374fa5327a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-03 19:54:06 +0200

    Consistently use the In_Progress call state with the other similar states

commit c1335dde67ae35073627dd803f351b9818999e9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-03 19:23:06 +0200

    Replaced AC_CANONICAL_TARGET by AC_CANONICAL_BUILD and AC_CANONICAL_HOST
    
    In a voodoo ceremony to get config.guess and config.sub updated properly.

commit 5ee3a315d349ce703b43fac153814d4129b4d6de
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-03 15:11:26 +0200

    Signal the call state In_Progress on response 183 Session Progress
    
    This is the proper fix for the early media case. Before,
    we could only pretend that the call state is Ringing.

commit 8df3892c8a68ccd0196d7ed6ac4976af55baefbd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-03 15:10:07 +0200

    Bumped telepathy-glib dependency version to 0.7.37
    
    This is where Call_State_In_Progress appears.

commit 4b75b121af0c8f772f9431a6ba1d76de2da97ac0
Merge: 909f66d ddf87bf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-11-03 14:37:23 +0200

    Merge branch 'master' into call-in-progress

commit ddf87bfff0cba5cf043e357607807a5a9090f324
Merge: 3488823 5df55a2
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2009-11-02 14:48:51 +0000

    Merge branch 'trivia'
    
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 5df55a2c2ebe2a19021cc2597e8dd20a42ebfa8c
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2009-10-15 20:50:28 +0100

    fd.o #24561: flag password, extra-auth-password as secret
    
    Also enhance write-mgr-file.c to put that in the .manager file.

commit ee4e589a6d33c79a860a2c1d450d82d14274e42b
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2009-07-30 15:51:04 +0100

    Fix out-of-tree builds (like distcheck) by having top_srcdir in search path

commit c9524c8fc8c2446a9d1b761012601225ba71c5f1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-10-01 14:47:24 +0300

    Use AS_HELP_STRING instead of AC_HELP_STRING
    
    The Autoconf validator in an Eclipse plugin complains about the latter being
    obsolete.

commit 0f65c78b8364f0e6ea580de9daff2357e10d1cf7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-10-01 14:37:43 +0300

    Add AC_CANONICAL_TARGET macro
    
    Provides more explicit check for missing config.guess and config.sub

commit 348882349f35477284ef4bbf91271e34d8857f0c
Merge: e00c1f0 21cd9c2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-30 17:40:47 +0300

    Merge branch 'escape-alias'

commit e00c1f0bfdf180dd17b9e1d3d6902405dae73c9f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-30 17:27:21 +0300

    Don't call su_root_set_max_defer() unless IPHB is in use
    
    This function didn't make it to a stable release of Sofia-SIP.
    iphb is only available on Maemo 5, where we have a newer sofia-sip
    snapshot as well.

commit 21cd9c23952e22bd806235f59bbf9565cee1d7f5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-29 16:45:26 +0300

    Test quoting and whitespace normalization of the display name

commit 8e80f636389f8848acdf689d8750906d5fb35de4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-28 20:46:20 +0300

    RFC-compliant escaping of alias characters
    
    Don't escape CR and LF that must not be escaped accordingly to SIP syntax.
    Should be obviated by the previous commit, but better safe than sorry.

commit 41de1dcb0b3bd02080f42f537fa9fae5ea1e4b8a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-28 20:42:38 +0300

    Collapse whitespace sequences in the alias
    
    This reflects treatment of whitespace sequences in SIP headers,
    and results in more interoperable message formatting.

commit a0d04fac27d43aa388e3dfe76d16178c564089bc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-25 20:38:03 +0300

    Test setting alias for the self handle
    
    It's expected to produce a properly quoted display name in the From header
    for outbound requests.

commit 6438d931be55072d826587a22ab5db104825beeb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-25 20:36:32 +0300

    Properly quote and escape an alias into the From header's display name

commit c0b888f9e9ed411725657f847d45d016e0bfc015
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-15 18:34:59 +0300

    More robustness to the heartbeat code

commit b62a12a2d961d54c15269acb057a77e69c736c63
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-15 18:32:12 +0300

    Initialize heartbeat only when successfully registered
    
    Some time may pass between the first registration request and
    the final successful response, and maybe we shouldn't commit
    the resources in failure cases at all.

commit 4dc04be40424de0b5dffc42dd75da00cec8a0cdb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-14 16:51:28 +0300

    Refactored heartbeat to work per connection
    
    There is an iphb client connection for every connection, triggering
    wakeups according to the connection's individual keepalive interval.
    The Sofia-SIP stack retains a 30 s deadline for its deferrable
    timers (which may serve more purposes than keepalives).
    
    The iphb wakeups are supposed to fit with keepalive timer(s)
    expiring. Another improvement is an initial sync-in
    with other iphb clients using an overlapping interval range.

commit 5044c65959b6b50ab8a0f7cca7ca4013332be908
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-04 18:38:51 +0300

    Restore the code to follow unexpected hold changes, and make it work for real

commit 409bd3a39c5e21044cfb326afcecc591ecfc544b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-09-02 20:47:44 +0300

    Removed some race conditions in call holding

commit aecbd3f0abb29f1b69906ecf8f178d87733b5d80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-27 15:34:52 +0300

    Start development for 0.5.19

commit bf473a46dce3375cd536355e2bad49f080d2976a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-27 15:31:18 +0300

    Version 0.5.18

commit 2ede4294d5298af60fd659139b9fb8987b2a724f
Merge: 694934b 623c8b6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-27 15:20:38 +0300

    Merge branch 'quench-incoming-messages'

commit 623c8b602b9f50c31eac9381aa6a37ed440e106f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-27 15:16:44 +0300

    Removed checks for SIP responses on the sent messages
    
    This is a temporary relaxation. There should be a way to expect
    heterogeneous events that may come in different order.

commit 694934bebe68be670b49e5368006c99950e9e044
Merge: 31b09f6 0f54cda
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-27 15:03:56 +0300

    Merge branch 'tls'

commit 0f54cdab8b0a339ddb53b26d472aa13b475ce0b8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-27 15:00:48 +0300

    Prevent an assertion when no transport is selected

commit 31b09f64863bf03b89210468c13351dec92075d0
Merge: 4c0347c f814765
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-27 14:51:56 +0300

    Merge branch 'python-check'

commit f814765b59a2552b8d739956f5a7fdc8b2d3efd0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-27 14:49:18 +0300

    Use AM_PATH_PYTHON to check for Python

commit 4c0347c2d97dd269ef2aec71158a9476e083785e
Merge: a9913cd 6f30305
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-27 13:38:10 +0300

    Merge branch 'tls'

commit a9913cd619763d26e63243ec4fc79fc695c62e4c
Merge: 1f78e9c 3c09a99
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-27 13:37:48 +0300

    Merge branch 'quench-incoming-messages'

commit 6f30305cf54e21538ff07d79813220cec4b8cc70
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-26 19:45:32 +0300

    Support the SIPS scheme in handle normalization

commit 3c09a999e17643b86e0daf3aefccc36dc9855acb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-21 13:17:07 +0300

    Streamlined the memory management bits in message body conversion

commit f7897cdd8fe1079795472217c1b9d490d43d1b0d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-21 13:07:02 +0300

    Don't delay the final 200 response to incoming messages
    
    Delaying the final response until client acknowledgement is harmful,
    because the sender would still retransmit the MESSAGE request every
    4 seconds by default, and times out the transaction after 32 seconds.

commit 909f66d201576a3197f21eb08369d7cb2173c094
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-19 17:46:05 +0300

    Pretend the call state is Ringing when we get 183 Session Progress
    
    This is a quick fix to a bug where the remote media gateway starts sending
    early audio with a ringback tone, but we're not getting any because of
    a NAT or a firewall, which the local stream cannot puncture yet because
    it doesn't yet send any media due to privacy reasons. A semi-good thing
    to do in the stream engine would be to send some allowed, but harmless
    packets such as comfort noise, but that requires quite a bit of
    implementation.
    
    The proper fix in the connection manager will wait for introduction
    of a separate call state flag in the Telepathy specification and
    telepathy-glib. See fd.o bug #23409.

commit 1f78e9c6cc27b66dd53d0402cd50979fb07b5893
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-09 16:55:05 +0300

    Be prepared for python2.7 as well
    
    Old Pythons not only die hard, they procreate!

commit 11fcd296cab8a9d9080759741382282a093a633c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-08-09 11:46:00 +0300

    Add python2.6 to the Python path check

commit 827b6eb54a9899607f2d60834648d5615035808c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-07-24 22:09:40 +0300

    Development nano version 0.5.17.1

commit ea12218888959517269458e6902974d98900e572
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-07-24 21:30:12 +0300

    Version 0.5.17

commit bea1af4f323401f6ac5dbd94c2dc640b3513af85
Merge: 81fe16b 7eb21c5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-07-24 21:25:57 +0300

    Merge branch 'heartbeat'

commit 81fe16b6f8664effdee235af35c15db7d4417271
Author: Andres Salomon <dilinger@collabora.co.uk>
Date:   2009-07-20 12:18:16 -0400

    telepathy-sofiasip: fix header guard in debug.h
    
    This would allow debug.h's contents to be included twice.
    
    Signed-off-by: Andres Salomon <dilinger@collabora.co.uk>
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>

commit cc372afa62e33a91abd1e2254607039c472a957d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   2009-07-17 10:38:49 +0100

    tpsip_connection_dispose: remove assertion that base->self_handle == 0
    
    This is unnecessary, was never guaranteed, and we'd like to make it not
    be the case in a future tp-glib.  See fd.o #17751

commit 7eb21c5ff898a5dca0c68d25f333d5eccd3bf05a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-06-24 21:19:37 +0300

    Enabled TCP whitespace keepalives

commit 0a71e0b0f24e49591b90e084649e475073bf6480
Merge: 4c28884 5e6babc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-06-24 16:29:40 +0300

    Merge branch 'master' into heartbeat
    
    Conflicts:
        src/Makefile.am

commit 5e6babc3f9c4f4009d7bc0de306e8c822eb406e0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-06-18 14:32:02 +0300

    Make keepalive-interval parameter a uint32 with saner semantics

commit 08d8edac65cb4aff44c614824c239908a1ee8072
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-04-14 20:43:22 +0300

    Development nano version 0.5.16.1

commit cf2ea205347fd36e697ed16db4705fc0e8f389ca
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-04-14 19:18:59 +0300

    Version 0.5.16

commit a9ccca7e31328610230cdf592df94aed78c08ffc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-04-14 19:49:34 +0300

    Extend the call state-aware treatment of 404 to 480
    
    Same logic applies, as evidenced by proxy behavior observed at voip.japo.fi.

commit e4b2c594d12dee0978e74702bb7e2c986f1669dc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-04-08 20:32:53 +0300

    Removed the duplicate 404 status case
    
    Stupid.

commit f57e15399a89724ed4d9f5695d392047a01b2d84
Merge: a7fc2e8 3901268
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-04-08 20:30:49 +0300

    Merge branch 'master' into call-signaling

commit a7fc2e8be743716ea56cd2e47a3bfb00ece4cadc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-04-08 20:21:39 +0300

    More elaborate handling of 404: regard the call state
    
    If the peer is known to have been contacted, emit the member removal reason
    NoAnswer. Otherwise, emit Offline.

commit 3901268fe47a5655eb9159ee2bba51ac8d87a67e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-04-08 13:08:55 +0300

    Allow self handle removal from call channels at all times
    
    We needed a tp_group_mixin_class_allow_self_removal() call.

commit a3900f8729fff9b5b83f5e20f2bb1bb13a7d09fe
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-04-08 13:05:35 +0300

    Bumped libtelepathy-glib minimum version to 0.7.27
    
    We need tp_group_mixin_class_allow_self_removal()

commit de00b6bcee2c645631e2da8c0341da461b5363ab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-04-07 21:25:14 +0300

    Emit MembersChanged with proper actor on call channels terminated locally

commit 9d02445f5ad2cd3168a663df437feeb5c26b84c0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-04-07 19:53:09 +0300

    Remap SIP status 404 to Group change reason NoAnswer
    
    This gives a middleway semantic between InvalidContact and Offline,
    because proxies are known to mean any of the two reasons by this
    status code.

commit e57886f660a72c6691be3bc7c26c0283e1c0644f
Merge: 21e2494 3a66fa0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-04-07 18:52:11 +0300

    Merge branch 'master' of git+ssh://git.collabora.co.uk/git/telepathy-sofiasip into no-user-phone-in-url

commit b327751b6b2e0a52770ab8109e7b8e76beb292d1
Author: Will Thompson <will.thompson@collabora.co.uk>
Date:   2009-04-06 12:53:33 +0100

    Implement CodecsUpdated

commit 3a66fa00a5aa0448ee8d486dfe034dc97898d0ce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-02-24 12:02:50 +0200

    Don't destroy the session prematurely when disposing of TpsipMediaChannel
    
    tpsip_media_channel_close should take proper care of terminating the session,
    no need to forcibly destroy it just before calling that.

commit e50c029ebd2e21dec30cc19c12df73941a82ba79
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-02-10 16:54:10 +0200

    Development nano version 0.5.15.1

commit e6ee11e3788158add177e09fe2f9b337161243f8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-02-10 14:52:51 +0200

    Version 0.5.15

commit a6e64d7d6a87bec7da01f799d78b721e146ac423
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-02-09 20:34:28 +0200

    Signal the member change immediately on the initial AddMembers to a media channel
    
    Restores the backwards-compatible behavior as documented in:
    http://telepathy.freedesktop.org/wiki/Requesting%20StreamedMedia%20channels
    
    Fixes fd.o bug #19652

commit b35662100233103c305fb22c221374999e90047d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-02-09 19:56:15 +0200

    Handle an incoming BYE with a proper media channel group change
    
    The peer has to be the actor in the MembersChanged signal when the call
    is terminated by the remote party.

commit e3670b31b6dea973a5e1d64722af17ae9bcb6692
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-02-09 16:02:23 +0200

    Ignore provisional responses to a MESSAGE

commit d908a360a65966f8a62c1787f0228ac81686df5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-02-05 17:22:22 +0200

    Coverity fixes

commit e7e268c1401c20289f93de6617bb9f9ce4b063cf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-30 18:19:56 +0200

    Use compiler.m4 to control coverage/optimization options
    
    The macros are from Aranha via telepathy-gabble.

commit e92d5ed619112a23372898f8ecc6087ccff16de2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-28 16:27:55 +0200

    Bumped sofia-sip dependency back to version 1.12.10
    
    A previous commit accidentally had it lowered.

commit 008ae15d355f1ea82093768f4fe3e72f82e97c8a
Merge: 1701903 b8f4f21
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-28 16:25:06 +0200

    Merge branch 'master' of git+ssh://git.collabora.co.uk/git/telepathy-sofiasip into coverage

commit 1701903060203aa9a6ebcc576d0a0504a520b7c5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-27 19:15:32 +0200

    Moved the lcov cleanup rule to tools/lcov.am

commit cae0b892401c6b88b05aa2e8adf918b181cc8b4c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-27 19:01:24 +0200

    Add LCOV machinery

commit 259f7a9080a54841be7cfdde4b4b7e30bb3b0b53
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-27 19:00:04 +0200

    Updated with-session-bus.sh from telepathy-gabble

commit 4c288846d9b6b968a96d5e13566109de0f6e80a8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-27 16:38:19 +0200

    A few more cleanups and minor fixes to the heartbeat code

commit 9e6a7318b86f645ce9cc78b6387838233a7e86bb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-20 15:45:38 +0200

    Bump the maximum deferrable timer interval for Sofia event loop
    
    It should be aligned with the maximum heartbeat interval.

commit f597f5778e183f51b1933732dcecb3a537e497f2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-19 20:20:37 +0200

    Fixed the IP heartbeat usage so that it works

commit b8f4f21f681144909f301f56b4ca57807b497bd9
Author: Simon McVittie <http://smcv.pseudorandom.co.uk/>
Date:   2009-01-16 16:46:41 +0000

    tpsip_handle_normalize: raise InvalidHandle on error
    
    As recently agreed in telepathy-spec.

commit 8f49952cb147519d7b36f84477437d5b64986b67
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-16 16:27:45 +0200

    Implemented Maemo IP heartbeat support

commit 2e65d0623519ebd21d1b1b41d0ee55d5334449b0
Merge: 4866404 816cbea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-13 21:22:45 +0200

    Merge branch 'master' into heartbeat

commit 816cbeaa34ff02439ce24e2203e9ec641dd64492
Author: zabaluev <zabaluev@zabaluev-linux.(none)>
Date:   2009-01-13 16:23:45 +0200

    Development nano version 0.5.14.1

commit 906cb2c3a808d45e6416e326fcde13e84dd476a8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-12 19:37:08 +0200

    Version 0.5.14

commit e07d314c5a0fce689a26728f7a259b6cecbe42db
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-12 14:17:59 +0200

    Bumped the Sofia-SIP required version to 1.12.10
    
    The reason is to avoid crashes reported as e.g. fd.o bug 19372.

commit 48664046735ae1826340e514c85ce7f7c586696d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2009-01-02 19:41:18 +0200

    Experimental addition of a heartbeat wait source to the Sofia root
    
    As implemented currently, a mainloop timeout drives I/O events by writing
    to a pipe. Deferrable timer functionality from the heartbeat branch is not
    used yet.

commit 1f8076a74be0cff0be75c86196d73db8fbe6f8bd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-12-16 19:10:41 +0200

    Zero-initialize the GValue for the alias pair

commit 21b8f2a23082991f0397aca67cb262ef898ebea0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-28 18:38:13 +0200

    Development nano version 0.5.13.1

commit ea16d2481108f2770fffc8c8f107d55835a073e5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-28 17:58:51 +0200

    Version 0.5.13

commit 2fe98897c19573dec7dd36669acc9f59a16dfc98
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-28 16:39:56 +0200

    Emit NewChannels/NewChannel on incoming media channels

commit 3a7696756cb7a3d3992c897a96e6ab831762cfcb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-28 16:14:36 +0200

    Fix the 'TargetID'/'target-id' property on TpsipMediaChannel

commit 5cf95a56290886674748d292cdbaf52cb419f117
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-27 16:56:07 +0200

    Do advertise Requests interface as supported by the connection

commit f64a0763a5402a01836b3e2b7e91527cdaaf6734
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-26 17:46:31 +0200

    Development nano version 0.5.12.1

commit 4f500ac1a9dbd5b50daffeb20f3f3b13aee73c47
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-26 16:50:39 +0200

    Version 0.5.12

commit 12d4b2214804d57d0ad84db9b159e05c818d7a9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-20 09:57:57 +0200

    Added Destroyable to the list of text channel interfaces

commit ebc5661a1dfe3c78a946f481e010e365c75d1f25
Merge: 45325db a9a603d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-19 19:04:51 +0200

    Merge branch 'requestable-channels' into spec-0.17.14

commit a9a603d2bdcca9d4a46ec218543914d036fb96ea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-19 19:01:44 +0200

    Removed the pullable m4 libtool macros, and added the .gitignore rules

commit 747eaec256ec83ceec45801e1fdea09548b43d37
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-19 18:55:03 +0200

    Addressed the review comments

commit 45325dba49bf85d96645d8e3218aea29e2c66182
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-18 20:56:16 +0200

    Set the flag Channel_Text_Message_Flag_Resqued on pending messages of a resurrected text channel

commit 9b9751b130ffa9dfb50dc0b290baab031dfaa54e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-18 20:07:52 +0200

    Test Destroyable on text channels

commit 77756d5777a797aaeae3f0a2c6ce6ff13c81fb17
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-18 19:46:21 +0200

    Implemented Destroyable interface on TpsipTextChannel

commit 0a33623437fe4287c3b4d3cc02d0ba52333dc517
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-18 20:11:36 +0200

    Guard against disconnecting signals that were never connected

commit 1352e5a584c3c02940b341f38323f2b14ace625b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-18 11:39:43 +0200

    Blanket ignore rule for Eclipse project files

commit 11f9d73cba5d3740e12ded78736f3065b0b3c0b0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-18 11:36:47 +0200

    Added M4 macro files for libtool
    
    These have been sucked in by autotools on Ubuntu.

commit fe54a8f6137b1706a1324e5432183fe963948d42
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-17 17:56:40 +0200

    Fixed a printf format warning

commit 77502a45f51f3359514979cae81eaac6d69023e0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-17 17:53:58 +0200

    Made source generation rules more robust
    
    In case of a tool failure, the output file is removed.

commit ca3fd34d44121982aab0df21cc51c56e353d9fd6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-18 11:31:14 +0200

    Added a test case for Requests interface using text channels

commit 74a85bc50a6c2740f188eba5e18c28503bc7dccd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-07 17:50:30 +0200

    Cleaned up header inclusions

commit 5b589673d50ab143b61f2c0d69210b10d11f1ac7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-07 17:49:54 +0200

    Connection uses channel managers instead of factories

commit e781d7d4269daa2329d274c016c7e846d4ce15f8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-07 17:36:31 +0200

    Reimplemented TpsipTextFactory as an implementation of TpChannelManager
    
    Implemented ExportableChannel on text channel.

commit 525b218f2b1d334364de8e4f43f50b7190ba7c47
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-06 14:51:11 +0200

    Reimplemented TpsipMediaFactory as an implementation of TpChannelManager
    
    TpsipMediaChannel changed to comply.

commit c57a8d36135a439686460de28865a28dd2f9e377
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-11-06 15:07:19 +0200

    Removed const qualifiers for members of DBus property mixin initializer arrays
    
    They are non-const as per the API, and must in fact be writable.

commit 32e350c09bc90896f09e2f50b6f74796741156d6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-30 18:52:36 +0200

    nano 0.5.11.1

commit b0bf6356341598de18853103d222a398932abfed
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-30 18:33:38 +0200

    version 0.5.11

commit 4515013f50fbfb8b2b16c059351a78efe0d4ef60
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-30 15:41:48 +0200

    Untabify

commit 21e24945c5ebe558d5659d40836d60fefacc2e00
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-28 19:59:18 +0200

    Removed user=phone in normalization tests

commit 8f0a45f15d9934ac6ecfbcb842d49f0683dbaf51
Merge: 3659e71 4824a76
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-28 19:58:37 +0200

    Merge branch 'master' into no-user-phone-in-url
    
    Conflicts:
    
        src/sip-connection-helpers.c

commit c151116dad868d72dde0d5c9144289506ce8a8f5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-24 21:13:51 +0300

    Don't free a GError before using its data

commit 5702902c5ce3cbe1cdd74dfadd4bc4d3d00b4b1a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-24 20:53:35 +0300

    Respond 200 OK for pending messages auto-acked with ListPendingMessages(True)
    
    Also, don't leak the pending message data in this case.
    Tests expect the 200 responses after ListPendingMessages(True).

commit ec6c5d4071849a646a86d1c6d5535e9fc60dcda8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-24 20:04:46 +0300

    Test reopening of text channel with pending messages and ListPendingMessages

commit 08353c9278624aa313a5c126054e938c5d1c10ca
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-24 18:09:42 +0300

    Call AcknowledgePendingMessages and check for SIP responses

commit 65fa44a1d975d49422c2229946a8b34e5ac937e6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-24 18:03:12 +0300

    Bubble responses received by the fake SIP proxy as 'sip-response' events
    
    We can now check and match responses in tests.

commit 0aaa7de9b935b4eb0310f0ed046d84888892cebf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-24 15:15:59 +0300

    Message test brush-up

commit 83fe97a0a73ea294a8ac091bba0b1a32f643281c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-24 15:03:49 +0300

    Test all text channel properties as currently implemented

commit 77bdbfa71e7d16ddc8994fa680988d88cc70ef03
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-24 12:21:49 +0300

    Bind the test SIP proxy to the loopback interface only
    
    Also tell it to use 127.0.0.1 and the port number in Via headers.

commit 069726215d331d4db80f64b3093f577d503c7a73
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-24 14:16:33 +0300

    Incomplete test for AcknowledgePendingMessages
    
    Also tightened up header formation in fake proxy messages

commit e321934e802df44347279e600ae9c0a67fbed874
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-24 14:12:47 +0300

    Put some brainpower into saving the NUA message structure
    
    The previous code for that was stupid and broken.

commit 5fbe4c5a05fc2f45753025f5948adbcc0e886fb6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-21 15:19:25 +0300

    Resurrect a text channel if it has pending incoming messages

commit 6dd5e182528c763e42a7424a63b900be79bc8058
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-21 12:17:38 +0300

    Added property "channel-destroyed" to TpsipTextChannel

commit d9478366c4a1a3119efdaf6aa4e5362579ebd24f
Merge: 9f9f3a3 4824a76
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-21 11:51:48 +0300

    Merge branch 'master' into text-fixes

commit 4824a76b715f63cf53e081a4e547b798c3483f4d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-20 21:37:52 +0300

    Safer boolean result for tpsip_debug_flag_is_set()

commit 19959bc69760e16560c7b3499b4b1004de5b2115
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-20 21:36:33 +0300

    Pretty-formatted and optimized SESSION_DEBUG

commit 9f9f3a314dd6c1ac695959f7f43d04f7e70251c9
Merge: 0ea293a 6e19069
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-20 18:28:50 +0300

    Merge branch 'master' into text-fixes

commit 4a171a9affe4bf37a775300f6f4c785dfe6e979c
Merge: 7ad9fe4 6e19069
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-20 18:19:22 +0300

    Merge branch 'master' into media-session-cleanup

commit 6e1906972cf4954f9e4040d8472f0ee0eb6842fe
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-20 18:13:50 +0300

    Bumped the telepathy-glib dependency to 0.7.17
    
    New DBus properties require tp-glib supporting the spec version 0.17.13.

commit 309b7cf54c3597701fa703513bba3870afda3c25
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-20 18:13:04 +0300

    Fixed a stupid crash

commit 7ad9fe4545021439634694f145d182781cf98e3d
Merge: 08aaf1c 19bc2da
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-20 15:10:39 +0300

    Merge branch 'call-group-fixes' into media-session-cleanup

commit 19bc2da4d8b5708eaf312815dbea27aadbc0ea3f
Merge: ce1b2d1 a2301e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-20 15:09:04 +0300

    Merge branch 'spec-0.17.13' into call-group-fixes
    
    Conflicts:
    
        src/media-factory.c
        src/sip-media-channel.c

commit a2301e4643f1f3db2f8e471082adcf25354b7b71
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-20 14:59:02 +0300

    The "handle" property on TpsipMediaChannel really conveys the requested handle

commit 9bcfdb9962dfc57d4732a23ea6817b507b35e16f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-20 14:11:01 +0300

    enamed "creator" property to "initiator", for consistency with the DBus name

commit 08e38b41ad3c4afbe6eb62438b474ad90f301505
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-20 14:00:10 +0300

    Assign initiator handle to the right TpsipTextChannel property

commit 0ea293af72ed3f97c9a9bc9a1f63d2c873b918cd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-19 23:30:50 +0300

    Renamed tpsip_text_channel_close_async to tpsip_text_channel_dbus_close

commit 5e017efa9dfdd0e23a48916b28027bbec145fc57
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-18 11:41:44 +0300

    Moved incoming INVITE and MESSAGE handlers to their respective factories

commit b7b0eb1004c690e59b3f790a5f21833c994c5bda
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-18 01:28:51 +0300

    Do one less whole-body strdup (and strlen) per received message

commit 3fedae3b29595b4ed420bf32e8a1f726a2265bd8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-18 01:26:56 +0300

    Header and definition cleanup

commit 3a7e80f37de7ee13d2776405f200eac7ac4b2314
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-17 20:16:06 +0300

    Kill the auth hash table that went unused long ago

commit b2e95cdf212788feed879f46d3569d1d250b7d18
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-17 20:13:19 +0300

    Delay the final 200 response to an incoming MESSAGE until acknowledged

commit 7526bab6a2443f5c40f505e21afcdb20820863c1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-17 18:28:10 +0300

    Rename the outgoing message queue to avoid confusion
    
    'Acknowledge' has another associated meaning in Telepathy text channels.

commit 394f6e570bca7c6afe2fc0303d000d01675c591c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-17 18:25:48 +0300

    Don't leak the sender handle when text messages are zapped

commit 278dd0ee6e59aea502a7473e9cf140c97501225c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-16 19:46:20 +0300

    Fix a GObject property name, declare the new DBus properties to the mixin

commit c87080456e1cfcf3dc90bdb2d6203659da007235
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-16 18:24:02 +0300

    Implemented text channel properties InitiatorHandle, InitiatorID, Requested

commit 08aaf1c19bfe2cb6e300d6fcad0f6c4f80482668
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-16 16:50:21 +0300

    Removed the idle catcher for a missing nua_i_state event
    
    The g_assert_not_reached() was never reached in testing,
    apparently Sofia-SIP behaves as we expect it to.

commit 6575f97d765bd3d6819bb3b50894808ba6d6e42b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-16 16:43:47 +0300

    Added a FIXME comment about implementing incoming CANCEL for a re-INVITE
    
    The situation is exotic, but possible, like so many things in SIP.

commit ce1b2d1b3a752d5518f5c34fce33c97a5ae038c3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-16 16:37:33 +0300

    The hardcoded request timeout is bad, removed
    
    The lifetimes of INVITE transactions that are reflected on Telepathy
    are better left to the clients and the channel dispatcher.
    Retained a timeout, now safely long and managed inside Sofia-SIP,
    only for outgoing re-INVITEs.

commit b18e131b9761f377f846a6b914e21fee6e21ee25
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-16 15:12:00 +0300

    Simplify the media factory code by exporting channel's add_member override

commit 032eed790001bc5cf91db167ffe9f9e5d262fe27
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-16 15:04:34 +0300

    Renamed tpsip_media_channel_close_async to tpsip_media_channel_dbus_close

commit dd55960b6fd77aae66f8efc96a4d78b1ebb6b5b7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-16 14:54:51 +0300

    Tightened up the code for call channel group membership changes
    
    The actual changes and emissions are now concentrated in the callback
    for protocol session state changes, plus the cases when a call termination
    reason and text is obtained from the protocol messages.

commit 2f1a2d12741b8ebcf92d2a3c80f6216c9006e30a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-15 19:03:15 +0300

    Renamed tpsip_media_session_reject to tpsip_media_session_respond
    
    That better reflects what the function does. It does not check if the status
    is a final one.

commit 9c44c269bf6d0b744a210e408912c3ddc710d7d5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-15 18:50:02 +0300

    Implemented media Channel properties InitiatorID, InitiatorHandle, Requested
    
    The "creator" GObject property of TpsipMediaChannel backing InitiatorHandle
    is also used to clarify the internal logic.

commit f74e1591586b3cb9c9dfc37c5fbe880ffb820192
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-14 11:03:40 +0300

    ...and yet more

commit 43c67fced5cd04c6751e43a0d8091ae0c8390d85
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-13 20:14:22 +0300

    Optimized URL part lowercasing a bit more

commit eb78e46ff1dad844ffe86c2b98d3469afb9142f6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-08 19:21:40 +0300

    Alignment fix

commit 2d80bc40adcd4e6b2493772acdc7afb2910f5b53
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-08 18:57:09 +0300

    Use explicit ASCII character ranges in regular expressions
    
    Usage of POSIX character classes brings the locale concerns.

commit b25a2d26d785b99df2f1beab9f0cb846b634fd5f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-08 18:46:23 +0300

    More tests for normalization cases

commit 24519631c13e09032fbc09a9e9c396e86d725cf8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-08 18:45:09 +0300

    Lowercase the URL schema

commit e21887139836dccd2bd7f7b38f47cbfe5edd7d95
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-08 13:22:25 +0300

    Updated .gitignore for the test buildfiles

commit 6b584ce3e7f9528c885d5bd3ee67a9a9afa94264
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-08 12:27:08 +0300

    Add SIP traffic to telepathy-sofiasip test logs
    
    Also changed the debug environment variables to the new naming prefix.

commit d32a6942eddb86950c4a3ac98cb8d96f66eb67dc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-08 12:26:46 +0300

    Properly address the incoming messages in the test

commit 47c921fef658bfa6ca20427bfdd1f4c895a8cc34
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-08 12:25:02 +0300

    Properly (ahem) initialize a temporary Sofia home

commit b9409e65d525f5da906e73d21fbbac6b81e0bc3f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-08 11:59:24 +0300

    Updated the unit tests to verify the new phone number normalization rules

commit ffad50da3db7bea80fbafb1a8fb51cf3493624a7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-08 11:47:21 +0300

    Reverted the normalize context to be TpsipConnection

commit aeb9c40e800cb777d2b39f81dac5ac1940881673
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-07 16:45:12 +0300

    Initialize TpsipConnection's account_url from the contact handle repo URL

commit 6f53c88d0b0311a69f52f5043c552cc4cbbdb2d7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-07 16:40:33 +0300

    Interpret the context pointer in tpsip_handle_normalize as the base URI
    
    Also made some opportunistic memory use fixes and cleanups.

commit 402425e5792c0278b8753393242c54aec8a17c80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-07 16:06:48 +0300

    Put the self alias in From headers of outbound requests.
    
    Use the "alias" property on TpsipConnection as the display name in From
    when constructing outbound requests.

commit 3d0bc4682a3ab399f3ca294b0fa098c9041b8db1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-07 15:52:17 +0300

    Use the URL contact helper when creating To: headers in requests
    
    Discarded the TODO comment about setting the display name in To:.
    There is no meaningful use for that.

commit 9d95f9834beb51f8317d90f292ad2b0b6cabf30c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-07 15:29:05 +0300

    Added the connection manager parameter "alias"

commit 78871db9e046a0faf3e5d714bd1fd88e86a8bea0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-07 15:28:02 +0300

    Implemented the Aliasing interface on TpsipConnection

commit 6f4f229066df9152af7a76e6cf9fd2ffcff11908
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-07 12:09:14 +0300

    WIP: reimplemented URI normalization with use of GRegex

commit 3c42d2757818b1c7f57725ad1b1f54dc6803f4fb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-10-07 12:04:43 +0300

    Bumped the GLib dependency version to 2.16
    
    This version introduces the URI escaping function that we're going to use.
    telepathy-glib requires the same minimum version.

commit 4c8802b9b12121e0f2b225ff43622ef96ef9f363
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-09-10 12:19:24 +0300

    Added implementations for Contacts and DBus properties to TpsipConnection

commit 11c21d00fac9e3e752445e5f41eeb22da81d6819
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-09-09 19:13:00 +0300

    Implemented TargetID DBus property for text Channels

commit c569b9f0263ceafe3d86cd15ce5be58eb13bb276
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-09-09 18:43:36 +0300

    TargetID DBus property and Group interface properties on media channel
    
    AFAIK, I only needed to add TP_CHANNEL_GROUP_FLAG_PROPERTIES
    to the group flags to fully enable the DBus properties for the
    Group interface.

commit 7f6706884842e9f91e553a02ac04bf67f8003f2c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-09-09 17:18:57 +0300

    Erased the unused "factory" property on TpsipMediaChannel

commit 73d2d2acc10b59eb132bd5931feaa21394d25819
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-09-09 17:11:15 +0300

    Rearranged interface macros in the class type definition

commit 3659e71e24b23aa00c62f3ebdb394d302d4c857a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-08-27 13:23:39 +0300

    Don't append user=phone parameter to SIP URIs normalized from telephone number-like strings

commit 540e56a7deeed611561973e465c430e18ce3bb4b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-08-26 16:29:13 +0300

    Replaced the ChangeLog autogeneration dist-hook for darcs with one for git
    
    Copied the rule from telepathy-gabble.

commit 135f4a6a4a3b443d05c448b90ec82ef20c8f31e6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-08-22 12:12:13 +0300

    Removed _boring

commit 8bc2a0a1a7614f8a0b5ad43b7e486e129a5ea7a7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-08-22 12:11:41 +0300

    Added .gitignore

commit 18b80315199612c2d783fcaf56c5754eea6995bd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-08-22 11:49:20 +0300

    Deleted the post-migration .git-darcs-dir files

commit 8f4becf0d880191185d0b35fe2f11262a00c0582
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-07-21 17:42:53 +0000

    Nano version 0.5.10.1
    
    
    20080721174253-5b6ca-7b19131579b7753946c6b1c2ad6ebc6790f61fa2.gz

commit 05f627f4c1dcf8e9eb26b3d305cc0a796114ae65
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-07-15 11:25:23 +0000

    version 0.5.10
    
    
    20080715112523-5b6ca-531bea6de30a1283237f1b58f8e8344d655885e1.gz

commit d13078f222438b4bf2ab50b9c236379a5b5b5dcd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-07-10 14:20:59 +0000

    TpsipMediaStream: safeguard against the case when no remote RTP payloads are declared
    
    
    20080710142059-5b6ca-cb614da56f66d29d25f2ebd8623afdaaeee75469.gz

commit ec5fd795ca65c95ae8965863ad8aae7ae3ec5203
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-07-01 12:05:39 +0000

    TpsipMediaStream: emit SetRemoteCodecs even if the remote codec list is empty,
    
    to prevent possible snags in session negotiation sequence.
    
    20080701120539-5b6ca-bc54c89e89081660f441efe311dc1c43e30bfa7a.gz

commit 9b0715944844afee4bbcd48485827f640fdafc4e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-07-10 14:13:40 +0000

    TpsipMediaStream: more whitespace for clarity
    
    
    20080710141340-5b6ca-b9e83bc5fc2ae552cbc8ccbd628fdd7ffbca4b47.gz

commit 2da35d2968549f7565668f8c92673e711f568829
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-07-02 16:09:35 +0000

    TpsipMediaStream: guard against null pointer to the fmtp string
    
    
    20080702160935-5b6ca-ce35a1faff367cacbbfa45aa9a5e545052e5d94f.gz

commit 1e9fb06220e67b595631b353bf1c1eada4f00510
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-07-01 11:53:38 +0000

    TpsipMediaStream: redone the a:fmtp attribute line parser.
    
    It's now more permissive in what might constitute a parameter value,
    to allow unquoted base64 strings as used with H.264 and Vorbis.
    Values given as quoted pairs are properly unquoted.
    
    20080701115338-5b6ca-55069a227ae840079d1c05e3a0ad582cf39a431e.gz

commit 6c4d1e7b09aae7827ee4ddfd7d374b427edbf566
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-07-08 13:43:44 +0000

    Reformatted the rest of param specs.
    
    Use G_PARAM_STATIC_STRINGS convenience macro available since GLib 2.13.
    An occasional description string got a facelift.
    
    20080708134344-5b6ca-4d0c11c3ff1e3077111e013eb32433abc3cc87d0.gz

commit fdb62491999a441db65afc668a437f0a426188bf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-07-01 11:40:23 +0000

    Bumped the glib dependency version to 2.14 to use GRegex
    
    
    20080701114023-5b6ca-4616f2a1a846e12b45c3a854ed6b77733db54fb7.gz

commit e5914de8d9b2bdaabe7065683b62b1de55e1c8e1
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 20:10:25 +0000

    test-message.py: exercise the Channel D-Bus properties
    
    
    20080701201025-53eee-edf418b962a55d23c09ff80edcb53c3b3edbb3bd.gz

commit c71898667b7418d60d9546ec39028fdf5343245d
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 20:10:00 +0000

    TpsipTextChannel: implement the Channel properties from spec 0.17.7
    
    
    20080701201000-53eee-ac4381f50f5c1a61348fe3100a5b9668bbf4d89c.gz

commit 9cf7b8d72119f66a956839b265450968aa8505da
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 20:09:54 +0000

    TpsipTextChannel: add a GObject property 'interfaces'
    
    
    20080701200954-53eee-f14f247dac7f5c547092b705e44c9ac4231e16f9.gz

commit f96bf267cced7d818710c0e2f8ab44777a910a95
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 20:06:55 +0000

    test-message.py: simplify by assigning Text channel type to a variable
    
    
    20080701200655-53eee-35c8097c2f96e8d492507b7d32664d224b5a99c4.gz

commit 1a2c1e99c3600ab2512311ee5ad673b2be915149
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 19:38:35 +0000

    TpsipTextChannel: update copyright year
    
    
    20080701193835-53eee-6c90f09fc639f6f82800bb18cbe394bdc0661fd1.gz

commit e7d984ad0f5f4f65e13559a7f81ed0d3e1ba4a56
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 19:38:14 +0000

    TpsipTextChannel: re-order headers as per Telepathy coding style
    
    
    20080701193814-53eee-f70f8026288a50df8a1e83f5f544fccb82723e78.gz

commit 6796a898e7675488247cd7a04737af196f65a392
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 19:33:38 +0000

    TpsipTextChannel: re-indent g_param_spec_object call, and add G_PARAM_STATIC_NAME for less strdup()ing
    
    
    20080701193338-53eee-c372586e7a9ddfb0c2acdf9ac8604fdda757e390.gz

commit bc0c90860fc207dc4aadb4511b8913c1f7a49d76
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 19:30:15 +0000

    TpsipMediaChannel: additionally add the Group D-Bus properties (GroupFlags etc.)
    
    
    20080701193015-53eee-c7d1e0e583249176c48b656ea3cc02d1cda254fa.gz

commit cfaeb412b03cc2cb147e2c34268c261c62c1bd22
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 19:29:44 +0000

    TpsipMediaChannel: add the Channel D-Bus properties (TargetHandleType etc.)
    
    
    20080701192944-53eee-9e74d4509ca31161711687e73f3022b7ac40c5c8.gz

commit c697579bc568e2f38a0b0f4886c42e814de7f925
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 19:29:08 +0000

    TpsipMediaChannel: add an 'interfaces' GObject property
    
    
    20080701192908-53eee-70f08de142d5dd56a1f296e30096da66d4d1c1ad.gz

commit 72e9cd5574c8e3de9486e5d8c3ce022f9532f978
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 19:28:29 +0000

    TpsipMediaChannel: re-indent property definitions and give them all static name|nick|blurb
    
    
    20080701192829-53eee-715d6379fa1e307adee0fb1d9850042cc3613ec2.gz

commit fd2cf6397d83de2e1a4e5f70ca5586e1db76557e
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 19:24:36 +0000

    sip-media-channel.h: re-order headers as per Telepathy coding style
    
    
    20080701192436-53eee-8a3a8a9c37a677e60ec9fbba707a318fd34a69ed.gz

commit c69233d4fcc15bffe0cc5ee3fb9fd1de8c2ab3d3
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 19:10:53 +0000

    TpsipMediaChannel: rearrange headers as per Telepathy coding style
    
    
    20080701191053-53eee-0f93485104490e13ab4506fed378c54bc920b4ae.gz

commit 5cca18ba5a85dbe27542b024ceb1eeca23bb3809
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-07-01 19:09:47 +0000

    Require telepathy-glib 0.7.10 for spec 0.17.7
    
    
    20080701190947-53eee-2c321da14db050a1f1482c7029ac11086c662a99.gz

commit ed67679d5dd2edc083f440d6a94eff1850ce2a6c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-06-04 16:17:52 +0000

    TpsipMediaChannel: moved CallState management to the nua_i_state handler,
    
    eliminating the last reason for the nua_r_invite handler to exist.
    
    20080604161752-5b6ca-edd7b3bc495f6568e3e56b9360d21fe33d8fbc7d.gz

commit 16ae19f9abe4a11682dd9697b0921a930a5f3dcd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-06-03 16:46:35 +0000

    Ported the glare fix to trunk
    
    
    20080603164635-5b6ca-dcd8f2c0aff30e5828c5bee4bbbdc2840ba82a4b.gz

commit 6726e7bf97fdf27f94652c6166b6f1ef2a41577e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-06-03 15:42:33 +0000

    SIPMediaChannel: have the session resolve glare on a 491 response
    
    
    20080603154233-5b6ca-c7e6eb3d954a41b0634d60ea69481252361607b6.gz

commit 0f302cf8f6c50338a99f69afcbf2063c7a3d6f99
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-06-03 15:39:06 +0000

    Introduced a new session state, 'reinvite-pending', as the way to resolve glare conditions on re-INVITE
    
    
    20080603153906-5b6ca-0b4705218f7abdb74922b5b094b6134f29046e74.gz

commit 88edb852ab0b2e3c52eba65cf02f3c6aff378cc7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-06-03 15:52:06 +0000

    TpsipMediaChannel: don't accept the session on non-2xx status codes when NUA state changes to ready.
    
    That case is awaiting another patch.
    
    20080603155206-5b6ca-5067403a6caaf60d6df327f21aa602ccc2c7c35c.gz

commit a9839d8ad5a4dacaf25c870bed8c94d13e0dfd74
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-06-03 15:45:09 +0000

    TpsipMediaChannel: revert to handling call termination in the nua_i_state handler, not in nua_i_terminated.
    
    The latter is deprecated. tpsip_media_channel_peer_error() is again just a function to report the response,
    not terminating the session itself.
    
    20080603154509-5b6ca-af30c324a3e21686dd6b19cd873d6c1d26f3d6c6.gz

commit 2c37ac9ffbd5347eccc71727f032a969ae747d94
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-06-03 15:56:50 +0000

    version 0.5.9.1
    
    
    20080603155650-5b6ca-afec1be98862d91a3fb456efc7d6b53314aabd3f.gz

commit 6d5daf7c745296b7ec9840e0b1a029d8f98bbaea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-21 12:16:24 +0000

    version 0.5.9
    
    
    20080521121624-5b6ca-60789fe0bf380a95866b0f99e3067cb3fd2ee334.gz

commit 8f26eef352a44d89256295884d4d82968359fb35
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-21 11:53:55 +0000

    TpsipMediaSession: added debug tracing for remote hold status update
    
    
    20080521115355-5b6ca-de2c08dac247bdf7745b6cc6d58cb7d6edafb5b1.gz

commit 763836183ac726e421fc5fcab00e5c64344aae81
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-20 17:42:06 +0000

    Ported the pending offer/pending remote send state interaction fix to the trunk
    
    
    20080520174206-5b6ca-d530105ebef884df1ec3c5e0e4ef1a23686cc800.gz

commit 70c23413cc4751c94b53c9a512e93b80098b7a99
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-20 17:26:18 +0000

    Don't remove or apply the remote pending send flag if there is a pending SDP offer
    
    
    20080520172618-5b6ca-d57efbae260b86b051c51793193bd6f61de65db5.gz

commit 55b0ae788ca30782346e2a9fffd8ad9e68dc80c9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-19 15:10:59 +0000

    TpsipMediaSession: renamed the label epilog to finally, to align with a convention in some other Telepathy code
    
    
    20080519151059-5b6ca-608cd3a7c697a46b0285c89b2b2313381952e8ba.gz

commit c5bb7c10cfad25f1e60ad80f04db78c9f88badad
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-19 14:29:10 +0000

    TpsipMediaStream: removed an outdated comment about implementation gaps in SDP generation
    
    
    20080519142910-5b6ca-3c96984d1f1552da10ce4120e84c62c64839d91a.gz

commit 85f9c1288eec4db149608d7a44e6021da1bb4a6a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-19 14:27:41 +0000

    TpsipMediaSession: SDP media line loop condition beautified
    
    
    20080519142741-5b6ca-2fa0a9d5968052af45e66c1492d9ee164f6f2069.gz

commit 642d4350540df9f4ffefd59582c6b18bbf6aae51
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-19 14:22:47 +0000

    TpsipMediaSession: make sure state transitions after a remote media update are not always hinged on a stream engine roundtrip.
    
    Pointedly, remote codec list updates were made optional in an earlier patch.
    
    20080519142247-5b6ca-5aa675c8f09eec131f4366cd3d1088a39cbcaa23.gz

commit 73a4cac31feea5ada1b6fd6a7ac88e83810d4f21
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-16 15:42:33 +0000

    Don't use locale-dependent strtoul() to decode URL escapes
    
    
    20080516154233-5b6ca-9558074a56e38c6a9741f28632d0d39ab0d89f31.gz

commit 800cd188b0895311d2a233627da660645c98d6c2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-16 15:41:33 +0000

    Removed obsolete _tpsip_nh_expired anchor
    
    
    20080516154133-5b6ca-a10d9596831b7125db89e82d460f030109bc36d0.gz

commit a89bfd213e7ff0f1db6384207efa022040e1ec1c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-16 16:02:01 +0000

    TpsipMediaStream: refactored priv_append_rtpmaps() out of priv_update_local_sdp()
    
    
    20080516160201-5b6ca-99122e8a0c7762a2c2725f82877c92f9ce24ad04.gz

commit 2120457c93c86fdce9f3349ca4221151e8dd06e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-16 15:40:18 +0000

    TpsipMediaStream: emit a=rtcp ahead of rtpmap lines for aesthetical reasons
    
    
    20080516154018-5b6ca-d2a108f1558b65f22aca3c9a10fa1ece029912d3.gz

commit 3bd98c46e424f1dfc7961d96fc1e32187c560dd2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-16 15:35:34 +0000

    TpsipMediaStream: put a=rtcp attribute into the local SDP if there's an interesting RTCP transport component in the selected candidate
    
    
    20080516153534-5b6ca-3727ec4c1d73c7a46e0991032daa399622573e0c.gz

commit 655f1b746c28a0842a351be27cffc98da79ce1c2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-16 14:21:39 +0000

    Trying to cover all RTCP-related bells and whistles we may meet in remote SDP
    
    
    20080516142139-5b6ca-708fdf2d8b6ba798dfb10e5ce973163fbe1759a7.gz

commit caefdf396c4ab1d45cdac0ed03ba2b26d0a84cfe
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-13 17:58:29 +0000

    TpsipMediaSession: added a comment questioning the necessity of a large part of tpsip_media_session_terminate()
    
    
    20080513175829-5b6ca-5f10ee9b77a4b7960564a59120da13ca855108cc.gz

commit e124f2be17c34c96bb0303d952a1810884f35363
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-13 17:56:17 +0000

    TpsipMediaSession: ported the NUA handle disposal patch
    
    
    20080513175617-5b6ca-9511f8f57efad91927e6b17b1e737219e40fcb36.gz

commit abab4c94cdcec81da88a35edaf93e6f1fd87f813
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-13 17:48:24 +0000

    SIPMediaSession: make sure to destroy the NUA handle on session end
    
    
    20080513174824-5b6ca-e5ffda8216c1d088227f14c89ecf5e7f23df2705.gz

commit 5e08b0cf082711cdcb183eafe25b89b00a8765be
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-12 15:13:39 +0000

    TpsipMediaChannel: ported the peer error termination fix to the trunk.
    
    A helper function was added that terminates the session locally.
    
    20080512151339-5b6ca-ade76c4124fc2b4b741ebf5a5463f655f23ab73d.gz

commit c7e564328c29ddbded782de398ecd4e78c5cc966
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-12 14:34:39 +0000

    SIPMediaChannel: cleaner termination on a peer error
    
    
    20080512143439-5b6ca-a94b16b02e70a140bcad9ff2608bf78d62c3c9a9.gz

commit 8569d9ee2a08be6fb1468ca5b5abc1979e4654ad
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-12 12:17:00 +0000

    SIPMediaSession: restored priv_local_media_changed() in sip_media_session_request_streams().
    
    We need priv->pending_offer set early to avoid closing off newly created streams when
    the answer arrives.
    
    20080512121700-5b6ca-b8f0c3a3a15f8ba6b82774395aa465e7abbc2864.gz

commit 06a9e01ff2662ee4b189be7acfb13a559a3d297e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-12 11:57:24 +0000

    SIPMediaChannel: be sure to close the channel when removing the remote member due to an error response to INVITE
    
    
    20080512115724-5b6ca-6598bbeef7e85abfa455b87357b881fbfb8a878c.gz

commit 31239ee4b9f9765a67c5166861d19f82f4e1b7ce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-08 14:47:58 +0000

    TpsipMediaSession: tracing for hold implementation functions
    
    
    20080508144758-5b6ca-13314d7451d67bad069ae1d7e67495d70b6ce07a.gz

commit 44b2989b13762d180fa7af056630cb5543da6d9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-07 15:20:27 +0000

    TpsipMediaStream: don't push remote codecs to Telepathy if the codec list in SDP did not change
    
    
    20080507152027-5b6ca-4ad9a54ca4621a4914e0393941f9768b1a10ceaa.gz

commit 168acf1ba1a4c92b54342285a4916ad435b5134e
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2008-05-12 15:27:22 +0000

    test-message.py: actually run the entire test
    
    
    20080512152722-01440-7c2ded9d15651fcdc5971980299e8c71aae667e6.gz

commit 68db08025a1431f22ccc35289b60518fcb52818b
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2008-04-29 21:07:39 +0000

    update existing tests to the new api
    
    
    20080429210739-01440-915ffebfab6052286e0e3bf691655378de47b06e.gz

commit 3cf8990c378b30609b48cf71391e74cd245071bb
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2008-04-29 21:07:21 +0000

    update sofiatest.py to the new test api
    
    
    20080429210721-01440-cd58247c56e835e0a22e86dbfaa30252cfc99e23.gz

commit 782fe41582d640bc56271b1f4ff356705c580de5
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2008-04-29 17:03:20 +0000

    updated servicetest.py from gabble (adds new test api)
    
    
    20080429170320-01440-4410abe44cef0cf58ae79bdaba48f9b56cee1bc9.gz

commit 5d2d9841d5cdd78366a31c966743466658df6bfb
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2008-04-29 16:59:40 +0000

    ignore tp_caller for the time being
    
    
    20080429165940-01440-e4682591ede0a028fec442871498d0795abb52a5.gz

commit 0e2f5d262b8bcca6b081780e99c57ed4cca26e27
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2008-04-29 16:59:22 +0000

    added the two new Makefile.ams to configure.ac
    
    
    20080429165922-01440-531a22dbba5450df16bd4566861cab870d02a318.gz

commit 290c32fb6b0d79ce157cd66c75f70257ba2d5b60
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2008-04-29 16:46:51 +0000

    removed obsoleted test env scripts
    
    
    20080429164651-01440-0adb82f6afbad4e755c3f3b3fd0f05dbdbd3c69d.gz

commit 019335ef3ce5a519fb4dee929c95d98c0c8bd50a
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2008-04-29 16:45:34 +0000

    enabled conditional use of twisted tests (ported from gabble); also compile tp_caller utility in tests
    
    
    20080429164534-01440-b7431f9559dce08c406ad62d42eec1ebaab42856.gz

commit 8f2dd1de48d445976cd52a35d2ca4cd4cc9d20b2
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2008-04-29 16:40:23 +0000

    change check-coding-style.mk to allow for check-local override (port from gabble)
    
    
    20080429164023-01440-1559f8bf65cbc1b7c4283b9fde71f5e00227be1c.gz

commit a9e34e5fc2dded884086b8f0629a8b75a511a445
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2008-04-29 16:39:22 +0000

    moved twisted test scripts to tests/twisted
    
    
    20080429163922-01440-7fe3b1470c36c9012de622e95bbcb0e3cf4ba145.gz

commit 10ef616abd9c6d8573288af2f626da87647b2163
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2008-04-29 16:32:17 +0000

    creating new test tree and build system (ported from gabble)
    
    
    20080429163217-01440-82d94bbce112b4111874aeba860c21962ea0f8fd.gz

commit ec814d20821bcad0eebef02693fbc7d5a9e0ea2f
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-05-09 15:15:56 +0000

    Use tp-glib 0.7.8 for Hold in TpsipMediaSession too
    
    
    20080509151556-53eee-7351533b801e69c6663ad248de979ccbc46df84d.gz

commit 3679d69b79128ef7d916913383d177a15902c49e
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-05-09 15:09:34 +0000

    Remove Hold interface from code generation, leaving code-gen machinery in place as a stub
    
    
    20080509150934-53eee-64666185d40b50daf27be9ab95f6e1c3b52d7ee9.gz

commit 106b48aba6a946477e53b97f1951a8c357a83c23
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-05-09 15:08:09 +0000

    Use telepathy-glib 0.7.8 for Hold
    
    
    20080509150809-53eee-b8b888e9c345e46891011cb79883903dd748ae6b.gz

commit c3f92b4760cf042fb516c78a478a25c4d6210633
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-05-09 15:08:00 +0000

    Require telepathy-glib 0.7.8 (for Hold)
    
    
    20080509150800-53eee-9b3c32e4f3445b55f50a2d5ce087b3b6d4c33735.gz

commit c3db928d11f9bf38aa1f1f0013b636f1ce96e679
Author: Olivier Crete <olivier.crete@collabora.co.uk>
Date:   2008-05-08 22:18:18 +0000

    Put the proto subtype to RTCP so fs1 ignores it
    
    
    20080508221818-3e2dc-f2b88ff56259d960bb68152bb8c6dc0891d14fcc.gz

commit 7277ccf06b6ad9ebd5d6e39150599bc52d56cdf2
Author: Olivier Crete <olivier.crete@collabora.co.uk>
Date:   2008-04-21 21:38:48 +0000

    Set a RTCP candidate at rtp+1
    
    
    20080421213848-3e2dc-33fb6f07030ce02b56b6e5429799770587846d36.gz

commit 759accaa2c062dcaa08c1ce8f966ccb5bcb7aafe
Author: Olivier Crete <olivier.crete@collabora.co.uk>
Date:   2008-04-11 15:44:23 +0000

    Don't ignore component number, 1 is RTP, 2 is RTCP
    
    
    20080411154423-3e2dc-e84f55cdac64f30dc02d849d98bf73e8b9d20b46.gz

commit 7be9f60844dabe5b9637bb07ba0fee49cd4a7abd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-02 13:48:50 +0000

    version 0.5.8.1
    
    
    20080502134850-5b6ca-027c137197b12e850567cb5bb283c0bd8fd6593d.gz

commit a7893c89b48ec61014f8800b1198fc1b47fb098d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-05-02 13:44:14 +0000

    version 0.5.8
    
    
    20080502134414-5b6ca-28d2eaaa615811e3d212fe6a8091adb0bf955e6e.gz

commit 879ad035b2136e893283ee872d85d842954621c1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-21 15:27:32 +0000

    Simplified log file diversion code on Simon's suggestions
    
    
    20080421152732-5b6ca-23582017e784b68e16f74764bed545e20d438d1f.gz

commit 167df14589f90633b8d46f942f77471df44aefbd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-21 15:16:27 +0000

    Divert log messages to a file if the file name is provided in the environment variable TPSIP_LOGFILE.
    
    Fixes sf.net FR #1944067
    
    20080421151627-5b6ca-9a3982f6e4a751324210e4944e6ebea9b0aaec22.gz

commit bd5411948269f027bc92828b9cd9e9021841890d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-16 16:34:00 +0000

    Less cryptic comment for extra-realm auth parameters
    
    
    20080416163400-5b6ca-b2dcf601df2c3fae419100b5b85a4c3b3645b073.gz

commit 815f851e905823908599bad74c20891ff8656625
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-16 16:33:14 +0000

    Erased the unimplemented CM parameter 'avoid-difficult'
    
    
    20080416163314-5b6ca-0434ff9aeb7a888574733fdb8b17b7419f8546b5.gz

commit 9beb9f8df2f94268f9f4405538e0f3dc75077822
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-29 15:17:34 +0000

    TpsipMediaStream: survive StreamHandler.Ready called with an empty list of codecs,
    
    preparing for recommended sequence of calls to Ready and SetLocalCodecs.
    
    20080429151734-5b6ca-0c30666e10c54188a6283bead622abad11646490.gz

commit a492a61679ebe0600b5fdb942287ad3f63938170
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-29 14:46:26 +0000

    TpsipMediaSession: don't use an adapter callback for 'local-media-updated', use g_signal_connect_swapped() instead
    
    
    20080429144626-5b6ca-e6f9e76b588094a7e3e1df255bf2fe01ccd60412.gz

commit e14aac7e95a1676e18ff1a8f8e4611aae8899123
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-29 14:36:30 +0000

    Provided a description comment to tpsip_media_stream_apply_pending_send()
    
    
    20080429143630-5b6ca-b4bf47873deadf27a1e29616cfadb9b853f379c0.gz

commit 291dd1bd421789e899b50b325fad7bc665d9e7a3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-29 12:39:24 +0000

    SIPMediaStream: signal actual pending send flags after applying some of them
    
    
    20080429123924-5b6ca-12fc65f395fb8b38e3b541f9746a633028ae3666.gz

commit 3e5cb0a356669b8eedb75968a58116b11c57edd4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-29 12:29:06 +0000

    TpsipMediaSession: fix remote hold state updates for incoming streams
    
    
    20080429122906-5b6ca-b02c582cdd2c6eaca4fa2dc1bb938fc925ee5b1a.gz

commit a8a5667d9d578cfce78b550295f296b4c9087126
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-29 11:07:26 +0000

    Corrected hold implementation up to the recent direction fix
    
    
    20080429110726-5b6ca-b2e3ba944985bc33bb7d3db16db77117b5213a99.gz

commit f7d5a4d079de5a00b22e81a04a78d14593f3157e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-29 10:50:13 +0000

    Ported direction and pending send changes to the trunk
    
    
    20080429105013-5b6ca-b4f752d7d39bf2ef171e8196541fdba46fb8b045.gz

commit 4b488097dbef43700a6331197568eb136acf51f6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-28 13:49:41 +0000

    Reworked behavior of direction and pending send flags to match the specification
    
    
    20080428134941-5b6ca-00274102002e5906a2d5922b7e2ac55e96f7c7fc.gz

commit 18a24fdc41fcd11f614696491b9d61432c20140a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-22 12:44:17 +0000

    TpsipMediaSession: a remotely requested stream is always created with pending local send flag
    
    
    20080422124417-5b6ca-8a060a195d2c06d063266c2269705fd5a778da5c.gz

commit 99ef1454d8159ab60579f4343696b74c31f223ce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-21 13:00:06 +0000

    TpsipMediaStream: implemented StreamHandler.SetLocalCodecs
    
    
    20080421130006-5b6ca-efaf0324c64efef9195c7e6c4f9d6bdd153cf522.gz

commit dc6080ab2516db06b33c680181f7779a12a941e0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-21 12:42:18 +0000

    TpsipMediaSession: set all streams to playing whenever we're about to send an SDP offer or answer
    
    
    20080421124218-5b6ca-730f580f5d230c74d14fa75238e5b5e4facca77d.gz

commit 552f1097a886024c8709d590999b37d93a80fc2a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-17 15:18:15 +0000

    TpsipMediaStream: on StreamHandler.Error, close only the stream rather than terminating the session.
    
    Fixes sf.net bug #1944820
    
    20080417151815-5b6ca-730bf11dad42159a5d59ae98190c61a21f66f17d.gz

commit 0947739e69024e1cee7ff1725855bbe4a38dba0a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-17 11:52:41 +0000

    TpsipMediaStream: check if StreamHandler.Ready is called more than once
    
    
    20080417115241-5b6ca-a847f656c336e3c3babb1e71936e6c11d6a99169.gz

commit 7e21d72c921255ad550c1e952a77a0829784b15f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-17 11:52:03 +0000

    TpsipMediaStream: remove redundant type assertions
    
    
    20080417115203-5b6ca-d762175897f1d94102194393dc2d32f4e20a70e3.gz

commit a81536c7f66a6f099d2dd88eefdd4e53f64a6da9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-16 16:51:34 +0000

    SIPMediaSession: fix the emission of HoldStateChanged
    
    
    20080416165134-5b6ca-831f7b374559504ea7d2b8cc61fffb698b97cb6d.gz

commit f4623d7bcb6e0c9948bf69c5d1d8eed33acf457c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-09 15:27:54 +0000

    version 0.5.7.1
    
    
    20080409152754-5b6ca-956afc9a0c29f62aef8e1bfb7a9514e7fc61d816.gz

commit a7d19d68e552626896c47185102b2a5eabd8a5fb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-09 15:17:42 +0000

    version 0.5.7
    
    
    20080409151742-5b6ca-58d14a8ca3cb0c093525d95e1d92f0cc51fdc4d1.gz

commit 95e8d77876a3c3144029cd875677fa1e6bf6f624
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-09 15:17:21 +0000

    Added tpsip/signals-marshal.list to distributed files
    
    
    20080409151721-5b6ca-a000777d4562361a217756123f5cdc9a2582c3d7.gz

commit 21cdac93da0d587c9398f6cc4dca6d46df93c768
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-09 12:49:09 +0000

    version 0.5.6.1
    
    
    20080409124909-5b6ca-0131d06a113bf46a17bfdc98d8b3b3894907c265.gz

commit 1ba168d56b3ce039fff046cdb99514764d942353
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-09 12:46:39 +0000

    version 0.5.6
    
    
    20080409124639-5b6ca-eedefe0539f1bc3df3ed6d5c60da7174ecc5d38a.gz

commit dcae8e19870d508fc8d4758c74eeff2beb645e81
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-09 12:44:40 +0000

    tpsip: added -I$(top_builddir) -I$(top_srcdir) to preprocessor flags
    
    
    20080409124440-5b6ca-75648f9233456b61b01990295ee6bdf00e8d4c14.gz

commit f04e01f380a41a858baa5ab7809e53631937e870
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-08 13:24:47 +0000

    cosmetics
    
    
    20080408132447-5b6ca-230ba0aaa6d72e48acf7f43d6ba2b263742d2391.gz

commit cf47fadccc5c6a12f58cfe43ceaacf4bcf160e99
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-08 15:07:24 +0000

    Really implemented Hold.GetHoldState
    
    
    20080408150724-5b6ca-e85ea0e59ba2b005214445c3221a93f5dd480213.gz

commit 5f8537ed04f66278cbf712f7c587fc08d5a5e185
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-08 14:36:00 +0000

    SIPMediaSession: handle unexpected stream hold state changes gracefully
    
    
    20080408143600-5b6ca-f3c726f7abc24bdfa8627424adacf645523010c5.gz

commit 41abf3c96e526224a37309ff5746eec250e87eef
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-08 13:22:45 +0000

    Add the missing G_PARAM_CONSTRUCT to a property defining the default value
    
    
    20080408132245-5b6ca-90f8c8843b641e2efb39244cb30617121c75dbb1.gz

commit 84abbcc334716b338b5a9818c0dba6585afe9171
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-08 13:15:22 +0000

    SIPMediaSession: implemented stream hold requests through StreamHandler
    
    
    20080408131522-5b6ca-38a4e12a9ae3c61dcc251accd36c3b2f1b689518.gz

commit 8a2e68678efe06cb2ea36507a92c5f31b6ab4acb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-07 15:03:11 +0000

    Struck out the stream handler hold API.
    
    Introduced the 'hold-state' property and the 'unhold-failure' signal on TpsipMediaChannel.
    
    20080407150311-5b6ca-dadbc2ce6d3ae4e01063e92d12cec5ad869c2543.gz

commit b10fe314452cb3cb6e076fef269e77f6ddeea730
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-04 15:20:21 +0000

    Updated the media channel implementation to the reworked Hold and CallState APIs as of 0.17.3.1.
    
    The CallState interface helpers are provided by telepathy-glib as of 0.7.6.
    This patch does not implement the specified behavior for local hold.
    
    20080404152021-5b6ca-666f266095e8b6765e1f8917b26a8cf42292aa3c.gz

commit 8949826f048c6e75427940e2fbe4353613de5dd2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-04 15:16:12 +0000

    Updated to the draft Hold interface as of telepathy spec 0.17.3.1
    
    
    20080404151612-5b6ca-a019004434d33a1ef8a8db64d94b7d4c8a72458f.gz

commit 22b2689625ab977b45d83b4516c239679f9bb19f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 16:29:43 +0000

    version 0.5.5.2
    
    
    20080318162943-5b6ca-b0ed6799db52bedc37e46ee66d010ef49f30503f.gz

commit c5404a9009f4746df772a563d38eea25dd1443fb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-19 15:38:41 +0000

    Backwards compatible use of environment variables SOFIASIP_PERSIST and SOFIASIP_DEBUG
    
    
    20080319153841-5b6ca-a5854ef3e6aa6c6240b33db37856373b4d303744.gz

commit 0cd14962764121c7e412423c64b8f06081d2fc1b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 16:27:00 +0000

    TpsipTextChannel: capitalized an error message
    
    
    20080318162700-5b6ca-5365373df38628fc5df5149c03da56f8feb2bf31.gz

commit 4ca3c719adf01bdddea5a4f8c507a34851bd12ab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 16:26:04 +0000

    TpsipConnection: commented out NUTAG_SIPS_URL assuming it's now rudimentary to NUTAG_URL
    
    
    20080318162604-5b6ca-838a2325499c55849168b9e9bebbd0028079ca7a.gz

commit d6cffc04e04030f9eaa6ce83f796e0fa83e16bfd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 16:22:59 +0000

    TpsipConnection: removed useles TPSIP_IS_CONNECTION assertions
    
    
    20080318162259-5b6ca-05b8c9f1e1d7197aa016b544fec334e1bc33f6c1.gz

commit c5edd8a99e81964c669e36c553a6096fa3c6cc2c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 16:22:23 +0000

    TpsipConnection: cosmetics in the class init function
    
    
    20080318162223-5b6ca-7aa7fcee379f3c7e3a46da6d5af60b95e1d5bf13.gz

commit e1aa9a119bb4ddeed9df036d038ae77cebb1c27f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-01 12:29:30 +0000

    test-message.py: Don't use character sets that are too exotic for Scratchbox.
    
    Use Unicode literals without unnecessary translation from UTF-8.
    
    20080401122930-5b6ca-c212bbd77404dc32f7f3b9e3a729b231d22c2f01.gz

commit 34da127f72f1acfc6cfa67e3e60fbdbcb99d3f00
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-04-01 13:06:04 +0000

    TpsipConnection: handle the internal status code 904 that indicates a failed authentication
    
    
    20080401130604-5b6ca-540d8113892d857e237e5ccc0eb56167e6cf1c61.gz

commit 6a82fd1a38695d393062e5169182cb5e00852119
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 17:22:09 +0000

    TpsipConnection: erased the custom implementation of GetInterfaces, with the bogus Properties interface name it returned
    
    
    20080318172209-5b6ca-279bb5878c617f222dc726a547f9e42556f1a759.gz

commit cc9ea218883cba698cdc22feb77153690dfd926e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 16:59:09 +0000

    TpsipMediaChannel: handle session termination in a nua_i_terminated callback.
    
    This is to eliminate a warning about the event delivered for a retired NUA handle.
    
    20080318165909-5b6ca-29322f8b0593313b3b47e4888ae197e1b1471306.gz

commit 7eb904a55c0a1c9439e27fc6f7595869aba6bf3f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 16:56:25 +0000

    Unbreak tpsip_connection_get_interfaces()
    
    
    20080318165625-5b6ca-c47130895e496d78c5a890f23c6ee5cac9d5b801.gz

commit f4ce746ec671843205cd2133e3d9a329e4d85041
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 16:24:34 +0000

    TpsipConnection: debugging cleanups in ListInterfaces and the dispose function
    
    
    20080318162434-5b6ca-80a18a0e8a2461723093d236cacc3f6e0f25b8a6.gz

commit 4cddabd2ea0470a64c048b6a26be1e8ddf3f98c3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 16:29:21 +0000

    TpsipTextChannel: debug logging for messages queued for delivery
    
    
    20080318162921-5b6ca-9322552180298f433ad305d995879d3f4fc25395.gz

commit bded71d64527f52709ba6511f828d80e31a986ea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 16:13:41 +0000

    Added priv_handle_parse_from() missing for the incoming event handlers;
    
    removed the contact list handle repository.
    
    20080318161341-5b6ca-4db4dcfdf20f21c46eabd26796ef561718e90415.gz

commit 302b5417fdf8ab066e8fd33b0b6db4a8df642899
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 16:11:12 +0000

    Removed the RequestHandles implementation, let the base class do it
    
    
    20080318161112-5b6ca-a2d1a32bb5cc353e6b1b1472144b757ed7284ec0.gz

commit 58ad259426f96c968df350c44a3125413e54a658
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 14:17:48 +0000

    Refactored NUA callback handling to use GObject signal emission.
    
    Removed the TpsipConnectionSofia callback state adapter and simplified
    the stack destruction code.
    
    20080318141748-5b6ca-2654a6c422ffd518ba30a5277dd13997bb358c7a.gz

commit 0ad211d26d996833d8e7eb449e5d5ef7c0bbca22
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-18 14:16:14 +0000

    Added TpsipEventTarget interface as a start for the Telepathy-SofiaSIP dynamic API under tpsip/
    
    
    20080318141614-5b6ca-d4293e6ac6cd5bd7a423e5a8ef08130f0d6ccbf3.gz

commit 4e6d5da782064144a6b914fe0a396d293da0b3f2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-07 13:44:06 +0000

    Removed dead code
    
    
    20080307134406-5b6ca-ac2fff70bb3637659742b0b0f35954917a8532c1.gz

commit d12af30e4e9a1a94d4a2529301c79be8393ec634
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-20 17:45:00 +0000

    sofiatest.py: add 'proxy-host' to the default connection parameters, as 'port' does not work alone
    
    
    20080320174500-5b6ca-2135329f87a3a4f2f9765274869c006c1db51ac6.gz

commit f68585b95b6c1dec3767a046c839ba300f2ab938
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-20 17:43:58 +0000

    Use the value of PYTHON subst variable to run tests with
    
    
    20080320174358-5b6ca-1aeec78b75b124edc14b4efab0c78909e974e44c.gz

commit 4c629fc8bee2ca2c18a0fe071ef817fe778eddaf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-20 17:42:17 +0000

    Check for versioned Python binary in descending order, to get the best available
    
    
    20080320174217-5b6ca-9e62ee39ed52de00e92d367908c1b4eab34bfde6.gz

commit d5e7f6b708210c074f29174055efd02f13951f24
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-07 17:03:36 +0000

    Remove usage of AS_AC_EXPAND as a needless sophistication
    
    
    20080307170336-5b6ca-b4193817c9d6a8517be922398570a1c43ab3129b.gz

commit 3397654f0be122b91a249c53ecfbd74d0a23c79d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-07 16:36:21 +0000

    Removed the client-side stuff from tpsip-extensions
    
    
    20080307163621-5b6ca-58da21345e53808039c7c5fba46bc50ac3376aed.gz

commit 1658c240ac4537cf1c6537e8b06d866ea26b0010
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-07 16:35:34 +0000

    Fixed the name of the _SOURCES Automake variable for libtpsip-extensions
    
    
    20080307163534-5b6ca-ac10f7b51767fdd723dd1583d14a048339f8ecd1.gz

commit fbf2aea948cb52cc4604c295427ca3b404f69c87
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-07 16:34:55 +0000

    Unbreak the dist tarball name by removing quotes in AC_INIT
    
    
    20080307163455-5b6ca-5aef8376ddc8213d8b5602ae5cd6c5c761f84971.gz

commit fc98344a423c5a2e0d733be2cf7647c13c854e77
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-07 16:10:28 +0000

    Removed another instance of DBUS_API_SUBJECT_TO_CHANGE inclusion, unnecessary after porting to telepathy-glib
    
    
    20080307161028-5b6ca-18ca0a41807663115d2270e68addde100d44ce6d.gz

commit 196d73563d96af5031ed969b1cd9d919fda3e054
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-07 16:09:14 +0000

    Added m4/as_ac_expand.m4 to the distribution
    
    
    20080307160914-5b6ca-865e6ab9340a062d74fcf62466a2c791e615fb4e.gz

commit 7982a7d2c4fdb06241ea0a8b2370cf20a9b77167
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-07 16:08:49 +0000

    Makefile.am: updated copyright and contact
    
    
    20080307160849-5b6ca-7fc22e3d4a4ce42dd0c9c3968c3451ce9c5e245f.gz

commit 15b3e5e0172f7e0c961a7b8618c5e8758ab729d5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-07 16:07:22 +0000

    Renamed extensions subdirectory into tpsip-extensions
    
    
    20080307160722-5b6ca-75b2d2b88b26231bc9871c52fe7d0f17ad812e42.gz

commit 7c2c903e76a3dce01d732849546dca766d6826bb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-07 14:37:39 +0000

    Used the occasion to update copyright notices in the code:
    
    added missing notices, updated Nokia copyright years, removed "this library"
    language, humbly added myself to the author lists.
    
    20080307143739-5b6ca-0a4e19949140f3fb974d6b0bff79debf76cf9f9c.gz

commit 2735429e13a7efb93a0b9cd13bfd0e898357e930
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-07 13:42:21 +0000

    Renamed things for Tpsip prefix all through the code
    
    
    20080307134221-5b6ca-70f7b26a7a0e3a78bb9717326ee65caff06b3797.gz

commit c09a82a1756acc2be18d5d54ac6a212610cfc427
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-06 15:03:26 +0000

    Removed the DBUS_API_SUBJECT_TO_CHANGE crack
    
    
    20080306150326-5b6ca-6eac3736bfd3e254e9fcb52ac799fb13989b3292.gz

commit 9c67dc297c0397306910b350e4299ec6fa55f2be
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-06 15:01:54 +0000

    Renamed the keepalive mechanism enum to the Tpsip prefix.
    
    WARNING: work in progress, breaks the build
    
    20080306150154-5b6ca-49ca9b908397fcd910338258dc714e8b7039e0d6.gz

commit a8a9688fd33b59c78adccead7f53b9b7b86bcf0e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-06 14:59:49 +0000

    Tpsip namespace for generated code in extensions
    
    
    20080306145949-5b6ca-1b18c499022b114855ba555564abab94a80aeb79.gz

commit 4285304415f208f91fabf22c6413bc8ee340834b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-06 14:57:13 +0000

    Renamed libsip-extensions.* to libtpsip-extensions.*
    
    
    20080306145713-5b6ca-a5d4927a2593b18cdbb08ed437a6a7f00eec5ec2.gz

commit e9a1056e4da2e7cdf319eeea935e55522e40cd9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-06 13:32:09 +0000

    Renamed source files consistently to the tpsip- prefix.
    
    Ditto the intermediate library for extensions.
    WARNING: This patch breaks the build. A followup patch
    is needed to unbreak it.
    
    20080306133209-5b6ca-82cc9b8b7f0da7113bb6cb7a9982b8353b5857fb.gz

commit 5a0004164c81f2743129328d2b266734b19c1a72
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-06 13:32:09 +0000

    Renamed source files consistently to the tpsip- prefix.
    
    Ditto the intermediate library for extensions.
    WARNING: This patch breaks the build. A followup patch
    is needed to unbreak it.
    
    20080306133209-5b6ca-d5667bf6473efce0b6b8c8a45f19fa7505e026dd.gz

commit decaef04902795f8972cdea6700ff6ef15b59e25
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-03-05 15:40:23 +0000

    Copy m4_define magic from telepathy-glib/gabble/etc. to generate stable release tarballs with the right name
    
    
    20080305154023-53eee-5d4d25f5bd3f23c0179968aa4bdb9fe7e4182552.gz

commit 1af2898db5a789f5dce356b47da1aa141e2f2c35
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-05 15:31:30 +0000

    version 0.5.5.1
    
    
    20080305153130-5b6ca-67b40e92ddd010af8ebd96aa902d555157593779.gz

commit 017a6cefb136ede3900392c36189d472dba3107b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-05 14:48:26 +0000

    version 0.5.5
    
    
    20080305144826-5b6ca-d9bec2cefe61148adbf24e7ec2e869e83c60ed13.gz

commit 37a8838f5176336ebd7c678a03f0207b0ae462c6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-05 14:40:06 +0000

    SIPMediaChannel: use direct hash/compare for the call state hash table, fixes the stupid crash
    
    
    20080305144006-5b6ca-c8e08763a36966e048023a8948f7ae741897b502.gz

commit 1b4a78a2ed4836dbefbead17d3b17d2a0bcc4f63
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-05 11:19:59 +0000

    SIPMediaChannel: use Channel_Group_Change_Reason_Invited for INVITE-related call membership changes
    
    
    20080305111959-5b6ca-9f8ccd01e73a2d7028b2eb08c645e906c38b4397.gz

commit 5a300f16c2a130ce443ca47109df74e341b39e5d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-05 07:53:11 +0000

    'loose-routing' defaults to false.
    
    Reasons: 1) backwards compatibility with 0.4;
    2) Interoperability problems arise in practice when using initial Route,
    not the other way around.
    
    20080305075311-5b6ca-3aae92d0449052455e70147f76c2a07f3efe80d5.gz

commit 691b4c8e59f3749a9146b35f786ad3e83de39534
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-03-05 07:50:08 +0000

    SIPMediaChannel: set the actor handle for incoming and outgoing calls
    
    
    20080305075008-5b6ca-ff6ada391ec3ee92f7a39eaf292701b6e05f1c3c.gz

commit b8976253cfa05a6c9ddae4091d3827a06ec76a7b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-27 16:45:34 +0000

    SIPMediaChannel: updated to the latest CallState declaration changes, add support for the Queued flag
    
    
    20080227164534-5b6ca-56e93776986662bdeb1d56ac8dc965d48040cd35.gz

commit 784f626eef156ec70d4d3d774a66b6ea22649a42
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-27 16:39:51 +0000

    Updated the CallState interface specification to include the Queued flag
    
    
    20080227163951-5b6ca-89faaeb1d537400eaecad936b19fb8556710c9cf.gz

commit 468756fed5bc4cba93bb86ab862546c0337199aa
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-26 16:37:57 +0000

    SIPMediaChannel: implement the new behavior of RequestStreams and MembersChanged, as per Telepathy spec 0.17.1.1
    
    
    20080226163757-5b6ca-154975c52aaed53ffb5b0a6e4a3ac0704c93e9c6.gz

commit aeef618369660dadc6d21e581325566944171693
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-25 17:58:02 +0000

    SIPMediaChannel: added Hold and CallState to the list for GetInterfaces()
    
    
    20080225175802-5b6ca-3bab266d921e1d5248875804b688d658e328bf30.gz

commit 96ff1cc99b4c8b56af8a366dcdc06fed7436aa8c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-25 17:57:15 +0000

    SIPMediaChannel: staticized the dispose and finalize functions
    
    
    20080225175715-5b6ca-5ac102b45b522495e7e70a0a286b61e0fa5a965b.gz

commit 5fb276ead130888ddf1965c3dff86d740aaf9a41
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-25 17:54:55 +0000

    Initial implementation of org.freedesktop.telepathy.Channel.Interface.CallState
    
    
    20080225175455-5b6ca-9eea9fa26e8e63cdd7e3d6bd573749fee1521384.gz

commit cb45d86f6b0357fb94c967b7c879ddbaa022a7cd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-25 16:56:29 +0000

    SIPMediaChannel: a stub implementation of the CallState interface
    
    
    20080225165629-5b6ca-765369cc9f7ea7afbc2954456470cd27f50be8f5.gz

commit 145e2474dc7505b7ca3a2d4ec0cfbb6cf0ca7116
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-25 16:34:39 +0000

    Extensions: pulled in org.freedesktop.telepathy.Channel.Interface.CallState from telepathy spec 0.17.1.1
    
    
    20080225163439-5b6ca-43a0172a32fa17ae959955d559fb36c4d2c5884b.gz

commit f27567f22df76367f6b70a6c1b42d9e3ece9468d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-25 15:40:31 +0000

    SIPMediaSession: stylistic nitpick
    
    
    20080225154031-5b6ca-90cc50bb62d65a4b036a58830156f19a97fdeb42.gz

commit ca01b63c53e95b07126858dead84ef715fff538a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-25 15:39:53 +0000

    Reverted the premature optimization of checking old state before trying to add the peer to call members
    
    
    20080225153953-5b6ca-bc9183eb6f1b2d02b2fb8ebe695a0fc31959b258.gz

commit ed4a235e25a6e6ccae6c7edeb11c6ecd9f147c11
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-25 13:20:44 +0000

    SIPMediaSession: validate media types for RequestStreams before creating any streams
    
    
    20080225132044-5b6ca-eda19f7b6da30f3c0994f340787bcdb544fbdd5e.gz

commit 12259a462ea4d484665a14e597236d8905780fb3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-22 17:12:10 +0000

    don't emit NewStreamHandler signals multiple times if Ready is called multiple times on the SessionHandler
    
    
    20080222171210-5b6ca-7caf64c37721e54711978e391444d5af90c04f47.gz

commit 6a4b2f4608f50a606160d98c969a7982bc954efd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-22 15:54:43 +0000

    SIPMediaSession: added an XXX comment about non-transactional error raising behavior in RequestStreams
    
    
    20080222155443-5b6ca-2c1c7260333fbad80d4633292b1e6a08d72331c6.gz

commit 0b3647a8b639e8ccbbb9ed50dc38c915cfb8b08a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-22 15:38:44 +0000

    Streamlined code for RequestStreams and ListStreams,
    
    allocating the result array in the same function where it gets freed.
    Gone are the remaining calls to sip_tp_stream_list_type(), replaced with
    TP_ARRAY_TYPE_MEDIA_STREAM_INFO_LIST.
    
    20080222153844-5b6ca-45bdbcb5ef89395c0d03612e7086895939b0c6cc.gz

commit 8ee15ed08953e96ae88aed46ec1a9936a7654314
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-22 15:32:45 +0000

    Removed the homegrown type helpers, switching to telepathy-glib type macros
    
    
    20080222153245-5b6ca-f233b00bae8f5a8367f59a96752da335aab2c500.gz

commit 9eb23a966d6d585bdd262260d4f14636e3b90d75
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-21 15:03:44 +0000

    SIPMediaSession: comment language
    
    
    20080221150344-5b6ca-08dbfee387525ecf81dcdddc06b388e627c9dd79.gz

commit 0c7aa4e869c8d402d041a33ef8119dc279b3297e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-21 15:45:28 +0000

    SIPMediaSession: create a new channel as send-only if the local hold state is in effect.
    
    This prevents remotely triggered overrides of local hold by offering a new stream.
    
    20080221154528-5b6ca-c004977b5037e305f39f7c268ab77a7d8ba2e307.gz

commit 316289b8fea40144a46a07b27c9df21b6d24d460
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-21 15:23:41 +0000

    sip_media_session_request_hold() does not need the GError** parameter
    
    
    20080221152341-5b6ca-35cccca3551cd98cf4fdcf361b68646ee108596e.gz

commit 388ebd0e4dab508015774c14040f70be3c9416b0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-21 15:01:56 +0000

    SIPMediaChannel: prettifying
    
    
    20080221150156-5b6ca-186ea6b784caec2279c1f023e59f8d277c71603e.gz

commit db964bd87c1462ab2582b56865ea295ae23b9c9f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-21 14:56:11 +0000

    The initial implementation of (draft) org.freedesktop.telepathy.Channel.Interface.Hold
    
    
    20080221145611-5b6ca-526aa7a5c26aabb973d96967b664116f78a9002f.gz

commit dec6ed8ccadcf369bd953bcddc20dc2594e9e6b8
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-02-20 18:24:52 +0000

    Only require Automake 1.8
    
    
    20080220182452-53eee-636d8cb4e1cee1c5bf4697140556370f030064d4.gz

commit 89abc47e38b5c68d808d86f3bf8c389ae4d1608e
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-02-20 17:01:33 +0000

    Add a trivial stub implementation of the Hold interface
    
    
    20080220170133-53eee-5b82a27036995ed6f503241f678aa8853dcb3362.gz

commit 25e44f53f19fb8715a67a535ad100c4b8a20e03d
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-02-20 17:01:05 +0000

    Link against libsip-extensions.la
    
    
    20080220170105-53eee-f41dfe8f611aeec25c1b937ad56b916ed0b76a1a.gz

commit 03c244ac6782b18de909cd66c2cdcd2b1717ed26
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-02-20 17:00:32 +0000

    Include tools, extensions in build system. Check for mkdir -p, xsltproc, Python, telepathy-glib 0.7.3
    
    
    20080220170032-53eee-b091234e34ec0138213c2e88f2c0e21155deb463.gz

commit 834d9b6c4207876decbc8ae9b19af2cf5495016a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-02-20 17:00:14 +0000

    Add an extensions library containing the Hold interface
    
    
    20080220170014-53eee-e789fc709213482d7363fd95f750e6c237970b76.gz

commit a6fb706d275cea39556157422da0035deac8234a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-02-20 16:37:58 +0000

    Pull in code-generation tools from telepathy-glib 0.7.3
    
    
    20080220163758-53eee-36e5fe90491953e0f8d7fbfa2cdd8b3fc6a372c3.gz

commit ab4e2c524746126bd86174a15dee96c02aefaf79
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-02-20 16:37:02 +0000

    Modernize autoconf/automake initialization. Explicitly require GNU make in README, and use automake -Wno-portability (fd.o #14020)
    
    
    20080220163702-53eee-d502e6fc1e6cb203d07c4ed5a79d2f87fea560b0.gz

commit e50b130aa3891b6938d3615158092246cc0afffc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-19 16:34:14 +0000

    Specify -1 (stack decides) as the default value for 'keepalive-interval'
    
    
    20080219163414-5b6ca-7e8f6b1b0129349c63c3bcb966fb470ce25d02db.gz

commit 67f3e4c3f363282dee7322be27f5eaac5a3147d0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-19 16:34:14 +0000

    Specify -1 (stack decides) as the default value for 'keepalive-interval'
    
    
    20080219163414-5b6ca-db47c1c873a6596e66e8b6a1f3c6b4b6b78e2515.gz

commit f756a78b55238a695c707815da201442fc5922e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-19 16:54:40 +0000

    SIPConnection: corrected the description string for 'keepalive-interval' to match the implementation
    
    
    20080219165440-5b6ca-06048de014426b01e2b61fc9c5af52338d1b917e.gz

commit e713aaa5a9cf46d67c0effaa0398e96690c1c619
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-19 16:05:30 +0000

    Don't pass a negative 'keepalive-interval' value to the stack, making it really a way to use stack's own defaults
    
    
    20080219160530-5b6ca-f84280da059fedf9c48d3f4f6f630412f2f8dd0e.gz

commit f310ec099900e55c00f44c73aa03b8daf85af990
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   2008-02-15 18:25:18 +0000

    SipMediaChannel: let ListStreams return an empty list if there is no session yet
    
    
    20080215182518-93b9a-798aa9ae8d2411baf0606f613b43d4a8f9f892f0.gz

commit 3472cca844bbc54343882e484ba66a15278d30da
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-15 16:15:20 +0000

    version 0.5.4.1
    
    
    20080215161520-5b6ca-1f64384df3040689ee0a4eb86d7cf77690458e7d.gz

commit 58043ebb666ace4fc69c380a5ef3ab7b73f18e25
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-15 15:58:01 +0000

    version 0.5.4
    
    
    20080215155801-5b6ca-2cabbc70f7a577cf0754de24bd842283c16f842c.gz

commit 17f3c7e2052e0bb4d29e32f5b6c12082d90f8310
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-15 14:17:37 +0000

    SIPMediaStream: removed a piece of dead code
    
    
    20080215141737-5b6ca-090d8bfea6f8b4487d758c80f3496d81d95e06a4.gz

commit 9d023d02fb47c79d7a8826c8b50a317576d71863
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-15 14:16:01 +0000

    SIPMediaStream: converted a SESSION_DEBUG in anticipation of stream's own debug facility.
    
    Ideally, the stream object should not use the reference to the session object.
    
    20080215141601-5b6ca-16d57660ab427df8719ac9823a661a32f7eed3bc.gz

commit 7b301fba0552269149299e85174b342dba6d4b4e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-15 14:13:43 +0000

    SIPMediaStream: prevent a race condition between SupportedCodecs and emission of SetRemoteCodecs for a further intersection
    
    
    20080215141343-5b6ca-bb0201b8563953261e121569679b027d991f8ea6.gz

commit ef3962dc2dc8f2eea6a70fb3672e45ba8ed0f8ac
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-15 14:11:04 +0000

    SIPMediaStream: separate push_remote flags for candidates and codecs
    
    
    20080215141104-5b6ca-f851dcfd70ff3615efb6a018d64cd470718fa98e.gz

commit 063d0d0530be3194cc9ce998501396cc881765e6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-11 16:13:24 +0000

    SIPConnection: removed a gratuitous log message
    
    
    20080211161324-5b6ca-1a88cfc540506e138bcb9d6548c6b364993912d6.gz

commit 3365d139fa1c1f368022cb213a42a51ed5f60bdf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-11 17:03:38 +0000

    SIPConnectionManager: prettifying
    
    
    20080211170338-5b6ca-caf208acf65bbd9b26a1b3c9c6376a0cdf5e5477.gz

commit 9c6f42bf2e111397a16df25f1d2398897c760fe7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-11 16:09:04 +0000

    SIPConnection: flagged properties with non-trivial defaults with G_PARAM_CONSTRUCT.
    
    Removed or added /*default value*/ comments so as to actually make sense.
    'password' can be NULL because of the additional guarding logic in the auth code.
    
    20080211160904-5b6ca-f1d81301cc9c97185cfd382725de2cf2a30aa057.gz

commit dbe1eed608f5d43a58674af1acc6b1343b077207
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-11 16:05:01 +0000

    SIPConnectionManager: consistently nullify all parameter strings if empty
    
    
    20080211160501-5b6ca-625246c40f6e2a0fe60930b787da73d5f9d6256d.gz

commit 971b1feaeb43406b91447ddd0d539f4ad06cc6b4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-11 15:56:49 +0000

    Added connection parameter 'loose-routing' to allow for the legacy routing behavior,
    
    as implemented by Telepathy-SofiaSIP 0.4.x and earlier.
    The default is true, which means loose routing as recommended by RFC 3261.
    
    20080211155649-5b6ca-5ebacf522f3c4ef0e87a84cf00c878728c9006fb.gz

commit bf8683534db479ecff79c244a54845845cac5f75
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-11 14:36:06 +0000

    SIPConnectionManager: nullify string parameters if the value given is empty.
    
    The previous approach of returning a validation error is problematic with
    the Mission Control which has no other way to unset a value coming from the
    profile.
    
    20080211143606-5b6ca-0ea6e56a8d762402a65e2aebbfea4f1a72d767a6.gz

commit f9856ec487da8222dd8fa6455577f5052524c086
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   2008-02-09 14:56:14 +0000

    Override channel-type and object-path properties instead of redefining them
    
    
    20080209145614-93b9a-6390001c3ecc9a8d547d19f572222b96a9955e34.gz

commit bf83c9c3250652a30e26c7a4dd20acb1d3aa0c4a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-06 15:13:43 +0000

    version 0.5.3.1
    
    
    20080206151343-5b6ca-cb7d53c5941af6d9ea94fca7fe82420e39995904.gz

commit ab854879225fd7a8740f4ed19a402ddbc86135e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-06 15:02:24 +0000

    version 0.5.3
    
    
    20080206150224-5b6ca-2e45dd74f384d16344042ae1dd92f13bcaeedf35.gz

commit 49eaa733c084353d9a46ed0a24736d1deca6857a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-06 09:27:04 +0000

    SIPMediaChannel: we want to add the peer after 'responce-received' -> 'active', of course
    
    
    20080206092704-5b6ca-c2d1c45f512b2d9fb465811c29f33bea746dcc40.gz

commit f410218d99c19532f86a86cee548e5c2b764580b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-05 17:21:49 +0000

    SIPMediaChannel: avoid redundant calling of tp_group_mixin_change_members() on irrelevant state transitions
    
    
    20080205172149-5b6ca-b4b8bfbe89986131b1378dfc7d73760056e7e024.gz

commit bbcc35ef2f42b88225002791cf10ece9ec6f8477
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-05 17:18:26 +0000

    SIPMediaChannel: purified priv_create_session() by externalizing the reception of a remote INVITE
    
    
    20080205171826-5b6ca-b8c50d20acd2268757ff04c82e0d628658e2f3ec.gz

commit 01ebe81efc578aae521e8341fd681bfb02a32944
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-05 16:20:41 +0000

    Removed the internal 'stream-added' signal, emit StreamedMedia.StreamAdded directly from SIPMediaSession code
    
    
    20080205162041-5b6ca-16baa96e56f40f9e24a0e1d57b1d0bbf4602889a.gz

commit 3d3755b973ba55ca67ddf5bafdffa9d620fbcbd8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-05 15:59:20 +0000

    SIPMediaSession: corrected the comment about session states
    
    
    20080205155920-5b6ca-5ecd0d64674d1fe0a7610fcf102f40d2bc80f234.gz

commit 2be1ac4209aaa1e081b451b84ae8a6b80c9a9e80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-05 15:58:20 +0000

    Renamed the ambiguously named priv_session_media_state() to priv_session_set_streams_playing()
    
    
    20080205155820-5b6ca-f335c3738dc906ba2fe3274e461a3be49ce0d96d.gz

commit e5c3eb266a6cf796ef65bd9b8bf1c429c89a8a6b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-05 15:43:25 +0000

    Removed the 'state' property on SIPMediaSession.
    
    Use function sip_media_session_change_state() as the way to
    change the session state.
    Instead of using detailed signal 'notify:state', use the
    newly introduced signal 'state-changed'; we get to control
    the moment of its emission, and the handling, with more precision.
    
    20080205154325-5b6ca-ef4cd28c8dad3860e1c471cde721d56b1d0fe2a3.gz

commit 99b4ff90ad0b4b484011b91bd11e1490318408c4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-01 18:00:19 +0000

    SIPMediaSession: debug printout for clamping the number of streams in the response
    
    
    20080201180019-5b6ca-63274c77bfc925fd3e542c7244b2676ac719c090.gz

commit 0c1ea9e1d24403e9b0c59600c0c3284e7087d895
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-01 17:58:40 +0000

    SIPMediaSession: always update the number of streams in the remote offer, even if the media didn't change
    
    
    20080201175840-5b6ca-33f31678d7032413b5d45bf18308680a87ace043.gz

commit 9bb6d2db194d763516522521349af5d378c501c8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-01 17:54:56 +0000

    SIPMediaSession: smoother code for responding with NUTAG_WITH.
    
    In one instance, the saved event was leaked.
    
    20080201175456-5b6ca-b298c80802160fd0195b020758e32d45d5ecf491.gz

commit ec57eea8b7b4b2bda6552b8815c660cdc49f6a46
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-02-01 17:52:26 +0000

    SIPMediaStream: descriptive messages for call membership transitions
    
    
    20080201175226-5b6ca-f5f17f7a0aff77a202547f7d3e688e6af4379a53.gz

commit 994e3ee02cb8255fd8e509353517aa1ed3d3d9af
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-31 16:35:09 +0000

    version 0.5.2.1
    
    
    20080131163509-5b6ca-59a090187813535e0d12e8f0dbb8d270bd0f2bbc.gz

commit 6c3612863d56896b9c16045f1a60eab0a77df0e5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-31 16:31:04 +0000

    version 0.5.2
    
    
    20080131163104-5b6ca-7d7605da5dfef0b503d905bd932a24c107206c09.gz

commit 65c0cb4cddd62eb90090067b2c4fb730b713535b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-31 14:17:22 +0000

    Updated TODO with recent developments, added two new issues to keep track of
    
    
    20080131141722-5b6ca-a6ca6ddb655dbd482d2aa6eab6a2bb9e3a60cc12.gz

commit 544f7cafafa44a18fd10b3a8922d0cfff90245ac
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-31 16:02:42 +0000

    Reverted a part of the last comment fix because it was a change to a worse English; I need some classes
    
    
    20080131160242-5b6ca-1afac001d76d8b3aa6ccbb5c7b3584436816ddd7.gz

commit 515771a6354089a0f8cc6b47f3e52d92622682e6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-31 14:24:44 +0000

    SIPMediaSession: improved some comment language
    
    
    20080131142444-5b6ca-4cde6cc07d6308b09a242c4ed0d5133cae28a6c2.gz

commit 1a5393a67cc615931f7aecb38c41a50386da94cf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-31 14:23:30 +0000

    SIPMediaSession: while processing a remote offer, mask locally requested direction changes with the direction as set by the offer
    
    
    20080131142330-5b6ca-2b46f614397cea7acf71fd5809c5f86e6d725f4a.gz

commit 73ccb72ff709239b3ba746c1040ceb788b5ce842
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-31 14:19:52 +0000

    SIPMediaSession: remember the number of streams in the last remote offer, and exclude possible streams added after that from the answer
    
    
    20080131141952-5b6ca-3be8ae548a658c47ce4394f36cc43cd7b364b654.gz

commit 966ffccb4c0d8a9f3a2d49d21cc1fbb6c39aac12
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-22 17:31:57 +0000

    SIPMediaSession: removed the unreachable state assertion in priv_request_response_step(),
    
    because stream additions requested by the user can trigger state machine processing.
    
    20080122173157-5b6ca-17f1158460ebb7cf2fe6a7eff9e4d4e91f5725ec.gz

commit 1494cbe4732b869033e039317a081939eeb36f97
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-10 12:05:12 +0000

    version 0.5.1.1
    
    
    20080110120512-5b6ca-8d27929ce6da8c525345b50bd34e715cdde761e1.gz

commit cd15c8c0841bf4a9d3f87ac78fcdde91683e75d4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-10 11:46:00 +0000

    version 0.5.1
    
    
    20080110114600-5b6ca-61ece474d238268930017373e89205393f3e1f32.gz

commit 8985dc0aa6e7a205aa72226c22967a5651b0bcd0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-09 16:47:39 +0000

    SIPMediaSession: prevent a potential assertion failure if there are multiple streams with empty codec intersection
    
    
    20080109164739-5b6ca-0b369ba540f3f85d47a3ba08dfb20907faa95835.gz

commit 400bd538fec72f853dc73003abd770e90a618314
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-09 16:35:32 +0000

    Don't close off streams missing in the answer if there are local media changes pending negotiation.
    
    Added a comment describing the behavior in case of a stream number mismatch.
    
    20080109163532-5b6ca-e8944658abbbdc918db3dad7052beba6e9ed4a55.gz

commit 99ee44e9b6e2968632a09a00b05cfbfc0a6dff5f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-09 16:04:53 +0000

    Refactored stream direction and pending send flags.
    
    Pending send flag management is mostly internalized into the stream code.
    A check made against premature clearing of pending send flags for new streams
    that haven't been negotiated in an offer-answer exchange yet.
    
    20080109160453-5b6ca-8c8e4ae0b1a11511bf3df370e33c3c1fb529f700.gz

commit 3dd909a2a148af605d7e7ce5c2b96dd38d0c4b17
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-09 14:09:43 +0000

    Renamed sip_media_stream_is_ready() sip_media_stream_is_local_ready() for clarity
    
    
    20080109140943-5b6ca-2c320550df267efe3155803eabc73e13fb77d14a.gz

commit e5bd1f010ee216b93a9a869d464b9fa2d3c03d39
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2008-01-08 16:40:02 +0000

    Fixed memory corruption due to an invalid g_object_set() parameter list
    
    
    20080108164002-5b6ca-7012b05581ef3c7124c42382586fa9ab62e842ac.gz

commit 9592a7f2bcd0990ebfad843023a3a639efec2955
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-01-04 12:50:29 +0000

    Cope with TpChannelIface channel-type property becoming writeable in telepathy-glib > 0.7.0, avoiding warnings when channels are constructed (fd.o #13896).
    
    If telepathy-glib is <= 0.7.0, the added code will never execute, but is
    harmless.
    
    20080104125029-53eee-68ee29fb3dff0084e46adc863da812fa092b075b.gz

commit 712817301d839cf180def411d40253faaa58b9a1
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-01-04 12:44:32 +0000

    Bump nano version to 1 to indicate post-0.5.0 development
    
    
    20080104124432-53eee-61331461c2621900cab438bae2cb230eeb8bace8.gz

commit a2810d6402033f16b44bcc62b0b6d12a1e16de66
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2008-01-04 12:38:01 +0000

    Change behaviour of SOFIASIP_DEBUG and SOFIASIP_PERSIST to match recent Gabble.
    
    SOFIASIP_DEBUG now controls debug logging only, not persistence.
    SOFIASIP_PERSIST controls persistent mode but does not enable extra debug logs.
    Depend on telepathy-glib 0.6.1 to achieve this (it could be made conditional,
    like in Gabble, but 0.6.1 has been out for a while so I don't think it's
    necessary).
    
    20080104123801-53eee-5bff2c004f14d74059ef77e66cd253eac48d4598.gz

commit 601cea86da16cc9fa37561eb6f0fe421bed36c26
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-12-31 12:56:00 +0000

    SIPMediaSession: postpone any request-response state machine action while local streams are not ready.
    
    This simplifies the state machine logic in priv_request_response_step(): there was
    need to guard against non-ready local streams in every state.
    
    20071231125600-5b6ca-4c5c6ab1c19f7d09fa1b4ca63eb5eb3a8ae3d6a0.gz

commit a8aae129b5f9e578f2f1328ad2b63b30a9db7353
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-12-03 15:01:05 +0000

    Added coverage support.
    
    Patch by Dmitry Rozhkov.
    
    20071203150105-5b6ca-6ff7e2b4e90031e315f09443ec545632249f789a.gz

commit e649b82d50394453f30ca803212dc3679d67f9eb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-12-19 13:05:34 +0000

    SIPMediaChannel: cleanups
    
    
    20071219130534-5b6ca-3b489f71c03259dee4a69feae4e30e21f12d622e.gz

commit ea2b518c836506654272363ef38266b7ad94d2d3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-12-07 15:59:13 +0000

    Don't leak a route URL parameter buffer into the connection's memory home
    
    
    20071207155913-5b6ca-61de6b74d01c7cecfbde318e1b8c967bf34bbae5.gz

commit c4f4f94184654d8b66bf2f65ec6e574b1327642b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-27 15:56:47 +0000

    Use initial route set instead of NUTAG_PROXY.
    
    The transport preference is no longer encoded in the proxy URL.
    
    20071127155647-5b6ca-ed4e3fbd9e4f352b561ad0943630bced4edd1d9d.gz

commit aae3449d8a0d95ff093decca3304a463fdc37157
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-27 15:53:11 +0000

    SIPConnection: new dedicated parameter 'transport' for the SIP transport preference
    
    
    20071127155311-5b6ca-a08ff0bac30f1741718c39b28792672ed9190fc9.gz

commit c96f7b62cb1988a720b1b6be4c886a38a719f79b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-27 15:49:48 +0000

    Bumped the minimal required sofia-sip version to 1.12.7
    
    
    20071127154948-5b6ca-1971a9173be9dc9cdf1c07baea33fdb7bfbfd342.gz

commit 000fb86083d8f210569f8eb42eb066064f8faa26
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-29 13:57:12 +0000

    SIPMediaChannel: rescinding is meaningless for incoming calls, don't set the flag
    
    
    20071129135712-5b6ca-d90beebb62e691a5ae650663ab3ab6e090cf7290.gz

commit d4a6903fa2df653cf298640c6961e81911a72974
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-29 13:44:24 +0000

    Purged a meaningless channel group change that's been commented out for long
    
    
    20071129134424-5b6ca-9a1fb59efeaf28348c5548781ab79fba82369048.gz

commit c2469c8f6978bd31b90557fc07c40aa7a46eea8c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-29 13:43:09 +0000

    Disallow adding members to an incoming call channel (sf.net bug #1840543)
    
    
    20071129134309-5b6ca-ace04781958166a54d5f86fd1314373a0589b474.gz

commit 1fc0133091342468d806c50507e4d96862b21644
Author: Robert McQueen <robert.mcqueen@collabora.co.uk>
Date:   2007-11-28 02:19:20 +0000

    correct FSF address and other LGPL 2.1 boilerplate
    
    
    20071128021920-418b8-41316311ee2ad7cb9089df8a30e21475ea4d753f.gz

commit 6a63c851e9602ee8124d3afebeec99f43327d1f9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-27 16:01:12 +0000

    Removed the dead remnant of http_proxy
    
    
    20071127160112-5b6ca-b21aa7bc2656753af940bdc7e4c80cdb4ca4b555.gz

commit 500e109e8a052eca132c0ecdd870c1fbf728d2a0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-16 12:48:35 +0000

    Removed the bandwidth modifiers for RTCP (RFC 3556) from SDP,
    
    because of alleged iop problems with some Cisco gateways.
    
    20071116124835-5b6ca-851e71d63d540f6bc717c00b4ba38d47fca869c7.gz

commit 69b36a624a740893c6e730be3161fcfb4da5f1fc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-24 15:06:17 +0000

    Don't switch session state from 'response-received' to 'active' until the session has been accepted remotely
    
    
    20071124150617-5b6ca-9319d887210d631ee110f9023ee6fa50ecfb953b.gz

commit 2a31b33184d3d3a6fb82cfaf845bc88aba674e71
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-09 12:14:20 +0000

    SIPMediaSession: forgot to free the value of 'local-ip-address' at finalize
    
    
    20071109121420-5b6ca-b5038479366e9cebcd9800bdd6ecee4f37328bb1.gz

commit 7f89d20396370161c34b36350de294527dcc2d96
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-08 17:56:26 +0000

    Removed a couple of outdated comments
    
    
    20071108175626-5b6ca-e14c668a56ee3d717829a3c55c410fd196d5553d.gz

commit 9cd7107ac902673619eabc5861324601066c794c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-08 17:56:04 +0000

    sip_media_session_finalize() lacked static declaration
    
    
    20071108175604-5b6ca-f755597e4ab7a6baecbe19c1080f0caddcf1fa0b.gz

commit 920aa67f4195c4da106472efe34676d2283bd2ea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-06 15:37:02 +0000

    SIPMediaStream: moved a comment about two properties to its proper place
    
    
    20071106153702-5b6ca-0292f9b9534c33ff2ef3b08f8c82cb7bac4d0ad3.gz

commit 554c7b0e1f79dd4e120cdc44c0e8d8e128565cf1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-06 15:36:14 +0000

    SIPMediaStream: don't perform class type retrieval repeatedly
    
    
    20071106153614-5b6ca-d14484a688a9f460305a8615babcb0c2869d61df.gz

commit 87a09419a5db1e0dffc42d37c7db110c033fd4ed
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-06 15:19:59 +0000

    SIPMediaSession: no need to free object_path before setting the construct-only property value
    
    
    20071106151959-5b6ca-d0be4a3269ce008dc3fa09f0c838466068312e35.gz

commit c5e64f704f44c07f2291e2f64b7f0769b9f7b93b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-06 15:19:00 +0000

    SIPMediaSession: don't leak the object_path string
    
    
    20071106151900-5b6ca-7a71a7082baabbefcb30d7f4f5994792778b433d.gz

commit cc41e3e619065b69a7a3df34912895dc36b2b36f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-08 17:44:13 +0000

    SIPMediaStream: use sip_media_session_rate_native_transport() to pick the preferred native candidate
    
    
    20071108174413-5b6ca-ddbeea4f5ebede5eab16631cb6847761c519562f.gz

commit a0508ed28c0e30bdbfc49e0f2b6d646cfb74edb1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-08 17:50:39 +0000

    SIPMediaChannel: pass the 'local-ip-address' property down from the SIPConnection to a SIPMediaSession
    
    
    20071108175039-5b6ca-6d5d254e57164070fec1a7d1ee8a497c2392ea87.gz

commit 6ca102bd0b4dc7a2ab700de171f2779621ab62ed
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-08 17:40:17 +0000

    Added sip_media_session_rate_native_transport() to promote transports that match the 'local-ip-address' property
    
    
    20071108174017-5b6ca-33192107dd923ab8a2a177f93f5a609e14f2d10a.gz

commit db1c11c9b213b58276d15e77df0e9109254291a3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-06 15:16:47 +0000

    Added property 'local-ip-address' to SIPMediaSession
    
    
    20071106151647-5b6ca-cb5361333afe6f5195de11376400b54d1e99650b.gz

commit bb81608d6e303354c75c408e06622db1357aa561
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-07 13:34:58 +0000

    Perform more stringent sanity checks over the status messages and Reason: header text in CANCEL.
    
    Check if the string is a non-NULL UTF-8 nul-terminated string before sending it over DBus.
    
    20071107133458-5b6ca-f9b676b12d46d185272374808e12e6394aca77bf.gz

commit a66e43b6636c4e11be7e2a66291b727557cb1e2d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-07 12:49:25 +0000

    When the call is terminated, drop the associated auth entry
    
    
    20071107124925-5b6ca-1acb96616fca23638b43edd5fe1ea932de195bae.gz

commit 05ba9f6f5a7a20703d7969c75854f1fde49c3076
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-07 12:48:10 +0000

    Don't tell the stack to BYE call handles that are terminating already
    
    
    20071107124810-5b6ca-36c2269706c97ec5bc4b2a548803d577c97b90c2.gz

commit 668d21f8b2914707c3cbb34f425edc6d98021588
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-06 17:32:56 +0000

    Set transport parameter in the local binding URL when the same parameter is set in the outbound proxy URL
    
    
    20071106173256-5b6ca-758fcdb5c4765775d24b55e748c41b59aaca1359.gz

commit 4cf8bed29e49f7a997544437ee9030e2992ddd10
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-11-05 14:24:02 +0000

    Bumped version to 0.5.0 for the development branch
    
    
    20071105142402-5b6ca-a29263087eb2de54b8307fa1357401d030a79a4b.gz

commit 9ffa010c148a442132e50c822dc0324bf5b20f9c
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-11-05 11:09:52 +0000

    Add telepathy-sofiasip.8 man page
    
    
    20071105110952-53eee-86b57bc74b613171d0a8bfc571d2d4cd5838c28a.gz

commit ce5a7fa68f17d1a09eb7c9a9085c5100048674ea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-30 15:51:02 +0000

    SIPMediaSession: move parent finalize to be the last thing
    
    
    20071030155102-5b6ca-3d2ca6f77a43d04b38e5fcf7ac80a365a6e28253.gz

commit 3a2a822e0ad50c0be05f47874e71ea1a50329f32
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-30 15:49:28 +0000

    Uniformly arranged finalization tracing for SIPMediaChannel and SIPMediaSession
    
    
    20071030154928-5b6ca-d2a14fb39ba71ce2ef75b91702405d079e9655f0.gz

commit 63d1b5c4332561d362b70ba29e7eacd6476b1857
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-30 15:20:43 +0000

    SIPMediaSession: removed the dispose-time assertion about the back reference to the channel:
    
    a signal emission on session state changed to 'ended' causes the channel object to be finalized before
    the session object is disposed.
    
    20071030152043-5b6ca-4d58b69c544796f3cb2709e95c7796277b1eac2d.gz

commit 4f4907ccf26245a0b3047de0f0e82e0158c5dee2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-30 14:18:24 +0000

    SIPMediaSession: make the uplink pointer to SIPMediaChannel a weak reference.
    
    The "channel object is alive" assertion at dispose stage may fail due to refcounting in the g_object_set that
    triggers channel destruction in the 'state' property change handler.
    
    20071030141824-5b6ca-dfa06ceff6c2e8c981130f5f5dc4101ac4c195bc.gz

commit a1e944d583392f6fb7bad0d106a7a4d8ba5709e7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-30 14:28:32 +0000

    XXX comment about a redundant closing round for all streams in the session
    
    
    20071030142832-5b6ca-01696179687cee9740e9f031a6c13b01ff93facc.gz

commit c56f20ea491c0c7bc300f69971eee447b830a756
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-30 14:26:22 +0000

    SIPMediaChannel: more tracing love in dispose
    
    
    20071030142622-5b6ca-d691fd902ba2bc99b37a315f67265cb1724cbff4.gz

commit 03b65e74ea0f652e8802c1a531c389697f265fd9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-30 14:25:52 +0000

    Added a TODO item about session state implementation as a GObject property being too heavy and laden with hidden effects
    
    
    20071030142552-5b6ca-b675fb14530e959f093bb3f2cb74ca175c689f29.gz

commit 79db57ddb9c013e1839fcea10deb0b2d4c73d07d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-30 14:18:24 +0000

    SIPMediaSession: make the uplink pointer to SIPMediaChannel a weak reference.
    
    The "channel object is alive" assertion at dispose stage may fail due to refcounting in the g_object_set that
    triggers channel destruction in the 'state' property change handler.
    
    20071030141824-5b6ca-1c2dce0e00734811ad2fb92620aa3661f2ed42f5.gz

commit 32a08ba9a478df0cb5cbb82e7f6dd592f583e9c9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-29 16:05:43 +0000

    SIPTextFactory: explicitly close channels in the implementation of close_all
    
    
    20071029160543-5b6ca-bfaa109114512213322ca31153b69da34a6f5a7b.gz

commit 59390d716bf22d4d2367107673955edf9fd111a3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-29 15:56:09 +0000

    SIPMediaSession: don't reference count the pointer to SIPMediaChannel as the session is always contained by the channel
    
    
    20071029155609-5b6ca-f0566868a9881d6be035e618b998bf1e81a5e954.gz

commit ebd6a771dd5e224253ae3bfaf2739ec62187cb0b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-29 15:54:55 +0000

    SIPMediaFactory: explicitly close channels in the implementation of close_all
    
    
    20071029155455-5b6ca-0d86046815b5735438301fb86c5a4237f5530ab3.gz

commit 0477e3e31af82d788d072997819547772e765c04
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-10-26 11:54:34 +0000

    SIPConnection: call nua_shutdown only if neccessary, otherwise manually clean up sofia adapter
    
    
    20071026115434-01440-ed68cb851646dc334e5d756a56253addf0f73ab6.gz

commit 5ec5fc6de5862aa512cb1147f8c71fa19818a220
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-10-26 11:12:16 +0000

    SipConnection: don't overwrite error from tp_handle_ensure
    
    
    20071026111216-01440-0b4ce2e326febe3ee811ab56e158b147888ab614.gz

commit 50935454db0957f3a1f2291e550324f32613a852
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-10-26 11:11:25 +0000

    SipConnection: NUA stack can be NULL at disconnect, if we aborted connecting before it was created
    
    
    20071026111125-01440-e002e7c738ccdd954da3621487c8f8ec32b1d1f1.gz

commit 221931d95f18ad07f1f92f2543fb621a621d94d0
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-10-26 11:18:02 +0000

    Also update comment for bindir -> libexecdir
    
    
    20071026111802-53eee-46070fa71d846235eed910c14a121f70fd620e31.gz

commit 2e863be3132f1cf972d88087ba78a13379741303
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-10-26 11:04:20 +0000

    Move CM executable to $libexecdir, adjust .service accordingly
    
    
    20071026110420-53eee-b1366aba07f29da7ac1be834fbe58fcf6773c1ef.gz

commit 64f1c767fb755d1d277a19b3db6e5e8649e42acd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-23 16:39:08 +0000

    Fail gracefully in case the account URL could not be created from the string
    
    
    20071023163908-5b6ca-0f702e9904cccd31f315f18ef88a69cca0b75af9.gz

commit 37d11f10404c0f55a2bcfb4cba68be84b9f253f2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-23 16:33:33 +0000

    Implemented connection manager parameters 'local-ip-address' and 'local-port', to enable fixation of the local socket binding in pathological IOP cases
    
    
    20071023163333-5b6ca-62363e3c4e67ab68eba94e728fe2886e2e914bdd.gz

commit 16ce552f468e5a8d53ce541aa02da535c24b40bf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-19 14:10:26 +0000

    Removed an obsolete XXX comment
    
    
    20071019141026-5b6ca-a1e3b9cdba766ea44e52ecbe29b928c9df759179.gz

commit 23f93ab5c441695244105c0c6edc48e0a0c8236d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-18 15:23:07 +0000

    SIPMediaSession: added another state, 'response-received', to resolve some uncertainties and race conditions
    
    
    20071018152307-5b6ca-9be59df80bfd13eb3d45519620d1b5c1d6c3c7dc.gz

commit 009a8e17740109344531dc992edd1df5826b9823
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-11 11:18:52 +0000

    Bumped version to 0.4.1
    
    
    20071011111852-5b6ca-9f9f9c4f00d6f7648ae1431daf747b8b3417fa46.gz

commit edc04299c6340c1684440a8e094f317b205bc998
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-11 11:16:35 +0000

    Never destroy the register use handle the hard way,
    
    as it causes Sofia-SIP to crash in some cases.
    Also removed a race condition between a 200 response from the server
    and a disconnection operation that might skip the necessary un-REGISTER.
    
    20071011111635-5b6ca-9b8357f075b4838db59ef7ea0ea20edad2b6690f.gz

commit de2cf324d9fa62752050168c875a5e8845a43e38
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-10 16:18:33 +0000

    Bumped version to 0.4.0. Whopee!
    
    
    20071010161833-5b6ca-b135f15bb697c17a38a7a91ae4e168944cb43819.gz

commit 8f8fd02ac6952beb939a3207677ab6746e24664a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-10 15:43:04 +0000

    TODO: updated with recent developments
    
    
    20071010154304-5b6ca-8d3c37a9fef25a5c2039a0a1e0d478677ccc9e82.gz

commit c0fd919bbfc4014166d82eec64a7f25bb9cd99ab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-09 15:19:27 +0000

    Erased the ugly session ID atavism inherited from Gabble
    
    
    20071009151927-5b6ca-2878603425680bd2f13303399b56952d74209c18.gz

commit 054551061055b3ef7b680ad8ef83321554c05b69
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-09 12:58:25 +0000

    Brushed up debug tracing in SIPMediaSession
    
    
    20071009125825-5b6ca-25fcc6456fc5813602732b321d78e4599a2adb82.gz

commit 3bbbbaa1e6fdc084fc80c096cc5dc8b75846bdb8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-09 12:57:38 +0000

    SIPMediaSession: don't assert in sip_media_factory_session_id_unregister() if the session_chans hash has been destroyed already
    
    
    20071009125738-5b6ca-119c9e58b481a494644841bfc550e685d6853006.gz

commit 8b976b83e1b94c6260d8716a7420e2a4ffa40fab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-09 12:59:11 +0000

    Bumped version to 0.3.31.1 for development
    
    
    20071009125911-5b6ca-0ae58bde11eff85e0589e3cb6a995a4993aa4a48.gz

commit 0eda421a363c5395b6504987df074cca6ac6fb13
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-05 18:23:15 +0000

    Bumped version to 0.3.31
    
    
    20071005182315-5b6ca-b6ebaab0dbd2edb7d22679dcc9b059a64a17b664.gz

commit 47b971909431556ba55bef4289386353407520f8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-05 18:14:57 +0000

    nitpick
    
    
    20071005181457-5b6ca-4a402153eee0c3882d7522e6c4dee314301fa40d.gz

commit fb3a35d7022ea814b97dfb493c1a0d95db24b14d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-05 17:44:50 +0000

    Cache auth credentials by NUA handle.
    
    Unfortunately, good ref/unref management of NUA handles as keys in auth_table causes crashes, and I have no
    time to debug it now, so they are accounted as simple pointers.
    As the lifetime of each entry is normally limited by one request, this shouldn't cause problems bigger
    than the previous approach of matching against one connection-wide auth string had.
    
    20071005174450-5b6ca-ca1a336c645a4d2470e2384b9da37c569adb5916.gz

commit 6be6a8d049e410f697880fb4d20f70f361a81d7c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-05 14:40:13 +0000

    Remove the auth loop prevention kludge that came to bite us in the back.
    
    We rely on Sofia-SIP to avoid resubmissions of the same authentication response.
    
    20071005144013-5b6ca-17adec96c77f9139ec5efeba660a54eef7d183e3.gz

commit 3677dd9d34a2114face87183ebc22128ac207fc0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-05 14:48:53 +0000

    Brushed up debug logging in sip-connection-sofia.c
    
    
    20071005144853-5b6ca-2c6c636ab8cb89ea80187fb49e52c11efb9b8dbd.gz

commit cf012c4fc840b219c70be58b6e3ef647c1d91f2f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-05 14:47:52 +0000

    Updated a comment in the nua_r_invite handler
    
    
    20071005144752-5b6ca-24d0ebb7073abe28f8a6cd76c3d874f5ff942bf6.gz

commit d4eaf18f39ded9563e08e4f9c0b7aa244db133ff
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-05 14:47:03 +0000

    Authenticate our BYE requests when challenged, to deal with the odd proxy that requires it
    
    
    20071005144703-5b6ca-e02748d3cefbd86e1acf73e69fdd289e37baa079.gz

commit 577c35a24e7f11ee7f11dd3ef0e76749de2d32d0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-05 14:40:13 +0000

    Remove the auth loop prevention kludge that came to bite us in the back.
    
    We rely on Sofia-SIP to avoid resubmissions of the same authentication response.
    
    20071005144013-5b6ca-92fb964f34c3a4eab1e08e2bada1357f568f05ae.gz

commit 6290d2fee9358f16d608d4acfa8cb1b988f898dd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-05 10:57:31 +0000

    Debugging cosmetics
    
    
    20071005105731-5b6ca-47f54d78d3f67b70c891387f89dd5a64cf8dd9ba.gz

commit 7dba0513e5ce0a817247114c5e721c6500194092
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-05 10:56:29 +0000

    Declared some functions static as they should have been
    
    
    20071005105629-5b6ca-894d234675baca6adb2efd37e2d081aa23691d76.gz

commit 946f10191b4e573f8778387bb7366f6e22dd9b03
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-05 10:54:37 +0000

    Emit Closed when a text channel is closed by the internal logic
    
    
    20071005105437-5b6ca-04a29d3a61540696bcaa3b675140b6ab91a4a224.gz

commit 584061138cc8ca82612c8750c2a1afbd576cb46c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-04 15:30:44 +0000

    SIPTextChannel: received status codes 404, 480 emit Channel.Text.SendError.Offline; lump some obscure status codes under SendError.Unknown
    
    
    20071004153044-5b6ca-1385113b741ed34bc1caaf21e13391380a174d2f.gz

commit 612840946e6e0bcd903b1fb0bf85b895691b415e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-04 14:25:59 +0000

    Fixed a bogus null check in priv_handle_auth(), check for the real thing
    
    
    20071004142559-5b6ca-2d2cfa93d8a1b22bba3d4c3591a098bd08251cbd.gz

commit d30f2588a16a357fc07488291cb2ac8151c5fe8d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-04 14:24:49 +0000

    SIPMediaSession: emit StreamRemoved for the channel whenever a stream is closed
    
    
    20071004142449-5b6ca-2c8c0b30242b9d5c855fde338fb515bee4e322ba.gz

commit 77e4662e4b2c38daecc1c794f6887217fdf46e39
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-04 13:29:20 +0000

    Removed unused variables discovered by coverity
    
    
    20071004132920-5b6ca-0701bc09c2a8fcb5ffe7987438f4a0e90c069cfa.gz

commit d7f6ecfdd4b6d9d85c80d3518ba8f662a21d2db0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-10-03 14:54:33 +0000

    Disable the 'natify' outbound option when 'discover-binding' connection parameter is disabled
    
    
    20071003145433-5b6ca-590a7e9d89851a976d79b14ad2dd386bcc2741a0.gz

commit f27de415b54d8dc7c589e01be504fec3dede19d0
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-09-25 16:02:09 +0000

    sip_conn_create_register_handle.c: create a handle even if To: isn't used
    
    
    20070925160209-01440-e3ad5ee2d69a9597aa86d27a14d6f3b02247ec6a.gz

commit 7244ac95174557a44d6b7218f54059191f8dc77b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-26 10:42:42 +0000

    SIPConnection: check for register handle creation failure
    
    
    20070926104242-5b6ca-5ad76de65eeb72c3d0d766585c46515b3d1b51da.gz

commit 7956a72cb09f28a8b73a0b6dcc39057366e5a397
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-09-25 16:02:09 +0000

    sip_conn_create_register_handle.c: create a handle even if To: isn't used
    
    
    20070925160209-01440-48685ad18c38efefc8df4d92da3f2274d74e4536.gz

commit 93eb1dea203acb3c58c73436e3d651bac90dd3cd
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-09-24 15:03:43 +0000

    SipMediaSession: if invite was received, properly remove the caller from the members so that MC registers the missed call
    
    
    20070924150343-01440-5f61e0e329c556db7dd20f3a31c8fad0afd4e931.gz

commit 8595a7e7e4c53360f357fe6a34003c87d6999886
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-20 15:20:58 +0000

    SIPMediaChannel: map a 404 status code to GroupChangeReason.Offline
    
    The reason is, many proxies return this status code for known user
    names which are currently offline.
    
    20070920152058-5b6ca-69e919c676d15eb2a3c0d349fd3297192f38c008.gz

commit 6b3e085ecda8003b9ffbc5b72d3f9625c28d66c4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-20 15:09:14 +0000

    Bumped version to 0.3.30.1 for development
    
    
    20070920150914-5b6ca-416c580b6c42a6ab8b1a98ab36945a3ac736488c.gz

commit f674b9c1a62333fe39f344cc5d5b7c1762b99cd9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-20 15:03:27 +0000

    Avoid using g_hash_table_remove_all() introduced only in glib 2.12
    
    
    20070920150327-5b6ca-4552a0f16244e01df704e2a19f042c734b74a60f.gz

commit 571aa090797fbb3fa2fb8461995e13bf22d466ca
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-20 13:01:46 +0000

    Bumped version to 0.3.30
    
    
    20070920130146-5b6ca-d0b532e1803ea597facbe0dfb039de62ad90ef2c.gz

commit df80035e4ea4002a67efc4ef80390a782f0586f8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-17 17:35:27 +0000

    Don't let the client set the keepalive interval too low
    
    
    20070917173527-5b6ca-391b5c46349969ed5809e831db80abaeacb3ce27.gz

commit fc497a57d9907bb17b009eadd6251d9f5341eccd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-13 16:34:14 +0000

    Don't feep at nua_i_options as an unknown event
    
    
    20070913163414-5b6ca-9cc4c4afc4dceb17d103495bdc8bcad859750d97.gz

commit 52dd7d6855f6a5ba230d23a32f863abad81ffb1b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-13 16:33:18 +0000

    Track the handle of the event in the debug output of the NUA handler; NUA itself is not interesting
    
    
    20070913163318-5b6ca-36b7542d071e742d8e138f562892dbf5b832d9ba.gz

commit fc3d9deb071226e5ae7a6b7ef9664c8d8c45ae60
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-13 16:27:34 +0000

    If a CANCEL request has the Reason header,
    
    recognize certain SIP cause codes as indications that the user
    has acted on the incoming call in another branch of the forked call,
    and set the actor handle on the MembersChanged signal accordingly.
    
    20070913162734-5b6ca-9b485df212953c520f3a7848e37c9f9b0a32f293.gz

commit 23d7c16dca181ca004d4acb8fd18d6aa786d4985
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-13 16:23:43 +0000

    Assorted string comparison fixes
    
    
    20070913162343-5b6ca-7611778d0e6bbefe93cb97258253319e2cd6d744.gz

commit a1678083b9b748d77008d1647cb3d8709bad9150
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-13 11:33:55 +0000

    Erased the HTTP proxy parameter, we never came to use it
    
    
    20070913113355-5b6ca-d8a4c623aab85b09c8b7d4cd6e01da140f5f57fb.gz

commit d94fa9d3f33e050e3d168d11fcabc7f29c3bf1f9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-13 11:20:56 +0000

    When authenticating in 'foreign' domain, fall back to the primary auth username when 'extra-auth-user' is not set.
    
    Also use the URL user name in From: (but not To: anymore) as a fallback.
    
    20070913112056-5b6ca-540daab520621300f0c598968687be6964e178ff.gz

commit 33d717dfe784f88f75838b58d4fa6f4a85a56d79
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-11 13:44:06 +0000

    God rid of the unnecessary constructor and the redundant parent_class static variable
    
    
    20070911134406-5b6ca-de055fbac230cf1f04041cc6a12164a124298b70.gz

commit 68ef7645a2698c3dfe98fcd1c55b6b51d58b807e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-11 13:37:04 +0000

    SIPConnection: set the error if the address handle is invalid
    
    
    20070911133704-5b6ca-059564df970a18b3cd04d65b83be865651198b85.gz

commit ec825df5ff4e7ff05c11cfc9fab6bdffa0bba79e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-11 13:35:24 +0000

    Static string flags for all SIPConnection properties
    
    
    20070911133524-5b6ca-2c55a6c41fe663e0314f4c72bf0c07f0ad30174d.gz

commit d5d786fdaa5660000c30887d70185e3960ebde59
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-11 13:34:06 +0000

    Debugging cosmetics
    
    
    20070911133406-5b6ca-a8715d87d156c1b29987f3b3c5cd721020e3798d.gz

commit 7aab378f5612188ba191a654b28a198849466d43
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-11 13:31:53 +0000

    More robust extraction code for the default proxy URL
    
    
    20070911133153-5b6ca-4b21424b3ce7dde5fffde549f9ca3e39a8b79bb8.gz

commit a236ea6ee8ec8188fa31fa27baaa7a6b0d6e57f9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-11 11:58:17 +0000

    If the proxy URI nails the transport parameter, set it in Contact as well.
    
    Switched to keeping proxy and registrar URL properties as url_t structures, for easier access to
    the components and validation/normalization done by Sofia-SIP.
    
    20070911115817-5b6ca-333b9e3c5c8a87d3903e477538ce2b9b353dc895.gz

commit aaf15920b922955d87ab6f94335b6d7350754095
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-10 12:52:03 +0000

    Always call nua_unregister() when disconnecting
    
    
    20070910125203-5b6ca-a407ce9f2cdd0f0c952bb8d3f918abdf48df1607.gz

commit c781c523a56e3c9478420e33230d9a2f14b980dd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-10 12:50:37 +0000

    Trigger successful call establishment handler with state change to nua_callstate_ready in nua_i_state, nua_r_register will again handle only errors and auth
    
    
    20070910125037-5b6ca-f189525038ac42261859ec64870563fdb5afa190.gz

commit abc4353ccff9261953dd0994ad3f5608a5ef9984
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-10 12:46:02 +0000

    Bumped version to 0.3.29.1 for development
    
    
    20070910124602-5b6ca-2ffb2dd5441d0a5c85c7e2d4a52b72e8575555c2.gz

commit 7ef02681ee90acbde7dd0bf64460552517e0a447
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-06 13:34:22 +0000

    Bumped to version 0.3.29
    
    
    20070906133422-5b6ca-ec67a22ce82d5dbbb2227e8690fcf2ef6dfc8387.gz

commit f409da22886dc386a75c05bf616ba562db26aa1e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-06 13:01:46 +0000

    SIPMediaStream: don't declare boolean members as 1-bit fields
    
    
    20070906130146-5b6ca-6f773d6d1e7e6991092677be079ec7955a81eed6.gz

commit a45e5b507bf0b250d23235ff9b2590c0263aa788
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-06 12:24:31 +0000

    SIPMediaStream: work around the gotcha with comparison of two boolean expressions by their integer values, when setting sending/playing
    
    
    20070906122431-5b6ca-ef2d43218464634cbbd16bcaccf459d5ee9ebb8e.gz

commit 5a7850a974b88a47c3c47beda51814f05610327f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-06 12:21:42 +0000

    SIPMediaSession: clear pending send flags whenever session comes to active state, not only when it's first accepted
    
    
    20070906122142-5b6ca-d28851d6131b47f46cb14fc3072fd63d15bad2c9.gz

commit 3f1756181eef9497cdca3a434a074c0bb21159e5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-06 10:47:26 +0000

    Removed inclusion of sofia-sip/stun_tag.h
    
    
    20070906104726-5b6ca-7719964d12d85ac5bf4fc63a1cf9f519708f314d.gz

commit 8a5210001baad7226b4290815f652ceaa610a4db
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-06 07:23:22 +0000

    Don't include port property in the default proxy URI derived from the account domain
    
    
    20070906072322-5b6ca-f09585097a2c69ecbee8caa0e5e06647071faad9.gz

commit 189662c6e5dd825ab3e6cc6e5761c014e8caf5a6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-05 16:11:34 +0000

    Use GroupChangeReason.Offline to signal the 480 status received for a call peer
    
    
    20070905161134-5b6ca-f6e63173d847afe06bc886291a56b713a678a586.gz

commit 72920d13c2a0ff0ccfa0cf26d01b060668588d31
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-05 15:32:59 +0000

    SIPMediaStream: the avpair parser may terminate prematurely if there's a whitespace; instead of failing an assertion, pass the parameter string as is in this case
    
    
    20070905153259-5b6ca-f98df19ca499fd3f5abcd01fb0b81f75e2e3a601.gz

commit be5ff88bb04a9159f9469c731aaadbb8543b8b09
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-05 15:07:36 +0000

    Bumped version to 0.3.28.1 for development
    
    
    20070905150736-5b6ca-ed3068a0b95192d5347e8e0c94561d75a7d9b120.gz

commit 873df5d4fa33690701b4a4304c97cb884bfe3264
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-04 14:52:36 +0000

    Bumped version to 0.3.28
    
    
    20070904145236-5b6ca-0081473286b1d6c57df3ebfb1437f623e44398a4.gz

commit 0b0416d7ca3cb6204c75af9b67848453b709d1f7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-04 08:17:47 +0000

    Purged some unnecessary macro substitutions from configure.ac
    
    
    20070904081747-5b6ca-81df802eed51e25a71346fdf2c41c571680c711e.gz

commit bf524634025266394fc49535e821a8d39530ddc8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-04 08:15:21 +0000

    Added syslog handler for Sofia logs, configure option --enable-syslog
    
    
    20070904081521-5b6ca-127fe58519da795f8bdc3601e2c05f23516da587.gz

commit 6ff9d5cb493738364338b979f8de2c4aefaebe2b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-03 11:24:04 +0000

    SIPMediaStream: avoid passing NULL as a hash key
    
    
    20070903112404-5b6ca-4d947c0caa61a94aa3b7f701088b1a67368bc2c2.gz

commit 1adce7a9552dc02ab9fd2d3991ce468bb292a4e9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-03 10:52:52 +0000

    SIPMediaStream: handle the case of NULL codec parameter value, just in case (the fmtp line gets the bare name parameter)
    
    
    20070903105252-5b6ca-1aa7b6f5ef6e35ac96f10c83ebd2240245bfd75b.gz

commit b1b0aff9af723666d6bb6826ff8c5a4efc83afae
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-09-03 10:50:09 +0000

    Implemented parsing of fmtp attribute into codec parameters
    
    
    20070903105009-5b6ca-0f24b4e3a229ebb771e0e3e0082f42947fc87c32.gz

commit de423eda22ab1ff458af1f545bdaebe64b78b84e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-30 16:50:15 +0000

    Implemented marshaling of codec parameters into fmtp attribute line
    
    
    20070830165015-5b6ca-cff9999fc8ab7bbd1f4f4716c37e3964d725a0dd.gz

commit 9c4cbddf1e131fe4d8816a2a08bcf901e3e7f24a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-27 12:14:30 +0000

    Don't retrieve the unused values from the transport structure
    
    
    20070827121430-5b6ca-f7101b946faa3badc92d93d1a35f32e07d1d4795.gz

commit fd055a9613713e9f87b73a106322bd7494c7b91b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-27 12:12:30 +0000

    Don't copy the transports array from the candidate structure, traverse it in place
    
    
    20070827121230-5b6ca-aa0b96d16891cc7f241db5870e9cd52c295ff24a.gz

commit 6628ed2a2551f23faf472cc1b05b6be4f9c4850d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-27 12:11:16 +0000

    Commented out debug strings which fell out of use
    
    
    20070827121116-5b6ca-8deb68058c1ff66369117f4b952df972796299c5.gz

commit f4d9672172575a9792bc9b837f4f59ada27ea890
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-27 11:38:07 +0000

    SIPMediaChannel: taught the SDP generation routine to use GString and free the data acquired from dbus-glib
    
    
    20070827113807-5b6ca-a1460cc51124e44291ef9f9a168965831f1cbb93.gz

commit 3d2deec78ab1368619465c62c20e335c78c84ab9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-31 15:19:42 +0000

    Always update the sending state in sip_media_stream_set_direction(),
    
    even if the direction and pending flags properties did not change.
    The reason is, we temporarily disable sending in sip_media_stream_set_remote_media() and call
    sip_media_stream_set_direction() at the end to finalize the properties and the sending state.
    In case the direction does not change, the sending state was left disabled.
    
    20070831151942-5b6ca-4d8b5daa30d8cc6599edd76d8094df05676e82a7.gz

commit bf6ec334d25174da904768960aa6b9a52e9fb047
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-31 15:14:51 +0000

    Don't do excess changes of sending state if there was no media yet
    
    
    20070831151451-5b6ca-ad0439bc501312f84181d012ec0e3d7e552853ac.gz

commit 3fe1ce4c9441083cbe5de642b10702af451222f4
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-08-24 13:09:29 +0000

    test-handle-normalisation.py: properly test space character encoding
    
    
    20070824130929-01440-25524c69e282c0cd9c20e8a28b05aaf012920a5b.gz

commit e6c2a8eef09862e04a96de49d2189e362c5d135d
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-08-24 12:37:45 +0000

     tests: upgraded to new refactored servicetest.py
    
    
    20070824123745-01440-6d79f3edd2bd8ee1af4a30ac2bbce009631f69c1.gz

commit b8c76d0b1f3c9244d15e2c50d04657933b377846
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-24 12:30:03 +0000

    SIPMediaChannel: honor the remote pending send flag to prevent early media sending
    
    
    20070824123003-5b6ca-afb4e8d6b6cb3d40d35ce319bfd53c505e98f0e6.gz

commit 0c4314dfc6a277bd204113af8cbb709ef31cc4cd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-24 12:28:25 +0000

    Don't set the outgoing session state to active until it has been accepted remotely
    
    
    20070824122825-5b6ca-41f85bdd881058038f2d67ca058ceae343c30bd0.gz

commit 25a2f1e779dc7c2de31d7657a67f2b38a1d10db6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-24 12:25:22 +0000

    Handle 200 responses to INVITE by clearing the pending remote send flag
    
    
    20070824122522-5b6ca-efcebcf7d251c718bd836b1e29ddbf2f03dce6df.gz

commit ec8ef7233b339d7dbfe8af8fc70a91a0eda2caf8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-23 14:42:17 +0000

    Bumped nano version to 1 for development
    
    
    20070823144217-5b6ca-24dbc86e75f5f3c35617330149a8caa721d96897.gz

commit 2ebdb8c7fffb64a59fa02d0bc1c5cb95ae0ee1b6
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-08-07 11:52:54 +0000

    sip_conn_normalize_uri(): removed useless assertion
    
    
    20070807115254-01440-db89fbfccd9ab88af08ee62134d9cc6be57ade5a.gz

commit 7a7a6f3216f9d59a3a6963cbc114226659934a53
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-03 13:28:48 +0000

    Bumped version to 0.3.27
    
    
    20070803132848-5b6ca-f742fea6e3613fe003d83562f5dd1a2d004f72dd.gz

commit a97af486124b08d5d7336d043a1c664d6d979fb7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-03 13:21:05 +0000

    Explicitly set the list of allowed methods
    
    
    20070803132105-5b6ca-6f5bafd1d088f17b91254380b23272de769f0ff1.gz

commit 7a802d2b211a515f0d316c90ba677c7305791e15
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-03 12:13:13 +0000

    SIPMediaSession: cosmetized the main loop in priv_update_remote_media() to do away with goto
    
    
    20070803121313-5b6ca-44a17c633e50c66b210276b3b09aed961a8e7a64.gz

commit 59e6e6c0d645274414e818ff680b7c9da49e0d5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-02 14:02:49 +0000

    Push the initial sending/playing stream state right after Ready is received
    
    
    20070802140249-5b6ca-5b0e55a977bc4ce64247289650bb450b4ad14c62.gz

commit caa3a6d59d4ffb223d53865a31bfbb335fd223e3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-02 11:14:30 +0000

    SIPMediaSession: implemented rollback on failed incoming session offers
    
    
    20070802111430-5b6ca-f56a3e37aeb61ce992ef4525c73c3f4db0b9f39b.gz

commit 3d71fae65429838368db892710d7c3cd517354cf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-01 14:43:13 +0000

    Dereference the sip structure pointer after the check for appropriate status in priv_handle_auth()
    
    
    20070801144313-5b6ca-4d0978484586375137f4a1f32bd8aa1c121c678f.gz

commit 31f29db8f0b56412b1b34dbf5346d703c7370dc0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-08-01 08:08:00 +0000

    Removed a dead piece of code
    
    
    20070801080800-5b6ca-9cbe612d7c611e7edbb261ab8eae1eb258986339.gz

commit c1db37e685bead8a87b99de2ed3452c3d2dd312e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-31 14:57:37 +0000

    Simplified the error message in the self-call case
    
    
    20070731145737-5b6ca-d1701498ab85d4e4bfa7b15fae465827207e76a8.gz

commit f915a9e0cad575c56a54003b6a353950b10eebdc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-31 14:56:55 +0000

    Report invalid handle when trying to call yourself
    
    
    20070731145655-5b6ca-30f9ffb82b60f6ffaaed12005113dff2a9e77e68.gz

commit 1461b036e2e59aef0d066faf28a92cf3d2d448b3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-31 14:36:49 +0000

    Don't emit NewChannel if the requested peer handle is not valid (e.g. when attempting to call self)
    
    
    20070731143649-5b6ca-7326ac288c67349e86ecd02bc1e45eed65a224c8.gz

commit 04910194ccad741db0fc67717006170d01280565
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-31 11:30:37 +0000

    Removed public declaration of sip_media_channel_add_member()
    
    
    20070731113037-5b6ca-4288af75eae478c362c45e254e39d545d52f560a.gz

commit ae0e8822f5aefb2a88e54b96be7dac5ae4c07ce3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-31 11:28:32 +0000

    SIPMediaFactory: use tp_group_mixin_add_members() instead of calling sip_media_channel_add_member() directly
    
    
    20070731112832-5b6ca-f06feec7322b3ee386f0661ae6236fcbe399f841.gz

commit fdde8667422ba3f6fc90d313212d0d7fdbffe9f8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-30 15:55:23 +0000

    Bumped nano version to 1 to fix the public release
    
    
    20070730155523-5b6ca-b25b8f634676b5849c2b6c89b4f15eb79a057d27.gz

commit f00a4194e8bda91625132b7d96f3c88b810b2e68
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-30 15:46:07 +0000

    Use tp_debug_set_persistent() to implement SOFIASIP_PERSIST behavior, not yet committed in telepathy-glib
    
    
    20070730154607-5b6ca-8eff49579e0a8a2227ddac84229f4cc539a1453c.gz

commit 4a7b96fbbf25e980f7fd5925d75459578238d51b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-30 15:46:07 +0000

    Use tp_debug_set_persistent() to implement SOFIASIP_PERSIST behavior, not yet committed in telepathy-glib
    
    
    20070730154607-5b6ca-7d8aa8d2c5c9cf02462ffc9d6f8d0f8d50b8c647.gz

commit 555fcaa42f546dd4458feb9606842e08813afd2a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-26 11:22:34 +0000

    Bumped version to 0.3.26
    
    
    20070726112234-5b6ca-6e3b72e1371b28d8b35c1805aab6706f424138a0.gz

commit a36f7898f52ffd97286aad80a32a790d2034db0e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-25 14:53:40 +0000

    SIPMediaSession: commuted an assertion in SOA code, which in't always true, to a runtime check
    
    
    20070725145340-5b6ca-8fee533b8ce4735cb771c50693d778dddbb3bf4e.gz

commit df3f82e47c302f8caa04b604c420ecbab91a1354
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-25 12:49:58 +0000

    Added 'discover-stun' parameter with the default of TRUE
    
    
    20070725124958-5b6ca-bc221fb2df4c0c4ed88af742fa56b93729b9a091.gz

commit f00e3fffdbb00577e121a72ab7fe794c18e44cd7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-25 12:14:15 +0000

    Static string flags the for 'stun-server' property
    
    
    20070725121415-5b6ca-82fae9b1d495374f250aabb721b8542234ca314f.gz

commit 564357068084851cdfd49409948733f41f4441fe
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-24 13:23:44 +0000

    Avoid mixing STUN host name and IP address in the same private data member
    
    
    20070724132344-5b6ca-1a1d72270a0142c7e5221281c2d4df635ca878d1.gz

commit 782750acfd5f6ba6a4453242b4945edf7a3555fa
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-24 13:20:10 +0000

    Made 'stun-server' and 'stun-port' settable properties of the media factory
    
    
    20070724132010-5b6ca-084c6ac96d5f7b8fcee4eea6b8130c7e4551ecb8.gz

commit 435d5ae06a2f9137f239569174151c0e56a44fa8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-24 11:49:22 +0000

    Removed the useless STUNTAG_SERVER update
    
    
    20070724114922-5b6ca-350741f435a857a0b941eb51f9cfbe4d1a21e6a9.gz

commit 8ba562a9d6d06d5efb13938703ae8d6bb1ac151c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-24 13:09:53 +0000

    Bumped version to 0.3.25.1 for development
    
    
    20070724130953-5b6ca-74e6c6adc5767982b8673b8e1b94b6f43702e094.gz

commit 0e40a99ebe06f0859b20d8f720107739be646af5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-12 14:33:25 +0000

    Bumped version to 0.3.25
    
    
    20070712143325-5b6ca-3c0ef8cf71711b3c05b8df9b1364919feb11490c.gz

commit eda91e857d8d81a3397eaaf6ba0fe62ab37b1798
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-12 14:32:44 +0000

    Bumped Sofia-SIP version dependency to 1.12.5 to reflect the tag usage
    
    
    20070712143244-5b6ca-a7ff3d17bef278f32fe92ed33c31a3c7c05a77b3.gz

commit 6920a9e21c0bb6cd79ca51e8ffb7557df8a80802
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-12 14:06:06 +0000

    Form destination URLs with user=phone parameter when our phone heuristic fires up
    
    
    20070712140606-5b6ca-efd05c7c0e01496012da29d9eba5adad54a706ad.gz

commit 57aa0b306ed14ee2c8a5531173a54587cfc7cc6e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-12 13:25:22 +0000

    Tighen the heuristic on telephone numbers:
    
    allow only the delimiters accepted in the tel: URI spec and inline whitespace,
    also '+' can be the leading character.
    
    20070712132522-5b6ca-5ad5fd18f2d2624062ae059447ea230b64c352e2.gz

commit c7b57ba340e86a33727c878175e61dffa7a5dacd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-12 11:50:05 +0000

    Refactored out the remote non ready counter, which has become brittle and ugly
    
    
    20070712115005-5b6ca-13d4d0be9b07f895b53a25030fd4e63e46e70a2d.gz

commit c161b8560a9ecf6b351e48d0bf81009f7edd73ce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-12 11:35:02 +0000

    Ifdefed out an unused variable to build with -Werror
    
    
    20070712113502-5b6ca-b294ea16433cc9e82948981fac201e477908403f.gz

commit 145db18107b12d07f8869ef11021bd164040df80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-11 17:37:04 +0000

    Bumped development version 0.3.24.1
    
    
    20070711173704-5b6ca-157fbd78c93d2c19e7c064e83a6b4fb35280407e.gz

commit 193937fb8f27054cd02766a27684136fa0a7e44f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-11 17:23:27 +0000

    Allow updates to remote media while the stream handlers are still pondering a previous update
    
    This implementation is quick and ugly
    
    20070711172327-5b6ca-19b56657c96e06dcc88761943c4f9eae84055ed3.gz

commit 7e80dee15860f4930da0bc9e39def98c36f9ee20
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-11 17:20:54 +0000

    Comment out the custom AddMembers implementation because it doesn't seem to help
    
    
    20070711172054-5b6ca-5e2d952aea10db331c622e5615bfff2479c11de0.gz

commit 78f28cc181a3d4ea52506e933b0abde5207403dc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-11 17:20:09 +0000

    SIPMediaChannel: really handle the case of calling to ourself
    
    
    20070711172009-5b6ca-105098ee742e8f81907e241857d51f1392b9ff6a.gz

commit 684512b807f313970e4757948be371d868e282b3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-11 16:31:55 +0000

    Handle nua_r_cancel by ignoring it
    
    
    20070711163155-5b6ca-00710d83a6eba143647bf127573d269095b3c27b.gz

commit 807cf344119a453b8c3beb1ec7868d9d9a81e74c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-11 16:31:08 +0000

    Reference the NUA handle we don't own prior to destroying it
    
    
    20070711163108-5b6ca-ec8037fb2e7ecae9c6c18971f5d1f8bc89dfa7af.gz

commit cb06ceb04f0a42a2ec84a3a9454f785626e5cb6a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-11 16:26:19 +0000

    Send BYE to the call handles for which we have destroyed the channel, but still get call state updates
    
    
    20070711162619-5b6ca-6395ee89a3660ccc1ab2f42a19d2ed7fc2983a71.gz

commit 850d85150cd2735d72dc48b3152d9cb53469386b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-11 16:24:11 +0000

    Maintain those commented out responses to CANCEL we don't get to use
    
    
    20070711162411-5b6ca-e1e1f8e4f103cc9a20f5fb2ce78026dffcfb5060.gz

commit b7f52a7fcd19a623eb24e29d890d93f8d6cefa5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-10 16:04:09 +0000

    Bumped version 0.3.24
    
    
    20070710160409-5b6ca-686301113a532313e942bfa58f298613ad7fce77.gz

commit d237b5bbdc35b0284422a2ec83ec5b6c2bab5013
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-10 15:33:58 +0000

    Changed the placeholder m= line for a rejected stream to satisfy the SDP parser in Sofia
    
    
    20070710153358-5b6ca-b0a9721553a15ba739b265bd7de07c310e11f241.gz

commit 3b65f108f1b70686587d6739da776c0268c52e2a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-09 17:40:23 +0000

    Bumped version 0.3.23
    
    
    20070709174023-5b6ca-264bf62052feb9386f27e97dd49a6e3a49b7088d.gz

commit 6091abff780459c7391a56b50b88972db3b892be
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-09 17:22:03 +0000

    Fix an assertion about pending intersection
    
    
    20070709172203-5b6ca-e5cb6defc19d1130cd7cfd7bc1dc66e760a11f2c.gz

commit ffd29303c6dcfd2b97141673d72ff450f481032e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-09 16:44:52 +0000

    Track pending codec intersections in streams to accurately update the remote_non_ready counter in the session
    
    
    20070709164452-5b6ca-7845a744c00876462f0d83368174366441ac1ca0.gz

commit a74c91c9c4dcabb02b275d25d8fbfc7c2fccd3ff
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-09 16:43:30 +0000

    SIPMediaStream: grouped the boolean properties to 1 bit fields
    
    
    20070709164330-5b6ca-09d4e915bcee8c933fb76640c9c955522c470535.gz

commit dc5ad95e0db806b0e437fa047bc813d8c8ea2ba1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-09 15:15:46 +0000

    Debug output tweaks
    
    
    20070709151546-5b6ca-f615aa8161ceb328a6b77d611df7dab486dd7071.gz

commit 9773c5d6b082c41fa11becf633430d32f6e8a900
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-09 15:15:16 +0000

    SIPMediaSession: when local media change due to request from the client, check if the moment has come to send an INVITE or a response
    
    
    20070709151516-5b6ca-a21aa262ea6fec404c608e746ba417479d07234a.gz

commit 83a432a789697711a8848cb070f24c4a338188f7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-09 11:25:32 +0000

    Don't get stuck with no answer when a stream has been closed due to locally unsupported codecs
    
    
    20070709112532-5b6ca-81505af7036a138113885391038d7bc2b97886a3.gz

commit 433d779088aa2b5e957417940ce9131610ec5072
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-09 10:26:42 +0000

    Enabled mtrace for debug builds
    
    
    20070709102642-5b6ca-e3c0a148fec91912f910a79319c24b5e43052571.gz

commit 0fa66aea5c3aa418f03e6cad5e584123ead90a69
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-09 10:26:42 +0000

    Enabled mtrace for debug builds
    
    
    20070709102642-5b6ca-917a95509b98cafa1d23125317f1e73d138baaac.gz

commit 83238f7fd59e7acbf8ae33e69ff39cb5115def8a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-09 10:25:48 +0000

    Enable custom handling of MESSAGE requests, allowing us to respond with status codes at our discretion
    
    
    20070709102548-5b6ca-5b831141e58290a34e79292564a8e87b21d6eee1.gz

commit 36c005c3541a3a0d2742b17af966495648a32068
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-06 18:00:42 +0000

    SIPMediaSession: removed a state case not expected to be reachable
    
    
    20070706180042-5b6ca-692a17ab111cad1c37bda21a29e1f13b0c21f8d1.gz

commit ec1c82ed0dc954add5e9972cba9ba2c947fe948d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-06 17:59:54 +0000

    SIPMediaSession: would like to see more debugging output on an empty SupportedCodecs
    
    
    20070706175954-5b6ca-0fca7e029893769e47517f7b01ef918ce93a39ab.gz

commit 71feabeb846083fb075c068d4c61190a8e15d8b6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-06 17:56:23 +0000

    SIPMediaSession: allow direct state transition from '[re]invite-sent' to 'reinvite-received',
    
    in case we receive another INVITE before the stream handlers cope with media changes in the response
    
    20070706175623-5b6ca-690385bba4a4d999a69a78dc028c4048432afa9d.gz

commit e76b92ee7ad5d9c2e6c3ead9e29fe9da15fc3135
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-06 17:53:35 +0000

    SIPMediaSession: don't destroy the call handle, only unref it; this softens the effect of some alleged Sofia-SIP problems
    
    
    20070706175335-5b6ca-8fea3e0a0898c429a1368269ff37d9cf9f663218.gz

commit de6eb24e127994fc46c1b2e660ea4fdf0c1babd8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-06 17:50:25 +0000

    Don't create and destroy an intset on every session state change
    
    
    20070706175025-5b6ca-cc54ecc44317a1e1837b35c128b68190bd6d7c7b.gz

commit c46185c138e653f96ec51f6c7e3fdcca27bfd013
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-06 14:40:13 +0000

    Bumped development version 0.3.22.1
    
    
    20070706144013-5b6ca-37f2d676cba461dd8c104847d93f6df2a8c687ec.gz

commit af857afd14d9988f055f00df6c9c056853f9cef1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-06 14:30:41 +0000

    Prevent excessive re-INVITEs on RequestStreamDirection if the direction does not really change
    
    
    20070706143041-5b6ca-b6b76df64cd7abb1a6793c25d4a7b0d9e3d32056.gz

commit ab1d44c5f9dbd70f33f99050400ac8bc89049e51
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-05 15:43:11 +0000

    Bumped version 0.3.22
    
    
    20070705154311-5b6ca-e7ce69b139ad29cafd9e664e224424375d3eef6a.gz

commit 475f3c2697b538c656042ce7759fc83c939daf93
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-05 13:46:37 +0000

    sip-connection-helpers.c: cosmetics to priv_user_encode()
    
    
    20070705134637-5b6ca-f4882ca22ea20cb242b7a65bd37986375bc186d3.gz

commit 1936cb8a475a39b353f4524655eac3c0c0773d83
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-05 14:17:01 +0000

    Don't lose the local pending send flag on requested direction changes
    
    
    20070705141701-5b6ca-9f9417533cd9ed035adcb7125578b0bb0e740463.gz

commit 5c5552e08fd0187499e37f433165b6640c3019e8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-05 13:50:07 +0000

    Comprehensive implementation of local and remote pending send flags
    
    
    20070705135007-5b6ca-6bd2784e10fb7b07199b599b100e0ac2d0baf4e7.gz

commit 53b3dd8ac81dd37f010212e5cb8c8f7393991be4
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-07-04 16:36:28 +0000

    priv_stun_resolver_cb: examine all answers, if more than one A-type record is given, randomly pick one
    
    
    20070704163628-01440-230d09d42f9891b7955ec52cdd485e35b4d5b7ac.gz

commit cddb3382661abcf241984cddd70d5400c6f02dd3
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-07-04 16:35:38 +0000

    SIPConnection: don't perform STUN SRV discovery if use supplied stun-server param
    
    
    20070704163538-01440-310020d37464dc912f66592322aceed1af6dfafe.gz

commit b27354061e89602ce91871d4261176810a669d20
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-07-04 12:41:11 +0000

    Using auth-user only in nua_authenticate; modified register-test.py to test auth-user feature
    
    
    20070704124111-01440-69c7c360486021c71c86505b6e6baa04c59d1067.gz

commit 441a065f7d8a38086e933f386bd7fa1909a646df
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-28 16:17:14 +0000

    SIPConnection: properly setting userinfo in Contact: header; new param auth-user can be used if registration username is different than in public account uri; store account uri details as uri_t stucture instead of saving just domain part
    
    
    20070628161714-01440-826a97b26c92dea2406b0ba569b3ba0bc4720eb5.gz

commit 07288e053cf61c64faf805ecb0d2195079dd4eba
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-28 15:22:29 +0000

    sip-connection-helpers.c: fixed a typo and a warning message in priv_user_encode
    
    
    20070628152229-01440-5cc191dafe276c8519e036a07f2b08783ee484c1.gz

commit 1200d6102032d5b971c75b7a453fc784bbf90786
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-05 10:47:41 +0000

    Better debugging in sip_media_stream_set_direction()
    
    
    20070705104741-5b6ca-fe1688ec21b89f8de6d35aaa80060aeb03113594.gz

commit 4f9cc69513f910d4f492f265584158119f3b506a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-05 10:47:07 +0000

    Made sip_media_channel_set_remote_media() less spammy and stricter about the session check
    
    
    20070705104707-5b6ca-db92b63fe263b5317ab4b6644e9d09e2e3b558ba.gz

commit 46730f8f966c376b5738555584ec8df815e5faf4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-05 10:44:10 +0000

    When updating remote direction for stream sending state, consider the effective direction
    
    
    20070705104410-5b6ca-9384de905ed67a32f056f138b30add006649877c.gz

commit 1919113898bd5b2bbbed151886bf21b09553ca91
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-05 10:41:11 +0000

    Renamed sip_media_channel_set_remote_info() to sip_media_channel_set_remote_media()
    
    
    20070705104111-5b6ca-72a76535b55f4165f67c0c07d836ef297469545e.gz

commit fe100d06124429218f4918127b6a644c2f1bac29
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-05 10:41:06 +0000

    Bumped version 0.3.21 for development
    
    
    20070705104106-5b6ca-988aac1fbdfbc7292235c0a43ca688a145317766.gz

commit 3b796e530b4b915615db5e1282c56d3d4ae01073
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-04 11:54:22 +0000

    Bumped version 0.3.21
    
    
    20070704115422-5b6ca-e77a08074ca607da5bd546e6904a1f0e3181cb7d.gz

commit 0214ef5f4d7bfedb62e0ba612728eb77a696d835
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-29 17:24:57 +0000

    Updated Nokia copyright years in src/sip-connection-helpers.c
    
    
    20070629172457-5b6ca-bf4bf3b7a8e2bcc88b2b40a507a639f910d052ce.gz

commit c36825da5fd721fa77a9a7bea993244b830af535
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-03 13:36:49 +0000

    Fix a crash in sip_media_stream_set_remote_media by always updating the pointer to the current remote media description structure
    
    
    20070703133649-5b6ca-05b9273711b93b558249b19c974c61a32f66ef10.gz

commit 76d8ed668eea938174390edcd69e9088fa51f456
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-03 12:30:55 +0000

    Untested implementation of RemoveStreams
    
    
    20070703123055-5b6ca-71093bc18d9b5dc0d4ab0cd5a2d524dd3ab6bf34.gz

commit b7fe516b35ef194141714b1c19f3021c3b44a056
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-03 11:56:52 +0000

    Removed an outdated TODO comment
    
    
    20070703115652-5b6ca-66a12b1410aabf54ef02bb7fc23b97f42c856647.gz

commit c22272896e22a3b830741a27ecc6358cf6e7db9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-03 11:56:32 +0000

    Dump the generated SDP in one place for the whole session
    
    
    20070703115632-5b6ca-13df26c38c5a25eb9a38bac346b2af4f4e1078af.gz

commit 4678ef2741098a3a307164c04a661f1702d190e2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-02 16:57:52 +0000

    Fix SDP generation goofs, and reverse a recently added assertion
    
    
    20070702165752-5b6ca-299af769a6fe62f04f24df33df04794f4a23be33.gz

commit e2d2a73208399d4214e22e83d2a4fe162cc36933
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-07-02 16:52:15 +0000

    Mask remote stream direction changes with local direction when it's not an offer, to thwart remote violations of the SOA spec
    
    Use the occasion to rename _set_remote_info functions to _set_remote_media
    
    20070702165215-5b6ca-4d5a7105f96bfe6c85bd34e394b243b9581be076.gz

commit 93500623cbde7bc5df25bc6b5b57e8c09157e978
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-29 17:26:33 +0000

    Don't set the stream to sending if the local pending send flag is set
    
    
    20070629172633-5b6ca-156b4709aabaa59c4538fc2ff0604309a20a4d37.gz

commit 2f6c50b7dfa9b38271784e54eb9d5c57476c2902
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-29 17:25:54 +0000

    Emit SetStreamSending in the (improbable) case the sending flag is set at the time of Ready
    
    
    20070629172554-5b6ca-896ad30f3830541a8493f5198aedaff2d5d0c741.gz

commit 3c303d110b59674e6d9d804b0329f5450cc831d1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-29 17:22:24 +0000

    Implemented locally issued re-INVITEs on stream direction changes. Also do on stream addition in the middle of the session
    
    
    20070629172224-5b6ca-11bb665ae3d38e3b0bd5e6bda06eeeb62a7c37ee.gz

commit cd7e63d758cc5fadcf6277129487ab8b1fac0687
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-28 13:01:33 +0000

    small cleanups and improvements in SRV discovery code: no sorting required, more sanity checks
    
    
    20070628130133-5b6ca-586cdef91f51a18aabb167a679526b57fda6136f.gz

commit f3968b539bd3947c729e64a86ea0b0ad782c2cc1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-28 09:01:15 +0000

    Cosmetics in URI helpers
    
    
    20070628090115-5b6ca-e598ec730bba2f2197e0cf0d646e20bd5351c529.gz

commit 4a3373a3157839980e7b9040f3ebe10c1f7672fc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-27 13:36:44 +0000

    Bumped version 0.3.20.1 for development
    
    
    20070627133644-5b6ca-91cc60ce8291a5224fd293e967d5eb96d3be638e.gz

commit d975481b42913666ec1e6100963c4d7e5f86d6e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-26 11:16:26 +0000

    Bumped version 0.3.20
    
    
    20070626111626-5b6ca-b99347ed7f542b0e79ad24524ee95967fcbdb6c6.gz

commit 10f96dd957d0c3758d20f057aee243596f5742a3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-26 11:16:13 +0000

    Removed done TODO items for messaging
    
    
    20070626111613-5b6ca-edbc2e639a8b81515a9ddfc17a7d7561ba2908ad.gz

commit fd3f05cedf16f03e8a36177140b41c0cf1d6cf5d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-26 11:11:26 +0000

    If the message text is not going to be converted, validate it to be proper UTF-8
    
    
    20070626111126-5b6ca-dbc4f81ed46f2fc295e43df852a74beb5862f88e.gz

commit 71f5631ae0a519a66e37378bfd72c3ca3499b211
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-26 11:07:45 +0000

    Don't leak the converted body text even if it's gone wrong
    
    
    20070626110745-5b6ca-1c3b6d3aa6ad1e2188cfc914dc0b2e92106136cc.gz

commit 3aafffc97f5b796d28da8b81e2206908b2214a5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-26 09:05:11 +0000

    cosmetics
    
    
    20070626090511-5b6ca-987300745f1d3acc65bbebb49b98b463fbfd4628.gz

commit a4574fe6a4ca207277f416b4608b18224dded629
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-26 09:04:58 +0000

    Verbose member change signals on member addition, better comments too
    
    
    20070626090458-5b6ca-88adb92b9440c0c1c39fb5a034109e56f6e8a56c.gz

commit 6f4f4c137cae2687d8dd0f0695b3394c155d1158
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-26 08:33:44 +0000

    Removed property 'creator' off SIPMediaChannel, makes for less redundancy
    
    
    20070626083344-5b6ca-2463b715caf9547c5f7e0feaad7c1a886fbf4f8e.gz

commit 9d5041ccdd86397358cb8f08a579c1da4bb234b6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-26 07:45:37 +0000

    Found the cause of the refcounting problem and fixed it
    
    
    20070626074537-5b6ca-6c3f0bb8dd7f6562fe20b8f7b98217b76710269c.gz

commit 0fd54b05240393134facd51df0769a1bcacc3bbd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-25 17:20:27 +0000

    Keep references to Telepathy handles SIPMediaChannel or the session owns
    
    
    20070625172027-5b6ca-9481cdf7440ab27be081ce92d34fad24dafd7892.gz

commit 44f15301d662ebfbcf130b79e80ffbf8291f770f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-25 17:16:50 +0000

    Handle nua_i_cancel by emitting MembersChanged removing both call members with the peer as an actor
    
    
    20070625171650-5b6ca-abdf6e1a23dbdf2ecfff4b8b6b0ac01f52df5762.gz

commit 319c81e0bdb3f203ad0b1a9ee138a85b5ca2595e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-21 15:45:04 +0000

    debug log cosmetics
    
    
    20070621154504-5b6ca-333a4946a9ede2e6e60d8ba8437b51821a915dc3.gz

commit 7732f7d7613fe52fccd1d1dacf5162a7b4e03c5a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-21 15:42:19 +0000

    Provide error responses on various error conditions in the nua_i_message handler
    
    
    20070621154219-5b6ca-49f75c68b04981c4ccd212d88681e5e8e351bef1.gz

commit e4c882cb4715b23311c431415a35d630b195874b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-21 15:09:42 +0000

    Removed the unused sip-connection-helpers.h inclusion
    
    
    20070621150942-5b6ca-f1236fb908b01d5046ab2b536cff1e55fc9799c5.gz

commit af6b90ebc5ae4807a1bd58265e27af08b81f0178
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-21 14:59:30 +0000

    debugging cosmetics in sip_media_channel_peer_error
    
    
    20070621145930-5b6ca-b4791bd2296949aaa68d4c0fdc243b8963b18e59.gz

commit 09eadce40230e7f5cd151b2e2114559876c70914
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-21 14:57:53 +0000

    When the call is signalled terminated by the Sofia stack, call the new function sip_media_channel_terminated() bypassing the hangup code
    
    
    20070621145753-5b6ca-1da6be109048c675f7e038147d71f98851bcd32e.gz

commit a375e696d0705b39bd5730b98712ae4875eb9e28
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-21 14:55:46 +0000

    SIPMediaSession: moved state change reactive code to from sip_media_session_terminate() to the state change routine
    
    
    20070621145546-5b6ca-12cb070a44f9baaae707f6f74b2fd2e21730eb1c.gz

commit c8040230bc3673c4ea6c1f8dbb3e6e01800390b4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-21 14:50:55 +0000

    Better debugging of the nua_i_state handler
    
    
    20070621145055-5b6ca-09d8a26096b393739a8772c0237692553f04bf3f.gz

commit 6c281542b08a3592d3183076f73183f259f48c38
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-21 11:59:35 +0000

    cosmetics, and a check that all input bytes have been processed
    
    
    20070621115935-01440-d845e8e7d9238282487577797a7cf277162f4e46.gz

commit e24920fa45d189f3f5b3ca04f544cd0a87ac4edc
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-21 11:19:42 +0000

    Use available GLib and Sofia functions in detecting and converting message charsets
    
    
    20070621111942-01440-2d4d44afda1dfebfc1011ebc1cf243060d46e78e.gz

commit 6347720105ccdfc99d6b72d76658c0267c05008d
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-21 10:41:42 +0000

    SIPConnection: if incoming MESSAGE is not in utf-8, attempt to convert it
    
    
    20070621104142-01440-cd2e033cb8b79798f731c5e288a5b1f0770e05d0.gz

commit ef12dd7dc1a3cb265ff50fe48ad7f298fc18e88d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 16:35:25 +0000

    Temporarily enabled short session timers to test non-modifying re-INVITEs
    
    
    20070619163525-5b6ca-b785ea80cea96a3dbec9d05279b2a732e4b5c513.gz

commit aa35d4d77927de88ce5cdd6037941fad38fa09db
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 16:35:25 +0000

    Temporarily enabled short session timers to test non-modifying re-INVITEs
    
    
    20070619163525-5b6ca-1948468898dc6102c7c1560916b8cd46b5d129d1.gz

commit 3a5dc1530f73709791e3e6fdc2eb5f299f2c0a57
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 16:33:43 +0000

    fixed a warning printout
    
    
    20070619163343-5b6ca-88287bdfa391060dbe18dc2dd7c209b9a582af97.gz

commit 3ae9e5875e336c8a60ca17b783be44dc1b754ef1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 16:33:00 +0000

    Restore SOATAG_RTP_SORT/SOATAG_RTP_SELECT on the initial nua_invite() because it influences subsequent automatic re-INVITEs
    
    
    20070619163300-5b6ca-a61cbbf233985f2243a827fa61da64c08c1e42b2.gz

commit c81358f688a825721e148ffcc387d27e75f82529
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 16:30:00 +0000

    SIPMediaSession: don't leak a SIPConnection reference in priv_save_event()
    
    
    20070619163000-5b6ca-6769570af23c87063ae05c54ba409271f635564a.gz

commit cc29fa0481b642ffe09183b9b0d127088a3aff5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 16:28:12 +0000

    It turns out we do receive nua_i_state with a re-INVITE even if the SDP hasn't changed
    
    
    20070619162812-5b6ca-2e0a39bf860841062d50ec3c0a3178fbae2d2be2.gz

commit 14c5c38f0d4933480c39555959cb498308ed5f76
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 16:25:40 +0000

    Respond with 180 Ringing only on the initial INVITE
    
    
    20070619162540-5b6ca-3b5a6564e29de454b1d99b43fb3d9b05c4bb2546.gz

commit 57f215026ac87860facb550a335de9dcbab074f6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 15:03:01 +0000

    no need to go so far for the peer property
    
    
    20070619150301-5b6ca-a5a18f54c3b8ee61982eb2e53134fcfe03a4fc46.gz

commit 0017052a0fe01c9dddf6de23749b0e6698c5804a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 15:02:35 +0000

    Added a TODO comment about 3pcc
    
    
    20070619150235-5b6ca-ffc912fb1a785bed85878d4829462c6f3d457ef9.gz

commit 03eeecf8c42e646356cb78093f10bea37895a4d8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 14:52:52 +0000

    SIPMediaSession: implement an idle catcher function to work around the case when we receive nua_i_invite but no nua_i_state because no session change was detected
    
    
    20070619145252-5b6ca-4a7fb5d90685678cf06d421baaf17a75a9d6e8b7.gz

commit 6a1afe935593507eaa6f895920f3e6ed734ea969
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 14:19:16 +0000

    Renamed sip_media_session_set_state() to priv_session_state_changed() to highlight that the function should not be called directly
    
    
    20070619141916-5b6ca-5d5079133500dd715901d6fc3cda7db96933ba58.gz

commit 212d6d39ffc0c94329cb329451cef1d2b3e4514e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 14:09:57 +0000

    SIPMediaSession: more informative debug logging for native candidates
    
    
    20070619140957-5b6ca-a8c3c3b7737a523e1ed96195433a5689b51f2106.gz

commit e62c9820df1b65ed4d4b9213f33cbffbe885bf34
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 14:08:56 +0000

    SIPMediaSession: removed an outdated oa_pending property
    
    
    20070619140856-5b6ca-ed176192007232fa8b5a2e44aeb09bc72821f92d.gz

commit 9af3864169026a39eac8047ba83cd2dd18dad55e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 13:52:50 +0000

    SIPMediaSession: removed a huge block of dead legacy code in priv_request_response_step()
    
    
    20070619135250-5b6ca-d1f1337f793d13eff6cda2e73961969000079596.gz

commit a80ddf4f48164c4da8b83bf1f7de6044d07f32c3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 13:51:27 +0000

    Removed outdated information on priv_create_session comment
    
    
    20070619135127-5b6ca-3b722cc9ddf0f765c52725b6d264068497d4a110.gz

commit 2855af12ff85d1c9d1c2467990fe828ecc79ec8d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 13:49:49 +0000

    Removed 'initiator' SIPMediaSession property, unused now
    
    
    20070619134949-5b6ca-ca2566ddaf6e53ff8ed6a2ae83be82403d40ae28.gz

commit 76ca2d11915a930fb0ab02102e4bdb927f2c3486
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-19 13:33:59 +0000

    SIPMediaStream: flag sdp_generated was redundant, use stream_sdp pointer itself
    
    
    20070619133359-5b6ca-0868989f9cfe4e6437765a2b31af181edcd064a3.gz

commit 5cb8c74ce4c275963bc3181b2e15b352935115a8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-18 18:13:11 +0000

    redundant assertion
    
    
    20070618181311-5b6ca-7017f1e390b695c01ae601d50c27e1586479ff2e.gz

commit 7608f09f22f374fbe5cfc6bf0e0a0d6a81d9346e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-18 18:12:36 +0000

    sip_media_stream_is_ready(): turned a check for priv->ready_received into an assertion because it should be true whenever SDP is generated
    
    
    20070618181236-5b6ca-716b2d3035021e71cb96facb91d47b5dc3d01068.gz

commit 60c2f60502c4736f48fc7eba48cc54a30007438e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-18 18:10:32 +0000

    Removed a misplaced obsolete state check
    
    
    20070618181032-5b6ca-47f8b1d1846cb9f4e4c375c13db75410ae89cf55.gz

commit 99bf10b7a71e2e4eda7685dd064bd82a5f8d1228
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-18 18:07:24 +0000

    SIPMediaStream: emit SetActiveCandidatePair only when all native candidates have been discovered, as opposed to every time a new native candidate is added
    
    
    20070618180724-5b6ca-5e1842a236b1f50cb1637e2877f619d0fde0dd46.gz

commit e6396d5169e8812b98baf0ab3c3960485f8863e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-18 18:01:22 +0000

    Avoid sending 'ready' more than once from a SIPMediaStream
    
    
    20070618180122-5b6ca-ecabdaa3bb7b802b79243ab862fffc354c852149.gz

commit 0ce08f7771711a12509ec9a3d45a5183993bbd13
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-18 17:11:33 +0000

    cosmetics
    
    
    20070618171133-5b6ca-f5936e081acf9be844662edf45c1059fbf09425d.gz

commit 90290166a19e8f8be508034358029089fcd548b9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-18 17:10:21 +0000

    Respond with appropriate SIP error codes on various error conditions while handling nua_i_invite
    
    
    20070618171021-5b6ca-06b3769eb0cc2c8a262589c6cbcfc394532c8f31.gz

commit 2b166ee5ae7577f34ad62eacbea5199032a8cabd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-18 17:08:36 +0000

    Unused codecs variable removed
    
    
    20070618170836-5b6ca-e7b45a35009d0415e04a795bbc1b31a795137c81.gz

commit 756c860d9074fdde31a2916261a329391e293d3d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-18 16:53:54 +0000

    Reworked SIPMediaSession states to handle re-INVITEs with NUTAG_AUTOANSWER disabled
    
    
    20070618165354-5b6ca-95eb583ea15cb6829f00650b794a9ce2f7061c1d.gz

commit 60173b005571754352ad7a399c24c1c5f1f97a8a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-14 13:51:07 +0000

    Corrected the SIPMediaStream 'pending-send-flags' property description
    
    
    20070614135107-5b6ca-2b5783fc6fa4f37cba11ebe779ec2691e479fc8b.gz

commit 09028f857b7ee27c6bd77e9519a80da708ff7e17
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-14 13:49:37 +0000

    Implemented stream state property to correctly include it in the stream lists
    
    
    20070614134937-5b6ca-e4c07e01dc725bd1b286bd8b2ac9e47e7e4a131c.gz

commit 7d59d1eec0b2e6ccb8c22cfd5358b5c78d71baab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-13 17:29:35 +0000

    SIPMediaStream: emit SetRemoteCandidateList with the single candidate instead of AddRemoteCandidate
    
    
    20070613172935-5b6ca-021c53b05f23d19d88536c2ab60f818aa49cf27d.gz

commit 72989ac0233f531c9eb2ac59a8aa5d4c9855af8e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-13 17:27:02 +0000

    SIPMediaStream: emit SetActiveCandidatePair also after the native candidate becomes available
    
    
    20070613172702-5b6ca-8400c24c6395a8522fe426afa98743ac3e370dec.gz

commit cac094db3bd624d0495763d083982c109a41a617
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-13 16:41:14 +0000

    SIPMediaStream: validate the remote candidate ID announced in NewActiveCandidatePair against the locally stored value
    
    
    20070613164114-5b6ca-e2f326d7c8e7f0eec58a2507d156bb4ebb11c967.gz

commit 02fc12f8996fdb561ffad8867c7076d32a9b0c05
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-13 13:38:44 +0000

    Ifdefed out an unnecessary change of group flags just before the channel is closed
    
    
    20070613133844-5b6ca-03f41cac66c322daf1e4e65ed29b07ed5e94745a.gz

commit d2e2d6d98b3649e482477c4df3857efea0f0206a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-13 13:36:46 +0000

    SIPMediaSession: keep one backup copy of the previous remote SDP structure, because streams still use it in sip_media_stream_set_remote_info()
    
    
    20070613133646-5b6ca-829662eb6d79ecfbf7129f78549949b6da07fcb8.gz

commit 96d06b8ce6f3bf4c1d562de38def75fa3f7b71d7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-13 11:05:14 +0000

    Added myself to authors in source file comments
    
    
    20070613110514-5b6ca-1c0278b808d6273aea57010b0891dd95d19314d9.gz

commit 074317cd16024db986283578b93f52837be4add9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-13 11:04:38 +0000

    Updated Nokia copyright years
    
    
    20070613110438-5b6ca-7aa1f478f83ed4c29e18176ae8267de417cc7829.gz

commit 9fee7ba12f75cfd9c47747b5b23f1b5bda8db09a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-11 12:21:57 +0000

    No, better make it an assertion because it carries some performance cost
    
    
    20070611122157-5b6ca-5a3b336e25caad233cdb7e1a760c38682afc7d77.gz

commit 61806eea4f058818cba6b99b28beb12373cb2aaa
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-11 12:20:17 +0000

    SIPMediaSession: restore the check about the remote SDP having to be modified in sip_media_session_set_remote_info(), but make it a GLib check to raise enough hell
    
    
    20070611122017-5b6ca-d3342919bcf4fb86825ff26ba8ae2f159ac64e13.gz

commit 254228741ac5e0436c0de730d74bb19699d9fb25
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-19 11:42:28 +0000

    Ignoring non A-type results in STUN resolver query
    
    
    20070619114228-01440-c20522413515177b9987faadb9548281f4dd15ab.gz

commit 7e94b2b2fe212e736350d02b0a9a3604c5145d8b
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-14 11:57:32 +0000

    added test for outgoing and incoming text messages
    
    
    20070614115732-01440-e7ee2d788e9ffebdc251f683e3b5dc88a777d6ce.gz

commit 497cd634f55be8caaa6fe4f8b64ec8dbf42efaa7
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-13 11:17:58 +0000

    synced testing framework with gabble's version and updated tests to use the new @match() feature
    
    
    20070613111758-01440-d42134a2d485b8585f8266287a209717a556b445.gz

commit a56e844bd4430209b3a7a7ae61f193a979ebcbb0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-13 16:18:01 +0000

    Fix a debug printout of discovered STUN port
    
    
    20070613161801-5b6ca-12bcb31ff1d85b12d37a7ef0e18a4a37f7648e6a.gz

commit 5a90c006f438e3443fb29fb0d100599df5c8ded6
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-13 14:25:50 +0000

    properly choose between SRV records for STUN server if several records have the same priority
    
    
    20070613142550-01440-8c019eb4a6a07e495aea5e0c9a71eca65a49ab04.gz

commit 867d94a5fb9204b70c68bec9d035c10dcb001125
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-12 16:22:28 +0000

    SIPConnection: if stun server address is not given, do a SRV request on the sip account domain
    
    
    20070612162228-01440-ccde62d0fc607c768001eec365061d23f36a7ceb.gz

commit aad32e38df20bfdabcc57e824973ff4e7fb3e0f1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-07 10:30:06 +0000

    Close media channels before sending BYE when terminating a session
    
    
    20070607103006-5b6ca-6ac8a3098a7a86e6944086c57c195a19ab375a88.gz

commit d310105301ed45b4f31a9c0c44f8464a54b6915f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-07 09:24:08 +0000

    SIPMediaSession: reap the stream objects consistently in the 'close' signal handler from streams
    
    
    20070607092408-5b6ca-825672f2a34807b5a382bb98586247d2603ecfc6.gz

commit 43d733808d5a4f5b57b0523cf531a1001e80af8b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-07 08:30:38 +0000

    Shut down the streams that were not matched by the same number of lines in a session answer or update
    
    
    20070607083038-5b6ca-21804a1b3ddacf28aabf660840fccdf98f5a2e9b.gz

commit 4911b447dfe9e37b20146bac3d51aec250ddc9f6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-07 08:27:58 +0000

    Don't check if the whole session is not modified, as we shouldn't get a nua_i_state in this case
    
    
    20070607082758-5b6ca-49a7b2937022e612b29339fc7d28a831127daf31.gz

commit 401a7f9cd735b87a522951a6200c90025386cfb9
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-11 09:30:58 +0000

    sip-connection-helpers.c: added missing user-unreserved character for handle normalization
    
    
    20070611093058-01440-0587715e59c4d5604cb990e23f58b89d28cd91a9.gz

commit f92c2e1af5102f9e32c8c83141cd2b4b11f455f7
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-08 11:45:37 +0000

    sip-connection-helpers.c: improvements to handle normalization
    
    
    20070608114537-01440-ed753f3481b258791d61d5a373bb6db58de812e3.gz

commit 189fb26c43a25c4d4db636b721d5363e3ac7302e
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-06 11:27:53 +0000

    SIPMediaChannel: cosmetics
    
    
    20070606112753-01440-bb5837d439e53478c9853675eb59efb5b79f4d27.gz

commit 7a8cb9aca063862e96b66081676bd0feb1693ba9
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-06 10:58:31 +0000

    SIPMediaChannel: improved self-calling check by moving it to overridden add_members function
    
    
    20070606105831-01440-34ead70ee199bdc007bac48b6f84692dd7f775ee.gz

commit 0ae9e3408d8dd3713d4fc9dfd72a69bd9a0a244c
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-04 13:33:53 +0000

    sip-connection-helpers.c: unescaping characters in valid sip uri's that don't need escaping
    
    
    20070604133353-01440-01dce49da630c1cc00beecdd6657d9a2facdf12f.gz

commit a820001a73ae3171437aa95244c68991cbfc5896
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-06-04 13:18:29 +0000

    SIPMediaChannel: guard against calling ourselves
    
    
    20070604131829-01440-1c837c18940767c7e5539c78ae8499374b2e79bd.gz

commit 98320abb309e222d01d2fd5e60acc8d284fe4b5d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-06 15:54:51 +0000

    Bumped development version 0.3.19.1
    
    
    20070606155451-5b6ca-e097dca2b754c7a9915fbd245029461356b567b2.gz

commit 3bac48f594647ddb1a4ecd12f55d307d16118326
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-06 13:19:02 +0000

    Removed a call to g_hash_table_remove_all() not implemented in the old GLib
    
    
    20070606131902-5b6ca-9f54b6674ac6f1377865ee874132964a334b8537.gz

commit f601e202dfb4208f3d686c2d55f60ed3e793c8a2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-06 11:09:57 +0000

    Bumped version 0.3.19
    
    
    20070606110957-5b6ca-41077c55b7c41caf0b6c26d14c223122f519a604.gz

commit ba566d73f75d8679fbb52c69c3ed463e96825761
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-06 08:33:43 +0000

    Updated TODO with recent developments
    
    
    20070606083343-5b6ca-d50c25f0ac5989a20ce5a22d481ab699cb060efd.gz

commit 8bcaafd00c840eaba4b14e7c1e1f5a24b40b70c6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-06 08:31:13 +0000

    Added TWISTED_TESTS to the distribution
    
    
    20070606083113-5b6ca-5d18b9ba1483ab4af6afe18c6ccf11198926d2ec.gz

commit 3678eb66e938f580e53322aaab66adb62e54aa92
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-06 08:30:30 +0000

    Fixed name of sip-sofia-decls.h in the sources list
    
    
    20070606083030-5b6ca-6bb8b17ca26452241324330858830d9435daeab1.gz

commit 64bb26b114a3e23ebea014b0a1320f3ebec0d546
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-06 08:23:46 +0000

    Dropped configure check for libtelepathy
    
    
    20070606082346-5b6ca-5176d52d53bdf7dd1e303b1487855f41b5bdb1d5.gz

commit c4c7683da293ae06ec478321af79668f5ef35dbb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-06 08:22:43 +0000

    Don't build or distribute tp_caller as part of the test suite
    
    
    20070606082243-5b6ca-c2dafd82b51c4d04e55253692ff14763b5783d31.gz

commit 14ab663a2b669c3e7df8b3eefe91a67146c41f8b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-29 11:08:18 +0000

    Don't add sip: scheme if the proxy URI contains any colons, just to be sure
    
    
    20070529110818-5b6ca-b4c7e3a97849fd4e109e7bf6c1dc37bd36bbafca.gz

commit 05d7a2f5bfc0ab72f2fd024e2b72220cd51c4d14
Author: Onne Gorter <onne.gorter@nokia.com>
Date:   2007-05-29 09:33:07 +0000

    make more uri schemas pass
    
    Add checks for gt:, skype:, tel: ... extendably
    However, this should turn into /[a-zA-Z0-9\-\+]+:.*/ regex check
    
    20070529093307-a0bdd-c4f052b24d06e8270c426112852642cacdca61d7.gz

commit adee62ec3f6bc88fe932e1d3f45ce2414eb3f920
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-31 13:23:07 +0000

    Set NUTAG_URL("sip:*:*") to enable randomly assigned local ports, per suggestion of Kai Vehmanen
    
    
    20070531132307-5b6ca-ee8040b715d91847dd4d1343f4fca3c054102d20.gz

commit 6aeb5d547fe003c0a374c3354233c584c1ef6276
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-05 15:12:28 +0000

    Don't accumulate allocations of SDP data for remote info updates
    
    
    20070605151228-5b6ca-727916d06b92ccb462ede4989a1fd40da66e1525.gz

commit c5ccb7f495d042f2fb9e754fc38ed19f857f624d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-05 13:49:34 +0000

    g_assert_not_reached() to alert on unimplemented channel member changes
    
    
    20070605134934-5b6ca-c86dc22b24c1598c83c8144f2f527a22847ead4a.gz

commit a0c8b34d27785ec5201d35531a240396640302f5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-05 13:29:57 +0000

    Signal zero bandwidth for RTCP (RFC3556) until RTCP is supported in Farsight
    
    
    20070605132957-5b6ca-1edf7f1bb0cfbedb2cf349ec300ba3d1cf68a420.gz

commit 14ec5094e5ebeb38748e83685a32df8fe07cf7ef
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-05 13:02:47 +0000

    SIPMediaSession: more robust destruction of the NUA op handle
    
    
    20070605130247-5b6ca-0c6849724977dd3f116897ed21f2dc0b47bf7820.gz

commit 2e17db2d9e3ef56d3046365879c953693851ba35
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-05 12:17:39 +0000

    SIPMediaStream: generate a direction attribute in the SDP
    
    
    20070605121739-5b6ca-68dd28b713ca1c138f619e89cbf9d65b42234e71.gz

commit 492e1081aceaaa4940d5c8b6ce1074e160ea87a9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-05 12:16:28 +0000

    Really static and const arrays for constant strings
    
    
    20070605121628-5b6ca-0dcf44d991fd83002440e8c8d525b934d64678a2.gz

commit 6756cf71628b8d1c4f52521fbb520b46cd169256
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-05 11:22:21 +0000

    Removed the useless parameter for sip_media_session_accept()
    
    
    20070605112221-5b6ca-3b7291f34f8e142adae47b2769c6ac3f329ce269.gz

commit c52eb3494d9b69a7c872734c0c41dddbd7e1dbc2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-05 11:10:41 +0000

    Removed the outdated declaration of sip_media_factory_get_only_channel()
    
    
    20070605111041-5b6ca-185fd5110a6332873b5bb34e223cc5f04f12d14a.gz

commit 82cf556a7d3cc6b116bdc424903782bd77616c62
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-05 11:02:31 +0000

    Migrated the NUA operation handle ownership from SIPMediaChannel to SIPMediaSession
    
    
    20070605110231-5b6ca-26d07880accc474d84a3a80c15b1bf350514d508.gz

commit a8a4cd669c563ba0cab4ab0bf1b042df2998c4d4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-05 07:25:29 +0000

    SIPMediaChannel: the remove_member vtable method must not be set when remove_with_reason is set
    
    
    20070605072529-5b6ca-4663221f628e20954e198bfa5f24b4fab87e9966.gz

commit 92f806ab3c566cfd6195f5f5a28d64677a35cbc4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-04 17:23:28 +0000

    SIPMediaChannel: AddMembers will now return the error 'not implemented' if requested changes aren't handled
    
    
    20070604172328-5b6ca-1f7189bf83cf90fece6d0e89447352e2c26f2988.gz

commit e7e3282ca4a191c3703429de7f548ec34542484d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-04 17:19:56 +0000

    Use member change reason _PERMISSION_DENIED instead of _BANNED to signal authorization failures
    
    
    20070604171956-5b6ca-ee29f450bec6efad011bddbe2f2b0659a7254866.gz

commit 466e549ca55b37ba7ee6bede740d1c8707b1c4f9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-04 17:11:46 +0000

    SIPMediaChannel: implemented RemoveMembers and RemoveMembersWithReason for the Group interface
    
    
    20070604171146-5b6ca-2c4c87f2967ea39c9d4c56dae0e2d911306d64ce.gz

commit 93485bf47563a2fb6409d9149c180822b5aeaf94
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-04 17:10:01 +0000

    Bump dependency on telepathy-glib to version 0.5.13
    
    
    20070604171001-5b6ca-228fdbf230f1120f32c7ad01977a2397255f6af8.gz

commit f1524aae105f5c43481adf7ade988c5554faff0e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-04 17:07:36 +0000

    New method sip_media_session_reject() to reject incoming requests
    
    
    20070604170736-5b6ca-a960f92fc1c79e49fc0d5ed999e44971782ee54a.gz

commit 8a4940bf95f45f929a887a55f807b154a82194f4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-04 12:10:51 +0000

    Purged the unused signatures from signals-marshal.list
    
    
    20070604121051-5b6ca-9af26e45ec37d0865d39a8418ba1a245b04b2008.gz

commit b9a3b2be3537c0f5c7311f95e8c802cfb4e158fe
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-04 12:09:12 +0000

    Less expensive signatures for 'ready' and 'supported-codecs', as the codec list is not used in the handlers
    
    
    20070604120912-5b6ca-6290b7ca05f78bc60cb0a1c76c11950fc1c15b85.gz

commit 7a24b1b11b539146ed0785a08fcd1605caf0182a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-04 11:39:28 +0000

    Removed the 'new-active-candidate-pair' signal, useless until ICE is implemented
    
    
    20070604113928-5b6ca-3bcc167b93821c5076158500cfbd1e462ecd9425.gz

commit 6c45d355baa3e07c47e0484ac8ae807ee2703fe5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-04 11:31:26 +0000

    Removed the last remnants of legacy GObject signals on SIPMediaChannel
    
    
    20070604113126-5b6ca-f9d1507e9a6b8f1b289b0a827343338a706a7f26.gz

commit 981737a4eba1bc8665a36de7308a36f31bfdbf79
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-04 11:24:09 +0000

    Removed unnecessary SOA tags on the initial nua_invite()
    
    
    20070604112409-5b6ca-f9f4fb58ade063a3b37b3b01aa293a8b5f76b447.gz

commit 5134a85393748ed6218800326351109d1d9c66cf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 16:24:36 +0000

    SIPMediaSession: unref the temporary SIPConnection reference after use
    
    
    20070601162436-5b6ca-7b1b119359899fbf3a79903d40d7826b490ace58.gz

commit 41ae77d90bde9098f0d9fbea9683035daf6814c9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 14:44:21 +0000

    Unified stream -> channel signal bubbling for StreamStateChanged and StreamDirectionChanged
    
    
    20070601144421-5b6ca-030937fb20fb1c6facda7815320c4851475e75f3.gz

commit 3b63d4b02d3ab9f7c4e62cebcae11918cf8ec82b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 13:44:39 +0000

    Corrected the printf format to get the object path in SIPMediaStream
    
    
    20070601134439-5b6ca-db54fc21a60203650f8ae7614f9b89c77f068955.gz

commit 62023b19bbc86d530573e3ea87cd4b279e3fa652
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 13:43:17 +0000

    Removed a hunk of obsolete code, already ifdefed out
    
    
    20070601134317-5b6ca-02c45cc2a38cd2508c8a4f59c47cdb8c9675f8dd.gz

commit 9454d86edd086843d6271735b83f2031a2533d9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 13:39:36 +0000

    Use the stream direction property to emit NewStreamHandler
    
    
    20070601133936-5b6ca-5fd901b08a3b72e044b3198052553dc77c1be031.gz

commit 0162188576e127fc65717b5282d32120f5c47581
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 13:35:57 +0000

    Handle 'direction-changed' signal from a SIPMediaStream, emitting the Telepathy signal StreamDirectionChanged
    
    
    20070601133557-5b6ca-fb128354cd7f4dac85130d1c84ecb2657817f5df.gz

commit 9f999ae477e8bb7487af63600363ac53f786626d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 13:35:24 +0000

    Implemented utility method sip_media_stream_get_id()
    
    
    20070601133524-5b6ca-4e350042da4ed9f7336ba3009a2e68a5c6353dd6.gz

commit f6cf7e3ff483f83c46c82b52668164e06f84585a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 11:51:00 +0000

    Changed the default stream direction value to bidirectional, reflecting the default and legacy behavior
    
    
    20070601115100-5b6ca-727815035556bd24a0810ea093305192219e9d03.gz

commit 0341349ab8eeb2eabec9a5acae229147ad00a412
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 11:49:55 +0000

    cosmetics
    
    
    20070601114955-5b6ca-e5873d9fe903cdc1c13b9dc30b5f639354e2fd79.gz

commit a3888b2125cea7aaa2c8060afb2170f1390fb3c9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 11:48:54 +0000

    List channels with actual values of direction and pending send flags
    
    
    20070601114854-5b6ca-f7b0ccfb968d80a6f7787f0b56ada471f9161c0b.gz

commit 75f81b85135d61e05bcf3217de00c12dc6ae9f2d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 11:45:42 +0000

    Properly keep object references from SIPMediaSession to the SIPMediaChannel, and from SIPMediaChannel to the SIPConnection and the media factory. Remove the SIPConnection reference in SIPMediaSession
    
    
    20070601114542-5b6ca-fd176eb37579d4b83f92fac5f7e58377c1b695ff.gz

commit 71a393c9f39e4897e4e4202581dc9feebe551194
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 10:40:33 +0000

    SIPMediaStream: init non-property values in the init routine rather than the constructor
    
    
    20070601104033-5b6ca-bdb7bdbf05977e0a2701ff408e407ece7b9dbcaa.gz

commit 8d10434fc8ba720667a0c9926fea37ea67c32e1f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 09:44:05 +0000

    Implemented signal 'direction-changed', emitted when direction or pending send flags change
    
    
    20070601094405-5b6ca-a13d5bb1db08daae1f56cd8be57c38b98b9b8305.gz

commit 495409dd4d8e70083bf7dab934aca1c6e189fed5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-06-01 09:39:10 +0000

    Implemented properties 'direction' and 'pending-send-flags' on SIPMediaStream
    
    
    20070601093910-5b6ca-8f43c5634770ed23b0c24c64d46eb995ad13d0be.gz

commit a0683c2c2487f647d7790f06c852a23a686bcfce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-31 13:45:33 +0000

    cosmetics
    
    
    20070531134533-5b6ca-374087cb7a58b5d010c978188e0c0c375bdca39f.gz

commit dd83a67bd83f3d01715bbf96f0123252eac00a62
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-31 13:45:11 +0000

    Removed an unused variable
    
    
    20070531134511-5b6ca-f85c021eaaadb4453fc6d788679f710ab2595ee7.gz

commit b424ce79e297e7a3cf6aabd557e79272ce2a4d75
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-31 13:23:53 +0000

    Reworked processing of remote stream media and candidates:
    
    - Don't keep Telepathy data structures for remote information, store it on the session using an sdp_media_t structure.
    - Properly generate and retrieve candidate IDs for native and remote candidates, respectively.
    - Detect non-modifying remote session updates for the session, individual streams, and connection lines
      to prevent emission of bogus DBus signals.
    - Carefully ordered updates of candidates and codecs, in order to prevent sending wrong payloads or, as much as possible, receiving unknown payloads.
    
    20070531132353-5b6ca-598a211599a151e0a1827dd399c93b5b387c3492.gz

commit bd8c2e4a2ffb1e2471bda4aeed11c2663262a24c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-30 13:29:56 +0000

    SIPMediaStream: remote media sanity checks moved to sip_media_stream_set_remote_info()
    
    
    20070530132956-5b6ca-71acbd952783199a9c0f43ea02d446909d580fae.gz

commit 84ca9c9626b45f9cd69954a29157ca878dfeef80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-30 12:39:52 +0000

    Removed the signal new-native-candidate on SIPMediaStream because the callback did nothing
    
    
    20070530123952-5b6ca-f0a3242822531177ed5b54750a7df5971b34298b.gz

commit b404f2089fc208471d12bf06d30a8a6ad354ef5e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-30 12:31:11 +0000

    Don't check for a 127.0.0.1 local candidate because it's a bug to get one anyway
    
    
    20070530123111-5b6ca-ee236340e9386c61353157402fa7e50e7ea89270.gz

commit 375d97c4014efe17503986e6b1dde1f31ed4e3a6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-30 12:18:32 +0000

    Added an XXX comment about the corner case when the remote peer changes the stream media type on us
    
    
    20070530121832-5b6ca-229d7c0b30b2674f5df2e24cc99bc425c8324f16.gz

commit 4b58d0c4727e3c5b6a4d235dc0541ef0dd7ebfb4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-30 12:17:01 +0000

    Clear the cached list of remote codecs before populating it from SDP
    
    
    20070530121701-5b6ca-f5a738a529c5b231a7dc4c5f187da32fd0c1482a.gz

commit a588efed1141742412f37d998c6a9a5549ec04bd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-30 11:46:42 +0000

    Reused the Sofia -> Telepathy media stream type conversion as sip_tp_media_type()
    
    
    20070530114642-5b6ca-68843d739702ac239eb0813d77f494165b83354b.gz

commit d44a3b07a25da2866343ad8628c08eeb588f31cc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-29 15:14:19 +0000

    Stick to one media description in priv_set_local_codecs():
    
    - don't run away to subsequent media descriptions if this media type is not good, return FALSE instead;
    - do early sanity checks and debugging for media type.
    
    20070529151419-5b6ca-e3a3de56b72c555552769795e30704e232261ff0.gz

commit 4ddeae8b8917b064dcc8f0dced643ec1636e464c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-29 14:29:04 +0000

    sip_media_stream_set_playing(): more reasonable debugging
    
    
    20070529142904-5b6ca-d81c64d37144ddbc65c4b60f9e37937b3da4527e.gz

commit 24ad28fbd3c67b22da8d5659dbd175a3fdae99ad
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-29 14:13:31 +0000

    priv_set_remote_codecs(): reuse the optional parameters hash table between iterations, only emptying the hash at the end of each one
    
    
    20070529141331-5b6ca-3f5dd85665d2386f41968ee8776a4749793dd466.gz

commit 6eafedfd3f63b818c6b11e3a782b289c5dcdc696
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-29 14:02:06 +0000

    Store the D-Bus struct type in a variable instead of calling a function in loops
    
    
    20070529140206-5b6ca-ccc7d370f862106df2b9ed05e011b71b45cddf54.gz

commit c296509ad01256deebabf95dad7bcc646f5ab847
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-29 13:34:05 +0000

    Don't leak the optional parameters hash table; added a FIXME comment to populate it
    
    
    20070529133405-5b6ca-4b85111a50669c736b01c01622e3b6075a47afcf.gz

commit 093f0d9356303b0c55f7a36f807779b9193f9e9d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-29 13:09:46 +0000

    Pass exact types of values for transport structure members.
    
    Use Telepathy constants for the initializers where appropriate.
    Check the protocol type to exclude any non-RTP streams, lest we lie to the client.
    
    20070529130946-5b6ca-e578589ed4f72b61d11d54eabfe604e0a5daf3f1.gz

commit 1b44a45e8f466d4530df58b8cbbf0820be6859c2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-29 12:30:27 +0000

    SIPMediaStream: factored priv_set_remote_candidates() out of sip_media_stream_set_remote_info()
    
    
    20070529123027-5b6ca-d9dbc2b6450bc3ebc0b8635bbe536a4f268deb1f.gz

commit be57c49183ac86d496fd6064bd10549eaea2de48
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-29 14:37:44 +0000

    Declare the DBus-GLib type helpers with G_GNUC_CONST
    
    
    20070529143744-5b6ca-214afa58866653f6134495bd4004f3c937936e80.gz

commit c8af644b96dd34a5a331398e728d2efcd16ee7b1
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-05-30 14:40:27 +0000

    sip-connection-helpers.c: minor fix in temp home creation
    
    
    20070530144027-01440-b41f1624cf204e30da728c572cdcb18c68cbc319.gz

commit 47e6bed36b7b79069a864b87d93c1e56c6efb56d
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-05-30 14:21:15 +0000

    SIPConnection: minor fixes to handle normalization code and the corresponding test code
    
    
    20070530142115-01440-92ca50ec4eae86fb873d1405be77cca86adb2b4e.gz

commit 3832ec7650411a97ded94e3dd3ca776ffe577502
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-05-30 13:33:22 +0000

    Added a test for the handle normalisation code
    
    
    20070530133322-01440-19493ac0a7654503a63c094ff05a019684f4ae41.gz

commit d251cb000d866164a7d7043ed63ad4d2b68d82c2
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-05-30 13:30:05 +0000

    SIPConnection: moved handle normalization logic to sip-connection-helpers.c, made a few modification, and introduced a new private variable domain storing our local domain
    
    
    20070530133005-01440-915d3ab0087b13508ba1cb9dfef4192a01c3c331.gz

commit 9102a06eaae6a628e21eff7d8a1aaf2c812c6b05
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-05-30 11:45:08 +0000

    Improving handle normalization and converting of plain usernames and phone numbers into SIP URLs
    
    
    20070530114508-01440-d3fd9e1ce97ded708192e32a7fe4f7a61e195a98.gz

commit 79218372398c5b0878703a1437ec203197856c10
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-05-29 09:28:07 +0000

    Fixed servicetest lazy test decorator name, properly making the test scripts executable
    
    
    20070529092807-01440-aa0d14cca1584906b05da36774184552a48de926.gz

commit fa3260ae71afd99907e864553aff2decd2c70548
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-05-29 08:58:57 +0000

    Added twisted-python based test suite, modelled after gabble's
    
    
    20070529085857-01440-de376e60e4e00fbafc49e2a237569750a7bc9bac.gz

commit 766bc6443a2b114e74d69993a4ce66246d97931e
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   2007-05-28 15:35:33 +0000

    Don't try to unset GValue's without a type
    
    
    20070528153533-b58c9-6f6e0399caea538e27762127d16f809c2f837303.gz

commit 55d00ae438afc250e960dd5dca40fa89b5f692eb
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   2007-05-28 14:44:14 +0000

    Don't override GetParameters and ListProtocols. tp-glibs base connection manager handles these just fine
    
    
    20070528144414-b58c9-2e539b9576a03242be72fb2965039227cb579ee5.gz

commit 2107af36cee530d92d4d21f1759455ee296dd398
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-28 13:10:50 +0000

    Further reduced unnecessary inclusion of sip-sofia-decls.h
    
    
    20070528131050-5b6ca-f3cd51b38a5b478d3539af08cdfd4e88d55b13f8.gz

commit ff01c899c9e60347d10b914c481c30fa185ece56
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-28 13:03:38 +0000

    Another cosmetic inclusion reordering
    
    
    20070528130338-5b6ca-bb0bd50f57de7b46057021a09262554080401ec0.gz

commit 0a2d1f08be4437728785d5e42cd091d557dc3862
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-28 12:55:00 +0000

    Removed outdated definitions of _TP_CM_UPDATED_FOR_0_5_7
    
    
    20070528125500-5b6ca-f00556e8e7a4f3dd9801f0d4d5e36b9a9db515ad.gz

commit 7a9e05ff97943e714cec5cdf8a8dc6dce905eef7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-28 12:50:59 +0000

    Spring header cleaning: shipped all Sofia header customization stuff into new file sip-sofia-decls.h; cleaned up inclusions everywhere
    
    
    20070528125059-5b6ca-f217322012f9671b82ba4977b137f21d04f91c94.gz

commit 43cfbd52b4ed21cdbb1bcc93c2776ae33e25f008
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-28 12:40:06 +0000

    SIPMediaStream: removed the unused SIPConnection reference
    
    
    20070528124006-5b6ca-48db1f57aeb1324ad2c390c8b3f8cf3bf359b83f.gz

commit 822154f0aa637b8bd96fed6c9fd16591ec595708
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-28 11:42:42 +0000

    Added some missing header inclusions, removed some redundant ones
    
    
    20070528114242-5b6ca-c27e8f33aa20f8704ca92aece27a9ab43ba8379c.gz

commit c0f22bb57c2db7c03aedf33942ade91da88b6009
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-28 11:39:30 +0000

    Don't (re)parse the SDP from NUA, retrieve the parsed data structures from the stack
    
    
    20070528113930-5b6ca-2463b4b4d09e2e7a8ae8949c7f777c7b21562df7.gz

commit 244d9dc8ba147b38c6f261617ad5818c70654e71
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-25 15:22:47 +0000

    Deleted another piece of code that's been ifdefed out
    
    
    20070525152247-5b6ca-437c381144d267f8df1db7827be1b8220ec7240b.gz

commit 773dd9b66d01ae927c68cdd6aea8a872d79c80b1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-25 15:19:32 +0000

    Eliminated the freeing functions because D-Bus already knows how to free its collection types
    
    
    20070525151932-5b6ca-173a0fe4d13f9838c07bfad49079ebd10573019f.gz

commit 4ac9c29202d067aa2dc71ec7498b1343602f8d01
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-25 10:57:01 +0000

    Added missing telepathy-helpers.h inclusion
    
    
    20070525105701-5b6ca-ce9f6c5a7dac102e3a45034da05623bde6e5db34.gz

commit 52ace9e4ee2638cc8e757db9761a85e78ad3cd18
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-23 15:58:57 +0000

    Don't compose a proxy URI if it was not provided in the parameters. Let the stack do it better with regard to route headers.
    
    
    20070523155857-5b6ca-a252ae6390732eed3b62c9753f7ea131492cd799.gz

commit 25f6ca2a294ccdf5817a01613a829530047177dd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-23 15:58:57 +0000

    Don't compose a proxy URI if it was not provided in the parameters. Let the stack do it better with regard to route headers.
    
    
    20070523155857-5b6ca-2d5dbd771db2622930b1b67ca24df081dc35b98e.gz

commit c7ab5457045e3d68cfa04752e180c09ced2a87d2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-25 10:33:02 +0000

    Macroized sip_session_handler_type()
    
    
    20070525103302-5b6ca-0010d581d29174e346dc0a11e27dc3f02be01584.gz

commit 0844f9b30271166e043dfa46e99de1089fe63d7d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 18:20:03 +0000

    Properly namespaced the Telepathy pending message list free function because it's public now
    
    
    20070524182003-5b6ca-430c88598f357cf40d6eb23eac5b499a6ebafe07.gz

commit 36ba610d37b060b57ca03c4660cc6354d24fb20b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 18:18:05 +0000

    Define the DBus type functions as public
    
    
    20070524181805-5b6ca-31b95f0fdba972a2192d9294adb59601263e7d08.gz

commit 07afc6c1b1db534b9a163407209de75d75ba1635
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 18:17:07 +0000

    SIPMediaSession: macroized the DBus type functions
    
    
    20070524181707-5b6ca-01798f9e44977c421e45d09461b0a6d55e0db308.gz

commit c2521bf18249b12364062f16dec0f45a26f1f82b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 18:15:43 +0000

    Added macro DEFINE_TP_LIST_FREE to easily define destruction functions for Telepathy DBus array types
    
    
    20070524181543-5b6ca-247762918d9eb59f79bc774a7119f47be0e1de64.gz

commit 7e437ca73faaf6d6b4ff818ffae85f5c19972106
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 17:47:19 +0000

    Better iface casting in sip_text_channel_list_pending_messages()
    
    
    20070524174719-5b6ca-6611025c81b766e9b4e66adf624a6a3cadeffbac.gz

commit a37294bb2fbfb1f52c4cdd09a6b7b793817289b2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 17:45:54 +0000

    More readable looping in sip_text_channel_list_pending_messages()
    
    
    20070524174554-5b6ca-fbc74f123d78ae617c668d51442ed9951514a8c7.gz

commit 6ae567a12fc487bd2d1f4225b11c7cf6650ef974
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 17:26:44 +0000

    Refactored management of DBus pending message list into separate functions
    
    
    20070524172644-5b6ca-1f6d56b303e1b3f2d1962ea1277ce5cc0aa30c91.gz

commit fcc7fe9d4c4e7167c87184661260672dc6ed3d48
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 17:14:31 +0000

    SIPTextChannel: don't leak the pending message structures after pushing them to the client
    
    
    20070524171431-5b6ca-b04b5fecafede436bcf4267fd5824febb50d8f93.gz

commit 0eb6cfe30efc4ff3c1395179b6e3c30ac0f5f81a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 17:07:35 +0000

    Added a comment about dubious use of GValue assignment
    
    
    20070524170735-5b6ca-650001b72bc1d72166954d1338abf93dc5563714.gz

commit dd57c26c0aaa64150dcab43881d36c519c57c8cf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 17:06:20 +0000

    Removed an earlier ifdefed out piece of code
    
    
    20070524170620-5b6ca-e69f35a065f29a0564619b14f5bb73f1c6548cf8.gz

commit 457470c1784ba672e4ea9006e1cdff61f54649b4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 17:04:39 +0000

    Removed obsolete stuff from telepathy-helpers.h and its implementation with the whole of telepathy-helpers.c
    
    
    20070524170439-5b6ca-5b2c01c9153dde7281de9bcd7bb6302e654723de.gz

commit 6dd6854ee071c75ff161c1b7900b9c5fa552e491
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 16:53:48 +0000

    Replaced type macros mapping to expensive D-Bus calls with macroized caching type functions
    
    
    20070524165348-5b6ca-0af4cbc9092ef4de14e3167cc5ed837d0900bdd3.gz

commit c3657e683ce08cc6000d055380cd096f5ca7f901
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 14:10:54 +0000

    Stream list processing fixes:
    
    - Use fast local type-caching functions for stream lists and session handler lists instead of macros
    expanding to slow DBus functions.
    - Don't create an intermediate list for stream objects in the SIPMediaSession, create the D-Bus structure list
    directly.
    - Don't leak boxed values in stream lists and session handler lists after they have been used.
    
    20070524141054-5b6ca-3d822620dfa1e936f0d679a5c754d7323e58c747.gz

commit 7bc58d5f15d2f4dddef4f4d022b9d6036c9843fd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-24 07:48:05 +0000

    Bumped version 0.3.18.1 for development
    
    
    20070524074805-5b6ca-9dde44c763ecf51d9c63d1a33de2ee9f9f6f1584.gz

commit 581dc087cd761ea567ca43b3850de013493fbdcb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-21 16:51:15 +0000

    Bumped version to 0.3.18
    
    
    20070521165115-5b6ca-ff4469013c31db7914a1b41abd2ee8e162bab8ae.gz

commit 1582222c41281e8d9da6f4fd1c917b8d4a4df1ac
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-21 18:14:20 +0000

    Better debugging in sip_conn_resolv_stun_server()
    
    
    20070521181420-5b6ca-83726a2fbfb35cc5a373de5f6d07098c0866e2df.gz

commit d51ca926b63c9aa37f0a1f48b81a796d3e9805f0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-21 18:13:09 +0000

    Refactored common code in STUN server property setting
    
    
    20070521181309-5b6ca-4dd012a3f8ba25024f696b9bcd0f6ef7774ef894.gz

commit 9e97db2d12c306a461dc63b4c2ca8c7f20dc23e1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-21 17:51:01 +0000

    SIPConnection: properly handle NULL value for stun-server
    
    
    20070521175101-5b6ca-0a176664af9642081c10c895eea538c55f48100d.gz

commit 040ff02a6a57902de1a9b49bc843f330840be33a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-21 17:50:13 +0000

    DNS query type is a constant, no need for a variable
    
    
    20070521175013-5b6ca-e48b603c21ec21dbaf87d68d16e42b9726797cf4.gz

commit 23255201eac3552245848f039fe97e204bdcc462
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-21 17:49:34 +0000

    Redundant inclusion of sofia-sip/sresolv.h
    
    
    20070521174934-5b6ca-a84383b3b0dbaebece7d76a1d7b8a2705423624c.gz

commit 4cca6a9ec81723c9829b71f762a3e95860008ef3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-21 17:44:34 +0000

    Enhanced debugging in sip_conn_update_stun_server(); cosmetic changes
    
    
    20070521174434-5b6ca-9d9b0745fc79566d75e266d88bc1fb8dd8e714b5.gz

commit a0e0b07f7d0394e57a8d1e8a443883e78ae7c738
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-21 16:37:10 +0000

    Do nothing in sip_conn_update_stun_server() if the STUN server property is NULL
    
    
    20070521163710-5b6ca-998fffd6c0fd04f4ed087b135ab8ef1f70e1dad6.gz

commit eca90e14aae4298b538dd1da2a3db3a6a720fbcc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-21 16:37:10 +0000

    Do nothing in sip_conn_update_stun_server() if the STUN server property is NULL
    
    
    20070521163710-5b6ca-a09dee1712ca2276ac410a0d9d28a6fc4b7f0848.gz

commit 9c43bba8911dfec44d6bf390f8098a509057fba9
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-05-21 17:15:27 +0000

    SIPConnection: a small fix in stun server address free
    
    
    20070521171527-01440-a7e38349cbcf3782bce0aef3f11b8a9bbfbf2948.gz

commit 88019e55022c00d2a2a14b723205b4960e0cd982
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-05-21 17:02:24 +0000

    SIPConnection: don't try to resolve stun address if it's already an IP address
    
    
    20070521170224-01440-49840c33d15efc2d4b30001518333083d5d87a73.gz

commit f0df7328e5ad7dc65d60dfc64dede1448a97fdc1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-21 15:39:31 +0000

    Added Senko Rasic to the AUTHORS
    
    
    20070521153931-5b6ca-9ad71bd3ddddbfde2dafaf8b9599c04b1c36be0e.gz

commit 30136f45c2c76e633fa0be21f608ef15a7682ccb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-21 12:22:08 +0000

    Set proxy-related tags only if the proxy URI is set.
    
    If proxy is unset but the registration SIP address is SIPS, mandate the SIPS contact.
    
    20070521122208-5b6ca-b25baa4273aa24317712f1f7e3c09a7a7f80b9d4.gz

commit 2062ae80d01190b7eb0914ca8c55267d42bac33d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-18 12:57:48 +0000

    More DEBUGification, removed some trailing newlines in debug strings
    
    
    20070518125748-5b6ca-33de3034cb8c1d6d557b0a55719724f9a1431c4d.gz

commit e709062437979ded95c4c9bb0297f545c0e42690
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-05-21 09:51:32 +0000

    SIPConnection: improvements to stun address resolver
    
    
    20070521095132-01440-448456f367bb3d08c1dab861e474e9c46f7930fd.gz

commit 62aec6cbf564f4a321f049af774e43120fe090ed
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   2007-05-17 15:52:35 +0000

    SIPConnection: use sofiasip resolver to async resolv stun server address
    
    
    20070517155235-01440-7b30a673d534df254edcd02a4cdd62aa93af456b.gz

commit e4697dc7109fa7dc123da5ecdeb82ad0007a5b4b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-18 12:50:41 +0000

    Replaced a printf with DEBUG macro
    
    
    20070518125041-5b6ca-d134b8cba5072cba2d8c8fb389e65e76921c835e.gz

commit b8182c4eeb9156602ce8590459f32156e547c3d1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-18 11:43:46 +0000

    Don't use -1 as the default value for keepalive interval
    
    
    20070518114346-5b6ca-ab15d97ed94b387c5f7b214e530c750c12938a40.gz

commit 567d491e250fc09ed373a363b05fd22b5957c535
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-18 11:42:35 +0000

    Bumped version 0.3.17.1 for development
    
    
    20070518114235-5b6ca-e3b718ec9be520ddf47dea1bb485e55de0e852ce.gz

commit 23d9b9ebca476ea66e11a3dd0075a4978efa3a5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-16 09:15:33 +0000

    Bumped version 0.3.17
    
    
    20070516091533-5b6ca-9e835e9f4877e66eba86e4e3757c89eefbd8b9c6.gz

commit b9fc4048254e5e490cae595a586c3c254a3a6f1d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-16 09:11:34 +0000

    Unbreak the temphome code in sip_conn_create_*_handle()
    
    
    20070516091134-5b6ca-0aa404eef9b43f5e5a59fcc4ce40ec15c8a88e70.gz

commit 641bcba506ceb3e4f6e8947be3a1f1fcc31cd7be
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-15 13:18:36 +0000

    Reuse TP_CHANNEL_GROUP_CHANGE_REASON_BANNED as the indication of a call rejected due to not having proper auth credentials
    
    
    20070515131836-5b6ca-3a6a76a0584738258f77207248f9d8bc7dcbc881.gz

commit 27d7c0efcd88215aacf26860cdaa0e71a1632c0a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-15 13:11:23 +0000

    Set the peer as the actor in MembersChanged emitted on the peer's call error
    
    
    20070515131123-5b6ca-b93d919c0f40255d255edeb58c07e8a2bb1e0fbe.gz

commit f198b32ef54f92e202b518ff798ad8d988c3dbd4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-15 15:46:15 +0000

    Create the temporary Sofia homes on stack
    
    
    20070515154615-5b6ca-24f0d500eca17485c9e180123c0e35d194b7593b.gz

commit a45fd0614f583507596eb4a073f866095aa93c78
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-15 15:20:48 +0000

    More sensible debugging of sending BYE
    
    
    20070515152048-5b6ca-60155e5a0fff5569b5eb0274013a72c683c406ec.gz

commit e6d598a1abb4a2cf299cc4fa03e1183178e59231
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-15 15:18:17 +0000

    Remove a disastrous usage of an uninitialized outdated variable
    
    
    20070515151817-5b6ca-f067945b3c1818b62e4230e4f4cda18261f346c9.gz

commit 53b57a3ed090b7996860ff279940a7bb94036061
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-15 15:14:49 +0000

    Rely on reference counting to track the call handle without leaking it
    
    
    20070515151449-5b6ca-09c3036ac41be7e8520f756d94288ac6d8110cd9.gz

commit 82cde52e91606f6bf093ad6d79e28e03b54eb1df
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-15 10:58:26 +0000

    Clarified the description for the discover-binding parameter
    
    
    20070515105826-5b6ca-34a59fd4cc54a0a666e31db432dbd3db4f86a5d3.gz

commit ccd2dd0cf1345f08fb4d5af92b08ced3a85aefbf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-15 10:26:46 +0000

    Pass Telepathy handles to the helpers creating NUA handles.
    
    An attempt to resolve the requested_address/address debacle by using tp_handle_inspect() where appropriate.
    Deallocate the header structures allocated for SIPTAG_TO values.
    
    20070515102646-5b6ca-2367286df051f0d4284de9e2a3084465b32b5b6f.gz

commit e70adc503deb2e2adb2092a0d839a39f05b85863
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-14 17:40:37 +0000

    Fixed up a string leak in priv_r_get_params, added a WTF comment about the piece of code containing it
    
    
    20070514174037-5b6ca-4f8e0155a1f4ab7635ceb09a0aa00d1716d26a06.gz

commit 973ecf0f960fdd4b074ce74130784a8436b1e986
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-14 17:38:48 +0000

    Fixed a lurking bug in error rollback code in sip_connection_request_handles()
    
    
    20070514173848-5b6ca-d6dded2a5b35cba844f121b86e5eac510c1c99c1.gz

commit 9a017890701eb03425ebd170d25c006b2ea715de
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-14 17:27:55 +0000

    Consistently unreference the Telepathy handle we acquire with priv_handle_parse_*()
    
    
    20070514172755-5b6ca-cf00a42a7242fcc2f120be4912d69865a0301d93.gz

commit 00955eb371d307fe4d7092dce5835b0ebf1f34ab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-14 17:07:30 +0000

    sip_conn_sofia_nua(), sip_conn_sofia_home() are no longer used anywhere, removing
    
    
    20070514170730-5b6ca-544b5a0a10d8482348ab1d9b0488e0ece65ffec4.gz

commit 4e88f3d86f9f3b85af6baba733fe49c0519e7f5c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-14 16:59:36 +0000

    Handle creation helpers got SIPConnection* parameter instead of a NUA and a home which are always taken from the connection
    
    
    20070514165936-5b6ca-9c6eb8f454c48006a327f41b738beecb559fb881.gz

commit 4d8ce9fd63511b1bc13d9e72438a09886e1f5e14
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-14 16:34:19 +0000

    trailing whitespace
    
    
    20070514163419-5b6ca-67682824a2a7350596d170776405f5f4d0f2047e.gz

commit 34876fe1c6d3d9dba15a0e44a4f40c248c0d7c6b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-14 16:26:12 +0000

    Refactored code retrieving addressing information from SIP headers. Now the helper functions return handles, which in future will have qdata with a display name. We don't need Subject header content anywhere, dropped that.
    
    
    20070514162612-5b6ca-4c6eba44ccd908db728418d137d52bc9d67e32cd.gz

commit 0eca98f13fda31faf7fdca3470e534c585c46502
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-14 12:27:18 +0000

    small debugging improvements in sip-connection-sofia.c
    
    
    20070514122718-5b6ca-941a571d97fae4d324bf671795d517b21a459d8e.gz

commit 92799167e26d2a28ed14d1ec844c4fafeb1503f3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-14 12:25:29 +0000

    Moved header parsing and related resource use closer to the handle work in priv_i_invite(), to clarify further refactoring
    
    
    20070514122529-5b6ca-596d68d87a9fcf3faf349621db608cff3bef2313.gz

commit 0bb29c8caeadaf6d1b2aeea6ff0291751ae214ca
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-11 14:57:32 +0000

    Don't need remote URL to create a session, certainly not as a session ID
    
    
    20070511145732-5b6ca-747aa10cc792082dff2467adaa7c0be1c09a9086.gz

commit 183ae55c0f364dd0284f2c09040cf122f1207d68
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-11 14:02:26 +0000

    Removed the unused subject_str parameter for sip_media_channel_respond_to_invite()
    
    
    20070511140226-5b6ca-2407d796d09a5a4b0bbd777a8c2715e09254b88e.gz

commit 9d41bc26907b0f21bf4beca481f9e720bd6e1f65
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-11 13:59:29 +0000

    Use a plain C string instead of a GString for message text
    
    
    20070511135929-5b6ca-c293d4d25264fb6bb053048ac06f1b9dca80bc5a.gz

commit 80f1d50a8b959bdf780a23cf078f6f217aeca2c4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-11 13:54:44 +0000

    Removed an unused GObject* variable
    
    
    20070511135444-5b6ca-a42411373d01cccdd287140971d088f12b9717bf.gz

commit 2114fca192763e8507d4cd92bcf221bf3420efd7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-11 13:53:49 +0000

    Removed irrelevant parameters for sip_text_channel_receive()
    
    
    20070511135349-5b6ca-95a907e93e88bdf1c8293303a7b9b5e474b9beba.gz

commit 49eaf2a07749b7fd72b24d3f7e865e4a0faecc80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-14 16:34:01 +0000

    _LIBADD is redundant for libtpsip-convenience
    
    
    20070514163401-5b6ca-7f3ee4ab8d54719341cd6eb72933e3f67dd70f6a.gz

commit ede30daf8accd108ec63af81e82880ee8df24464
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-14 16:07:31 +0000

    Corrected linkage of telepathy-glib
    
    
    20070514160731-5b6ca-e868115029bb27609c33c1eb9467becf11f8bb3f.gz

commit 79b865799d2a0e32ef84f749733837b31c308514
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-10 12:53:12 +0000

    Removed irrelevant D-Bus signature comment
    
    
    20070510125312-5b6ca-8024d2927f91be1d64754904fb4afe4e14c986b5.gz

commit df75e167a3ebb1a59ccb0d1d56cd2a0655111024
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-10 12:52:25 +0000

    Don't leak message data if it has been successfully delivered
    
    
    20070510125225-5b6ca-7aa097f46dd57478b4219f31f1df075114dedcad.gz

commit 02086266d48cc4b864ac0ab5ab7239ff8acbc019
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-10 12:51:12 +0000

    compact, silent body for a comparison function
    
    
    20070510125112-5b6ca-91cc8170d9773e362ea1fdf2df59e4b1f980fa84.gz

commit 28ae0a60bee409cfec43c6d8a62c8824e78f399d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-10 12:44:32 +0000

    Object path is not settable after construction, hence no need to free it before setting
    
    
    20070510124432-5b6ca-a59c3b83ce265abf2ff7ded8d185278311dcfd1a.gz

commit aab1f39923b6dd09f27d8a0bf86c151eb9a609b7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-10 12:40:31 +0000

    Consistent debug logging in sip-text-channel.c using the SIP_DEBUG_IM flag; purged excessive debug printouts, improved others
    
    
    20070510124031-5b6ca-83b002848c9f631a613aea87332b87be9f113c8a.gz

commit 41763e28cb7416b7c06857c2935d28a910009f6b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-10 11:33:07 +0000

    Unbreak freeing code for the object path
    
    
    20070510113307-5b6ca-e6eadc0ff0e6dac7449ece70b1da2cb16b9344f4.gz

commit 8be8b4770436f0273cb528740e85e0e9c3c1cb16
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-10 11:31:19 +0000

    Do not leak queues of pending incoming and outgoing messages, the associated NUA handles, and the object path on destruction of SIPTextChannel
    
    
    20070510113119-5b6ca-528217dc9928007216f6ea060280a76950cf15ae.gz

commit 7a397d6e08f3b674cb033a971ddb587d74a38742
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-10 08:58:34 +0000

    Don't leak the object path on destruction of SIPMediaChannel
    
    
    20070510085834-5b6ca-772f3b5a7b40e964b282f63656963b6f6e81e528.gz

commit 1f79a967602527c29fefb6da4958baebcde4e182
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-09 14:20:33 +0000

    Destroy the session_chans hash table after disposing of the channels, to avoid crashing
    
    
    20070509142033-5b6ca-488c5983d3b82c3d9e31e697250b3f2a0345c27f.gz

commit 27a2d88bc3eb76a30f4d72c385354591e48a7d33
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-09 13:22:29 +0000

    Emit MembersChanged with reason _NO_ANSWER if the media session times out
    
    
    20070509132229-5b6ca-66d9c02e70faf5906cc33266f60932a37e8cb248.gz

commit 3723739939a2bc3758954919d87758aec96a4306
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-08 14:33:27 +0000

    humbly added myself as an author
    
    
    20070508143327-5b6ca-c64280700e67972f6721aee9117c0a1807aba046.gz

commit 39b4632d713d2aba82233f17ea6f7a01ba6c8f73
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-09 09:11:57 +0000

    Renamings to get rid of Jingle and GMS namespaces
    
    
    20070509091157-5b6ca-4ab42a48364f88fa197fce335284df028a4620f9.gz

commit 58a1c6c3994aa3636e6ef94b01e05cf4008ab4d0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-09 08:58:16 +0000

    Removed the custom ANSI-colored debugging crack, use the regular debug logger
    
    
    20070509085816-5b6ca-18f33934f6c462c23aabd7fa025785c15a502f76.gz

commit 43d5d198b51054dfb702c808a0554da5d3db2dd8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-08 12:40:24 +0000

    More elaborate names for global debug identifiers
    
    
    20070508124024-5b6ca-1038822f92a138277f0556721f7da7aff2cad97f.gz

commit 9d2524f7a262f0496f7757eae15aad5daddd4bb6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-08 12:39:33 +0000

    Size of the keys array is known at compile time, use it
    
    
    20070508123933-5b6ca-4e4fb77163b1ae86431990e401a80aa61b291e59.gz

commit 29e071137d9cdf3a0a3272a588c1270d57ec0e58
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-08 12:25:50 +0000

    Constified the debug keys array
    
    
    20070508122550-5b6ca-8af36b8e65a6482f56bf7ecca945ef8a4c890535.gz

commit 1acc64051f788c187f9e7438315b32aac3239399
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-08 11:07:36 +0000

    Removed the useless SIP_DEBUG_PERSIST flag, as "persist" is taken care of by telepathy-glib; rearranged the rest of the flags for nicety
    
    
    20070508110736-5b6ca-f8b18a94366f5411745449edd1c351c075ff703b.gz

commit 380ac71ee58afbf752d5290c0e52f11f4e0310ac
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-08 10:49:57 +0000

    Removed an outdated DIE_TIME macro definition
    
    
    20070508104957-5b6ca-feb55f5078ade49395d2ac265429496a1ce30756.gz

commit a2cdbe90027eb6ca7c842f6548b6e6f158e741b7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-08 08:05:28 +0000

    Bumped development version 0.3.16.1
    
    
    20070508080528-5b6ca-2ed02a2e1442aec689cbbd6a482fd194a45889cb.gz

commit 41dee50685459dad84c1d9eaa2034c61b5c0e3f4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-07 15:40:52 +0000

    Bumped version to 0.3.16
    
    
    20070507154052-5b6ca-41a6b40c1449d9825c22ae314fba2b76e214c536.gz

commit 6315beb6bf19b09bb896915fa978688abc3abbad
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-04 12:56:29 +0000

    enabled threading in Sofia-SIP
    
    
    20070504125629-5b6ca-65a7a08fdeaa17616a70603bb1fc837d239ff926.gz

commit 9294b194f73cbb11b6bc70ff6e8347369e0b4575
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-04 12:56:29 +0000

    enabled threading in Sofia-SIP
    
    
    20070504125629-5b6ca-397aaf12dcded20ed22d0b0c66688215b9ba97be.gz

commit e2df0db7f9b3651d5ca7691ae4689f50769620ac
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-07 12:30:22 +0000

    More meaningful debugging of shutdown and destruction
    
    
    20070507123022-5b6ca-43490b702bce28f35e65e9c81c1821c50bfde974.gz

commit 3a0d3ae6886efee91f0b791f4002eeedefbc7b2e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-07 12:23:05 +0000

    Retire priv_disconnect() as the register op handle is taken care of in the disconnected method and there is nothing more to do except changing the status
    
    
    20070507122305-5b6ca-c61363fd0c94d8900d462dddc4a912f09e5524f1.gz

commit d0a7d5ee4dd4f3e21c45a54aab923500b8d8abe2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-07 09:25:04 +0000

    Destroy the register op handle before shutdown if REGISTER has not succeeded, to avoid lingering REGISTER retransmissions
    
    
    20070507092504-5b6ca-58c88f8162304e8f3b855cf73e2261468c4cb9be.gz

commit 1d9463a4de07ae269487b604c59a3773cd73bdb9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-07 08:51:33 +0000

    Better thing to dispose of the register op handle may be to unref it and let the stack to unwind the remaining state
    
    
    20070507085133-5b6ca-3accf98c8a9e1e90a5f2e22f860405a0d65fb3c2.gz

commit bdbd2e85a7dff42a17d786925d6d9bb24c5c1b3d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-04 15:40:39 +0000

    Moved the register op handle to NUA stack state, so we can always reap the handle after stack shutdown with no race conditions
    
    
    20070504154039-5b6ca-4f08a8cf1e98f4567a8fc08b50495695ff49d90f.gz

commit af1f239f28426274883ce49ad6e8ba6c70cd6a1e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-04 15:40:39 +0000

    Moved the register op handle to NUA stack state, so we can always reap the handle after stack shutdown with no race conditions
    
    
    20070504154039-5b6ca-5361bed2aa8501f0cb10ad1aaf84ca06640d9402.gz

commit 61fd17638827ba0d3a67573b8906c889a9721db8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-03 13:14:59 +0000

    debug the exit of start_connecting
    
    
    20070503131459-5b6ca-824eec29f76822ea21411cef37285d0de5b74508.gz

commit 882d44241a0257bf7e5cdf4b3d6d741d3d29c4d7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-07 09:18:03 +0000

    put a boolean structure member to the end
    
    
    20070507091803-5b6ca-f58cc0c726febd8df1c6ab7cf8b72cfabe0ea7f7.gz

commit 7685637220d2912e8b182ef5a6ce1f63cc9f3b8c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-04 14:54:07 +0000

    Remove a race condition by putting the register op handle deallocation to the nua_r_unregister handler, which is made possible to call post-shutdown
    
    
    20070504145407-5b6ca-1eba9a878ba6b1c091872e7532ba6fad1d534bf3.gz

commit 9377162c8308897c7c73be826a63a386ede53c29
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-04 11:07:24 +0000

    More elaborate warning when a NUA event arrives for a connection that has been shut down
    
    
    20070504110724-5b6ca-ed48ff87ffabeb1f7e3b740a1a64cfad633ec3e4.gz

commit 4b1427d641fe9ca32664a8628fb3309cdb3b3cc0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-07 13:17:14 +0000

    Added recent TODO items
    
    
    20070507131714-5b6ca-3de4830dc57664cab1723d8e77b6822dcccadcce.gz

commit 7d3e26eebb335feea1b0321449e5cd6644faaffc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-07 13:15:33 +0000

    Purge done and outdated TODO items
    
    
    20070507131533-5b6ca-17d26682459d4eba0570aeda43f553de2a919a3a.gz

commit 1f1260ce93e053d051880722e795963d6163a25e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-03 15:28:00 +0000

    Moved the disposal of the register handle after the stack shutdown, brings back the final un-REGISTER with Sofia-SIP 1.12.6
    
    
    20070503152800-5b6ca-20dccaee8665e04013322639bfadbd15327adcfc.gz

commit 668bf96ffcc50dcf3daf06a7d4bce43b754384be
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-05-03 08:53:04 +0000

    get the home only where it's needed
    
    
    20070503085304-5b6ca-8c736655ab34466336f66eb724a2e859a8c26046.gz

commit e4a497451bb6dc96aed399a76cea7dfbb90fcadd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-24 09:29:22 +0000

    Provide the sips: contact URI when the proxy URI is sips:
    
    
    20070424092922-5b6ca-72a3bd5de488cf344b466b8583febe7ed6304a94.gz

commit 5da9be3047544db841d944d7b4a22ff52ac79dea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-27 14:17:15 +0000

    Don't log the channel pointer which is normally NULL at the call termination event
    
    
    20070427141715-5b6ca-17ef915ddb7c665cf8ed0ff2ffbefe5d1ec590d5.gz

commit 31ff3142cb6ba44e0756cbe3b48ae40c0710955c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-27 13:20:25 +0000

    Remove an unnecessary runtime check that should have been an assertion
    
    
    20070427132025-5b6ca-360feeb98003e6db913b2ed0fd18e196dd83f110.gz

commit 62bc27d870ecd67ea12b62cd41c727b787d63b31
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-27 13:19:01 +0000

    Assertion to verify that the session is terminated when closing a media channel
    
    
    20070427131901-5b6ca-46cc4968a77a1860b06b7a86d0d58e49daa1cef7.gz

commit a83498322556221067c23e1bc374f770d5e12523
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-27 13:13:59 +0000

    eliminated the "terminated" signal on SIPMediaSession; the callback code for SIPMediaChannel moved to priv_destroy_session(), which is the new name for priv_release_session()
    
    
    20070427131359-5b6ca-af0556fbe705de205764d4bde51b2764e8476ba8.gz

commit c5048097bd289958ec63c5db4d0f665829ceaf37
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-24 16:54:00 +0000

    Do list the DTMF interface for a channel
    
    
    20070424165400-5b6ca-6722f3d30c8b289824d9fbb325e95c3976908fb3.gz

commit e21ebf2bc7d7de4b4b86c19e6f0e86460bac0741
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 18:45:09 +0000

    Don't leak the streams array buffer
    
    
    20070413184509-5b6ca-1f1033915f42f6cd6e33c23596cd93e5bbc69b1c.gz

commit 5d17b65379524d539871d6fdcaeb8f307382bf3f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 18:44:39 +0000

    Bumped the version to 0.3.15.1 for development
    
    
    20070413184439-5b6ca-5bb43873ffac471142e30fb12c7763f3f2315350.gz

commit e61600be95551e81b495c36dd4c25efddc8349d6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 18:30:33 +0000

    Bumped version to 0.3.15
    
    
    20070413183033-5b6ca-f765a3fbb08b075b8635a3927b4642ac84cca433.gz

commit 0580e8265b1f7c4952b51763c2e4a117d805bd06
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 18:07:40 +0000

    Attempt at a more robust handling of rejected media streams and unexpected media type changes
    
    
    20070413180740-5b6ca-9df4d1ef81bf8ecbd5471725f30d6d089956b0a9.gz

commit 797db6e0844264f75e439d21fce2586acf3e19e0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 18:04:03 +0000

    Implemented sip_media_stream_close() emitting the appropriate signal
    
    
    20070413180403-5b6ca-8a92d3e3681ad2fbfa0be882d0b4f7ca1c8b87f4.gz

commit 914cd66615f14396d9622b51489c6b2d02225033
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 17:57:30 +0000

    Implemented sip_media_stream_get_media_type() as a useful shortcut
    
    
    20070413175730-5b6ca-e138352c2c6d1fa4b837b87f489f988e7a7bc876.gz

commit a2932ca71ba71a308548663d73b564be37ae9fe2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 17:21:31 +0000

    Validate the stream type on stop telephony event, too
    
    
    20070413172131-5b6ca-7935a3171a04eb4baf483dea21e32d3ad8857410.gz

commit 5ff1c3837087e9bd6b65ba1e6b4804bd8ea6808f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 17:20:24 +0000

    initialize the audio type variable to fail gracefully
    
    
    20070413172024-5b6ca-ade346a9f2d118f4fd3085010e1e780b852c9e71.gz

commit 8db7f410de3dc9f7146548e1e35afc335193a9d4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 17:13:52 +0000

    Validate the stream type to be audio before playing telephony events on the stream
    
    
    20070413171352-5b6ca-d5dcc77dbf98c9d65eb862503421581391b1fe01.gz

commit 61ce50d822baf160a5ada49b13315d5a10a1e7f1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 16:47:41 +0000

    Validate the DTMF event argument against NUM_TP_DTMF_EVENTS
    
    
    20070413164741-5b6ca-0e8b6a2e03bddb75734a5057794daf51c8c67911.gz

commit 4c96238bd0730b97ea85f161a1d04d0b303616f4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 15:32:00 +0000

    Bumped dependency version on telepathy-glib to 0.5.9
    
    
    20070413153200-5b6ca-6c51c5d03b5f4d6c31ee4d08a78f7a3cb732ddce.gz

commit 05f104460f8e0a6dd7be3908e99819677e2a4b45
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 15:12:49 +0000

    The NUA pointer was unused in sip_media_session_terminate()
    
    
    20070413151249-5b6ca-59577bdd431f1f849c3f6e84ed8a460470f44aee.gz

commit dd78e689e1edffb1cbbbc69187243e9bbb8e99e7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 14:58:30 +0000

    Implemented emission of telephony event signals
    
    
    20070413145830-5b6ca-2ed0fb6ce0c409e398e49a87365b036f1b9f8ba5.gz

commit a7c8a5c41e4ca8b06feba8b20b5c40d4973dd387
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 14:57:05 +0000

    Changed the DTMF parameter type to guchar as per spec version 0.15.2
    
    
    20070413145705-5b6ca-c2a806c13da45560be3bc66ff599b1277db95914.gz

commit f7f5f12b743b00c1b4266b7156606a2754e24101
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 13:42:54 +0000

    Stubbed out telephony event methods on media stream
    
    
    20070413134254-5b6ca-95b5f39e40c8334e8c463dd6c83cf00b1310876f.gz

commit df286d9fc462198ea46e3c6b0fa2a9be3bf61e5c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 13:27:44 +0000

    Changed signatures on session telephony event methods to raise errors
    
    
    20070413132744-5b6ca-a0038528ad4b74387e877a96ae786144ff7cd03c.gz

commit efcce9db41a13792ca39a0b51bdd4a60fc6073fa
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 12:06:33 +0000

    Stubbed out telephony event methods on the session, implemented the channel's DTMF interface with these
    
    
    20070413120633-5b6ca-855109084fc515f51f3e95eed4dc08dec8cd7fc9.gz

commit 2a844249fb7a5e9b3f445915b1b1f76b5e24456b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-13 11:56:45 +0000

    Stubbed out the Channel.Interface.DTMF implementation
    
    
    20070413115645-5b6ca-89f7bbcfeef7f55c8df49d69b18f19ec19ba7038.gz

commit 03c96f1db6f3ab0f2b4095bc89e2f25aa65c5a2d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-11 17:41:22 +0000

    Mark version 0.3.14.1 for further development
    
    
    20070411174122-5b6ca-d6aa2dee2e74c072aac05d7ea7dd947286d7c6ee.gz

commit e7b17c39a6cc2a23a2be1fe378aaee4c96be6c9b
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-04-11 16:32:58 +0000

    Resolve conflict with upstream
    
    
    20070411163258-53eee-3d7450314db6909f9454fca54bf44db1603661a8.gz

commit 9a81253525c080b5560f6b564f927105bcc5933f
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-04-11 16:22:42 +0000

    Validate that string parameters aren't empty if they shouldn't be, because from 0.5.8 onwards, telepathy-glib won't do that for us
    
    
    20070411162242-53eee-2a7e9b4f14a938950af9b853cae254863d91b943.gz

commit 587bc64be174b6d88b0a0a8327266790bd6f37c9
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-04-11 16:18:55 +0000

    Switch group mixin API to be compatible with telepathy-glib >= 0.5.7 rather than <= 0.5.7
    
    
    20070411161855-53eee-1a21495b201db41e7cd40baa589676b170907417.gz

commit c806e086e5b9c06d138422b45887336b2f1d2c9e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-11 16:57:26 +0000

    Releasing as 0.3.14
    
    
    20070411165726-5b6ca-faebbe7f5167bd09ff2e33f34658a64ec347dd2d.gz

commit 71334b173e21fabd239ad8f785087eb7fda56e85
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-04-11 16:23:30 +0000

    Don't use LAST_TP_HANDLE_TYPE, use NUM_TP_HANDLE_TYPES instead (telepathy-glib 0.5.7 removes the former)
    
    
    20070411162330-53eee-c751684e7df19c7c175e07d90c2a3eb35b7d0376.gz

commit 3cf068a15bb366895c5efe59534208f8a4219bbf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-11 14:47:15 +0000

    Avoid calling a type registration function under TP_CHANNEL_STREAM_TYPE repeatedly in a loop
    
    
    20070411144715-5b6ca-b6e1896ab3be03d44c62e62ac69ec808ecda83e1.gz

commit 09ff405c6458b745401bc98bdc25c218a264fc77
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-11 14:44:12 +0000

    Fixed memory leaks in sip_media_channel_list_streams()
    
    
    20070411144412-5b6ca-22b4e68deb30352070c4af4ddd44fb9545f94946.gz

commit 46ae138f060be5c2a214382abdac0d6f4290c091
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-11 13:05:40 +0000

    Removed return code weirdness from sip_media_session_list_streams()
    
    
    20070411130540-5b6ca-48c3a82d4b45279d97d3c004531a8f199a309696.gz

commit c9cfc737e12eeaaa2578cdf1c0bd27f14fcd7b98
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-11 12:44:51 +0000

    ifdefed out priv_session_stream_state_changed_cb()
    
    
    20070411124451-5b6ca-e0806c482fd9ae7de7682fd5efa0698e78b845c7.gz

commit 93656fbd25573be37ba611f1b73e41eb4bc1c7a5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-11 12:20:03 +0000

    rearranged init closer to use for sdp_conns
    
    
    20070411122003-5b6ca-bd6316712fbb2ba07baed1cb5267ac64c2246248.gz

commit 5bf68f15c9a0e5da5bf5d0ffff634808ed155182
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-11 12:15:07 +0000

    Constified the sdp_media_t parameter
    
    
    20070411121507-5b6ca-99e81c4439a36ad9d12b5d3db6047ce0ece4cc32.gz

commit 9d3a9456df1041f2e8ee1c43bfc74257400d542b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-11 08:40:44 +0000

    Changed return type and values of _set_remote_info methods to gboolean for consistency
    
    
    20070411084044-5b6ca-519c5ba2e17ff0d7510e316e7d320cdb573367e6.gz

commit 628e574869119a6385a4ede4a98b93b23b66c331
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-11 08:38:49 +0000

    indentation
    
    
    20070411083849-5b6ca-30f5b56c150b2bd9ba2dc6b1ebc3d0855fa501a7.gz

commit 0dacf285f5939c8f89e5df2354090defd2aa5cdd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-10 16:22:50 +0000

    Removed unused candates variable, put initialization for others close to usage in priv_generate_sdp()
    
    
    20070410162250-5b6ca-4fe8b2379096105ef81768fe7e3d466cd81f209e.gz

commit 246caa6ad3ba60168aadc59cc6b364fd01178674
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-10 16:10:37 +0000

    sip_media_stream_set_remote_info() does not need the sdp_session_t argument
    
    
    20070410161037-5b6ca-f6c8b41a1adeb1b3d46d9085c76e9df290c44e7a.gz

commit 03e18ffd469a25e5e9c21329150d86a92a834f62
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-10 16:07:33 +0000

    Removed the jingle leftovers in sip_media_stream_set_remote_info()
    
    
    20070410160733-5b6ca-4e27adec59078f30be96413da978773156b9c877.gz

commit d218265945d79c91fd05fb43f977522238427776
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-10 15:56:20 +0000

    No need to double-check a pointer
    
    
    20070410155620-5b6ca-f0531c1e9f2ac903dc6433fca4ee3f9526a0f8e1.gz

commit ed92178ee1a34c0c8b9206f538e6a8aa76ea9a2d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-10 15:17:08 +0000

    Provide a customized User-Agent string, to distinguish ourselves
    
    
    20070410151708-5b6ca-4031f4a4e1eae24bb01e10d4d1568dbfa53d61ea.gz

commit 9f1bef2372603ce0ed74a8d544501b0bc6b9eeb2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-05 16:15:16 +0000

    Provide a SIPConnectionSofia state adapter with the minimum necessary data for the NUA callback, to untie the SIPConnection D-Bus object lifetime from the NUA stack shutdown
    
    
    20070405161516-5b6ca-a84798e5c01bf11d762c10c14ffd6f20e5bc5bb6.gz

commit 9f24eff4cab99cd1409012dcece17034815549f7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-05 16:11:48 +0000

    Cleaned up header inclusions and magic type macro definitions; introducing SIPConnectionSofia as the NUA magic
    
    
    20070405161148-5b6ca-1580eed309986368f5567daf8bde8ee571a10591.gz

commit 267a57b6f344cdab5e34575827bf21caccb99f1b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-05 11:37:00 +0000

    removed an outdated media channel header inclusion in sip-connection-private.h
    
    
    20070405113700-5b6ca-20ac81af2d0cd2b01d2a2e3cc28e5ffba5ccef3d.gz

commit f7c5d08ba69720c936eeac3e223fe4a769e63096
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-04 13:06:57 +0000

    priv_free_nua() does not need the SIPConnection self pointer
    
    
    20070404130657-5b6ca-832f6dfa0720331443f4b87ffb542f9d450e0b4c.gz

commit c73b785ded97edafbb277ff92db473e91b21005b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-04 12:46:31 +0000

    Properly declared the shutdown states enum and its usage
    
    
    20070404124631-5b6ca-59998f6e83ad11ee191a26216f7c67eb6fd13870.gz

commit 306df9fbfb45c755978999dbbf2d8d75f2869233
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-04 11:02:11 +0000

    Removed vestigal GObject signals on SIPConnection
    
    
    20070404110211-5b6ca-7c0c01e543b6d20309d5b9a6b9cfc07cb1da7996.gz

commit 5766e8fb0ace5715fc64ed5b4ca7ddbe41d7a4af
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-04 07:49:32 +0000

    bumped libtelepathy-glib required version to 0.5.6
    
    
    20070404074932-5b6ca-53d06959b33b6889e4d0099e694294697d923297.gz

commit b4335a60e7db1f29d80803dce964cd8489847c34
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-03 11:29:04 +0000

    Renamed disable-difficult connection parameter to avoid-difficult; not used anywhere so far
    
    
    20070403112904-5b6ca-dab9615b8b84b0babc2a00eecd8c08447a1606e0.gz

commit ebb565f9e579da3dff9bd5c06935b0e697bb1c6b
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-04-03 17:38:53 +0000

    Increment version to 0.3.13.1 after release
    
    
    20070403173853-53eee-c10bc7b72bf0009e3d094b7042a34be1b098c19a.gz

commit 2d4f05acd3c4d2eb965f824ba07cca894aaec62e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-03 08:02:55 +0000

    Bumped version to 0.3.13
    
    
    20070403080255-5b6ca-7bfe9daec31fd58c6fbfb8808c825c02d7c3e1b2.gz

commit db468f9822ed701583acc7800fddbbd4ef0f6595
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-02 16:35:22 +0000

    Pass factory, not the connection, to the handler of text channel's Closed signal
    
    
    20070402163522-5b6ca-2992c4fd7b66b6c95f8f52c0175a9d699c87f21c.gz

commit 4e65d0014aa6312223a941682a68249c50530175
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-02 16:29:33 +0000

    Emit Closed in the implementation of SIPTextChannel.Close
    
    
    20070402162933-5b6ca-61487cea3315f05ad0c32701ae1b483b00ef0c19.gz

commit 2d10b53fae269734cfa5175e722c87bd2e6ecfef
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-04-02 11:28:08 +0000

    Removed the empty nua_authenticate() workaround, does not work all that well
    
    
    20070402112808-5b6ca-b31131639b88654c8797481fa716cdcc6a7ddaa5.gz

commit c1366ea9e5cfb13e788efb833dc1e5a6c1d68044
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-03-29 08:06:57 +0000

    Added a debug printout
    
    
    20070329080657-5b6ca-7f9d1a0cc903379fa9f562e4e6754675624b40aa.gz

commit bcb83cfd2cd44cdc45d5ae965a5746bb3f15ff27
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-03-28 14:21:36 +0000

    Remove all mentions of the unsupported outbound stack option "use-stun"
    
    
    20070328142136-5b6ca-cde9d006e716e2a7dad953cbe62d95a42cdf5409.gz

commit 54bb735b7a969d8a335ee36764ddf838bfb5cfbc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-03-28 13:40:02 +0000

    Moved the STUN server updater function to other NUA helpers
    
    
    20070328134002-5b6ca-70f5b2186d24d11237e2915280b357facc308100.gz

commit 9773d09b20f95e05b91ea3f040d33566977c5096
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-03-28 09:13:54 +0000

    Remove ChangeLog.old entries that are present in the ChangeLog generated by Darcs
    
    
    20070328091354-5b6ca-e9a1c92c484d49ed2b59b68b7085f1a462a65631.gz

commit dd36083e039c2dbd0b030743249bd45fe6ffbe32
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-30 13:20:58 +0000

    Correct sense of assertions when setting SIPMediaChannel's nua-handle property
    
    
    20070330132058-53eee-30d3e0cb912f4b73573bbb72ba59781073267b78.gz

commit 95824e37667a912c4bf01c4fb9e6a53cb4c5083d
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-30 13:19:28 +0000

    Don't try to unref the self_handle on disconnect, the base class is responsible for that
    
    
    20070330131928-53eee-b7c560d10ddc72956974be57f334602467e4867a.gz

commit ba6ff96f98b9eb1106685ec90d68b7a0e0367af0
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-30 13:18:30 +0000

    Don't bind Tp handles when creating NH handles
    
    
    20070330131830-53eee-d0d0802b291eed06a6d8283810a2de3c72706287.gz

commit 667149dc0244bc05a89782055cd51ecd123cc46a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-30 13:18:19 +0000

    Close parenthesis in debug messages
    
    
    20070330131819-53eee-1efd2f41837740a0c83eb64917d245d85ea8573e.gz

commit 23f509f8e5cc688f4f4710309683b2b3fbf61f20
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-30 13:17:48 +0000

    When closing channels, use the copy of the pointer we made, not the struct member we just NULLed
    
    
    20070330131748-53eee-83fda2d6727978b882252896bac2d629dc94203f.gz

commit 35427c75fe34e53de05c75258269c32428dd1349
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-29 16:17:19 +0000

    Support multiple media channels.
    
    The "hmagic" associated with the NUA handles of calls is now a SIPMediaChannel*.
    We avoid losing references by the Sofia stack not referencing the
    SIPMediaChannel at all - instead the SIPMediaChannel unbinds itself from the
    NUA handle, and marks it as expired, when it's closed or freed.
    
    20070329161719-53eee-606286bc100aa0924c529b1a2b998be6ebf66324.gz

commit 6eb60014934ab21488173c2643dd3ce06c65d7f0
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-27 16:04:19 +0000

    Bind SIPMediaChannel pointers to NUA handles. Make sure we dissociate the media channel from the NUA handle when the channel closes
    
    
    20070327160419-53eee-b3f11509c1358f6825c001766dd3a61a8c756813.gz

commit a2842048c0de883f6c771f9dc5b4ca3382bfd3e1
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-27 14:41:49 +0000

    Compile with debug by default
    
    
    20070327144149-53eee-c18689718171eeef722eda8dc2a69bf94a89eb96.gz

commit 4b466d3283008e861ecb8558dbfcc171ce46b50d
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-27 14:37:43 +0000

    Bump version to 0.3.12.1 after release
    
    
    20070327143743-53eee-420d1dc8087d64f5f497905dfac6d0593999a831.gz

commit 1c7ff08b39875d875f243158cd7b20f0adffec2c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-03-27 10:58:34 +0000

    Bumping version to 0.3.12
    
    
    20070327105834-5b6ca-5c3bf88d19b5d3835797250a94886d7f2befaf7d.gz

commit 126cf072cf6cb496829f7247bc38ead5df843917
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-03-26 09:08:14 +0000

    Less promiscuous access mode for autogenerated ChangeLog
    
    
    20070326090814-5b6ca-e719801d317f84332603e1c2bb790066eeaa8976.gz

commit d862861b7003ccedf0e6cce64a353a757c540cb9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-03-22 16:08:11 +0000

    untabify the recent changes
    
    
    20070322160811-5b6ca-a2afc59c505a620167a40c26b0e3ade2dacc5cd0.gz

commit d39baa49926757aceb0153c5dc3e4507c1757938
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   2007-03-22 11:39:53 +0000

    Better implementation of authentication, always using the primary credentials for the registrar realm
    
    
    20070322113953-5b6ca-4eb4c7c634b798d11bfe0f045c119ed7d60ac633.gz

commit aacb9142089e598d2e8954d8677d024bd110a7a5
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-23 18:41:54 +0000

    Actually pass arguments to the g_warning
    
    
    20070323184154-53eee-93c42893d40fdb9a45c226eb4500fbc00868dce4.gz

commit 9e6edc3eb9a63cd61d54376c06f6e487ab372e51
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-23 18:27:44 +0000

    If the number of m-lines differs from our number of streams, just warn rather than aborting
    
    
    20070323182744-53eee-192ed5695a9b184bb7cb367479af253ff31dc741.gz

commit b48ece096c1c173406f920f848f8413feb4c77b2
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-23 17:41:04 +0000

    Port telepathy-sofiasip to telepathy-glib 0.5.6 handle API.
    
    This patch stops associating Telepathy handles with NUA handles using the
    "hmagic" mechanism, because I can't see how to tell when SofiaSIP has finished
    with a particular NUA handle (and hence how to not leak references to the
    Telepathy handles). Instead I find out the Telepathy handle for text messages
    or incoming events using the SIP headers, and find out whether a media channel
    is the one we want by using the NUA handle as a unique key.
    
    20070323174104-53eee-8906a0fe3be387b7d5e9a9f59b9cacae9b2696b4.gz

commit 6ed25a5f9e06895c70678b60cc0b3133ca7d2bd5
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-23 17:19:55 +0000

    When emitting a media channel error, verify that the channel is the one we think it is
    
    
    20070323171955-53eee-0d94c1e7ceb4a4ce8efef9ee7bff177e4bc9abdb.gz

commit 42162f84ac2d24cb6b425c180fe385aa3269cb9b
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-22 16:27:39 +0000

    Move ChangeLog to ChangeLog.old. Generate ChangeLog from Darcs history at dist time
    
    
    20070322162739-53eee-aec0cf2879807832c35ed3df8808333191e8a61d.gz

commit 0e3ae6bedfc791a1e766c0f8aff9348fd5e2a6cc
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-21 15:59:36 +0000

    Remove untrue "not used" comments - we now have extra auth
    
    
    20070321155936-53eee-c5284e59cff7a3c270d8ee0aeba052050b42ca2c.gz

commit c1fdcd362d90449b2f8d6619f27cb2f21f02d8a6
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-21 15:56:27 +0000

    Transfer STUN port number from RequestConnection to the new connection
    
    
    20070321155627-53eee-e58fdc039ab06e60115f95cdb3d95d256c96d12d.gz

commit 9859e6d07e5fd9259ef347f9413b2bbc337ebfc8
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-21 14:45:22 +0000

    Add forgotten property_get case for PROP_STUN_PORT
    
    
    20070321144522-53eee-309cfb0659b70475ef7a5b32a857cf88dd83ddd6.gz

commit 40d5dd8a0a9234447ef0f38cf370ffebb56b873a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-21 14:26:29 +0000

    Add STUN server and port Tp properties to media channels. Copy them from the media factory on construction.
    
    
    20070321142629-53eee-aa60d52de840e41ee638d1ee8655594a65a85cd6.gz

commit e47837c8877080a989b857842ffcf03772c066f2
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-21 14:24:52 +0000

    Copy STUN server/port from connection to media factory
    
    
    20070321142452-53eee-0cfb25422c245c68240b3618c9fd9a86da376476.gz

commit 367a7ccd088c00b8910e9dc4b4da85301920f6a6
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-21 14:19:20 +0000

    Redefine stun-server connection parameter to be IP or FQDN rather than IP:port or FQDN:port. Add stun-port connection parameter. Glue the two together when passing them to the Sofia stack.
    
    
    20070321141920-53eee-58ccb12c60a8f3b4ebf4b37daee76b3676df9a86.gz

commit 1431f88a75a044752e4a51b7ef7d448b30844ef5
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   2007-03-20 19:51:59 +0000

    Add _boring file listing generated files
    
    
    20070320195159-53eee-db5ffe57421c94cf9f4de2f5a4917e9717642dd9.gz

commit f2023e2dc5d41d3d41cf6ab3329cd787a2ec756b
Author: mzabaluev <>
Date:   2007-03-16 09:53:51 +0000

    [svn-to-darcs @ 6]
    
    Emit more elaborate message sending errors for text channels
    
    20070316095351-22f61-93d08f38c21f801dde5186f32bbf86ee6323f889.gz

commit 2d59cf3fe0131ca6bb193af7b9d2b1bbe2d835ba
Author: mzabaluev <>
Date:   2007-03-16 09:38:55 +0000

    [svn-to-darcs @ 5]
    
    Better handling of missing auth credentials
    
    20070316093855-22f61-41269cdee13c9f2dec9ec5925819449b95b1da6f.gz

commit dd33d8268ab22add4e1adfc111136f924f760c35
Author: mzabaluev <>
Date:   2007-03-16 09:11:50 +0000

    [svn-to-darcs @ 4]
    
    Implemented extra auth properties.
    
    20070316091150-22f61-bb2c83015613dd9a8effe943196818206cb0eb13.gz

commit 868dd2a46dd28b49eb2f8bfa521e5c615f594bc3
Author: robot101 <>
Date:   2007-03-08 17:28:17 +0000

    [svn-to-darcs @ 3]
    
    Initial import.
    
    20070308172817-9b33b-67cd56c0fd9ed7be56f874da659e87cbac239c81.gz

commit 36e7ba52d4397763aca609c368bc6f2472b644a1
Author: git-darcs-import <>
Date:   1970-01-01 00:00:00 +0000

    New empty repository

Generated by dwww version 1.15 on Sat Jun 15 21:21:37 CEST 2024.