| Commit message (Expand) | Author | Age | Files | Lines |
* | irc-network: add accessors for name and charset | Guillaume Desmottes | 2010-08-25 | 2 | -0/+20 |
* | add empathy_irc_network_manager_dup_default() | Guillaume Desmottes | 2010-08-25 | 2 | -0/+36 |
* | When setting an EmpathyContact's Persona, disconnect existing signal handler | Travis Reitter | 2010-08-24 | 1 | -1/+5 |
* | Merge branch 'tls-connection' | Cosimo Cecchi | 2010-08-24 | 13 | -3/+2153 |
|\ |
|
| * | Properly handle corner cases of _prepare_async() called twice | Cosimo Cecchi | 2010-08-24 | 1 | -0/+26 |
| * | Don't leak certificate data | Cosimo Cecchi | 2010-08-24 | 1 | -1/+2 |
| * | Use new certificate API in EmpathyServerTLSHandler | Cosimo Cecchi | 2010-08-24 | 1 | -14/+29 |
| * | Make EmpathyTLSCertificate a TpProxy subclass | Cosimo Cecchi | 2010-08-24 | 2 | -152/+65 |
| * | Use _complete instead of _complete_in_idle() | Cosimo Cecchi | 2010-08-19 | 1 | -2/+2 |
| * | Add an usre_requested param to _account_get_error() | Cosimo Cecchi | 2010-08-19 | 2 | -3/+15 |
| * | Use the hash table directly as a parameter to reject () | Cosimo Cecchi | 2010-08-19 | 2 | -7/+2 |
| * | Remove whitespace | Cosimo Cecchi | 2010-08-19 | 3 | -6/+6 |
| * | Don't allow calling verify_async() twice | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| * | Use tp_clear_pointer() where possible | Cosimo Cecchi | 2010-08-19 | 1 | -7/+3 |
| * | Add a details hash table as an out param of the verification | Cosimo Cecchi | 2010-08-19 | 2 | -6/+30 |
| * | Make it more clear which snippets are taken from GnuTLS | Cosimo Cecchi | 2010-08-19 | 1 | -1/+7 |
| * | Assert when we have an invalid pointer | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| * | Make _accept/_reject real async methods | Cosimo Cecchi | 2010-08-19 | 2 | -12/+74 |
| * | Use _borrow_immutable_properties instead of GetAll() | Cosimo Cecchi | 2010-08-19 | 1 | -44/+21 |
| * | Properly use errors when handling channels | Cosimo Cecchi | 2010-08-19 | 1 | -14/+56 |
| * | Build the right path when looking at user certs | Cosimo Cecchi | 2010-08-13 | 1 | -3/+7 |
| * | Add a method to store the CA certificate | Cosimo Cecchi | 2010-08-13 | 2 | -0/+121 |
| * | Add also certificates from our storage | Cosimo Cecchi | 2010-08-13 | 1 | -6/+77 |
| * | Cosmetic changes | Cosimo Cecchi | 2010-08-13 | 1 | -4/+7 |
| * | Implement hostname checking | Cosimo Cecchi | 2010-08-13 | 1 | -5/+54 |
| * | Correctly treat the last certificate in the chain | Cosimo Cecchi | 2010-08-13 | 1 | -10/+33 |
| * | Use the right GnuTLS->Tp mapping for reasons. | Cosimo Cecchi | 2010-08-13 | 1 | -2/+2 |
| * | Use the right index to access the cert array. | Cosimo Cecchi | 2010-08-13 | 1 | -1/+1 |
| * | Make sure to release all the references | Cosimo Cecchi | 2010-08-13 | 2 | -3/+11 |
| * | Whitespace fix | Cosimo Cecchi | 2010-08-13 | 1 | -1/+0 |
| * | Add debug output | Cosimo Cecchi | 2010-08-13 | 1 | -0/+2 |
| * | Update to the new tp-spec API | Cosimo Cecchi | 2010-08-13 | 1 | -25/+6 |
| * | Add Hostname and Certificate properties | Cosimo Cecchi | 2010-08-13 | 1 | -0/+29 |
| * | Add EmpathyTLSVerifier | Cosimo Cecchi | 2010-08-13 | 3 | -0/+638 |
| * | Update for the new tp-spec API | Cosimo Cecchi | 2010-08-13 | 2 | -7/+66 |
| * | Add the proxy properties and methods. | Cosimo Cecchi | 2010-08-13 | 2 | -0/+102 |
| * | Add the Authentication.TLSCertificate iface | Cosimo Cecchi | 2010-08-13 | 1 | -0/+5 |
| * | Unref the handler after the signal. | Cosimo Cecchi | 2010-08-13 | 1 | -0/+1 |
| * | Add a debug flag for TLS | Cosimo Cecchi | 2010-08-13 | 2 | -0/+2 |
| * | Add a first skeleton of the auth factory. | Cosimo Cecchi | 2010-08-13 | 3 | -0/+276 |
| * | Add EmpathyServerTLSHandler. | Cosimo Cecchi | 2010-08-13 | 3 | -0/+341 |
| * | Add EmpathyTLSCertificate. | Cosimo Cecchi | 2010-08-13 | 3 | -0/+363 |
* | | Remove EmpathyAvatar->token | Philip Withnall | 2010-08-24 | 2 | -11/+3 |
* | | Remove empathy_contact_new_for_log() | Philip Withnall | 2010-08-24 | 2 | -19/+0 |
* | | Make empathy_contact_load_avatar_cache() private | Philip Withnall | 2010-08-24 | 2 | -6/+6 |
* | | Make empathy_contact_set_avatar() private | Philip Withnall | 2010-08-24 | 2 | -12/+9 |
* | | Consider contact without presence as online (#627587) | Guillaume Desmottes | 2010-08-23 | 1 | -1/+3 |
* | | Allow unlinking individuals through EmpathyIndividualManager | Philip Withnall | 2010-08-20 | 2 | -0/+38 |
* | | use TP_USER_ACTION_TIME_* (#627165) | Guillaume Desmottes | 2010-08-18 | 3 | -5/+2 |
* | | add preference to disable logging (#567858) | Guillaume Desmottes | 2010-08-17 | 1 | -0/+3 |
|/ |
|
* | empathy_contact_new can be static now | Guillaume Desmottes | 2010-08-13 | 2 | -2/+1 |
* | add g_return_val_if_fail in _new functions | Guillaume Desmottes | 2010-08-12 | 2 | -0/+4 |
* | empathy_tp_call_get_connection_manager: use the account directly | Guillaume Desmottes | 2010-08-12 | 1 | -14/+1 |
* | tp-call: add account property | Guillaume Desmottes | 2010-08-12 | 4 | -6/+43 |
* | tp-chat: add 'account' property | Guillaume Desmottes | 2010-08-12 | 2 | -6/+38 |
* | Allow linking personas through EmpathyIndividualManager | Philip Withnall | 2010-08-12 | 2 | -0/+37 |
* | remove empathy-dispatch-operation | Guillaume Desmottes | 2010-08-11 | 7 | -759/+0 |
* | dispatcher: remove more unused attributes and code | Guillaume Desmottes | 2010-08-11 | 1 | -74/+1 |
* | Merge remote branch 'lfrb/ft-cancel' | Guillaume Desmottes | 2010-08-11 | 1 | -2/+7 |
|\ |
|
| * | Ignore socket errors when closing the file-transfer channel | Louis-Francis Ratté-Boulianne | 2010-08-11 | 1 | -2/+7 |
* | | dispatcher: use TpCapabilities to get the RCC (#626636) | Guillaume Desmottes | 2010-08-11 | 1 | -45/+30 |
* | | dispatcher: use tp_proxy_prepare_async instead of tp_connection_call_when_ready | Guillaume Desmottes | 2010-08-11 | 1 | -6/+12 |
* | | bye bye empathy-handler | Guillaume Desmottes | 2010-08-11 | 3 | -509/+0 |
* | | dispatcher: remove channel handling and requesting code | Guillaume Desmottes | 2010-08-11 | 2 | -973/+0 |
|/ |
|
* | empathy_dispatcher_join_muc: use TpAccountChannelRequest | Guillaume Desmottes | 2010-08-11 | 1 | -89/+14 |
* | empathy_dispatcher_join_muc: get an account instead of a connection | Guillaume Desmottes | 2010-08-11 | 2 | -5/+10 |
* | re-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_ch... | Guillaume Desmottes | 2010-08-11 | 2 | -45/+5 |
* | empathy_dispatcher_chat_with_contact_id: use TpAccountChannelRequest | Guillaume Desmottes | 2010-08-11 | 1 | -45/+22 |
* | empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConne... | Guillaume Desmottes | 2010-08-11 | 2 | -5/+10 |
* | empathy_dispatcher_chat_with_contact_id: remove callback argument | Guillaume Desmottes | 2010-08-11 | 2 | -8/+5 |
* | empathy_call_factory_new_call_with_streams: don't leak the hash table | Guillaume Desmottes | 2010-08-11 | 1 | -0/+1 |
* | tp-chat: use TpAccountChannelRequest | Guillaume Desmottes | 2010-08-11 | 1 | -8/+24 |
* | call-factory: use TpAccountChannelRequest to request the media channel | Guillaume Desmottes | 2010-08-11 | 1 | -6/+27 |
* | empathy_call_factory_new_call_with_streams: remove callback arg | Guillaume Desmottes | 2010-08-11 | 2 | -3/+1 |
* | empathy_call_handler_start_call: use tp_account_channel_request_create_and_ha... | Guillaume Desmottes | 2010-08-11 | 1 | -13/+30 |
* | factor out empathy_call_factory_create_request | Guillaume Desmottes | 2010-08-11 | 2 | -11/+24 |
* | add support for the errors introduced in spec 0.19.11 | Guillaume Desmottes | 2010-08-11 | 1 | -0/+9 |
* | fix indentation | Guillaume Desmottes | 2010-08-11 | 1 | -1/+1 |
* | stop using Empathy's internal dispatcher to request FT channel | Guillaume Desmottes | 2010-08-11 | 1 | -21/+28 |
* | Use TpSimpleHandler to handle incoming file transfer (#623139) | Guillaume Desmottes | 2010-08-11 | 2 | -37/+96 |
* | tp-file: remove unused ready variable | Guillaume Desmottes | 2010-08-11 | 1 | -1/+0 |
* | tp-file: no need to pass the incoming property during construction | Guillaume Desmottes | 2010-08-11 | 2 | -12/+10 |
* | call-factory: don't leak the handler | Guillaume Desmottes | 2010-08-11 | 1 | -1/+1 |
* | stop handling internally FT channels | Guillaume Desmottes | 2010-08-11 | 1 | -11/+2 |
* | remove empathy_dispatcher_send_file_to_contact prototype | Guillaume Desmottes | 2010-08-10 | 1 | -6/+0 |
* | Allow translators to localize time formats (#623934) | Nicolò Chieffo | 2010-08-09 | 1 | -3/+8 |
* | Fix constness of various variables and parameters | Philip Withnall | 2010-08-05 | 1 | -1/+1 |
* | Fix missing entries in switch statements | Philip Withnall | 2010-08-05 | 7 | -2/+27 |
* | Use #ifdef instead of #if to avoid warnings of undefined symbols | Philip Withnall | 2010-08-05 | 1 | -4/+4 |
* | no need to pass the reason to empathy_account_get_error_message | Guillaume Desmottes | 2010-08-05 | 2 | -4/+5 |
* | empathy_account_get_error_message: no need to get the details hash table | Guillaume Desmottes | 2010-08-05 | 1 | -2/+1 |
* | empathy_status_reason_get_default_message can be static now | Guillaume Desmottes | 2010-08-05 | 2 | -2/+1 |
* | add empathy_account_get_error_message | Guillaume Desmottes | 2010-08-05 | 2 | -2/+23 |
* | create_errors_to_message_hash: add support for more errors | Guillaume Desmottes | 2010-08-05 | 1 | -0/+21 |
* | add empathy_dbus_error_name_get_default_message | Guillaume Desmottes | 2010-08-05 | 2 | -0/+45 |
* | call-handler: add candidates-changed signal | Guillaume Desmottes | 2010-08-05 | 1 | -0/+13 |
* | destroy the old candidates before updating them | Guillaume Desmottes | 2010-08-05 | 1 | -0/+4 |
* | call-handler: add properties tracking the candidates | Guillaume Desmottes | 2010-08-05 | 2 | -0/+173 |
* | irc-networks: Remove Ubuntu Servers (#625950) | Brian Curtis | 2010-08-04 | 1 | -5/+0 |
* | Ensure contacts have a persona set | Philip Withnall | 2010-08-03 | 2 | -1/+3 |
* | contact: coding style fix | Guillaume Desmottes | 2010-08-03 | 1 | -1/+1 |
* | Maintain a list of Individuals which have EmpathyContacts in the manager | Philip Withnall | 2010-08-03 | 2 | -25/+115 |
* | Don't warn when adding an existing contact | Philip Withnall | 2010-08-03 | 1 | -4/+8 |
* | show the date in messages coming from history (#624599) | Nicolò Chieffo | 2010-08-02 | 1 | -1/+2 |
* | Adjust for signature change in folks_groups_change_group() | Travis Reitter | 2010-07-27 | 2 | -2/+36 |
* | Adjust for signature change in folks_individual_aggregator_remove_individual() | Travis Reitter | 2010-07-27 | 1 | -1/+19 |
* | Use the new IndividualAggregator.prepare() method | Philip Withnall | 2010-07-27 | 1 | -0/+1 |
* | Use presence message from FolksPersona rather than TpContact | Philip Withnall | 2010-07-22 | 1 | -15/+25 |
* | Enforce use only of TpfPersonas | Philip Withnall | 2010-07-22 | 1 | -4/+2 |
* | Re-enable setting of groups for newly-added contacts | Philip Withnall | 2010-07-22 | 2 | -0/+49 |
* | Update FolksPersona:alias when updating EmpathyContact:alias | Philip Withnall | 2010-07-22 | 1 | -0/+15 |
* | Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias | Philip Withnall | 2010-07-22 | 5 | -49/+33 |
* | Remove folks_individual_dup_from_empathy_contact() | Philip Withnall | 2010-07-22 | 3 | -61/+8 |
* | Add a link between EmpathyContact and FolksPersona | Philip Withnall | 2010-07-22 | 3 | -0/+102 |
* | Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixes | Travis Reitter | 2010-07-22 | 1 | -0/+1 |
* | Take advantage of tp_asv_new(). | Travis Reitter | 2010-07-21 | 1 | -5/+3 |
* | Adjust to the new add_persona_from_details() API. | Travis Reitter | 2010-07-21 | 1 | -2/+4 |
* | Update to the FolksIndividualAggregator:individuals-changed signal. | Travis Reitter | 2010-07-21 | 3 | -23/+22 |
* | Only have one parameter per function definition line. | Travis Reitter | 2010-07-21 | 1 | -1/+2 |
* | Cut excessive G_STRLOC in DEBUG statements. | Travis Reitter | 2010-07-21 | 1 | -3/+3 |
* | Chain up IndividualManager's dispose() to call its parent's dispose(). | Travis Reitter | 2010-07-21 | 1 | -0/+2 |
* | Perform the IndividualManager dispose work in a dispose() function, not final... | Travis Reitter | 2010-07-21 | 1 | -2/+2 |
* | Add a comment about the IndividualManager's general memory management policy. | Travis Reitter | 2010-07-21 | 1 | -0/+6 |
* | Use the more-conventional approach to signal emission in IndividualManager. | Travis Reitter | 2010-07-21 | 1 | -32/+44 |
* | Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_i... | Travis Reitter | 2010-07-21 | 2 | -5/+5 |
* | Simplify empathy_folks_individual_contains_contact(). | Travis Reitter | 2010-07-21 | 1 | -9/+2 |
* | Add comments for the new Individual/Contact utility functions. | Travis Reitter | 2010-07-21 | 1 | -0/+10 |
* | Take advantage of the tp_clear_* utility functions. | Travis Reitter | 2010-07-21 | 1 | -5/+2 |
* | Hold a reference to the contact we're adding as an individual | Philip Withnall | 2010-07-21 | 1 | -4/+11 |
* | Re-enable changing individuals' groups | Philip Withnall | 2010-07-21 | 2 | -0/+30 |
* | Fix trivial casting error. | Travis Reitter | 2010-07-21 | 1 | -1/+2 |
* | Support removing groups | Philip Withnall | 2010-07-21 | 2 | -0/+29 |
* | Remove an unused connection to the telepathy-logger service | Philip Withnall | 2010-07-21 | 1 | -24/+0 |
* | Cut outdated comment. | Travis Reitter | 2010-07-21 | 1 | -2/+0 |
* | Finish adding favourites support | Philip Withnall | 2010-07-21 | 1 | -0/+22 |
* | Support contact removal | Travis Reitter | 2010-07-21 | 1 | -2/+16 |
* | Support contact adding | Travis Reitter | 2010-07-21 | 2 | -0/+54 |
* | Use the new FolksFavourite interface for favourites support | Philip Withnall | 2010-07-21 | 2 | -28/+4 |
* | Add a note about future work to be done after we break the 1:1 FolksIndividua... | Travis Reitter | 2010-07-21 | 1 | -0/+3 |
* | Re-implement the context menu for Individuals | Travis Reitter | 2010-07-21 | 4 | -0/+61 |
* | Base the contact list around libfolks metacontacts. Not yet to feature-parity | Travis Reitter | 2010-07-21 | 5 | -0/+413 |
* | call-handler: add audio/video recv codecs properties | Guillaume Desmottes | 2010-07-12 | 2 | -1/+108 |
* | call-handler: add send audio/video codec properties | Guillaume Desmottes | 2010-07-12 | 2 | -3/+106 |
* | Fix a memory leak in EmpathyAvatar (#624054) | Philip Withnall | 2010-07-12 | 1 | -0/+1 |
* | tp-chat: mark scrollback messages as backlog | Guillaume Desmottes | 2010-07-09 | 1 | -0/+3 |
* | Properly mark messages from TPL as backlog (#623914) | Guillaume Desmottes | 2010-07-09 | 1 | -1/+1 |
* | tp-contact-list: add a comment | Guillaume Desmottes | 2010-07-08 | 1 | -0/+1 |
* | dispatcher: explicitely keep a ref on accounts in status_changed_handlers | Guillaume Desmottes | 2010-07-08 | 1 | -4/+6 |
* | Simplify checking of the deps | Guillaume Desmottes | 2010-07-07 | 1 | -2/+2 |
* | Add option to disable displaying events in the notif area (#585914) | Guillaume Desmottes | 2010-07-07 | 1 | -0/+1 |
* | empathy_dispatcher_join_muc: remove callback arg | Guillaume Desmottes | 2010-07-07 | 2 | -7/+3 |
* | dispatcher_channel_invalidated_cb: always remove invalidated chan from the list | Guillaume Desmottes | 2010-07-06 | 1 | -2/+2 |
* | Inform the chatroom mgr when we are handling a new room | Guillaume Desmottes | 2010-07-05 | 2 | -39/+12 |
* | connect sigs using tp_g_signal_connect_object | Guillaume Desmottes | 2010-07-05 | 1 | -4/+4 |
* | stop handling text channels using EmpathyDispatcher | Guillaume Desmottes | 2010-07-05 | 1 | -39/+1 |
* | empathy-types: remove EmpathyContactMonitor | Guillaume Desmottes | 2010-07-02 | 1 | -2/+0 |
* | Claim that we support H264 | Guillaume Desmottes | 2010-06-29 | 1 | -0/+1 |
* | add empathy_call_factory_register | Guillaume Desmottes | 2010-06-29 | 2 | -6/+12 |
* | empathy_call_factory_new_call_with_streams: no need to pass a EmpathyCallFactory | Guillaume Desmottes | 2010-06-29 | 3 | -6/+4 |
* | tp-chat: Wait that all the pending messages have been added to the pending queue | Guillaume Desmottes | 2010-06-28 | 1 | -10/+30 |
* | remove imported-mc4-accounts gsettings key | Guillaume Desmottes | 2010-06-24 | 1 | -1/+0 |
* | remove empathy_tp_call_to | Guillaume Desmottes | 2010-06-22 | 3 | -28/+0 |
* | remove empathy_call_handler_new_for_contact_with_streams | Guillaume Desmottes | 2010-06-22 | 2 | -24/+0 |
* | empathy_tp_call_accept_incoming_call: early return if the call is not an inco... | Guillaume Desmottes | 2010-06-22 | 1 | -1/+3 |
* | empathy_call_handler_start_call: use empathy_call_factory_new_call_with_streams | Guillaume Desmottes | 2010-06-22 | 1 | -42/+13 |
* | empathy_call_factory_new_call_with_streams: request channel using the CD | Guillaume Desmottes | 2010-06-22 | 2 | -15/+34 |
* | tp-call: use tp_g_signal_connect_object to connect signal on the channel | Guillaume Desmottes | 2010-06-22 | 1 | -2/+3 |
* | tp-call: use TargetHandle to get the remote contact | Guillaume Desmottes | 2010-06-22 | 1 | -12/+13 |
* | tp-call: use the Requested property to check if the call is an incoming one o... | Guillaume Desmottes | 2010-06-22 | 1 | -12/+8 |
* | remove empathy_call_factory_new_call | Guillaume Desmottes | 2010-06-22 | 2 | -18/+0 |
* | call-factory: use TpSimpleHandler to handle incoming calls (#622368) | Guillaume Desmottes | 2010-06-22 | 2 | -13/+120 |
* | stop handling internally stream media channels | Guillaume Desmottes | 2010-06-22 | 1 | -30/+0 |
* | Stop advertissing audio/video capabilities using old API | Guillaume Desmottes | 2010-06-21 | 1 | -38/+0 |
* | Merge branch 'check-vinagre-589225' | Guillaume Desmottes | 2010-06-21 | 2 | -5/+11 |
|\ |
|
| * | replace empathy_contact_can_use_stream_tube by empathy_contact_can_use_rfb_st... | Guillaume Desmottes | 2010-06-21 | 2 | -5/+11 |
* | | Merge remote branch 'sjoerd/misc' | Danielle Madeley | 2010-06-21 | 2 | -26/+15 |
|\ \ |
|
| * | | Now that we depend on the logger always enable favourite contact support | Sjoerd Simons | 2010-06-20 | 1 | -6/+0 |
| * | | Always prepare both the Connection and the Channel | Sjoerd Simons | 2010-06-20 | 1 | -20/+15 |
| |/ |
|
* / | Remove useless occurences of 'gconf' word | Xavier Claessens | 2010-06-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'approvers-redone-599158' | Guillaume Desmottes | 2010-06-19 | 5 | -105/+10 |
|\ |
|
| * | add inviter arg to empathy_tp_chat_is_invited | Guillaume Desmottes | 2010-06-17 | 2 | -3/+5 |
| * | remove internal approving code | Guillaume Desmottes | 2010-06-17 | 3 | -102/+5 |
* | | remove old logger files | Guillaume Desmottes | 2010-06-18 | 7 | -1877/+0 |
* | | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 5 | -44/+0 |
* | | TplContact has been renamed to TplEntity | Guillaume Desmottes | 2010-06-18 | 3 | -13/+13 |
* | | TplLogEntry(Text) has been renamed to TplEntry(Text) | Guillaume Desmottes | 2010-06-18 | 2 | -16/+16 |
* | | port to latest tp-logger API | Guillaume Desmottes | 2010-06-18 | 1 | -3/+3 |
* | | log-store: relicense to LGPL | Guillaume Desmottes | 2010-06-18 | 2 | -20/+18 |
* | | Port empathy-import-mc4-accounts imported setting to GSettings | Danielle Madeley | 2010-06-18 | 1 | -0/+3 |
* | | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 2 | -0/+93 |
* | | log-manager: relicense to LGPL | Guillaume Desmottes | 2010-06-17 | 2 | -20/+18 |
* | | log-manager: update Collabora copyright | Guillaume Desmottes | 2010-06-17 | 2 | -2/+2 |
* | | log-store-empathy: relicense to LGPL | Guillaume Desmottes | 2010-06-17 | 2 | -20/+18 |
* | | log-store-empathy: update Collabora copyright | Guillaume Desmottes | 2010-06-17 | 2 | -2/+2 |
* | | empathy-time: relicense to LGPL | Guillaume Desmottes | 2010-06-17 | 2 | -20/+18 |
* | | empathy-time: add Collabora copyright | Guillaume Desmottes | 2010-06-17 | 2 | -0/+2 |
|/ |
|
* | empathy_message_equal: always use the timestamp+body (#621797) | Guillaume Desmottes | 2010-06-17 | 1 | -4/+0 |
* | add empathy_tp_chat_join() and empathy_tp_chat_is_invited() | Guillaume Desmottes | 2010-06-07 | 2 | -0/+52 |
* | dispatch-operation: fix a race by waiting that TpCall is ready | Guillaume Desmottes | 2010-06-07 | 1 | -0/+25 |
* | dispatch-operation: factor out channel_wrapper_ready | Guillaume Desmottes | 2010-06-07 | 1 | -5/+13 |
* | add empathy_tp_call_get_status | Guillaume Desmottes | 2010-06-07 | 2 | -0/+10 |
* | coding style fixes | Guillaume Desmottes | 2010-05-27 | 1 | -1/+1 |
* | Make chatroom manager retain room's "always_urgent" state | Jonas Bonn | 2010-05-27 | 2 | -1/+16 |
* | Add option to make chatroom "always urgent" (#611894) | Jonas Bonn | 2010-05-27 | 2 | -1/+50 |
* | Add function ensure_chatroom to chatroom manager | Jonas Bonn | 2010-05-27 | 2 | -0/+26 |
* | fix 0-byte logfile crash (#619736) | Robert McQueen | 2010-05-27 | 1 | -6/+12 |
* | Remove EmpathyContactMonitor, it is not used anymore | Xavier Claessens | 2010-05-26 | 7 | -542/+0 |
* | Move empathy_tp_contact_factory_set_alias() to EmpathyContact | Xavier Claessens | 2010-05-26 | 4 | -48/+39 |
* | Make clear that contacts_table doesn't keep any ref | Xavier Claessens | 2010-05-26 | 1 | -1/+1 |
* | Port to new EmpathyTpContactFactory API | Xavier Claessens | 2010-05-26 | 6 | -62/+36 |
* | Kill EmpathyTpContactFactory object. Its API stays as helper code on... | Xavier Claessens | 2010-05-26 | 2 | -340/+57 |
* | Add empathy_contact_dup_from_tp_contact() | Xavier Claessens | 2010-05-26 | 2 | -0/+45 |
* | Make use of TP_CONTACT_FEATURE_AVATAR_DATA | Xavier Claessens | 2010-05-26 | 3 | -266/+41 |
* | Stop getting avatar requirements in EmpathyTpContactFactory | Xavier Claessens | 2010-05-26 | 1 | -133/+0 |
* | initialize a GError pointer | Guillaume Desmottes | 2010-05-19 | 1 | -1/+1 |
* | use port 8001 to connect to freenode irc (#618401) | Brian Curtis | 2010-05-17 | 1 | -0/+1 |
* | If there is no publish list, don't auto-add people to it | Sjoerd Simons | 2010-05-08 | 1 | -0/+3 |
* | Merge branch 'timestamp-615976' | Guillaume Desmottes | 2010-05-04 | 8 | -26/+105 |
|\ |
|
| * | define EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directly | Guillaume Desmottes | 2010-05-04 | 1 | -0/+1 |
| * | Set the user action time when the user approves stuff | Sjoerd Simons | 2010-05-04 | 2 | -0/+14 |
| * | dispatch-operation: add user-action-time property | Guillaume Desmottes | 2010-04-25 | 3 | -9/+49 |
| * | add timestamp arg to empathy_dispatcher_create_channel | Sjoerd Simons | 2010-04-25 | 6 | -9/+16 |
| * | add timestamp arg to empathy_dispatcher_join_muc | Sjoerd Simons | 2010-04-25 | 2 | -3/+5 |
| * | add timestamp arg to empathy_dispatcher_chat_with_contact(_id) | Sjoerd Simons | 2010-04-25 | 2 | -6/+13 |
| * | dispatcher: add timestamp attribute to DispatcherRequestData | Sjoerd Simons | 2010-04-25 | 2 | -4/+12 |
* | | No need of a contact factory to set location | Xavier Claessens | 2010-05-02 | 2 | -31/+0 |
* | | use TP_PROP_* constants | Guillaume Desmottes | 2010-04-27 | 1 | -10/+11 |
* | | use tp_value_array_unpack | Guillaume Desmottes | 2010-04-27 | 1 | -3/+3 |
* | | tp-contact-factory: stop tracking capabilities | Guillaume Desmottes | 2010-04-27 | 1 | -339/+0 |
* | | request the TP_CONTACT_FEATURE_CAPABILITIES feature | Guillaume Desmottes | 2010-04-27 | 1 | -0/+1 |
* | | contact: get capabilities from TpContact if available (#579813) | Guillaume Desmottes | 2010-04-27 | 1 | -0/+82 |
* | | tp-file: include netinet/in.h | Jasper Lievisse Adriaanse | 2010-04-27 | 1 | -0/+1 |
* | | irc-networks.xml: properly spell 'freenode' (#616711) | Guillaume Desmottes | 2010-04-26 | 1 | -1/+1 |
|/ |
|
* | iterate_on_channels: continue instead of returning if a channel doesn't match | Guillaume Desmottes | 2010-04-20 | 1 | -3/+3 |
* | remove empathy_dispatch_operation_new_with_wrapper | Guillaume Desmottes | 2010-04-19 | 1 | -13/+2 |
* | dispatcher: don't check for Requests when fetching conn properties | Guillaume Desmottes | 2010-04-19 | 1 | -8/+3 |
* | dispatcher: stop supporting old style channel requesting | Guillaume Desmottes | 2010-04-19 | 1 | -142/+15 |
* | call cb with an error if dispatcher_chat_with_contact* fails | Guillaume Desmottes | 2010-04-19 | 1 | -1/+11 |
* | dispatcher_connection_invalidated_cb: terminate pending requests | Guillaume Desmottes | 2010-04-19 | 1 | -0/+23 |
* | empathy_dispatcher_chat_with_contact: check if connection_data is NULL | Guillaume Desmottes | 2010-04-19 | 1 | -0/+6 |
* | remove empathy_signal_connect_weak (#613583) | Guillaume Desmottes | 2010-04-09 | 2 | -91/+0 |
* | libempathy/empathy-idle.c: use tp_g_signal_connect_object instead of empathy_... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
* | libempathy/empathy-dispatcher.c: use tp_g_signal_connect_object instead of em... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
* | libempathy/empathy-contact-manager.c: use tp_g_signal_connect_object instead ... | Guillaume Desmottes | 2010-04-09 | 1 | -6/+6 |
* | libempathy/empathy-account-settings.c: use tp_g_signal_connect_object instead... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
* | look for the right key when checking if altitude is set | Guillaume Desmottes | 2010-04-08 | 1 | -1/+1 |
* | use tp_asv_set_double | Guillaume Desmottes | 2010-04-08 | 1 | -2/+2 |
* | geocode_cb: create a new location hash table instead of modifying the current... | Guillaume Desmottes | 2010-04-08 | 1 | -12/+21 |
* | geocode_cb: don't update location if we didn't get the full position | Guillaume Desmottes | 2010-04-08 | 1 | -17/+15 |
* | update_geocode: don't search for position if we already have lat or lon | Guillaume Desmottes | 2010-04-08 | 1 | -3/+3 |