summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-14Add extensions to symbol-hacksSimon McVittie1-2/+5
2014-02-07Use telepathy-glib for Sidecars1 interfaceSimon McVittie1-10/+10
2013-11-01Remove support for --disable-debugSimon McVittie3-27/+0
2013-10-02tube-dbus: fix TpTubeChannelState enum castingGuillaume Desmottes1-4/+4
2013-09-24NUM_TP_ got replaced by TP_NUM_Xavier Claessens3-5/+5
2013-09-23Initialize libdbus for thread-safetySimon McVittie1-0/+5
2013-09-19Fix coding style typoXavier Claessens1-1/+1
2013-09-19Use g_key_file_set_uint64(), we already depend on glib >= 2.26Xavier Claessens1-8/+2
2013-09-19write-mgr-file: write presencesGuillaume Desmottes1-0/+41
2013-09-19protocol: implement PresencesGuillaume Desmottes3-0/+15
2013-09-19protocol: claim to implement PresencesGuillaume Desmottes1-0/+1
2013-09-19write-mgr-file: write Avatars propertiesGuillaume Desmottes1-0/+36
2013-09-19protocol: implement get_avatar_details()Guillaume Desmottes3-0/+59
2013-09-19protocol: claim that we implement AvatarsGuillaume Desmottes1-0/+13
2013-09-17add missing 'config.h' includesGuillaume Desmottes1-0/+2
2013-09-16connection: stop implementing old Presence interfaceGuillaume Desmottes1-3/+0
2013-06-24Use gibber-sockets.h instead of manually including them.Jasper Lievisse Adriaanse1-10/+1
2013-01-04Don't use sealed struct membersSimon McVittie18-112/+160
2013-01-04Be single-include-compliantSimon McVittie53-142/+82
2013-01-04Include config.h and our corresponding header first in every source fileSimon McVittie45-49/+92
2013-01-04Remove more inclusions of signals-marshal.hSimon McVittie2-2/+0
2013-01-04Avoid a variable name that looks as though it ought to be for AutomakeSimon McVittie1-2/+2
2013-01-04Fix the build with --enable-olpc by removing unused variablesSimon McVittie1-5/+0
2013-01-04Use GLib generic marshallers; stop generating our own marshallersSimon McVittie11-64/+10
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