summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use gibber-sockets.h instead of manually including them.Jasper Lievisse Adriaanse2013-06-241-10/+1
* Don't use sealed struct membersSimon McVittie2013-01-0418-112/+160
* Be single-include-compliantSimon McVittie2013-01-0453-142/+82
* Include config.h and our corresponding header first in every source fileSimon McVittie2013-01-0445-49/+92
* Remove more inclusions of signals-marshal.hSimon McVittie2013-01-042-2/+0
* Avoid a variable name that looks as though it ought to be for AutomakeSimon McVittie2013-01-041-2/+2
* Fix the build with --enable-olpc by removing unused variablesSimon McVittie2013-01-041-5/+0
* Use GLib generic marshallers; stop generating our own marshallersSimon McVittie2013-01-0411-64/+10
* Merge branch 'cheerio-tubes'Jonny Lamb2012-08-2822-4082/+1798
|\
| * muc-channel: remove ::appeared signal, replace with is_respawning checkJonny Lamb2012-08-022-20/+8
| * tubes-manager: add a comment about who owns new channelsJonny Lamb2012-08-021-0/+2
| * 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
* | Don't crash when closing a roomlist channel.Will Thompson2012-07-021-0/+1
* | tubes: don't use an uninitialized tube_id.Will Thompson2012-07-021-3/+8
|/
* 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