summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tubes: use guint64s for all tube IDsJonny Lamb2012-08-027-48/+45
* tubes-manager: correct logic in looking up existing tubesJonny Lamb2012-07-241-1/+1
* tubes-manager: fix coding styleJonny Lamb2012-07-241-3/+3
* muc-channel: don't pretend to be connected after disposingJonny Lamb2012-06-061-0/+2
* muc-manager: only expose the text MUC channel when necessaryJonny Lamb2012-06-063-30/+158
* tubes-manager: replace emit_new_channels with singular versionJonny Lamb2012-06-061-7/+2
* muc-manager: only signal channels when they're 'ready'Jonny Lamb2012-06-063-5/+165
* muc-channel: remove unused code to hold pointer to muc managerJonny Lamb2012-06-051-9/+0
* tubes-channel: removeJonny Lamb2012-05-319-2700/+0
* tube-{iface,dbus,stream}: remove tubes-channel propertyJonny Lamb2012-05-317-49/+7
* muc-manager: remove all old TubesChannel referencesJonny Lamb2012-05-312-213/+0
* tubes-manager: remove all old TubesChannel referencesJonny Lamb2012-05-311-120/+0
* tubes-manager: create only Tube channels for incoming invitationsJonny Lamb2012-05-311-70/+70
* muc-manager: send SI stream requests to the MUC channel, not tubes channelJonny Lamb2012-05-311-5/+5
* muc-channel: add public function to deal with offered bytestreamsJonny Lamb2012-05-312-0/+77
* muc-channel: handle tubes nodes in groupchat messages hereJonny Lamb2012-05-311-37/+196
* muc-channel: add extract_tube_informationJonny Lamb2012-05-311-0/+99
* muc-channel: send tube info messages to others in the MUCJonny Lamb2012-05-311-0/+177
* muc-manager: create only Tube channels for channel requestsJonny Lamb2012-05-311-24/+17
* muc-channel: do foreach over muc channel tube channels againJonny Lamb2012-05-313-21/+29
* muc-channel: add way to request single Tube channelsJonny Lamb2012-05-313-0/+177
* muc-manager: store Tube channels hereJonny Lamb2012-05-311-13/+5
* muc-manager: remove Tubes channel handling codeJonny Lamb2012-05-312-40/+0
* tubes-manager: stop adding caps for Tubes channelsJonny Lamb2012-05-311-2/+1
* tubes-manager: create only Tube channels for requestsJonny Lamb2012-05-311-90/+184
* tube-stream: subclass TpBaseChannelJonny Lamb2012-05-316-373/+269
* tube-dbus: subclass TpBaseChannel insteadJonny Lamb2012-05-317-327/+223
* tubes-channel: fix 'might be used unset' warning from gcc 4.7Jonny Lamb2012-05-251-2/+4
* tube-dbus: explicitly set the requested propertyJonny Lamb2012-05-233-10/+14
* Remove deprecated tp_handle_ref/unrefXavier Claessens2012-05-1010-115/+1
* Use non-deprecated TpMessage APIsSimon McVittie2012-05-071-9/+10
* Use non-deprecated TpIntset APIsSimon McVittie2012-05-073-31/+34
* Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie2012-05-0721-149/+149
* contact-manager: safely return if called after having cleaned upJonny Lamb2012-04-051-6/+10
* ft-channel: don't call gibber_ft_send unless the remote is accepted alreadyJonny Lamb2012-04-031-4/+39
* muc-channel: re-add 'creator' propertyJonny Lamb2012-04-032-1/+21
* muc-channel: fix reference to SalutConnection in OLPC codeJonny Lamb2012-04-031-1/+2
* file-transfer-channel: Fix file transfer on windows.Siraj Razick2012-03-261-10/+8
* bonjour-contact: Remove unwanted debug messagesSiraj Razick2012-03-261-1/+0
* bonjour-contact: Handle new Address resolves while another is in progressSiraj Razick2012-03-261-10/+61
* bonjour-contact: store copies of name, type and domainSiraj Razick2012-03-261-6/+9
* bonjour-contact: Avoid passing pointer to pointer into GetValuePtrSiraj Razick2012-03-261-8/+7
* bonjour-discovery-client: Remove redundant checks in drop_svcSiraj Razick2012-03-261-6/+0
* Avoid passing DNSServiceRef pointers between private structs.Siraj Razick2012-03-265-22/+21
* bonjour-contact-manager: Unref contact only if it has no servicesSiraj Razick2012-03-261-1/+5
* bonjour-contact: Introduce Bonjour ContactSiraj Razick2012-03-263-0/+761
* bonjour-self: Avoid removing msg from record if it's missingSiraj Razick2012-03-261-1/+2
* build: remove capability-set from CORE sourcesSiraj Razick2012-03-261-1/+0
* bonjour-discovery-client: Move Socket processing methods to a common placeSiraj Razick2012-03-262-0/+115
* bonjour-contact-manager: Start browsing for bonjour serviceSiraj Razick2012-03-261-5/+134