summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add extensions to symbol-hacksSimon McVittie2014-02-141-2/+5
* Use telepathy-glib for Sidecars1 interfaceSimon McVittie2014-02-071-10/+10
* Remove support for --disable-debugSimon McVittie2013-11-013-27/+0
* tube-dbus: fix TpTubeChannelState enum castingGuillaume Desmottes2013-10-021-4/+4
* NUM_TP_ got replaced by TP_NUM_Xavier Claessens2013-09-243-5/+5
* Initialize libdbus for thread-safetySimon McVittie2013-09-231-0/+5
* Fix coding style typoXavier Claessens2013-09-191-1/+1
* Use g_key_file_set_uint64(), we already depend on glib >= 2.26Xavier Claessens2013-09-191-8/+2
* write-mgr-file: write presencesGuillaume Desmottes2013-09-191-0/+41
* protocol: implement PresencesGuillaume Desmottes2013-09-193-0/+15
* protocol: claim to implement PresencesGuillaume Desmottes2013-09-191-0/+1
* write-mgr-file: write Avatars propertiesGuillaume Desmottes2013-09-191-0/+36
* protocol: implement get_avatar_details()Guillaume Desmottes2013-09-193-0/+59
* protocol: claim that we implement AvatarsGuillaume Desmottes2013-09-191-0/+13
* add missing 'config.h' includesGuillaume Desmottes2013-09-171-0/+2
* connection: stop implementing old Presence interfaceGuillaume Desmottes2013-09-161-3/+0
* 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