summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-04Merge fd.o #63119 from telepathy-glibtelepathy-salut-0.8Simon McVittie1-0/+6
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63119
2012-11-16Bump nano-version to 0.8.1.1Will Thompson1-1/+1
2012-11-16Version 0.8.1telepathy-salut-0.8.1Will Thompson1-2/+2
2012-11-16NEWS for 0.8.1Will Thompson1-1/+8
2012-11-16Update Wocky snapshot to fix iChat interop.Will Thompson1-0/+0
https://bugs.freedesktop.org/show_bug.cgi?id=51527
2012-11-16Disable deprecation warnings for the stable branchWill Thompson1-1/+2
2012-11-16NEWS for the patches I did not revertWill Thompson1-1/+8
2012-11-16Revert "Use TP_ERROR instead of long-deprecated TP_ERRORS"Will Thompson22-150/+150
This reverts commit cd23b9a835033f837fe266b6eff18df64c41f8c8.
2012-11-16Revert "Use non-deprecated TpIntset APIs"Will Thompson3-34/+31
This reverts commit 9ef6d455d1ea4f48bfe300a1b3c5a89061edc81d.
2012-11-16Revert "Use non-deprecated TpMessage APIs"Will Thompson1-10/+9
This reverts commit 5c54074f0490f4b5f6b31ecd8f5df011ca32af83.
2012-11-16Revert "Set G_MESSAGES_DEBUG during testing"Will Thompson1-2/+0
This reverts commit b6c32f8840ec4598885108f89d58a5a74ee04af8.
2012-11-16Revert "Remove deprecated tp_handle_ref/unref"Will Thompson10-1/+115
This reverts commit c452d94fabbdf31c85963c81df3d5d566148f968.
2012-11-16Revert "Update Wocky snapshot"Will Thompson1-0/+0
This reverts commit caa206879f23ab24beacdda77e10ab972faff6e4.
2012-11-16Revert "NEWS for the patches I just backported"Will Thompson1-14/+1
This reverts commit 0eef9ba8a5a68854be43e655a6d3d9e667d648ca.
2012-11-16Revert "Use telepathy-glib's versioned deprecation warnings."Will Thompson46-67/+7
This reverts commit a73b0c13faaab99927c44bebac7088d5c24ba6ea.
2012-11-16Use telepathy-glib's versioned deprecation warnings.Will Thompson46-7/+67
2012-11-16NEWS for the patches I just backportedWill Thompson1-1/+14
2012-11-16Update Wocky snapshotWill Thompson1-0/+0
There are no particularly significant changes, but this pulls in the fix for https://bugs.freedesktop.org/show_bug.cgi?id=37701 among other things.
2012-11-16Don't crash when closing a roomlist channel.Will Thompson2-11/+16
TpBaseChannel requires that the 'close' vfunc be implemented, even if the implementation is literally tp_base_channel_destroyed() because there is no clean-up to do. As a result, Empathy pre-emptively requesting a roomlist channel when you open the Join Room… dialog would crash Salut when you close that dialog.
2012-11-16tubes: don't use an uninitialized tube_id.Will Thompson1-3/+8
gcc rightly points out that tube_id may be uninitialized if extract_tube_information() returns false.
2012-11-16Remove deprecated tp_handle_ref/unrefXavier Claessens10-115/+1
2012-11-16Set G_MESSAGES_DEBUG during testingSimon McVittie1-0/+2
The same as Gabble commit cbfa9d06.
2012-11-16Use non-deprecated TpMessage APIsSimon McVittie1-9/+10
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
2012-11-16Use non-deprecated TpIntset APIsSimon McVittie3-31/+34
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
2012-11-16Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie22-150/+150
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
2012-11-16contact-manager: safely return if called after having cleaned upJonny Lamb1-6/+10
The OLPC activity manager's removed-service callback was looking up a contact after the contact manager had cleaned up (but not disposed) which was causing an assertion. The activity manager should arguably disconnect from said signals... Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-04start on version 0.8.1Jonny Lamb2-1/+6
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-04version 0.8.0telepathy-salut-0.8.0Jonny Lamb2-4/+4
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-04update NEWS for 0.8.0Jonny Lamb1-5/+19
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03ft test: add more assertion failure debug outputJonny Lamb1-1/+3
I am trying to debug this failing test on the buildbot. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03ft-channel: don't call gibber_ft_send unless the remote is accepted alreadyJonny Lamb1-4/+39
This should fixe all the annoying TimeoutErrors in the outgoing file transfer tests waiting for TransferredBytesChanged (salut was actually asserting). \o/ Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03gibber-oob-file-transfer: assert we have a message before using itJonny Lamb1-0/+2
If we g_signal_connect (NULL, ...), it will not work, so let's fail earlier. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03muc-channel: re-add 'creator' propertyJonny Lamb2-1/+21
Turns out I misunderstood this property before when porting to TpBaseChannel in 2e6d62f0e735bf4f774f and thought it meant requested. Let's re-add it to make avahi/tubes/two-muc-stream-tubes.py pass again. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03muc-channel: fix reference to SalutConnection in OLPC codeJonny Lamb1-1/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-03-27Compile everything before we test itSimon McVittie1-1/+1
Without this change, sidecars.py fails under "make check" in a clean tree, because the plugins haven't been built when we recurse into tests. Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-03-26Start 0.7.3 devOlli Salli2-1/+10
2012-03-26Prepare release 0.7.2telepathy-salut-0.7.2Olli Salli2-3/+3
2012-03-26Update NEWSOlli Salli1-2/+3
2012-03-26file-transfer-channel: Fix file transfer on windows.Siraj Razick1-10/+8
Fix file-transfer-channel so that it handles file transfers on windows, The current code is designed not to support file transfers on windows. Reviewed-by: Olli Salli <olli.salli@collabora.co.uk>
2012-03-26Update READMEOlli Salli1-5/+8
2012-03-26Update NEWSOlli Salli1-1/+3
2012-03-26Merge remote-tracking branch 'siraj/fix_review'Olli Salli7-155/+1051
Reviewed-by: Olli Salli <olli.salli@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-03-26bonjour-contact: Remove unwanted debug messagesSiraj Razick1-1/+0
2012-03-26bonjour-contact: Handle new Address resolves while another is in progressSiraj Razick1-10/+61
We leak if another address resolve starts while another is in progress so we avoid this by stoping the in-progress operation and starting the new one after freeing the record and address_refs properly. The patch also cleans up freeing resolver context data.
2012-03-26bonjour-contact: store copies of name, type and domainSiraj Razick1-6/+9
name, type, domain might change over time to make sure resolving works correctly, we keep a copy of them in our context
2012-03-26bonjour-contact: Avoid passing pointer to pointer into GetValuePtrSiraj Razick1-8/+7
TXTRecordGetValuePtr expects a pointer to a char not a pointer to a pointer
2012-03-26bonjour-discovery-client: Remove redundant checks in drop_svcSiraj Razick1-6/+0
The hash tables are never null since they are initiliazed in init.
2012-03-26Avoid passing DNSServiceRef pointers between private structs.Siraj Razick5-22/+21
This change is to avoid dereferencing dangling pointers, since we are using pointers to DNSServiceRef in our mappings.
2012-03-26bonjour-contact-manager: Unref contact only if it has no servicesSiraj Razick1-1/+5
We remove the contact ref only if it has no services
2012-03-26bonjour-contact: Introduce Bonjour ContactSiraj Razick3-0/+761
Bonjour Contact similar to avahi Contact