summaryrefslogtreecommitdiff
path: root/libempathy
AgeCommit message (Expand)AuthorFilesLines
2010-10-20remove empathy_dispatcher_find_requestable_channel_classes_async (#632550)Guillaume Desmottes2-130/+0
2010-10-20no more need to iterate twice over the channel classesGuillaume Desmottes1-41/+33
2010-10-20empathy-ft-handler: re-implement empathy_dispatcher_find_requestable_channel_...Guillaume Desmottes1-6/+50
2010-10-20tp-chat: stop using EmpathyDispatcher to check if Conference is supportedGuillaume Desmottes1-12/+12
2010-10-18Merge branch 'external-accounts'Danielle Madeley1-2/+7
2010-10-15Remove obsolete ContactManager from IndividualManager.Travis Reitter1-5/+0
2010-10-15Cut obsolete IndividualManagerFlags.Travis Reitter2-43/+0
2010-10-15Add missing #include.Travis Reitter1-0/+1
2010-10-15Use Folks to check if a TpConnection can alias and group personas.Travis Reitter2-0/+30
2010-10-15Use Folks to check if a TpConnection can add personas.Travis Reitter2-0/+55
2010-10-14Check format of some user names (#629261)Vitaly Minko2-22/+92
2010-10-08Access Account.I.Storage properties via TpAccountDanielle Madeley1-2/+7
2010-10-08Revert changes to empathy-account-settingsDanielle Madeley2-102/+0
2010-10-08Support Account.Interface.StorageDanielle Madeley2-0/+102
2010-10-04Don't bother fetching contact avatar details, since we already do that in Folks.Travis Reitter1-2/+0
2010-10-04Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall4-12/+12
2010-10-04Don't ignore the CA certificate if it's the only one in the chainCosimo Cecchi1-1/+4
2010-10-01remove 'import-asked' gsettings keyGuillaume Desmottes1-1/+0
2010-10-01empathy_account_settings_set_*: check argumentsGuillaume Desmottes1-0/+20
2010-09-30coding style fixesGuillaume Desmottes1-2/+2
2010-09-29use TP_PROP_*Guillaume Desmottes1-5/+5
2010-09-29use tp-glib API for Conference (#630709)Guillaume Desmottes1-4/+4
2010-09-29use gettext() instead of _()Guillaume Desmottes1-2/+2
2010-09-29allow to translate 'Google Talk'Guillaume Desmottes1-1/+1
2010-09-29Allow to set the Service of newly created account (#629734)Guillaume Desmottes2-0/+36
2010-09-29Add empathy_service_name_to_display_name()Guillaume Desmottes2-3/+30
2010-09-29tp-roomlist: use TpAccountChannelRequest to create the channelGuillaume Desmottes1-43/+33
2010-09-27voip_cmp_func: first check if we support and then audioGuillaume Desmottes1-9/+19
2010-09-27Prioritize default individual for chats using capabilities (#629912)Guillaume Desmottes1-0/+62
2010-09-27rename presence_sort_func to presence_cmp_funcGuillaume Desmottes1-11/+20
2010-09-20empathy_account_settings_set_strv: we have to copy the key (#630168)Guillaume Desmottes1-1/+1
2010-09-14tp_chat_group_members_changed_cb: early return if removed or added have not t...Simon McVittie1-2/+5
2010-09-14Merge remote branch 'cosimo/tls-multireject'Guillaume Desmottes1-3/+25
2010-09-13Use tp_clear_boxed() to free the Rejection arrayCosimo Cecchi1-1/+2
2010-09-13use tp_channel_get_requested()Guillaume Desmottes2-9/+2
2010-09-13Update Empathy to the new draft APICosimo Cecchi1-3/+24
2010-09-13fixed typo in empathy utilsFelix Kaser3-3/+3
2010-09-09Use TP_ARRAY_TYPE_UCHAR_ARRAY_LISTCosimo Cecchi1-19/+5
2010-09-09Use separate new/free functions for the handler context dataCosimo Cecchi1-8/+24
2010-09-09Don't assume there's only one concurrent TpHandleChannelsContextCosimo Cecchi1-11/+21
2010-09-08Add support for 'as' in account settingsNicolas Dufresne2-0/+31
2010-09-08Make sure we allocate the right size for certificatesCosimo Cecchi1-5/+6
2010-09-08Use better names for saving the certificatesCosimo Cecchi1-2/+16
2010-09-08Move _get_certificate_hostname() out of the verifierCosimo Cecchi3-36/+40
2010-09-03Add a heuristic to prefer audio- and video-capable Personas when callingPhilip Withnall1-1/+27
2010-09-03Add empathy_contact_dup_best_for_action()Philip Withnall2-0/+154
2010-09-02Don't unnecessarily remove Individuals if Individual IDs have been reusedPhilip Withnall1-12/+14
2010-09-01contact: get info from the tp-contact in constructed (#628315)Guillaume Desmottes1-38/+37
2010-09-01contact: make some setters staticGuillaume Desmottes2-109/+101
2010-08-30coding style fixesEMPATHY_2_31_91Guillaume Desmottes1-2/+1