summaryrefslogtreecommitdiff
path: root/libempathy
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-27Bug 628064 — Miscellaneous string fixesPhilip Withnall1-2/+2
2010-08-27Don't filter out Individual removal at the IndividualManager level.Travis Reitter1-9/+4
2010-08-25irc-network: add accessors for name and charsetGuillaume Desmottes2-0/+20
2010-08-25add empathy_irc_network_manager_dup_default()Guillaume Desmottes2-0/+36
2010-08-24When setting an EmpathyContact's Persona, disconnect existing signal handlerTravis Reitter1-1/+5
2010-08-24Merge branch 'tls-connection'Cosimo Cecchi13-3/+2153
2010-08-24Properly handle corner cases of _prepare_async() called twiceCosimo Cecchi1-0/+26
2010-08-24Don't leak certificate dataCosimo Cecchi1-1/+2
2010-08-24Use new certificate API in EmpathyServerTLSHandlerCosimo Cecchi1-14/+29
2010-08-24Make EmpathyTLSCertificate a TpProxy subclassCosimo Cecchi2-152/+65
2010-08-24Remove EmpathyAvatar->tokenPhilip Withnall2-11/+3
2010-08-24Remove empathy_contact_new_for_log()Philip Withnall2-19/+0
2010-08-24Make empathy_contact_load_avatar_cache() privatePhilip Withnall2-6/+6
2010-08-24Make empathy_contact_set_avatar() privatePhilip Withnall2-12/+9
2010-08-23Consider contact without presence as online (#627587)Guillaume Desmottes1-1/+3
2010-08-20Allow unlinking individuals through EmpathyIndividualManagerPhilip Withnall2-0/+38
2010-08-18Use _complete instead of _complete_in_idle()Cosimo Cecchi1-2/+2
2010-08-18Add an usre_requested param to _account_get_error()Cosimo Cecchi2-3/+15
2010-08-18Use the hash table directly as a parameter to reject ()Cosimo Cecchi2-7/+2
2010-08-18Remove whitespaceCosimo Cecchi3-6/+6
2010-08-18Don't allow calling verify_async() twiceCosimo Cecchi1-0/+2
2010-08-18Use tp_clear_pointer() where possibleCosimo Cecchi1-7/+3
2010-08-18Add a details hash table as an out param of the verificationCosimo Cecchi2-6/+30
2010-08-18Make it more clear which snippets are taken from GnuTLSCosimo Cecchi1-1/+7
2010-08-18Assert when we have an invalid pointerCosimo Cecchi1-0/+2
2010-08-18Make _accept/_reject real async methodsCosimo Cecchi2-12/+74
2010-08-18Use _borrow_immutable_properties instead of GetAll()Cosimo Cecchi1-44/+21
2010-08-18Properly use errors when handling channelsCosimo Cecchi1-14/+56
2010-08-18use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes3-5/+2
2010-08-17add preference to disable logging (#567858)Guillaume Desmottes1-0/+3