summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-27Moved the lcov cleanup rule to tools/lcov.amMikhail Zabaluev2-3/+5
2009-01-27Add LCOV machineryMikhail Zabaluev7-4/+51
2009-01-27Updated with-session-bus.sh from telepathy-gabbleMikhail Zabaluev1-1/+22
2009-01-13Development nano version 0.5.14.1zabaluev1-1/+1
2009-01-12Version 0.5.14telepathy-sofiasip-0.5.14Mikhail Zabaluev1-2/+2
2009-01-12Bumped the Sofia-SIP required version to 1.12.10Mikhail Zabaluev1-1/+1
The reason is to avoid crashes reported as e.g. fd.o bug 19372.
2008-12-16Zero-initialize the GValue for the alias pairMikhail Zabaluev1-1/+1
2008-11-28Development nano version 0.5.13.1Mikhail Zabaluev1-1/+1
2008-11-28Version 0.5.13telepathy-sofiasip-0.5.13Mikhail Zabaluev1-2/+2
2008-11-28Emit NewChannels/NewChannel on incoming media channelsMikhail Zabaluev1-0/+3
2008-11-28Fix the 'TargetID'/'target-id' property on TpsipMediaChannelMikhail Zabaluev1-1/+1
2008-11-27Do advertise Requests interface as supported by the connectionMikhail Zabaluev1-0/+1
2008-11-26Development nano version 0.5.12.1Mikhail Zabaluev1-1/+1
2008-11-26Version 0.5.12telepathy-sofiasip-0.5.12Mikhail Zabaluev1-2/+2
2008-11-20Added Destroyable to the list of text channel interfacesMikhail Zabaluev2-1/+2
2008-11-19Merge branch 'requestable-channels' into spec-0.17.14Mikhail Zabaluev11-7956/+23
2008-11-19Removed the pullable m4 libtool macros, and added the .gitignore rulesMikhail Zabaluev6-7931/+2
2008-11-19Addressed the review commentsMikhail Zabaluev5-26/+22
2008-11-18Set the flag Channel_Text_Message_Flag_Resqued on pending messages of a ↵Mikhail Zabaluev2-3/+20
resurrected text channel
2008-11-18Test Destroyable on text channelsMikhail Zabaluev1-3/+18
2008-11-18Implemented Destroyable interface on TpsipTextChannelMikhail Zabaluev1-23/+56
2008-11-18Guard against disconnecting signals that were never connectedMikhail Zabaluev2-5/+11
2008-11-18Blanket ignore rule for Eclipse project filesMikhail Zabaluev1-2/+1
2008-11-18Added M4 macro files for libtoolMikhail Zabaluev5-0/+7931
These have been sucked in by autotools on Ubuntu.
2008-11-18Fixed a printf format warningMikhail Zabaluev1-1/+1
2008-11-18Made source generation rules more robustMikhail Zabaluev2-8/+8
In case of a tool failure, the output file is removed.
2008-11-18Added a test case for Requests interface using text channelsMikhail Zabaluev2-1/+95
2008-11-18Cleaned up header inclusionsMikhail Zabaluev2-3/+2
2008-11-18Connection uses channel managers instead of factoriesMikhail Zabaluev2-24/+17
2008-11-18Reimplemented TpsipTextFactory as an implementation of TpChannelManagerMikhail Zabaluev3-93/+245
Implemented ExportableChannel on text channel.
2008-11-18Reimplemented TpsipMediaFactory as an implementation of TpChannelManagerMikhail Zabaluev2-201/+394
TpsipMediaChannel changed to comply.
2008-11-06Removed const qualifiers for members of DBus property mixin initializer arraysMikhail Zabaluev2-8/+10
They are non-const as per the API, and must in fact be writable.
2008-10-30nano 0.5.11.1Mikhail Zabaluev1-1/+1
2008-10-30version 0.5.11telepathy-sofiasip-0.5.11Mikhail Zabaluev1-2/+2
2008-10-30UntabifyMikhail Zabaluev1-2/+2
2008-10-24Don't free a GError before using its dataMikhail Zabaluev1-1/+1
2008-10-24Respond 200 OK for pending messages auto-acked with ListPendingMessages(True)Mikhail Zabaluev2-6/+25
Also, don't leak the pending message data in this case. Tests expect the 200 responses after ListPendingMessages(True).
2008-10-24Test reopening of text channel with pending messages and ListPendingMessagesMikhail Zabaluev1-54/+100
2008-10-24Call AcknowledgePendingMessages and check for SIP responsesMikhail Zabaluev1-1/+6
2008-10-24Bubble responses received by the fake SIP proxy as 'sip-response' eventsMikhail Zabaluev1-0/+4
We can now check and match responses in tests.
2008-10-24Message test brush-upMikhail Zabaluev1-4/+5
2008-10-24Test all text channel properties as currently implementedMikhail Zabaluev1-15/+45
2008-10-24Bind the test SIP proxy to the loopback interface onlyMikhail Zabaluev1-5/+7
Also tell it to use 127.0.0.1 and the port number in Via headers.
2008-10-24Incomplete test for AcknowledgePendingMessagesMikhail Zabaluev1-2/+12
Also tightened up header formation in fake proxy messages
2008-10-24Put some brainpower into saving the NUA message structureMikhail Zabaluev3-20/+16
The previous code for that was stupid and broken.
2008-10-21Resurrect a text channel if it has pending incoming messagesMikhail Zabaluev3-35/+60
2008-10-21Added property "channel-destroyed" to TpsipTextChannelMikhail Zabaluev1-0/+12
2008-10-21Merge branch 'master' into text-fixesMikhail Zabaluev6-298/+163
2008-10-20Safer boolean result for tpsip_debug_flag_is_set()Mikhail Zabaluev1-1/+1
2008-10-20Pretty-formatted and optimized SESSION_DEBUGMikhail Zabaluev1-17/+17