summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-10-16Tightened up the code for call channel group membership changesMikhail Zabaluev1-136/+92
2008-10-15Renamed tpsip_media_session_reject to tpsip_media_session_respondMikhail Zabaluev3-9/+9
2008-10-15Implemented media Channel properties InitiatorID, InitiatorHandle, RequestedMikhail Zabaluev5-104/+176
2008-10-14...and yet moreMikhail Zabaluev1-1/+1
2008-10-13Optimized URL part lowercasing a bit moreMikhail Zabaluev1-8/+6
2008-10-08Alignment fixMikhail Zabaluev1-2/+2
2008-10-08Use explicit ASCII character ranges in regular expressionsMikhail Zabaluev1-7/+7
2008-10-08Lowercase the URL schemaMikhail Zabaluev1-0/+35
2008-10-08Properly (ahem) initialize a temporary Sofia homeMikhail Zabaluev1-2/+1
2008-10-08Reverted the normalize context to be TpsipConnectionMikhail Zabaluev2-1/+4
2008-10-07Initialize TpsipConnection's account_url from the contact handle repo URLMikhail Zabaluev2-2/+2
2008-10-07Interpret the context pointer in tpsip_handle_normalize as the base URIMikhail Zabaluev2-15/+10
2008-10-07Put the self alias in From headers of outbound requests.Mikhail Zabaluev1-6/+27
2008-10-07Use the URL contact helper when creating To: headers in requestsMikhail Zabaluev1-22/+7
2008-10-07Added the connection manager parameter "alias"Mikhail Zabaluev1-0/+11
2008-10-07Implemented the Aliasing interface on TpsipConnectionMikhail Zabaluev7-26/+406
2008-10-07WIP: reimplemented URI normalization with use of GRegexMikhail Zabaluev2-178/+89
2008-09-10Added implementations for Contacts and DBus properties to TpsipConnectionMikhail Zabaluev2-2/+30
2008-09-09Implemented TargetID DBus property for text ChannelsMikhail Zabaluev1-26/+42
2008-09-09TargetID DBus property and Group interface properties on media channelMikhail Zabaluev1-62/+68
2008-09-09Erased the unused "factory" property on TpsipMediaChannelMikhail Zabaluev2-24/+4
2008-09-09Rearranged interface macros in the class type definitionMikhail Zabaluev1-2/+2
2008-08-22Deleted the post-migration .git-darcs-dir filesMikhail Zabaluev1-0/+0
2008-07-10TpsipMediaStream: safeguard against the case when no remote RTP payloads are ...Mikhail Zabaluev1-0/+6
2008-07-01TpsipMediaStream: emit SetRemoteCodecs even if the remote codec list is empty,Mikhail Zabaluev1-3/+1
2008-07-10TpsipMediaStream: more whitespace for clarityMikhail Zabaluev1-0/+3
2008-07-02TpsipMediaStream: guard against null pointer to the fmtp stringMikhail Zabaluev1-0/+3
2008-07-01TpsipMediaStream: redone the a:fmtp attribute line parser.Mikhail Zabaluev1-47/+111
2008-07-08Reformatted the rest of param specs.Mikhail Zabaluev5-287/+151
2008-07-01TpsipTextChannel: implement the Channel properties from spec 0.17.7Simon McVittie2-1/+25
2008-07-01TpsipTextChannel: add a GObject property 'interfaces'Simon McVittie1-3/+18
2008-07-01TpsipTextChannel: update copyright yearSimon McVittie2-2/+2
2008-07-01TpsipTextChannel: re-order headers as per Telepathy coding styleSimon McVittie1-9/+7
2008-07-01TpsipTextChannel: re-indent g_param_spec_object call, and add G_PARAM_STATIC_...Simon McVittie1-7/+4
2008-07-01TpsipMediaChannel: additionally add the Group D-Bus properties (GroupFlags etc.)Simon McVittie1-0/+1
2008-07-01TpsipMediaChannel: add the Channel D-Bus properties (TargetHandleType etc.)Simon McVittie2-0/+23
2008-07-01TpsipMediaChannel: add an 'interfaces' GObject propertySimon McVittie1-11/+22
2008-07-01TpsipMediaChannel: re-indent property definitions and give them all static na...Simon McVittie1-36/+21
2008-07-01sip-media-channel.h: re-order headers as per Telepathy coding styleSimon McVittie1-3/+2
2008-07-01TpsipMediaChannel: rearrange headers as per Telepathy coding styleSimon McVittie1-6/+5
2008-06-04TpsipMediaChannel: moved CallState management to the nua_i_state handler,Mikhail Zabaluev1-53/+18
2008-06-03Ported the glare fix to trunkMikhail Zabaluev3-36/+123
2008-06-03SIPMediaChannel: have the session resolve glare on a 491 responseMikhail Zabaluev1-0/+4
2008-06-03Introduced a new session state, 'reinvite-pending', as the way to resolve gla...Mikhail Zabaluev2-35/+34
2008-06-03TpsipMediaChannel: don't accept the session on non-2xx status codes when NUA ...Mikhail Zabaluev1-1/+2
2008-06-03TpsipMediaChannel: revert to handling call termination in the nua_i_state han...Mikhail Zabaluev1-29/+9
2008-05-21TpsipMediaSession: added debug tracing for remote hold status updateMikhail Zabaluev1-0/+2
2008-05-20Ported the pending offer/pending remote send state interaction fix to the trunkMikhail Zabaluev3-14/+42
2008-05-20Don't remove or apply the remote pending send flag if there is a pending SDP ...Mikhail Zabaluev3-27/+12
2008-05-19TpsipMediaSession: renamed the label epilog to finally, to align with a conve...Mikhail Zabaluev1-2/+2