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