summaryrefslogtreecommitdiff
path: root/src/sip-connection.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-03create_channel_factories has been removedGuillaume Desmottes1-1/+0
2013-10-03s/NUM_TP_*/TP_NUM_*Guillaume Desmottes1-1/+1
2013-10-03include telepathy-glib-dbusGuillaume Desmottes1-0/+2
2013-09-16use TP_SEAL_ENABLEGuillaume Desmottes1-11/+29
2013-09-16use TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes1-8/+0
2013-06-05Stop using handle qdataSimon McVittie1-1/+6
2012-05-10Replace deprecated TP_ERRORS with TP_ERRORSimon McVittie1-3/+3
2012-05-10Consistently include config.h in every .c file, firstSimon McVittie1-0/+2
2011-09-06Use the utility function rakia_version_string() for User-Agent valueMikhail Zabaluev1-1/+2
2011-06-16Correct namespacing for a generated enum typeMikhail Zabaluev1-1/+1
2011-06-15s/TPSIP/RAKIA/gDavid Laban1-33/+33
2011-05-23Merge branch 'verify-certs' into trunkMikhail Zabaluev1-0/+16
2011-05-20Added connection parameter "ignore-tls-errors"Mikhail Zabaluev1-1/+15
2011-05-13Verify TLS certificatesMikhail Zabaluev1-0/+2
2011-03-15Merge branch 'keepalive-default'Mikhail Zabaluev1-1/+1
2011-03-07Don't default the connection parameter "keepalive-interval" to zero, eitherMikhail Zabaluev1-1/+1
2011-02-15Smarter behavior of connection parameters 'discover-stun' and 'stun-server'Mikhail Zabaluev1-3/+3
2011-02-14Smarter behavior of connection parameters 'discover-stun' and 'stun-server'Mikhail Zabaluev1-3/+3
2011-02-12Rename project to telepathy-rakiaDavid Laban1-110/+110
2011-02-07Move src/media-factory to tpsip/media-managerPekka Pessi1-4/+4
2011-02-07Move src/text-factory to tpsip/text-managerPekka Pessi1-2/+2
2011-02-07Move src/debug to tpsip/debugPekka Pessi1-1/+1
2011-02-02sip-connection: remove functionality copied to TpsipBaseConnectionPekka Pessi1-21/+0
2011-02-02conn-aliasing: rename as tpsip/connection-aliasingPekka Pessi1-9/+5
2011-02-02conn-aliasing: use TpsipBaseConnection and tpsip/handlesPekka Pessi1-1/+1
2011-02-02sip-connection: use tpsip/handlesPekka Pessi1-1/+2
2011-02-02tpsip-base-connection: add nua callbackPekka Pessi1-3/+2
2011-02-02Derive TpsipConnection from TpsipBaseConnectionPekka Pessi1-42/+38
2010-12-15Don't ask the user for a password on connectDavid Laban1-44/+1
2010-12-15Ask for a password in priv_handle_auth() if not given.David Laban1-19/+139
2010-12-15connection: only disconnect if we're not already disconnectedJonny Lamb1-3/+6
2010-12-15connection: use disconnect_with_dbus_errorJonny Lamb1-2/+2
2010-12-15connection: use TpSimplePasswordManager to get a password if one was not givenJonny Lamb1-1/+45
2010-11-18tpsip_connection_get_implemented_interfaces: addSimon McVittie1-6/+13
2010-03-24Fixed a typo in the debug stringMikhail Zabaluev1-1/+1
2010-02-15Updated Nokia copyright years in source filesMikhail Zabaluev1-1/+1
2010-02-02Add a new MESSAGE macro and use it instead of g_message.Jonny Lamb1-1/+1
2010-02-02Add a WARNING macro and use that instead of g_warning.Jonny Lamb1-3/+3
2009-12-18Implemented ImmutableStreams property on media channelsMikhail Zabaluev1-0/+14
2009-09-16Initialize heartbeat only when successfully registeredMikhail Zabaluev1-4/+7
2009-09-14Refactored heartbeat to work per connectionMikhail Zabaluev1-0/+4
2009-07-17tpsip_connection_dispose: remove assertion that base->self_handle == 0Guillaume Desmottes1-1/+0
2009-06-18Make keepalive-interval parameter a uint32 with saner semanticsMikhail Zabaluev1-15/+35
2008-11-27Do advertise Requests interface as supported by the connectionMikhail Zabaluev1-0/+1
2008-11-19Addressed the review commentsMikhail Zabaluev1-3/+7
2008-11-18Connection uses channel managers instead of factoriesMikhail Zabaluev1-20/+15
2008-10-18Moved incoming INVITE and MESSAGE handlers to their respective factoriesMikhail Zabaluev1-232/+0
2008-10-18Do one less whole-body strdup (and strlen) per received messageMikhail Zabaluev1-21/+32
2008-10-17Kill the auth hash table that went unused long agoMikhail Zabaluev1-7/+0
2008-10-17Delay the final 200 response to an incoming MESSAGE until acknowledgedMikhail Zabaluev1-5/+11