summaryrefslogtreecommitdiff
path: root/tubes/source/conference.cxx
AgeCommit message (Expand)Author
2017-04-14remove the old collaboration feature based on telepathyMarkus Mohrhard
2016-10-28Move internal include files from include/tubes/ to tubes/source/Stephan Bergmann
2016-10-28Various loplugin warnings in --enable-telepathyStephan Bergmann
2015-01-11OSL_ENSURE was not declared in this scopeDavid Tardon
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan
2012-08-08tubes: do not encode UUID into file name anymoreMatúš Kukan
2012-08-08tubes: use file channel description for sending UUIDMatúš Kukan
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan
2012-08-04tubes: do not queue incoming packetsMatúš Kukan
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan
2012-08-04tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan
2012-08-04tubes: remove unused parameterMatúš Kukan
2012-08-04tubes: call the function directlyMatúš Kukan
2012-08-04tubes: implement another way for demoing collaborationMatúš Kukan
2012-08-02tubes: impose strict ordering on 1-1 collaborationMatúš Kukan
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan
2012-07-23tubes: create TeleConferenceImpl to hide more details from publicMatúš Kukan
2012-07-23tubes: get local callbacks out of classMatúš Kukan
2012-07-21tubes: do not include file-transfer-helper.h in public headersMatúš Kukan
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan
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: 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-17Include packet in packetReceived signals.Will Thompson
2012-07-17tubes: push sent packets onto the incoming queue.Will Thompson
2012-07-17tubes: wrapper to enable tubesEike Rathke
2012-07-17tubes: implement receiving files.Will Thompson
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson
2012-07-17tubes: make Conference hold TpAccountWill Thompson
2012-07-17tubes: make startBuddySession take a TpContact *.Will Thompson
2012-07-17singleton implEike Rathke
2012-07-17restructure things to one account manager and one connectionEike Rathke
2012-07-17implementing Telepathy Tubes interfaceEike Rathke