summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-16NEWS for the patches I just backportedWill Thompson1-1/+14
2012-11-16Update Wocky snapshotWill Thompson1-0/+0
2012-11-16Don't crash when closing a roomlist channel.Will Thompson2-11/+16
2012-11-16tubes: don't use an uninitialized tube_id.Will Thompson1-3/+8
2012-11-16Remove deprecated tp_handle_ref/unrefXavier Claessens10-115/+1
2012-11-16Set G_MESSAGES_DEBUG during testingSimon McVittie1-0/+2
2012-11-16Use non-deprecated TpMessage APIsSimon McVittie1-9/+10
2012-11-16Use non-deprecated TpIntset APIsSimon McVittie3-31/+34
2012-11-16Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie22-150/+150
2012-11-16contact-manager: safely return if called after having cleaned upJonny Lamb1-6/+10
2012-11-12Update Wocky snapshotWill Thompson1-0/+0
2012-08-28NEWS: updatedJonny Lamb1-1/+9
2012-08-28configure: bump dependency on tp-glibJonny Lamb1-1/+1
2012-08-28Merge branch 'cheerio-tubes'Jonny Lamb27-4488/+2282
2012-08-02text muc channel test: remove message testsJonny Lamb1-98/+0
2012-08-02request-muc-tubes test: add TODO explaining why a test is commentedJonny Lamb1-2/+5
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 Thompson2-11/+16
2012-07-02tubes: don't use an uninitialized tube_id.Will Thompson1-3/+8
2012-06-07muc tests: add test to ensure the Text MUC only appears when necessaryJonny Lamb2-0/+417
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 Lamb5-82/+193
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 Lamb3-217/+4
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-31tube tests: remove assertions about Tubes channelsJonny Lamb3-123/+63
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-31tube tests: stop testing requesting MUC Tubes channelsJonny Lamb2-185/+29
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-31two-muc-stream-tubes test: modernify with wrap_channelJonny Lamb1-51/+51
2012-05-31tube-stream: subclass TpBaseChannelJonny Lamb6-373/+269