summaryrefslogtreecommitdiff
path: root/libempathy
AgeCommit message (Collapse)AuthorFilesLines
2014-03-27add_handler_filter is now post-fixed with _variantGuillaume Desmottes1-3/+3
2014-03-27remove extensions/Guillaume Desmottes3-6/+0
All the API have been merged into spec and tp-glib. \o/
2014-03-27Merge branch 'master' into nextSimon McVittie3-76/+33
Conflicts: configure.ac extensions/Makefile.am extensions/misc.xml libempathy-gtk/empathy-call-utils.c libempathy-gtk/empathy-call-utils.h libempathy-gtk/empathy-chat.c libempathy-gtk/empathy-share-my-desktop.c libempathy/empathy-ft-handler.c libempathy/empathy-request-util.c libempathy/empathy-tp-chat.c src/empathy-call-handler.c telepathy-account-widgets
2014-02-27chatroom-manager: fix text channel checkGuillaume Desmottes1-1/+2
2014-02-27contact: use new TpContact location APIGuillaume Desmottes1-15/+25
2014-02-27use new TpAccount APIGuillaume Desmottes2-10/+15
2014-02-27use vardict API to interact and request channelsGuillaume Desmottes6-86/+80
2014-02-26use TpAccountChannelRequest Conference high level APIGuillaume Desmottes1-6/+3
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26tp-chat: stop setting TargetHandleType: NoneGuillaume Desmottes1-4/+0
It's now down automatically by TpAccountChannelRequest. https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26use tp_account_channel_request_set_sms_channel()Guillaume Desmottes1-3/+1
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26use tp_account_channel_request_set_file_transfer_hash()Guillaume Desmottes1-7/+2
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26ft-handler: use TpAccountChannelRequest higher level APIGuillaume Desmottes1-40/+20
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26tp-chat: use TpAccountChannelRequest higher level APIGuillaume Desmottes1-18/+17
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26request-util: use TpAccountChannelRequest higher level APIGuillaume Desmottes1-13/+6
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-13TplEntity has been replaced by TpEntityTypeGuillaume Desmottes2-3/+3
2014-02-13TpHandleType has been renamed to TpEntityTypeGuillaume Desmottes7-19/+19
2014-02-07Merge branch 'master' into next-remove-extGuillaume Desmottes6-10/+41
Conflicts: libempathy-gtk/empathy-chat.c libempathy/empathy-ft-factory.c libempathy/empathy-tp-chat.c src/empathy-call-window.c src/empathy-chat-manager.c
2014-02-06add empathy-bus-names.hGuillaume Desmottes2-0/+30
It's convenient to have a single file containing all the D-Bus names so a component can easily call a method on another one. Also rename from DBUS_NAME to BUS_NAME to stay coherent with the TP_BUS_NAME. https://bugzilla.gnome.org/show_bug.cgi?id=723766
2014-02-06prefix Telepathy bus names with TP_Guillaume Desmottes4-10/+11
So it's clearer that we are referring the Telepathy bus name and not the GtkApplication one. https://bugzilla.gnome.org/show_bug.cgi?id=723766
2014-02-04remove CredentialsStorage extensionGuillaume Desmottes1-24/+2
2014-01-30im.telepathy1 -> im.telepathy.v1Guillaume Desmottes2-2/+2
2014-01-30Handler high level API: now singularGuillaume Desmottes2-26/+9
2014-01-30TpHandleChannelsContext has been renamed to TpHandleChannelContextGuillaume Desmottes2-12/+12
2014-01-30Observer high level API: now singularGuillaume Desmottes2-53/+34
2014-01-30TpObserveChannelsContext has been renamed TpObserveChannelContextGuillaume Desmottes2-13/+13
2014-01-27Adapt for use of ABI versions in generated codeGuillaume Desmottes9-61/+61
https://bugzilla.gnome.org/show_bug.cgi?id=710992
2014-01-27TP_CHANNEL_FEATURE_CONTACTS has been removedGuillaume Desmottes1-2/+1
2014-01-27tp-chat: prepare GROUP if neededGuillaume Desmottes1-1/+25
GROUP is no longer a part of CORE so we have to prepare it manually.
2014-01-27groups-contacts-changed signal has been renamedGuillaume Desmottes1-3/+3
2014-01-27Port to Telepathy 1.0Guillaume Desmottes11-53/+66
2014-01-27Rename org.freedesktop.Telepathy to im.telepathy1Xavier Claessens2-2/+2
2013-11-25libempathy: Remove empathy_create_individual_from_tp_contact()Philip Withnall2-23/+0
It has been replaced by empathy_ensure_individual_from_tp_contact(), which can’t cause internal state corruption in libfolks by wrapping an existing Persona in a second Individual when it’s already wrapped in one. This has also been fixed in libfolks. See: https://bugzilla.redhat.com/show_bug.cgi?id=1031252 https://bugzilla.gnome.org/show_bug.cgi?id=712839
2013-10-31SASL: fix facebook mechanismXavier Claessens1-16/+17
libsoup was escaping '_' and '.' in the challenge response but the facebook server is not expecting that. https://bugzilla.gnome.org/show_bug.cgi?id=707747
2013-10-24tp-chat: prepare CONTACTS before our custom featureGuillaume Desmottes1-1/+2
We rely on TP_CHANNEL_FEATURE_CONTACTS being prepared when preparing EMPATHY_TP_CHAT_FEATURE_READY.
2013-10-22stop using tp_account_manager_is_prepared()Guillaume Desmottes1-1/+1
It has been deprecated.
2013-10-22libempathy: Fix several memory leaks from libgeePhilip Withnall2-4/+9
See commit 039dc326208e02b687e93739434e27a867f4ffa7. https://bugzilla.gnome.org/show_bug.cgi?id=710453
2013-10-21stop using generated ServerTLSConnection APIGuillaume Desmottes2-7/+4
It's been generated in telepathy-glib since 0.19.0 https://bugzilla.gnome.org/show_bug.cgi?id=630896
2013-10-03EmpathyMessage: remove flags, they are uselessXavier Claessens2-37/+2
2013-10-03Add missing telepathy-glib-dbus.h includesXavier Claessens12-0/+15
2013-10-03Rename NUM_TP_ to TP_NUM_Xavier Claessens3-6/+6
2013-09-16Stop using deprecated libaccounts-glib functionsXavier Claessens1-24/+40
2013-09-16Stop using Folks deprecated functionsXavier Claessens1-1/+1
2013-09-12Use tpaw_uoa_manager_dup instead of empathy_uoa_manager_dupChandni Verma1-1/+1
2013-09-03UOA: Fix build failureTim Lunn1-1/+1
This was a regression caused by c689cd6a91cb2a31ce0d03f47e59ca4e3f368e9c https://bugzilla.gnome.org/show_bug.cgi?id=707338
2013-09-03preferences: remove location sources preferencesGuillaume Desmottes1-3/+0
Not used anymore with Geoclue 2. https://bugzilla.gnome.org/show_bug.cgi?id=706627
2013-08-20Use the telepathy-account-widgets submodule instead of the internal copyMarco Barisione1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20debug: remove EMPATHY_DEBUG_IRC as it's not needed any moreMarco Barisione2-14/+12
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20debug: set tp-account-widgets's debug flagsMarco Barisione1-0/+3
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione6-13/+21
https://bugzilla.gnome.org/show_bug.cgi?id=699492
2013-08-20tpaw-utils: move empathy_xml_validate_from_resource to tp-aw and rename itMarco Barisione5-40/+6
This commit also changes the licence of the moved code (all copyrighted by Collabora Ltd.) from GPL to LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492