summaryrefslogtreecommitdiff
path: root/src/private-tubes-factory.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-03remove unused assignationsGuillaume Desmottes1-2/+2
2013-10-07gabble_private_tubes_factory_add_cap: stop checking for Tubes typeGuillaume Desmottes1-2/+1
2013-10-04Stop using TpTubeType enumGuillaume Desmottes1-15/+15
2013-10-03Merge branch 'telepathy-gabble-0.18'Guillaume Desmottes1-1/+1
2013-10-03private-tube-factory: tube ID is a guint64Guillaume Desmottes1-1/+1
2013-10-03private-tubes-factory: use self->priv patternGuillaume Desmottes1-90/+53
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-10/+16
2012-08-28Merge branch 'only-one-tube'Jonny Lamb1-252/+601
2012-07-20private-tubes-factory: add further assertions in parsing a tube inviteJonny Lamb1-0/+3
2012-07-20private-tubes-factory: ensure (not lookup) handles from tube invitesJonny Lamb1-4/+5
2012-07-20tubes: use 64bit uints for tube IDs everywhereJonny Lamb1-32/+29
2012-07-20private-tubes-factory: simplify emit_new_channel codeJonny Lamb1-10/+3
2012-07-20private-tubes-factory: add a comment about who owns new channelsJonny Lamb1-0/+4
2012-07-20private-tubes-factory: correct logic in looking up existing tubesJonny Lamb1-1/+1
2012-07-20private-tubes-factory: appease the code style checkerJonny Lamb1-1/+1
2012-07-20tubes-channel: removeJonny Lamb1-1/+0
2012-07-20private-tubes-factory: make extract_tube_information publicJonny Lamb1-10/+9
2012-07-20private-tubes-factory: make error messages more specificJonny Lamb1-3/+3
2012-05-30Use meta-headers for everythingSimon McVittie1-6/+3
2012-05-18private-tubes-factory: remove some duplicationJonny Lamb1-12/+3
2012-05-18private-tubes-factory: remove old Tubes codeJonny Lamb1-109/+0
2012-05-18private-tubes-factory: move SI tube request handling to hereJonny Lamb1-20/+79
2012-05-18private-tubes-factory: implement handle_si_stream_requestJonny Lamb1-7/+51
2012-05-18private-tubes-factory: only create Tube channels for tube offersJonny Lamb1-31/+308
2012-05-18private-tubes-factory: remove Tubes channels from RCCsJonny Lamb1-18/+0
2012-05-18private-tubes-factory: create only Tube channels for requestsJonny Lamb1-81/+190
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-5/+5
2012-02-06Merge branch 'master' into call1Will Thompson1-32/+55
2012-01-31tubes: stop using lm_message_node_get_child_with_namespaceWill Thompson1-5/+13
2012-01-31Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson1-1/+1
2012-01-27Remove vestigial Loudmouth headers and build systemWill Thompson1-1/+0
2012-01-27PrivateTubesFactory: stop using LmMessageHandlerWill Thompson1-23/+38
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-6/+6
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-42/+47
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-8/+8
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-2/+1
2011-08-30caps-channel-manager: add data form argument to represent_clientJonny Lamb1-1/+2
2011-08-10Drop an extra == TRUE in a conditionalOlli Salli1-1/+1
2011-08-10private-tubes-factory.c: Use TP_PROP constantsOlli Salli1-32/+32
2011-08-10Don't advertise being able to receive tubes if we can only initiate themOlli Salli1-0/+5
2011-05-03Remove GabbleXmppError.Will Thompson1-1/+1
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-2/+2
2011-01-06replaced the ...get_type function with a G_DEFINE_INTERFACE macroJonKristensen1-1/+1
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-13/+5
2010-08-05managers: implement type_foreach_channel_class instead of foreach_channel_classSenko Rasic1-8/+7
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-6/+7
2010-04-06GabblePrivateTubesFactory: avoid doing undefined void-pointer arithmeticSimon McVittie1-1/+2
2009-08-26GabbleCapsChannelManager: remove add_cap method in favour of represent_clientSimon McVittie1-3/+3
2009-08-26GabblePrivateTubesFactory: implement represent_client (in terms of add_cap)Simon McVittie1-0/+18
2009-08-24Make GabbleCapabilitySet opaqueSimon McVittie1-20/+29