summaryrefslogtreecommitdiff
path: root/tubes
AgeCommit message (Expand)AuthorFilesLines
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan3-37/+69
2012-07-17tubes: warning guard for boost/signals2.hpp [-Werror=shadow]Eike Rathke3-1/+46
2012-07-17tubes: fix makefiles after rebaseMatúš Kukan1-1/+1
2012-07-17tubes: make TeleManager::startGroupSession work and use itMatúš Kukan2-17/+17
2012-07-17tubes: use new TeleManager::get() method without parameterMatúš Kukan1-0/+1
2012-07-17tubes: cleanup abstraction, and add in-process demo modeMichael Meeks3-7/+19
2012-07-17tubes: tweak makefilesMatúš Kukan2-21/+15
2012-07-17tubes: mention local copy of needed telepathy-glibEike Rathke1-0/+9
2012-07-17conference: remove a stray dbus-glib import.Will Thompson1-1/+0
2012-07-17tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson2-118/+49
2012-07-17tubes: make conference hold a TpDBusTubeChannelWill Thompson3-17/+19
2012-07-17tubes: use GDBus rather than libdbusWill Thompson3-77/+111
2012-07-17tubes: move Accept() logic into conferenceWill Thompson4-119/+98
2012-07-17tubes: reduce code duplication when opening connectionWill Thompson2-37/+25
2012-07-17cleanout flushLoopEike Rathke3-23/+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 Thompson2-0/+32
2012-07-17tubes: quick hack to allow running two instancesWill Thompson3-7/+12
2012-07-17tubes: make the contacts list show somethingMichael Meeks2-2/+2
2012-07-17Include packet in packetReceived signals.Will Thompson4-27/+16
2012-07-17tubes: add a shared TeleManager singletonWill Thompson2-1/+46
2012-07-17tubes: replace packetReceived link with a boost signalWill Thompson3-21/+25
2012-07-17ContactList: ask for avatar data for our contactsWill Thompson1-0/+1
2012-07-17tubes: delete MainLoopFlusherWill Thompson2-44/+0
2012-07-17tubes: reinstate erroneously-commented unrefsWill Thompson1-2/+2
2012-07-17tubes: update readme, get -something- working wrt. document transferMichael Meeks1-0/+18
2012-07-17tubes: push sent packets onto the incoming queue.Will Thompson3-7/+24
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 Thompson2-2/+8
2012-07-17tubes test: remove an unused functionWill Thompson1-9/+0
2012-07-17tubes test: disable testFailAlways()Will Thompson1-1/+3
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-17fixup!Will Thompson1-1/+1
2012-07-17WIPWill Thompson5-54/+37
2012-07-17TeleManager: make g_type_init() the first thing doneWill Thompson1-4/+4
2012-07-17tubes: wrapper to enable tubesEike Rathke5-7/+41
2012-07-17tubes: remove "account without account??" warningWill Thompson1-3/+1
2012-07-17tubes: implement receiving files.Will Thompson7-8/+202
2012-07-17tubes test: fix stack corruption on test failureWill Thompson1-3/+9
2012-07-17tubes: pull in tubes headers and linkageEike Rathke2-0/+40
2012-07-17tubes: don't bypass approval for tubesWill Thompson1-1/+1
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson8-0/+2014
2012-07-17tubes test: refactor spinning mainloopWill Thompson1-14/+20
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