summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-06-03muc-channel: fix WockyMuc::permissions callback signatureHEADnextmasterGuillaume Desmottes1-2/+2
2014-06-03muc-channel: remove unread assignmentsGuillaume Desmottes1-4/+4
2014-06-03muc-channel: take WockyMuc object as first signal cb argGuillaume Desmottes1-19/+16
2014-06-03conn-contact-info: prevent a potential NULL dereferencingGuillaume Desmottes1-2/+4
2014-06-03tube-stream: remove_transport(): ensure that transport is not NULLGuillaume Desmottes1-0/+2
2014-06-03gabble_media_factory_create_call: ensure that request_properties is not NULLGuillaume Desmottes1-0/+2
2014-06-03call-stream: remove unused assignationsGuillaume Desmottes1-3/+0
2014-06-03remove unused assignationsGuillaume Desmottes2-4/+2
2014-06-03don't use for loop variable declarationsGuillaume Desmottes1-2/+4
2014-02-09Protocol: implement the "account-path-suffix" connection parameterXavier Claessens1-0/+5
2013-11-04Remove --disable-debug optionSimon McVittie4-54/+6
2013-11-04Use telepathy-glib for Sidecars1Simon McVittie3-12/+10
2013-11-04Use telepathy-glib for FileTransfer.FileCollectionSimon McVittie1-14/+1
2013-11-04Use non-deprecated GValueArray functionsSimon McVittie6-68/+44
2013-10-29Merge branch 'telepathy-gabble-0.18'Guillaume Desmottes1-2/+7
2013-10-29Use the proper 'Ice' Call capabilityGuillaume Desmottes1-4/+9
2013-10-14Merge remote-tracking branch 'wjt/xmpp-console'Simon McVittie1-4/+10
2013-10-11include telepathy-glib-dbus.hGuillaume Desmottes4-0/+4
2013-10-10write-mgr-file: stop handling TP_HANDLE_TYPE_{LIST,GROUP}Guillaume Desmottes1-8/+0
2013-10-10roster: stop using group handlesGuillaume Desmottes1-251/+230
2013-10-10roster: add the 'group' string to RemoveGroupContextGuillaume Desmottes1-0/+3
2013-10-07gabble_private_tubes_factory_add_cap: stop checking for Tubes typeGuillaume Desmottes1-2/+1
2013-10-07gabble_media_factory_represent_client: remove old StreamMedia capsGuillaume Desmottes1-11/+4
2013-10-07fix enum conversionGuillaume Desmottes1-1/+1
2013-10-07media-factory: stop using TpChannelMediaCapabilitiesGuillaume Desmottes1-22/+31
2013-10-07_gabble_media_factory_caps_to_typeflags: make staticGuillaume Desmottes2-4/+1
2013-10-04client-types: implement RequestClientTypes()Guillaume Desmottes1-0/+39
2013-10-04Stop using TpTubeType enumGuillaume Desmottes7-34/+41
2013-10-04s/NUM_TP/TP_NUMGuillaume Desmottes8-10/+10
2013-10-03Merge branch 'telepathy-gabble-0.18'Guillaume Desmottes3-3/+3
2013-10-03private-tube-factory: tube ID is a guint64Guillaume Desmottes1-1/+1
2013-10-03conn-presence: fix enum cast warningGuillaume Desmottes2-2/+2
2013-10-03private-tubes-factory: use self->priv patternGuillaume Desmottes1-90/+53
2013-09-26Use telepathy-glib to implement Conn.I.AddressingSimon McVittie2-11/+11
2013-09-23placate coding-style checkSimon McVittie1-1/+1
2013-09-18write-mgr-file: write Presence propertiesGuillaume Desmottes1-0/+41
2013-09-18write-mgr-file: write Avatars propertiesGuillaume Desmottes1-0/+35
2013-09-18protocol: implement get_avatar_details()Guillaume Desmottes3-0/+60
2013-09-18protocol: claim to implement Interface.AvatarsGuillaume Desmottes1-0/+1
2013-09-16Remove StreamedMedia codeXavier Claessens8-5993/+0
2013-09-16Stop creating StreamedMedia channelsXavier Claessens2-430/+15
2013-09-16connection: stop claiming to implement PresenceGuillaume Desmottes1-1/+0
2013-09-12Remove support for ye olde CapabilitiesSimon McVittie4-459/+3
2013-09-12GabbleMucFactory: announce tube channels individuallySimon McVittie1-20/+15
2013-09-12GabbleFtManager: announce incoming FT channels individuallySimon McVittie1-7/+2
2013-09-11Cache vCard aliases in a hash table, not in deprecated handle qdataSimon McVittie1-31/+22
2013-09-11Cache PEP aliases in a hash table, not deprecated handle qdataSimon McVittie4-32/+29
2013-08-09errno is actually a reserved word in C, avoid itSamuel Thibault1-1/+1
2013-06-23plugin-loader: let get_sidecar_interfaces() return NULLWill Thompson1-2/+7
2013-06-23plugin-loader: clear GError after g_dir_open failsWill Thompson1-2/+3