summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-31Check for Python module twisted.words.xish as required for unit testsHEADmasterMikhail Zabaluev1-1/+1
2011-01-31Merge branch 'invite-from-self'Mikhail Zabaluev1-0/+7
2011-01-31Merge remote branch 'alsuren/streamedmedia_tests'David Laban6-84/+747
2011-01-31Reject incoming calls from the same URI as the local user (fd.o #33716)Mikhail Zabaluev1-0/+7
2011-01-29Nano version 0.6.5.1Mikhail Zabaluev1-1/+1
2011-01-29Version 0.6.5Mikhail Zabaluev2-2/+11
2011-01-28Merge branch 'signed-param-fix'Mikhail Zabaluev2-2/+2
2011-01-28Changed the size parameter type to signed in tpsip_unquote_string()Mikhail Zabaluev2-2/+2
2011-01-28Backported fixes to fd.o #31720 onto telepathy-sofiasip-0.6Mikhail Zabaluev4-15/+48
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
2011-01-26Fix group flags for streamedmedia calls.David Laban3-26/+33
2011-01-26sip-media-channel clean up group membersDavid Laban1-62/+37
2011-01-26voip tests: BYE message needs a reply. Add to tests.David Laban2-3/+9
2011-01-26Fix review comments for tests.David Laban2-4/+6
2011-01-26add new tests to make checkDavid Laban1-1/+6
2011-01-26Fix up incoming-basics.pyDavid Laban2-63/+76
2011-01-26Complete outgoing-basics.pyDavid Laban3-55/+70
2011-01-26Update the groups interface when remote user accepts the call.David Laban1-1/+19
2011-01-26import incoming-basics from gabbleDavid Laban1-0/+185
2011-01-26Don't call priv_outbound_call (self, 0)David Laban1-0/+5
2011-01-26Make outgoing-basics test work up until the first network traffic event.David Laban2-69/+138
2011-01-26implement tpsip_media_channel_get_handle() properly.David Laban1-1/+8
2011-01-26initial import of outgoing-basics.py from gabbleDavid Laban1-0/+351
2011-01-26Hacks to allow running multiple tests per processDavid Laban1-4/+9
2011-01-03Added a NEWS item for the upcoming release with warning about legacy loggersMikhail Zabaluev1-0/+13
2011-01-03Test the message-sent timestamp header with a fixed valueMikhail Zabaluev1-4/+6
2011-01-03Merge branch 'master' into messages-retouchMikhail Zabaluev32-782/+2421
2010-12-15configure: increase version of tp-glib requiredJonny Lamb1-1/+1
2010-12-15protocol: implement TpBaseProtocolClass->dup_authentication_typesJonny Lamb1-0/+12
2010-12-15test registering without a passwordDavid Laban4-2/+46
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-15configure: depend on new enough tp-glib for TpSimplePasswordManagerJonny Lamb1-1/+1
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 Lamb2-1/+48
2010-11-24protocol: when hitting a special parameter, just skip it, not all the others tooJonny Lamb1-1/+1
2010-11-23Version 0.7.0.1 for developmentMikhail Zabaluev1-1/+1
2010-11-23Release 0.7.0Mikhail Zabaluev2-3/+15
2010-11-23Added constants.py from the test support files to the distributionMikhail Zabaluev1-0/+1
2010-11-23Removed the dist-hook for changelog generationMikhail Zabaluev1-7/+0
2010-11-23Added the Telepathy maintenance scripts and makefile rulesMikhail Zabaluev5-1/+353
2010-11-23Merge branch 'protocol'Simon McVittie18-735/+1800
2010-11-23Re-word write-mgr-file's header - this isn't GabbleSimon McVittie1-1/+1
2010-11-23Merge branch 'get-bus'Simon McVittie4-15/+48
2010-11-18Implement type_foreach_channel_class in both channel managersSimon McVittie2-9/+11
2010-11-18Add a simple test for Protocol objectsSimon McVittie2-0/+59
2010-11-18Port TpsipConnectionManager to use TpBaseProtocolSimon McVittie5-474/+920