summaryrefslogtreecommitdiff
path: root/tubes/source
AgeCommit message (Expand)AuthorFilesLines
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan2-41/+8
2012-07-20tubes: use SAL_WARN SAL_LOGMatúš Kukan1-4/+2
2012-07-20tubes: remove unused parametersMatúš Kukan1-5/+3
2012-07-20tubes: clean up commented out code, headersMatúš Kukan1-45/+6
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan1-1/+75
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan2-5/+50
2012-07-20tubes: fix typo in namesMatúš Kukan1-2/+2
2012-07-17tubes: do not freeze when preparing Account ManagerMatúš Kukan1-12/+1
2012-07-17tubes: improve contacts dialogMatúš Kukan1-10/+20
2012-07-17tubes: guard unref() against "accidental" callsEike Rathke1-1/+1
2012-07-17tubes: add possibility to invite contacts to MUCMatúš Kukan1-0/+9
2012-07-17tubes: remove now unused code, when we don't use maConferencesMatúš Kukan2-69/+0
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan2-29/+21
2012-07-17tubes: remove unused TeleConference::maSessionIdMatúš Kukan2-7/+4
2012-07-17tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan1-4/+3
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan1-25/+37
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