summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Comment doc that STUN is used for media onlytelepathy-sofiasip-0.6Mikhail Zabaluev1-2/+2
2011-02-14Smarter behavior of connection parameters 'discover-stun' and 'stun-server'Mikhail Zabaluev2-12/+39
2011-02-14Don't do STUN SRV lookup on the IP address-based account URIMikhail Zabaluev1-3/+17
2011-01-31Reject incoming calls from the same URI as the local user (fd.o #33716)Mikhail Zabaluev1-0/+7
2011-01-28fd.o #31720: use TpDBusDaemon to export media streamsSimon McVittie2-4/+18
2011-01-28fd.o #31720: use TpDBusDaemon to export media sessionsSimon McVittie2-5/+24
2011-01-28Backported fix to fd.o #31720: use TpDBusDaemon to export channel objectsSimon McVittie2-6/+6
2010-08-26Evaluate if the local handle is in the local pending before removing itMikhail Zabaluev1-2/+5
2010-06-21Fixed a walk-off-the-end crash in debug support codeMikhail Zabaluev1-1/+1
2010-06-21Save the pending flags that got applied, so we can apply them..Sjoerd Simons1-4/+8
2010-04-01Don't remove the local pending send flag when holding the callMikhail Zabaluev1-2/+3
2010-03-29Make TPSIP_PERSIST environment variable work regardless of ENABLE_DEBUGMikhail Zabaluev1-1/+1
2010-03-29Made Sofia logging handler a no-op when ENABLE_DEBUG is not definedMikhail Zabaluev1-0/+8
2010-03-12Avoid emitting "incoming-call" on re-INVITESMikhail Zabaluev1-0/+3
2010-03-12Disconnect the "incoming-call" signal handler after handling it onceMikhail Zabaluev1-0/+2
2010-03-11Emit NewChannel(s) when we do have the idea of our initial media propertiesMikhail Zabaluev2-36/+61
2010-03-11Reinstated the check for session being accepted before we start sendingMikhail Zabaluev1-1/+2
2010-03-10Strip the trailing newline off the Sofia log messagesMikhail Zabaluev1-1/+2
2010-03-10Replaced a lot of dubious string formatting code with GLib functionMikhail Zabaluev1-19/+1
2010-03-10Added the sofia debug category to registered flagsMikhail Zabaluev1-0/+1
2010-02-22Fixed indentationMikhail Zabaluev1-5/+6
2010-02-22Better idea for STUN properties on the media channelMikhail Zabaluev1-14/+47
2010-02-22Revert "Make sure media channel properties 'stun-server' and 'stun-port' are ...Mikhail Zabaluev1-6/+4
2010-02-19tpsip_conn_get_local_url: explicitly bind to IPv4 for better interoperabilitySimon McVittie1-1/+1
2010-02-15Updated Nokia copyright years in source filesMikhail Zabaluev17-17/+17
2010-02-08Use TpDBusPropertiesMixin to implement properties of Media.StreamHandlerMikhail Zabaluev2-110/+24
2010-02-08Make sure media channel properties 'stun-server' and 'stun-port' are setMikhail Zabaluev1-4/+6
2010-02-08Implemented DBus properties for Media.StreamHandlerMikhail Zabaluev2-9/+219
2010-02-08Changed a parameter in tpsip_media_session_add_stream()Mikhail Zabaluev3-11/+15
2010-02-08Merge branch 'total-immutability'Mikhail Zabaluev2-4/+22
2010-02-08Merge branch 'fatal-criticals'Mikhail Zabaluev1-0/+5
2010-02-02Don't log sofia messages to syslog ourselves.debugJonny Lamb2-35/+7
2010-02-02Add a new MESSAGE macro and use it instead of g_message.Jonny Lamb8-12/+16
2010-02-02Use tpsip_log instead of g_critical.Jonny Lamb1-1/+2
2010-02-02Add a WARNING macro and use that instead of g_warning.Jonny Lamb8-24/+28
2010-02-02Replace tpsip_debug with tpsip_log, but keep DEBUG doing the same thing.Jonny Lamb3-12/+14
2010-02-02Replace g_debug calls with DEBUG.Jonny Lamb3-5/+5
2010-02-02Use TpDebugSender to publish messages.Jonny Lamb3-6/+82
2010-02-02Set G_LOG_DOMAIN.Jonny Lamb1-1/+2
2010-01-29Disable locally-originated re-INVITES when 'immutable-streams' parameter is setMikhail Zabaluev2-4/+22
2010-01-29Make critical warnings fatalMikhail Zabaluev1-0/+5
2010-01-29Merge branch 'pending-send-fixes'Mikhail Zabaluev5-79/+122
2010-01-29Merge branch 'codecs-updated'Mikhail Zabaluev1-0/+40
2010-01-29Don't need remote approval when clearing local pending sendMikhail Zabaluev1-1/+5
2010-01-29Fix the condition for initial emit of StreamDirectionChangedMikhail Zabaluev1-1/+1
2010-01-24Regularized the compiler flag variables in makefilesMikhail Zabaluev1-2/+3
2010-01-22Create remotely added streams with the direction they have as per SDPMikhail Zabaluev5-20/+23
2010-01-22Removed a redundant parameter from stream helper priv_update_sending()Mikhail Zabaluev1-9/+6
2010-01-22Eliminate a now-redundant check against sending mediaMikhail Zabaluev1-17/+23
2010-01-22Disable calls to selfMikhail Zabaluev1-0/+11