summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-28Merge branch 'cheerio-tubes'Jonny Lamb22-4082/+1798
2012-08-02muc-channel: remove ::appeared signal, replace with is_respawning checkJonny Lamb2-20/+8
2012-08-02tubes-manager: add a comment about who owns new channelsJonny Lamb1-0/+2
2012-08-02tubes: use guint64s for all tube IDsJonny Lamb7-48/+45
2012-07-24tubes-manager: correct logic in looking up existing tubesJonny Lamb1-1/+1
2012-07-24tubes-manager: fix coding styleJonny Lamb1-3/+3
2012-07-02Don't crash when closing a roomlist channel.Will Thompson1-0/+1
2012-07-02tubes: don't use an uninitialized tube_id.Will Thompson1-3/+8
2012-06-06muc-channel: don't pretend to be connected after disposingJonny Lamb1-0/+2
2012-06-06muc-manager: only expose the text MUC channel when necessaryJonny Lamb3-30/+158
2012-06-06tubes-manager: replace emit_new_channels with singular versionJonny Lamb1-7/+2
2012-06-06muc-manager: only signal channels when they're 'ready'Jonny Lamb3-5/+165
2012-06-05muc-channel: remove unused code to hold pointer to muc managerJonny Lamb1-9/+0
2012-05-31tubes-channel: removeJonny Lamb9-2700/+0
2012-05-31tube-{iface,dbus,stream}: remove tubes-channel propertyJonny Lamb7-49/+7
2012-05-31muc-manager: remove all old TubesChannel referencesJonny Lamb2-213/+0
2012-05-31tubes-manager: remove all old TubesChannel referencesJonny Lamb1-120/+0
2012-05-31tubes-manager: create only Tube channels for incoming invitationsJonny Lamb1-70/+70
2012-05-31muc-manager: send SI stream requests to the MUC channel, not tubes channelJonny Lamb1-5/+5
2012-05-31muc-channel: add public function to deal with offered bytestreamsJonny Lamb2-0/+77
2012-05-31muc-channel: handle tubes nodes in groupchat messages hereJonny Lamb1-37/+196
2012-05-31muc-channel: add extract_tube_informationJonny Lamb1-0/+99
2012-05-31muc-channel: send tube info messages to others in the MUCJonny Lamb1-0/+177
2012-05-31muc-manager: create only Tube channels for channel requestsJonny Lamb1-24/+17
2012-05-31muc-channel: do foreach over muc channel tube channels againJonny Lamb3-21/+29
2012-05-31muc-channel: add way to request single Tube channelsJonny Lamb3-0/+177
2012-05-31muc-manager: store Tube channels hereJonny Lamb1-13/+5
2012-05-31muc-manager: remove Tubes channel handling codeJonny Lamb2-40/+0
2012-05-31tubes-manager: stop adding caps for Tubes channelsJonny Lamb1-2/+1
2012-05-31tubes-manager: create only Tube channels for requestsJonny Lamb1-90/+184
2012-05-31tube-stream: subclass TpBaseChannelJonny Lamb6-373/+269
2012-05-31tube-dbus: subclass TpBaseChannel insteadJonny Lamb7-327/+223
2012-05-25tubes-channel: fix 'might be used unset' warning from gcc 4.7Jonny Lamb1-2/+4
2012-05-23tube-dbus: explicitly set the requested propertyJonny Lamb3-10/+14
2012-05-10Remove deprecated tp_handle_ref/unrefXavier Claessens10-115/+1
2012-05-07Use non-deprecated TpMessage APIsSimon McVittie1-9/+10
2012-05-07Use non-deprecated TpIntset APIsSimon McVittie3-31/+34
2012-05-07Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie21-149/+149
2012-04-05contact-manager: safely return if called after having cleaned upJonny Lamb1-6/+10
2012-04-03ft-channel: don't call gibber_ft_send unless the remote is accepted alreadyJonny Lamb1-4/+39
2012-04-03muc-channel: re-add 'creator' propertyJonny Lamb2-1/+21
2012-04-03muc-channel: fix reference to SalutConnection in OLPC codeJonny Lamb1-1/+2
2012-03-26file-transfer-channel: Fix file transfer on windows.Siraj Razick1-10/+8
2012-03-26bonjour-contact: Remove unwanted debug messagesSiraj Razick1-1/+0
2012-03-26bonjour-contact: Handle new Address resolves while another is in progressSiraj Razick1-10/+61
2012-03-26bonjour-contact: store copies of name, type and domainSiraj Razick1-6/+9
2012-03-26bonjour-contact: Avoid passing pointer to pointer into GetValuePtrSiraj Razick1-8/+7
2012-03-26bonjour-discovery-client: Remove redundant checks in drop_svcSiraj Razick1-6/+0
2012-03-26Avoid passing DNSServiceRef pointers between private structs.Siraj Razick5-22/+21
2012-03-26bonjour-contact-manager: Unref contact only if it has no servicesSiraj Razick1-1/+5