]> git.0d.be Git - empathy.git/history - libempathy
Updated Polish translation
[empathy.git] / libempathy /
2010-09-20 Guillaume Desmottesempathy_account_settings_set_strv: we have to copy...
2010-09-14 Guillaume DesmottesMerge remote branch 'smcv/conference'
2010-09-14 Simon McVittietp_chat_group_members_changed_cb: early return if remov...
2010-09-14 Guillaume DesmottesMerge remote branch 'cosimo/tls-multireject'
2010-09-13 Simon McVittieMerge remote branch 'cosimoc/tls-multireject' into...
2010-09-13 Cosimo CecchiUse tp_clear_boxed() to free the Rejection array
2010-09-13 Guillaume DesmottesMerge branch 'channel-accessors'
2010-09-13 Guillaume Desmottesuse tp_channel_get_requested()
2010-09-13 Cosimo CecchiUpdate Empathy to the new draft API
2010-09-13 Felix Kaserfixed typo in empathy utils
2010-09-09 Cosimo CecchiUse TP_ARRAY_TYPE_UCHAR_ARRAY_LIST
2010-09-09 Cosimo CecchiUse separate new/free functions for the handler context...
2010-09-09 Cosimo CecchiDon't assume there's only one concurrent TpHandleChanne...
2010-09-08 Nicolas DufresneAdd support for 'as' in account settings
2010-09-08 Cosimo CecchiMake sure we allocate the right size for certificates
2010-09-08 Cosimo CecchiUse better names for saving the certificates
2010-09-08 Cosimo CecchiMove _get_certificate_hostname() out of the verifier
2010-09-03 Philip WithnallAdd a heuristic to prefer audio- and video-capable...
2010-09-03 Philip WithnallAdd empathy_contact_dup_best_for_action()
2010-09-02 Philip WithnallDon't unnecessarily remove Individuals if Individual...
2010-09-01 Guillaume Desmottescontact: get info from the tp-contact in constructed...
2010-09-01 Guillaume Desmottescontact: make some setters static
2010-08-30 Guillaume Desmottescoding style fixes
2010-08-27 Philip WithnallBug 628064 — Miscellaneous string fixes
2010-08-27 Guillaume DesmottesMerge branch 'trivia'
2010-08-27 Travis ReitterDon't filter out Individual removal at the IndividualMa...
2010-08-26 Guillaume DesmottesMerge branch 'irc-widget-588243'
2010-08-25 Guillaume Desmottesirc-network: add accessors for name and charset
2010-08-25 Guillaume Desmottesadd empathy_irc_network_manager_dup_default()
2010-08-24 Travis ReitterWhen setting an EmpathyContact's Persona, disconnect...
2010-08-24 Cosimo CecchiMerge branch 'tls-connection'
2010-08-24 Cosimo CecchiProperly handle corner cases of _prepare_async() called...
2010-08-24 Cosimo CecchiDon't leak certificate data
2010-08-24 Cosimo CecchiUse new certificate API in EmpathyServerTLSHandler
2010-08-24 Cosimo CecchiMake EmpathyTLSCertificate a TpProxy subclass
2010-08-24 Philip WithnallRemove EmpathyAvatar->token
2010-08-24 Philip WithnallRemove empathy_contact_new_for_log()
2010-08-24 Philip WithnallMake empathy_contact_load_avatar_cache() private
2010-08-24 Philip WithnallMake empathy_contact_set_avatar() private
2010-08-23 Guillaume DesmottesConsider contact without presence as online (#627587)
2010-08-20 Philip WithnallAllow unlinking individuals through EmpathyIndividualMa...
2010-08-18 Cosimo CecchiUse _complete instead of _complete_in_idle()
2010-08-18 Cosimo CecchiAdd an usre_requested param to _account_get_error()
2010-08-18 Cosimo CecchiUse the hash table directly as a parameter to reject ()
2010-08-18 Cosimo CecchiRemove whitespace
2010-08-18 Cosimo CecchiDon't allow calling verify_async() twice
2010-08-18 Cosimo CecchiUse tp_clear_pointer() where possible
2010-08-18 Cosimo CecchiAdd a details hash table as an out param of the verific...
2010-08-18 Cosimo CecchiMake it more clear which snippets are taken from GnuTLS
2010-08-18 Cosimo CecchiAssert when we have an invalid pointer
2010-08-18 Cosimo CecchiMake _accept/_reject real async methods
2010-08-18 Cosimo CecchiUse _borrow_immutable_properties instead of GetAll()
2010-08-18 Cosimo CecchiProperly use errors when handling channels
2010-08-18 Guillaume Desmottesuse TP_USER_ACTION_TIME_* (#627165)
2010-08-17 Guillaume Desmottesadd preference to disable logging (#567858)
2010-08-13 Cosimo CecchiBuild the right path when looking at user certs
2010-08-13 Cosimo CecchiAdd a method to store the CA certificate
2010-08-13 Cosimo CecchiAdd also certificates from our storage
2010-08-13 Cosimo CecchiCosmetic changes
2010-08-13 Cosimo CecchiImplement hostname checking
2010-08-13 Cosimo CecchiCorrectly treat the last certificate in the chain
2010-08-13 Cosimo CecchiUse the right GnuTLS->Tp mapping for reasons.
2010-08-13 Cosimo CecchiUse the right index to access the cert array.
2010-08-13 Cosimo CecchiMake sure to release all the references
2010-08-13 Cosimo CecchiWhitespace fix
2010-08-13 Cosimo CecchiAdd debug output
2010-08-13 Cosimo CecchiUpdate to the new tp-spec API
2010-08-13 Cosimo CecchiAdd Hostname and Certificate properties
2010-08-13 Cosimo CecchiAdd EmpathyTLSVerifier
2010-08-13 Cosimo CecchiUpdate for the new tp-spec API
2010-08-13 Cosimo CecchiAdd the proxy properties and methods.
2010-08-13 Cosimo CecchiAdd the Authentication.TLSCertificate iface
2010-08-13 Cosimo CecchiUnref the handler after the signal.
2010-08-13 Cosimo CecchiAdd a debug flag for TLS
2010-08-13 Cosimo CecchiAdd a first skeleton of the auth factory.
2010-08-13 Cosimo CecchiAdd EmpathyServerTLSHandler.
2010-08-13 Cosimo CecchiAdd EmpathyTLSCertificate.
2010-08-13 Guillaume Desmottesempathy_contact_new can be static now
2010-08-12 Guillaume Desmottesadd g_return_val_if_fail in _new functions
2010-08-12 Guillaume Desmottesempathy_tp_call_get_connection_manager: use the account...
2010-08-12 Guillaume Desmottestp-call: add account property
2010-08-12 Guillaume Desmottestp-chat: add 'account' property
2010-08-11 Philip WithnallAllow linking personas through EmpathyIndividualManager
2010-08-11 Guillaume Desmottesremove empathy-dispatch-operation
2010-08-11 Guillaume Desmottesdispatcher: remove more unused attributes and code
2010-08-11 Guillaume DesmottesMerge remote branch 'lfrb/ft-cancel'
2010-08-11 Guillaume Desmottesdispatcher: use TpCapabilities to get the RCC (#626636)
2010-08-11 Guillaume Desmottesdispatcher: use tp_proxy_prepare_async instead of tp_co...
2010-08-11 Louis-Francis Ratt... Ignore socket errors when closing the file-transfer...
2010-08-11 Guillaume Desmottesbye bye empathy-handler
2010-08-11 Guillaume Desmottesdispatcher: remove channel handling and requesting...
2010-08-11 Guillaume DesmottesMerge branch 'request-chat-626630'
2010-08-11 Guillaume Desmottesempathy_dispatcher_join_muc: use TpAccountChannelRequest
2010-08-11 Guillaume Desmottesempathy_dispatcher_join_muc: get an account instead...
2010-08-11 Guillaume Desmottesre-implement empathy_dispatcher_chat_with_contact using...
2010-08-11 Guillaume Desmottesempathy_dispatcher_chat_with_contact_id: use TpAccountC...
2010-08-11 Guillaume Desmottesempathy_dispatcher_chat_with_contact_id: get a TpAccoun...
2010-08-11 Guillaume Desmottesempathy_dispatcher_chat_with_contact_id: remove callbac...
2010-08-11 Guillaume Desmottesempathy_call_factory_new_call_with_streams: don't leak...
2010-08-11 Guillaume Desmottestp-chat: use TpAccountChannelRequest
next