summaryrefslogtreecommitdiff
path: root/tubes/source
AgeCommit message (Expand)Author
2012-07-20tubes: clean up commented out code, headersMatúš Kukan
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan
2012-07-20tubes: fix typo in namesMatúš Kukan
2012-07-17tubes: do not freeze when preparing Account ManagerMatúš Kukan
2012-07-17tubes: improve contacts dialogMatúš Kukan
2012-07-17tubes: guard unref() against "accidental" callsEike Rathke
2012-07-17tubes: add possibility to invite contacts to MUCMatúš Kukan
2012-07-17tubes: remove now unused code, when we don't use maConferencesMatúš Kukan
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan
2012-07-17tubes: remove unused TeleConference::maSessionIdMatúš Kukan
2012-07-17tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan
2012-07-17tubes: make TeleManager::startGroupSession work and use itMatúš Kukan
2012-07-17tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson
2012-07-17tubes: make conference hold a TpDBusTubeChannelWill Thompson
2012-07-17tubes: use GDBus rather than libdbusWill Thompson
2012-07-17tubes: move Accept() logic into conferenceWill Thompson
2012-07-17tubes: reduce code duplication when opening connectionWill Thompson
2012-07-17cleanout flushLoopEike Rathke
2012-07-17silence WaE incompatible pointer type and unused parametersEike Rathke
2012-07-17silence WaE unused-parameterEike Rathke
2012-07-17tubes: work around “We are supposed to handle only one channel” bug.Will Thompson
2012-07-17tubes: quick hack to allow running two instancesWill Thompson
2012-07-17tubes: make the contacts list show somethingMichael Meeks
2012-07-17Include packet in packetReceived signals.Will Thompson
2012-07-17tubes: add a shared TeleManager singletonWill Thompson
2012-07-17tubes: replace packetReceived link with a boost signalWill Thompson
2012-07-17ContactList: ask for avatar data for our contactsWill Thompson
2012-07-17tubes: delete MainLoopFlusherWill Thompson
2012-07-17tubes: reinstate erroneously-commented unrefsWill Thompson
2012-07-17tubes: push sent packets onto the incoming queue.Will Thompson
2012-07-17tubes: delete some loop-spinning debugWill Thompson
2012-07-17tubes: calm debug thrash and get master connections right.Michael Meeks
2012-07-17tubes: mangle service name into file descriptionWill Thompson
2012-07-17Use a slightly nicer filenameWill Thompson
2012-07-17tubes: skip self contactWill Thompson
2012-07-17tubes: improve the hack to work outside the test suite!Will Thompson
2012-07-17tubes: add a hack to give time for caps to propagate :(Will Thompson
2012-07-17WIPWill Thompson
2012-07-17TeleManager: make g_type_init() the first thing doneWill Thompson
2012-07-17tubes: wrapper to enable tubesEike Rathke
2012-07-17tubes: remove "account without account??" warningWill Thompson
2012-07-17tubes: implement receiving files.Will Thompson
2012-07-17tubes: don't bypass approval for tubesWill Thompson
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson
2012-07-17tubes manager: fix a compiler warningWill Thompson
2012-07-17Throw an error if we get channels we don't understand.Will Thompson
2012-07-17tubes: make Conference hold TpAccountWill Thompson
2012-07-17tubes: make startBuddySession take a TpContact *.Will Thompson