summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-13twisted tests: add more files from salut to make Salut tests more featurefulJonny Lamb4-1/+715
2011-04-13yconstants: add moreJonny Lamb1-0/+19
2011-04-13message-channel: fix the error stanza on Fail()Jonny Lamb1-2/+5
2011-04-13message-channel: filter {to,from}-service from the RequestAttributesJonny Lamb1-1/+2
2011-04-13channel-manager: fix up to use contact_dup_jidJonny Lamb1-7/+13
2011-04-13twisted tests: extend the environment a littleJonny Lamb1-2/+3
2011-04-13saluttest: use reactor.crash instead of reactor.stopJonny Lamb1-1/+1
2011-04-13saluttest: remove the NOC signal handler when finished withJonny Lamb1-4/+6
2011-04-13tests: separate tests into salut/mission-control directoriesJonny Lamb3-2/+2
2011-04-13tests: also test some parts of salutJonny Lamb13-18/+1796
2011-04-13status: add dummy hash tables for the two propertiesJonny Lamb1-6/+23
2011-04-13configure: enable WerrorJonny Lamb1-1/+1
2011-04-12message-channel: fix error messageJonny Lamb1-1/+1
2011-04-12message-channel: don't leak the object if the IQ doesn't sendJonny Lamb1-1/+2
2011-04-12message-channel: fix a few typosJonny Lamb1-2/+2
2011-04-12message-channel: make _new take a requested argumentJonny Lamb3-5/+7
2011-04-12message-channel: don't allow Request() to be called if not requestedJonny Lamb1-1/+18
2011-04-12message-channel: include all the other properties as allowed and immutableJonny Lamb2-1/+33
2011-04-12message-channel: keep a ref to the channel when waiting for Request callbackJonny Lamb2-1/+4
2011-04-12channel-manager: set the initiator handle correctlyJonny Lamb1-1/+1
2011-04-12message-channel: set TpBaseChannel:requested on new channelsJonny Lamb1-0/+1
2011-04-12ytstenut: add the message channel manager to the ptr arrayJonny Lamb1-0/+3
2011-04-12message-channel: it's a TpBaseChannel, not a TpChannelJonny Lamb1-2/+2
2011-04-12message-channel: don't store the connectionJonny Lamb1-22/+9
2011-04-12message-channel: let TpBaseChannel randomize our object pathJonny Lamb1-8/+0
2011-04-12channel-manager: only unregister a handler if we still have a porterJonny Lamb1-3/+6
2011-04-12channel-manager: small style tweakJonny Lamb1-2/+1
2011-04-12channel-manager: don't unref an object we didn't own anywayJonny Lamb1-4/+1
2011-04-12channel-manager: implement GabbleCapsChannelManagerIfaceJonny Lamb1-1/+19
2011-04-12message channel: update to work with new porter APIJonny Lamb6-467/+178
2011-04-12salut: add initial message channel codeJonny Lamb7-1/+1937
2011-03-30Update type of DiscoveredServices property.Stef Walter1-1/+1
2011-03-24Update mission-control dependency to 5.7.7+Stef Walter1-1/+1
2011-03-23telepathy-ytstenut renamed C prefix/namespace to TpYts/tp_yts/TP_YTSStef Walter3-22/+22
2011-03-23Assign copyright to Intel for newly created modules.Stef Walter10-10/+19
2011-03-22Merge branch 'twisted-tests'Stef Walter21-5/+3275
2011-03-22Revert "configure: comment out gettext stuff as we're not using it"Jonny Lamb1-4/+4
2011-03-22Run twisted tests on 'make check'Stef Walter1-0/+2
2011-03-22configure: comment out gettext stuff as we're not using itJonny Lamb1-4/+4
2011-03-22status: actually implement the DBus properties mixinJonny Lamb2-0/+9
2011-03-22status: give property enum members values > 0Jonny Lamb1-1/+1
2011-03-22status: add dummy implementation of DiscoveredServicesJonny Lamb1-0/+14
2011-03-22Add ytstenut test.Stef Walter10-4/+132
2011-03-22Twisted tests, initial build and running mission-control daemon.Stef Walter17-5/+3145
2011-03-21Style fixes to YtstStatus stuffStef Walter2-4/+4
2011-03-21Implement skeleton YtstenutStatus sidecar.Stef Walter4-8/+341
2011-03-21Rename ytstenut.so to ytstenut-salut.soStef Walter1-5/+5
2011-03-21stop referring to WITH_SALUTJonny Lamb1-7/+1
2011-03-21configure: make salut mandatoryJonny Lamb1-13/+4
2011-03-21Merge branch 'app-identity'Jonny Lamb7-102/+311