summaryrefslogtreecommitdiff
path: root/tubes/source
AgeCommit message (Expand)AuthorFilesLines
2012-07-17tubes: make TeleManager::startGroupSession work and use itMatúš Kukan1-14/+12
2012-07-17tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson1-105/+44
2012-07-17tubes: make conference hold a TpDBusTubeChannelWill Thompson2-13/+15
2012-07-17tubes: use GDBus rather than libdbusWill Thompson1-76/+98
2012-07-17tubes: move Accept() logic into conferenceWill Thompson2-111/+79
2012-07-17tubes: reduce code duplication when opening connectionWill Thompson1-36/+22
2012-07-17cleanout flushLoopEike Rathke1-12/+0
2012-07-17silence WaE incompatible pointer type and unused parametersEike Rathke1-10/+18
2012-07-17silence WaE unused-parameterEike Rathke1-0/+8
2012-07-17tubes: work around “We are supposed to handle only one channel” bug.Will Thompson1-0/+30
2012-07-17tubes: quick hack to allow running two instancesWill Thompson1-3/+7
2012-07-17tubes: make the contacts list show somethingMichael Meeks1-1/+1
2012-07-17Include packet in packetReceived signals.Will Thompson2-10/+4
2012-07-17tubes: add a shared TeleManager singletonWill Thompson1-0/+36
2012-07-17tubes: replace packetReceived link with a boost signalWill Thompson1-6/+3
2012-07-17ContactList: ask for avatar data for our contactsWill Thompson1-0/+1
2012-07-17tubes: delete MainLoopFlusherWill Thompson1-16/+0
2012-07-17tubes: reinstate erroneously-commented unrefsWill Thompson1-2/+2
2012-07-17tubes: push sent packets onto the incoming queue.Will Thompson1-3/+14
2012-07-17tubes: delete some loop-spinning debugWill Thompson1-2/+0
2012-07-17tubes: calm debug thrash and get master connections right.Michael Meeks1-3/+0
2012-07-17tubes: mangle service name into file descriptionWill Thompson2-2/+2
2012-07-17Use a slightly nicer filenameWill Thompson1-1/+7
2012-07-17tubes: skip self contactWill Thompson1-1/+4
2012-07-17tubes: improve the hack to work outside the test suite!Will Thompson1-13/+10
2012-07-17tubes: add a hack to give time for caps to propagate :(Will Thompson1-0/+11
2012-07-17WIPWill Thompson2-44/+24
2012-07-17TeleManager: make g_type_init() the first thing doneWill Thompson1-4/+4
2012-07-17tubes: wrapper to enable tubesEike Rathke2-1/+14
2012-07-17tubes: remove "account without account??" warningWill Thompson1-3/+1
2012-07-17tubes: implement receiving files.Will Thompson3-8/+170
2012-07-17tubes: don't bypass approval for tubesWill Thompson1-1/+1
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson3-0/+1864
2012-07-17tubes manager: fix a compiler warningWill Thompson1-3/+4
2012-07-17Throw an error if we get channels we don't understand.Will Thompson1-1/+11
2012-07-17tubes: make Conference hold TpAccountWill Thompson2-11/+41
2012-07-17tubes: make startBuddySession take a TpContact *.Will Thompson2-12/+5
2012-07-17tubes test: store OString identifiersWill Thompson1-5/+4
2012-07-17Make startBuddySession() take a TpAccount *.Will Thompson1-9/+2
2012-07-17tubes approver: add error handling in case spawning LibO failsWill Thompson1-5/+13
2012-07-17tubes: add approverWill Thompson1-0/+238
2012-07-17removed trailing whitespaceEike Rathke1-1/+1
2012-07-17make service name configurable for testsEike Rathke2-11/+27
2012-07-17singleton implEike Rathke2-106/+176
2012-07-17Move tube service name definition to a header.Will Thompson1-11/+1
2012-07-17tubes: add API to find contacts with LibO tube supportWill Thompson1-0/+169
2012-07-17restructure things to one account manager and one connectionEike Rathke2-45/+150
2012-07-17implementing Telepathy Tubes interfaceEike Rathke3-0/+1085