Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empathy-time: relicense to LGPL | Guillaume Desmottes | 2010-06-17 | 2 | -20/+18 |
| | | | | | This file was based on gossip-time and its copyright owners agreed to relicense it; see GOSSIP-RELICENSING.txt | ||||
* | 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 |
| | | | | | | There is no reason to only use this new heuristic only in the TPL case. Furthermore, we're about to make TPL mandatory so it's good to have it more tested. | ||||
* | 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 |
| | | | | | | | The call handler constructor rely on the TpCall to be ready (to fetch the EmpathyContact associated with the call). If things are going fast (by skipping the approving of the call and handling it right away for example) it may no be ready yet. | ||||
* | 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 |
| | | | | | | | | | | | | This patch adds the always_urgent property to the list of chatroom properties that are saved by the chatroom manager for the favorite chatrooms. This allows Empathy to bring favorite chatrooms back up with the same notification properties they had the last time they were used. This seems reasonable as a room marked as "Notify Always" will most likely be of such a character that this would be a reasonable setting every time the room is joined. | ||||
* | Add option to make chatroom "always urgent" (#611894) | Jonas Bonn | 2010-05-27 | 2 | -1/+50 |
| | | | | | | | | | | | | | | | | Often a user wants to be immediately notified of posts to a chatroom even when the post does not address them directly by name. This patch adds a room option to make all posts to the room "urgent", meaning that the system-specific urgency action should be taken -- notification, window urgency hint, etc. Two specific use cases for when one may want this: i) Low-traffic rooms (so that one does not have to go check the room all the time) ii) Error-logging room (room to which errors from some other system(s) are logged) The "always urgent" option is off by default when joining a room. | ||||
* | Add function ensure_chatroom to chatroom manager | Jonas Bonn | 2010-05-27 | 2 | -0/+26 |
| | | | | | This function tries to find an existing chatroom, but if it fails to do so it creates a new room and returns that instead. | ||||
* | 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 |
| | | | | Fixes bug #619489 | ||||
* | 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 o ↵ | Xavier Claessens | 2010-05-26 | 2 | -340/+57 |
| | | | | | | | | | n TpConnection. Note that it uses empathy_contact_dup_from_tp_contact() internally, so we are sure to really have at most one EmpathyContact object per TpContact Fixes bug #619488 | ||||
* | Add empathy_contact_dup_from_tp_contact() | Xavier Claessens | 2010-05-26 | 2 | -0/+45 |
| | | | | This API make sure to return a singleton EmpathyContact for any TpContact | ||||
* | Make use of TP_CONTACT_FEATURE_AVATAR_DATA | Xavier Claessens | 2010-05-26 | 3 | -266/+41 |
| | | | | Fixes bug #579812 | ||||
* | 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 |
| | | | | | | | | This is done in empathy-contact using TpContact:capabilities now. | ||||
* | | 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 |
| | | | | | | | | The storage size of 'addr' isn't known without netinet/in.h (#616859). | ||||
* | | 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 |
| | | | | We are iterating on channels so we should check the remaining channels... | ||||
* | remove empathy_dispatch_operation_new_with_wrapper | Guillaume Desmottes | 2010-04-19 | 1 | -13/+2 |
| | | | | It's not needed any more. | ||||
* | 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 |
| | | | | Requests is mandatory now and we use the CD any way. | ||||
* | 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 |
| | | | | | If the connection has been invalidated, it has been removed from priv->connections so we should check to avoid using a NULL pointer (#615970). | ||||
* | 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 ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
| | | | | empathy_signal_connect_weak | ||||
* | libempathy/empathy-dispatcher.c: use tp_g_signal_connect_object instead of ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
| | | | | empathy_signal_connect_weak | ||||
* | libempathy/empathy-contact-manager.c: use tp_g_signal_connect_object instead ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -6/+6 |
| | | | | of empathy_signal_connect_weak | ||||
* | libempathy/empathy-account-settings.c: use tp_g_signal_connect_object ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
| | | | | instead of empathy_signal_connect_weak | ||||
* | 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 ↵ | Guillaume Desmottes | 2010-04-08 | 1 | -12/+21 |
| | | | | | | | | | current one The location we receive from tp-glib should be considered as read-only as we don't have any guarantee about the way keys and values are freed. Should hopefully fix (#615135). | ||||
* | 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 |
| | | | | | If contact publishes his position, it's fair to assume it publishes lat and lon. | ||||
* | don't start geocode search if the address is empty | Guillaume Desmottes | 2010-04-08 | 1 | -3/+7 |
| | |||||
* | unref avatar and location in dispose rather than finalize | Guillaume Desmottes | 2010-04-08 | 1 | -6/+12 |
| | |||||
* | factor out iteration on channels | Guillaume Desmottes | 2010-04-08 | 1 | -28/+18 |
| | |||||
* | Call EnsureChannel with an 'infinite' timeout so we don't have to catch list ↵ | Guillaume Desmottes | 2010-04-08 | 1 | -11/+4 |
| | | | | channels in NewChannels any more | ||||
* | pass properties hash table to tp_contact_list_group_add_channel | Guillaume Desmottes | 2010-04-08 | 1 | -29/+9 |
| | |||||
* | Use Requests.Channels property instead of the deprecated ListChannels() | Guillaume Desmottes | 2010-04-08 | 1 | -38/+51 |
| | |||||
* | Use NewChannels signal to catch group channels (#614236) | Guillaume Desmottes | 2010-04-08 | 1 | -20/+12 |
| | |||||
* | new_channels_cb: don't early return if TargetHandleType != TP_HANDLE_TYPE_LIST | Guillaume Desmottes | 2010-04-08 | 1 | -12/+10 |
| | |||||
* | tp-contact-list: stop disconnecting NewChannels | Guillaume Desmottes | 2010-04-08 | 1 | -19/+1 |
| | | | | We are going to use it to get group channels as well. | ||||
* | fix coding style | Guillaume Desmottes | 2010-04-07 | 1 | -112/+127 |
| | |||||
* | don't define update_geocode if geoclue is not enabled | Guillaume Desmottes | 2010-04-07 | 1 | -5/+5 |
| | |||||
* | Get location update from TpContact (#599162) | Guillaume Desmottes | 2010-04-06 | 2 | -4/+21 |
| | |||||
* | contact-factory: stop managing locations | Guillaume Desmottes | 2010-04-06 | 1 | -76/+0 |
| | |||||
* | move tp_contact_factory_geocode to empathy-contact | Guillaume Desmottes | 2010-04-06 | 2 | -154/+156 |
| | |||||
* | pass Location feature to Contacts | Guillaume Desmottes | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | remove empathy_tp_contact_factory_set_avatar | Guillaume Desmottes | 2010-04-06 | 2 | -65/+0 |
| | | | | This is not needed any more. | ||||
* | empathy-idle: stop using tp_dbus_daemon_dup | Guillaume Desmottes | 2010-04-01 | 1 | -1/+7 |
| | | | | It has been deprecated. | ||||
* | empathy-handler: stop using tp_get_bus | Guillaume Desmottes | 2010-04-01 | 1 | -1/+1 |
| | | | | It has been deprecated. | ||||
* | empathy_presence_get_default_message: return a string for ↵ | Guillaume Desmottes | 2010-03-31 | 1 | -1/+2 |
| | | | | TP_CONNECTION_PRESENCE_TYPE_UNKNOWN | ||||
* | fix indentation | Guillaume Desmottes | 2010-03-31 | 1 | -2/+2 |
| | |||||
* | tp-contact-list: add members of 'stored' as members | Guillaume Desmottes | 2010-03-31 | 1 | -0/+24 |
| | | | | This allow us to display contacts with subscriptio='none' (#539765). | ||||
* | got_added_members_cb: check if contact is already in the hash before adding it | Guillaume Desmottes | 2010-03-31 | 1 | -0/+3 |
| | | | | | | empathy_tp_contact_factory_get_from_handles is async, so if the contact has already been added when it returns the contact objects there is no point to try to re-add it twice. | ||||
* | add members of 'publish' as members of the TpContactList | Guillaume Desmottes | 2010-03-31 | 1 | -4/+24 |
| | |||||
* | pass handles to add_to_members instead of contact objects | Guillaume Desmottes | 2010-03-31 | 1 | -33/+42 |
| | |||||
* | auto-accept pending call in tp_contact_list_subscribe_group_members_changed_cb | Guillaume Desmottes | 2010-03-31 | 1 | -11/+22 |
| | | | | | So we don't have to wait to have the contact and can group them to do only on AddMembers call. | ||||
* | factor out remove_from_member_if_needed | Guillaume Desmottes | 2010-03-31 | 1 | -2/+10 |
| | | | | | Call it that way because we are about to add some check before removing a contact from members. | ||||
* | factor out add_to_members | Guillaume Desmottes | 2010-03-31 | 1 | -9/+20 |
| | |||||
* | tp-contact-list: Improve hash table descriptions | Guillaume Desmottes | 2010-03-31 | 2 | -4/+19 |
| | |||||
* | properly cast GArray content | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | empathy_tp_call_leave: allocate the array on the stack | Guillaume Desmottes | 2010-03-30 | 1 | -7/+2 |
| | |||||
* | empathy_call_handler_stop_call: use empathy_tp_call_leave rather than ↵ | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 |
| | | | | | | empathy_tp_call_close This will gracefully hang up calls (#610477). | ||||
* | add empathy_tp_call_leave | Guillaume Desmottes | 2010-03-30 | 2 | -0/+48 |
| | |||||
* | Merge branch 'people-nearby-fake-group-613558' | Danielle Madeley | 2010-03-30 | 1 | -19/+0 |
|\ | |||||
| * | Make People Nearby into a Fake Group like Ungrouped and Favourites | Danielle Madeley | 2010-03-24 | 1 | -19/+0 |
| | | |||||
* | | disconnect NewChannels signal once we got all the list channels we care about | Guillaume Desmottes | 2010-03-30 | 1 | -1/+19 |
| | | |||||
* | | tp-contact-list: watch for list channels announced in NewChannels signals | Guillaume Desmottes | 2010-03-30 | 1 | -0/+47 |
| | | | | | | | | | | | | If ensuring list channels fails (for example because the server is slow and the D-Bus call timeouts before CM fetches the roster), we have a chance to get them later. (#612949) | ||||
* | | allow got_list_channel to be called more than once for the same channel | Guillaume Desmottes | 2010-03-30 | 1 | -2/+6 |
| | | | | | | | | Also allow to pass other list channel such as 'deny' for example. | ||||
* | | factor out got_list_channel | Guillaume Desmottes | 2010-03-30 | 1 | -19/+27 |
| | | |||||
* | | empathy_dispatcher_find_requestable_channel_classes: allow handle_type being 0 | Guillaume Desmottes | 2010-03-30 | 1 | -2/+0 |
| | | | | | | | | | | This allows us to check if channel type with HandleType=None are supported (for example roomlist channels). | ||||
* | | telepathy-glib sucks, need to send stream error from the main thread | Olivier Crête | 2010-03-29 | 1 | -2/+13 |
| | | |||||
* | | Return a telepathy error if the source can't be added | Olivier Crête | 2010-03-29 | 1 | -3/+8 |
| | | |||||
* | | Send stream error when the src pad can't be linked | Olivier Crête | 2010-03-29 | 1 | -3/+8 |
| | | |||||
* | | tp-chat: update self user if it has been renamed (#613930) | Guillaume Desmottes | 2010-03-29 | 1 | -0/+6 |
| | | |||||
* | | fallback to JID if alias is empty | Felix Kaser | 2010-03-29 | 1 | -5/+8 |
| | | | | | | | | if the alias is empty, contact_get_name should fallback to the jabber id. this fixes bug #614162 | ||||
* | | remove empathy_log_store_empathy_get_dir | Guillaume Desmottes | 2010-03-29 | 2 | -10/+0 |
|/ | |||||
* | empathy-contact-manager: no need to pass object as user_data and weak_object | Danielle Madeley | 2010-03-24 | 1 | -2/+2 |
| | |||||
* | empathy-contact-manager: remove unrequired for loop when unpacking struct | Danielle Madeley | 2010-03-24 | 1 | -14/+5 |
| | |||||
* | idle: Only restore state but not status message when getting back from idle ↵ | Brian Curtis | 2010-03-15 | 1 | -14/+3 |
| | | | | (#566832) | ||||
* | stop exporting FAVOURITE_CONTACTS_CFLAGS and FAVOURITE_CONTACTS_LIBS | Guillaume Desmottes | 2010-03-15 | 1 | -2/+0 |
| | |||||
* | check that logger is not NULL before unrefing it | Guillaume Desmottes | 2010-03-15 | 1 | -1/+2 |
| | |||||
* | fix hash table leak | Guillaume Desmottes | 2010-03-15 | 1 | -1/+2 |
| | | | | | priv->favourites takes the reference of the newly created hash table so we don't have to ref it. | ||||
* | factor out add_contacts_to_favourites | Guillaume Desmottes | 2010-03-15 | 1 | -31/+30 |
| | |||||
* | Unref contact returned by empathy_contact_list_get_members | Guillaume Desmottes | 2010-03-15 | 1 | -1/+2 |
| | | | | empathy_contact_list_get_members return a list of reffed contacts. | ||||
* | log an error if {Add,Remove}FavouriteContact failed | Guillaume Desmottes | 2010-03-15 | 1 | -2/+22 |
| | |||||
* | document the favorites hash table | Guillaume Desmottes | 2010-03-15 | 1 | -0/+2 |
| | |||||
* | coding style fixes | Guillaume Desmottes | 2010-03-15 | 3 | -25/+27 |
| | |||||
* | Rebase the favourites support upon the telepathy-logger instead of a ↵ | Travis Reitter | 2010-03-15 | 3 | -5/+316 |
| | | | | specially-named favourites group. | ||||
* | Cut out the concept of a special Favourites group | Travis Reitter | 2010-03-15 | 2 | -13/+31 |
| | |||||
* | Add a favorite contacts build option and make Moblin support automatically ↵ | Travis Reitter | 2010-03-15 | 2 | -0/+4 |
| | | | | turn it on. | ||||
* | Add support for marking contacts as favorites (which gives them a highlighted | Travis Reitter | 2010-03-15 | 2 | -0/+24 |
| | | | | star next to their name and adds them to the top of the contact list) | ||||
* | Migrate butterfly logs to remove the network ID suffix. | Jonny Lamb | 2010-03-13 | 2 | -0/+12 |
| | | | | | | Bug #612519 contains much more information about this change. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Merge branch 'butterfly-conference-misc' | Jonny Lamb | 2010-03-11 | 2 | -3/+12 |
|\ | |||||
| * | tp-chat: remove butterfly MSN HandleType=NONE workaround | Jonny Lamb | 2010-03-11 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of butterfly use the conference interface, so their 1-1 chats don't implement the group interface. This patch changes nothing there, but now when butterfly gives a channel with TargetHandleType=NONE, it is actually a MUC, so act like that. Thanks to the addition of the conference interface with this change, we can check for its presence to decide whether this is old-school or new-school butterfly. This commit and 13a7c40c together fix bug #612461. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | tp-chat: when seeing if a chat can be upgraded, don't worry about handle type | Jonny Lamb | 2010-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you upgrade a gtalk 1-1 chat to a PMUC, it moves from [ChannelType=TEXT, TargetHandleType=CONTACT] to [ChannelType=TEXT, TargetHandleType=ROOM]. When you upgrade an MSN 1-1 chat to a multi-user chat in butterfly, it moves from [ChannelType=TEXT, TargetHandleType=CONTACT] to [ChannelType=TEXT, TargetHandleType=NONE]. Both of these cases have the 1-1 chat properties set as fixed properties in a class in their connection's RCC. They both also have the upgraded set of properties as above fixed, and o.fd.Tp.Channel.Interface.Conference(.DRAFT) in the appropriate Allowed_Properties array. Empathy used to look for this said channel interface in the allowed properties of a TargetHandleType=ROOM class. As butterfly uses TargetHandleType=NONE, this isn't so useful, so let's not care about the handle type to fit around both gtalk and MSN. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | dispatcher: allow not caring about handle type when looking up RCCs | Jonny Lamb | 2010-03-11 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | chatroom-manager: Save correct room name | Jonas Bonn | 2010-03-09 | 1 | -1/+1 |
|/ | | | | | | | | When writing out the room name to the persistance file, the room name should properly be gotten with the get_room function. This bug has probably not bitten too many users as the remote room name and the favorite chatroom name usually are usually the same; however, if the user were to change the favorite chatroom name then this bug would become apparent. | ||||
* | empathy_account_settings_set_display_name_async: don't do anything if not needed | Guillaume Desmottes | 2010-03-03 | 1 | -0/+7 |
| | |||||
* | factor out empathy_connect_new_account | Guillaume Desmottes | 2010-03-02 | 2 | -0/+41 |
| | |||||
* | Merge commit 'ka/empathy-tpl-20100225-ifdef' | Guillaume Desmottes | 2010-02-26 | 8 | -9/+158 |
|\ | |||||
| * | TPL Enabling patch, all-in-one. | Cosimo Alfarano | 2010-02-26 | 8 | -9/+158 |
| | | | | | | | | By default TPL is disabled, use --enable-tpl configure option to enable it. | ||||
* | | Don't try to close channels thrice. | Will Thompson | 2010-02-26 | 1 | -2/+6 |
|/ | | | | Fixes: #611071 | ||||
* | Cope with tp-glib calling the callback in sync | Sjoerd Simons | 2010-02-25 | 1 | -16/+29 |
| | |||||
* | No reason to get Channels from connections, that's MCs job | Sjoerd Simons | 2010-02-25 | 1 | -27/+0 |
| | |||||
* | Merge branch 'requests'. Fixes: #598905 | Sjoerd Simons | 2010-02-25 | 5 | -159/+231 |
|\ | |||||
| * | Not using the weak object anymore, get the dispatcher request data from ↵ | Sjoerd Simons | 2010-02-25 | 1 | -3/+3 |
| | | | | | | | | request data | ||||
| * | Use a appropriate unique name for Empathy unique app | Sjoerd Simons | 2010-02-25 | 1 | -2/+0 |
| | | |||||
| * | Assert that the account exists | Sjoerd Simons | 2010-02-25 | 1 | -0/+2 |
| | | |||||
| * | Small coding style fix | Sjoerd Simons | 2010-02-25 | 1 | -1/+2 |
| | | |||||
| * | Set ourselves as the preferred handler if there is a callback | Sjoerd Simons | 2010-02-25 | 1 | -2/+6 |
| | | |||||
| * | If we're asked to handle a channel twice, assume it's due to user action | Sjoerd Simons | 2010-02-25 | 1 | -2/+15 |
| | | |||||
| * | Add a debug message for when errors are signaled | Sjoerd Simons | 2010-02-25 | 1 | -0/+2 |
| | | |||||
| * | Add a convenience function to get the busname of a handler | Sjoerd Simons | 2010-02-25 | 2 | -1/+11 |
| | | |||||
| * | Output the path before trying to register it | Sjoerd Simons | 2010-02-25 | 1 | -1/+1 |
| | | |||||
| * | Replace tabs with spaces | Sjoerd Simons | 2010-02-25 | 1 | -2/+2 |
| | | |||||
| * | Remove dead code related to outstanding channels | Sjoerd Simons | 2010-02-25 | 1 | -96/+2 |
| | | | | | | | | | | | | | | | | With the move to the ChannelDispatcher channels we've requested will either not be dispatched through HandleChannels (because we used the old way of directly requesting it on the MC) or will get passed after we've started the request and can thus be dispatched right away. The concept of oustanding channel is thus obsolete. | ||||
| * | Don't ever drop requested channels | Sjoerd Simons | 2010-02-24 | 1 | -11/+0 |
| | | | | | | | | | | | | | | Before moving to the ChannelDispatcher we got channels either through the NewChannel(s) signal or as a result of requesting a channel from the CM. Now that we've moved to the ChannelDispatcher, we only get channels that we should handle through HandleChannels. So we shouldn't filter any of them. | ||||
| * | Check if channels we requested satisfy requests | Sjoerd Simons | 2010-02-24 | 1 | -18/+51 |
| | | |||||
| * | Request channels from the CD instead of the CM | Sjoerd Simons | 2010-02-24 | 1 | -27/+141 |
| | | |||||
* | | empathy_account_settings_has_account: cope with priv->account being NULL | Guillaume Desmottes | 2010-02-24 | 1 | -0/+3 |
|/ | | | | | priv->account is not garantee to be set so empathy_account_settings_has_account shouldn't assume it is (#610942). | ||||
* | define EMPATHY_CLIENT_NAME | Guillaume Desmottes | 2010-02-22 | 1 | -0/+2 |
| | |||||
* | always use empathy_tp_chat_leave instead of _close | Guillaume Desmottes | 2010-02-20 | 2 | -4/+3 |
| | |||||
* | empathy_tp_chat_leave: try to remove the self-handle instead of closing ↵ | Guillaume Desmottes | 2010-02-19 | 1 | -1/+35 |
| | | | | (#610461) | ||||
* | Introduce empathy_tp_chat_leave | Guillaume Desmottes | 2010-02-19 | 2 | -0/+8 |
| | |||||
* | Use TpDebugSender to publish debug messages (#607330) | Jonny Lamb | 2010-02-17 | 4 | -366/+8 |
| | |||||
* | Merge branch 'ack-all' | Sjoerd Simons | 2010-02-16 | 2 | -0/+8 |
|\ | |||||
| * | add API to TpChat to ack all pending messages in one go | Sjoerd Simons | 2010-02-16 | 2 | -0/+8 |
| | | |||||
* | | dispatcher_connection_new_requested_channel: fix a use-after-free crash | Guillaume Desmottes | 2010-02-16 | 1 | -2/+8 |
|/ | | | | | | | | | If an error occurs when requesting the channel, we call dispatcher_request_failed which as the side effect of destroying the DispatcherRequestData. When calling dispatcher_flush_outstanding_operations we used to deference this pointer. Fixes this crash by using the "self" pointer instead and reffing it to be sure it stays valid. | ||||
* | Separate the accounts dialog into its own program which works with the Gnome ↵ | Travis Reitter | 2010-02-12 | 1 | -1/+6 |
| | | | | | | | | preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon). | ||||
* | Use the 'phone' icon for the 'sms' protocol | Guillaume Desmottes | 2010-02-10 | 1 | -0/+2 |
| | |||||
* | Use the SIP icon for the SIMPLE protocol | Guillaume Desmottes | 2010-02-09 | 1 | -1/+4 |
| | | | | SIMPLE is a SIP extension. | ||||
* | Use a GSList instead of GList to store messages to ack | Guillaume Desmottes | 2010-02-09 | 2 | -7/+7 |
| | |||||
* | Don't assume that removing a user from 'stored' will remove them from all lists | Danielle Madeley | 2010-02-08 | 1 | -2/+0 |
| | | | | | | This doesn't appear to be correct for all CMs (at least, it doesn't appear to be correct for Gabble). At least it doesn't appear incorrect to attempt to remove the contact from the other lists anyway (#608974). | ||||
* | Ensure that the EmpathyIdle is not used in account_manager_ready_cb after ↵ | Travis Reitter | 2010-02-08 | 1 | -3/+16 |
| | | | | | | being finalized Fixes #608813 | ||||
* | notify_ready_cb: use g_simple_async_result_complete instead of _in_idle | Guillaume Desmottes | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | replace empathy_connection_managers_call_when_ready by ↵ | Guillaume Desmottes | 2010-01-22 | 2 | -51/+38 |
| | | | | prepare_{async_finish} functions | ||||
* | add empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 2 | -0/+73 |
| | | | | That's easier to use than checking if ready and connecting a callback. | ||||
* | remove empathy-tube-handler.c and empathy-tube-dispatch | Guillaume Desmottes | 2010-01-19 | 4 | -355/+0 |
| | |||||
* | stop dispatching tube channels (#599159) | Guillaume Desmottes | 2010-01-19 | 1 | -1/+0 |
| | | | | Tube applications should use the ChannelDispatcher. | ||||
* | Changed the return string of empathy_presence_get_default_message to ↵ | G.Balaji | 2010-01-18 | 1 | -1/+1 |
| | | | | | | Invisible so that we display Invisible to the user. This fix bug #603472 | ||||
* | Support silent build rules with automake 1.11 | Javier Jardón | 2010-01-18 | 1 | -8/+7 |
| | | | | | | | | | | Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=585364 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Rephrase the TP_CONNECTION_STATUS_REASON_REQUESTED message to make it ↵ | Guillaume Desmottes | 2010-01-15 | 1 | -1/+1 |
| | | | | clearer (#606510) | ||||
* | No need to get RequestableChannelClasses if ContactCapability is implemented | Guillaume Desmottes | 2010-01-14 | 1 | -15/+23 |
| | | | | We use it only as a fallback if it's not. | ||||
* | factor out channel_classes_to_capabilities | Guillaume Desmottes | 2010-01-14 | 1 | -64/+58 |
| | |||||
* | Use ContactCapabilities to get audio/video caps (#599163) | Guillaume Desmottes | 2010-01-14 | 1 | -1/+16 |
| | |||||
* | Stop using the old Capabilities iface if ContactCapabilities is implemented | Guillaume Desmottes | 2010-01-14 | 1 | -20/+20 |
| | |||||
* | Claim that contacts support stream tube if it's announced in their contact ↵ | Guillaume Desmottes | 2010-01-14 | 1 | -7/+10 |
| | | | | capabilities | ||||
* | Claim that contacts support FT if it's announced in their contact ↵ | Guillaume Desmottes | 2010-01-14 | 1 | -0/+91 |
| | | | | capabilities (#599164) | ||||
* | Don't assume contacts support FT if ContactCapabilities is implemented | Guillaume Desmottes | 2010-01-14 | 1 | -4/+19 |
| | |||||
* | Call xmlCleanupParser() only once when exiting (#600693) | Guillaume Desmottes | 2010-01-13 | 3 | -3/+0 |
| | | | | | | | This function should only be called when exiting the application as it cleans up the memory allocated by the library itself. Thanks to Lennart for pointing this out. | ||||
* | listen for the "account-validity-changed" so new account are added to the ↵ | Guillaume Desmottes | 2010-01-12 | 1 | -0/+35 |
| | | | | dispatcher (#605689) | ||||
* | store status-changed sig handler in a hash table | Guillaume Desmottes | 2010-01-12 | 1 | -0/+24 |
| | |||||
* | factor out connect_account | Guillaume Desmottes | 2010-01-12 | 1 | -7/+14 |
| | |||||
* | empathy_dispatcher_join_muc: assert than connection_data is not NULL | Guillaume Desmottes | 2010-01-12 | 1 | -0/+1 |
| | |||||
* | connect to val-changed signal in contact manager | Felix Kaser | 2010-01-11 | 1 | -0/+17 |
| | | | | | new accounts have to be registered for status-changed signals, that can only be done if the account-validity-changed signal is handled. fixes bug #604628 | ||||
* | hash_job_done: set hash_data->error to NULL when cleaning it | Guillaume Desmottes | 2010-01-07 | 1 | -0/+1 |
| | | | | This avoid to try to clean it at second time in hash_data_free (#606220). | ||||
* | account-settings: use empathy_signal_connect_weak to connect the ready ↵ | Guillaume Desmottes | 2009-12-26 | 1 | -2/+2 |
| | | | | | | | signal on managers If for some reason this signal is fired after the settings has been destroyed, we shouldn't crash. | ||||
* | libempathy/empathy-irc-network-manager.c: Fix typo similiar -> similar | Laurent Bigonville | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | add empathy_account_settings_get_tp_protocol | Guillaume Desmottes | 2009-12-22 | 2 | -0/+11 |
| | |||||
* | Refactor MUC upgrading to be a feature of TpChat->add() | Danielle Madeley | 2009-12-21 | 2 | -13/+97 |
| | | | | | Add a method to be able to tell whether a given TpChat supports you calling add() on it. | ||||
* | Don't destroy the request properties, EmpathyDispatcher now owns them | Danielle Madeley | 2009-12-21 | 1 | -0/+13 |
| | | | | | This is not the same as tp-glib semantics (e.g. tp_..._call_create_channel). Add some docs to EmpathyDispatcher to explain this, for the next person. | ||||
* | tp-call: set debug domain to voip | Guillaume Desmottes | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | add empathy_tp_call_has_initial_video | Guillaume Desmottes | 2009-12-16 | 2 | -0/+24 |
| | |||||
* | empathy_protocol_icon_name: use the Yahoo icon for Yahoo Japan (#604567) | Guillaume Desmottes | 2009-12-15 | 1 | -0/+4 |
| | |||||
* | refactor friendly status reason messages | Felix Kaser | 2009-12-15 | 2 | -0/+38 |
| | | | | the friendly status reason can be asked from empathy-utils | ||||
* | connect the 'group-members-changed' on groups once they are ready | Guillaume Desmottes | 2009-12-11 | 1 | -59/+81 |
| | | | | | | | | | The previous code was racy. If the 'group-members-changed' was fired before the channel was ready, the group didn't exist yet in Empathy and so the contact didn't appear in the group. We fix that by connecting this signal once the group channel is ready and adding current members manually. | ||||
* | Use EnsureChannel to get Stored/Publish/Subscribe channels | Xavier Claessens | 2009-12-11 | 1 | -134/+47 |
| | |||||
* | use tp_asv_new | Guillaume Desmottes | 2009-12-10 | 1 | -15/+5 |
| | |||||
* | tp_contact_list_remove: add FIXME about potential race | Guillaume Desmottes | 2009-12-10 | 1 | -0/+2 |
| | |||||
* | tp_contact_list_remove: remove from the stored list if possible (#604181) | Guillaume Desmottes | 2009-12-09 | 1 | -0/+8 |
| | |||||
* | tp-contact-list: request the 'stored' channel | Guillaume Desmottes | 2009-12-09 | 1 | -1/+66 |
| | |||||
* | Don't highlight scrollback messages (#602288) | Guillaume Desmottes | 2009-12-02 | 1 | -0/+8 |
| | |||||
* | tp-chat: set the flags of the message | Guillaume Desmottes | 2009-12-02 | 1 | -4/+9 |
| | |||||
* | empathy-message: add message flags | Guillaume Desmottes | 2009-12-02 | 2 | -0/+39 |
| | |||||
* | contact_manager_status_changed_cb: ignore disconnected account | Guillaume Desmottes | 2009-11-30 | 1 | -0/+4 |
| | | | | | There is no point to start tracking an account which is about to be removed. Furthemore, this avoid to re-add previoulsy invalidated connections (#603361). | ||||
* | add 'voip' debug domain | Guillaume Desmottes | 2009-11-28 | 2 | -0/+2 |
| | |||||
* | Add Test debug domain | Xavier Claessens | 2009-11-25 | 2 | -0/+2 |
| | |||||
* | empathy_tp_contact_factory_get_from_{id,handle} shouldn't pass the ref of ↵ | Guillaume Desmottes | 2009-11-23 | 1 | -0/+7 |
| | | | | | | | the contact to the cb This match the behaviour of empathy_tp_contact_factory_get_from_{ids,handles} and tp_connection_get_contacts_by_handle. | ||||
* | ft-handler: contact_factory_contact_cb: ref the contact | Guillaume Desmottes | 2009-11-23 | 1 | -1/+1 |
| | | | | | empathy_tp_contact_factory_get_from_handle is not supposed to give a reference to the callback. | ||||
* | tp-contact-factory: document that ↵ | Guillaume Desmottes | 2009-11-23 | 1 | -0/+2 |
| | | | | empathy_tp_contact_factory_get_from_{ids,handles} don't give a ref to the cb | ||||
* | idle: make empathy_idle_get_status static | Guillaume Desmottes | 2009-11-19 | 2 | -19/+18 |
| | | | | | It's not used anymore and other components should use the account manager directly. | ||||
* | tp-chat: copy the rename message | Guillaume Desmottes | 2009-11-19 | 1 | -3/+4 |
| | |||||
* | coding style fixes | Guillaume Desmottes | 2009-11-19 | 1 | -4/+4 |
| | |||||
* | don't mix code and variable declarations | Guillaume Desmottes | 2009-11-19 | 1 | -3/+3 |
| | |||||
* | Handle the case where a user's id changes in a chatroom | Jonathon Jongsma | 2009-11-19 | 2 | -0/+104 |
| | | | | | | | | | | | | | | | | | Telepathy-glib has a enum value for the MembersChanged signal to signify that a user's ID has changed. Previously, empathy was simply interpreting this as if a user with the old name had left the chat and a different user with the new name had entered the chat. This change handles this case more gracefully by updating the contact's id (and name) when this change reason is present One thing that does not yet work with this patch is if you are engaged in a private chat with a person and they change their nick in the middle of the chat. Then the EmpathyContact* that you are chatting with is no longer the EmpathyContact* representing the remote user, so messages won't be delivered properly. When we detect that a user has been 'renamed', we probably need to somehow go through all of the private chats with that person and swap out the old (invalid) EmpathyContact* and replace it with the new one so that the chat can continue without interruption. | ||||
* | tp-chat: no need to connect twice on the ChatStateChanged signal | Guillaume Desmottes | 2009-11-19 | 1 | -4/+0 |
| | |||||
* | remove empathy_idle_{get,set}_flash_state | Guillaume Desmottes | 2009-11-18 | 2 | -49/+0 |
| | |||||
* | We should ensure, not create muc channels | Sjoerd Simons | 2009-11-17 | 1 | -0/+1 |
| | |||||
* | log_store_empathy_search_hit_new: don't unref accounts | Guillaume Desmottes | 2009-11-17 | 1 | -1/+0 |
| | | | | tp_account_manager_get_valid_accounts does *not* ref the accounts (#600800). | ||||
* | add empathy_tp_call_get_connection_manager | Guillaume Desmottes | 2009-11-16 | 2 | -0/+23 |
| | |||||
* | contact.h: remove empathy_contact_hash as it's not defined (#580254) | Guillaume Desmottes | 2009-11-14 | 1 | -1/+0 |
| | |||||
* | Respect indentation style. | Cosimo Cecchi | 2009-11-13 | 2 | -23/+25 |
| | |||||
* | tp-chat: update the 'password-needed' property when password flags changes | Guillaume Desmottes | 2009-11-13 | 1 | -0/+27 |
| | |||||
* | empathy-tp-chat: add 'password-needed' property | Guillaume Desmottes | 2009-11-13 | 1 | -0/+13 |
| | |||||
* | add empathy_tp_chat_provide_password_{async,finish} | Guillaume Desmottes | 2009-11-13 | 2 | -0/+63 |
| | |||||
* | tp_chat_check_if_ready: deal with password protected room | Guillaume Desmottes | 2009-11-13 | 1 | -2/+10 |
| | | | | | | The TpChat is not ready if we are fetching the password flags. But once it's fetched, the chat is ready if it's protected as we won't be able to get the members of the room. | ||||
* | tp-chat: add API to check if a password is required | Guillaume Desmottes | 2009-11-13 | 2 | -0/+38 |
| | |||||
* | tp_chat_check_if_ready: split the test checking if the TpChat is ready | Guillaume Desmottes | 2009-11-13 | 1 | -3/+8 |
| | |||||
* | libempathy/Makefile.am: sort files | Guillaume Desmottes | 2009-11-13 | 1 | -14/+14 |
| | |||||
* | empathy-tp-contact-factory: ensure that ↵ | Guillaume Desmottes | 2009-11-12 | 1 | -1/+18 |
| | | | | empathy_tp_contact_factory_get_from_handle always return an error if the contact hasn't been created | ||||
* | empathy_dispatch_operation_dispose: fix crash when disconnecting the ready ↵ | Guillaume Desmottes | 2009-11-12 | 1 | -5/+3 |
| | | | | | | | signal We were trying to disconnect the wrong signal and it should be disconnected before unrefing channel_wrapper. | ||||
* | Warn if accessing connection status before AM is ready | Danielle Madeley | 2009-11-10 | 1 | -0/+5 |
| | |||||
* | empathy-tp-call: we are not sending or receiving video if the video stream ↵ | Guillaume Desmottes | 2009-11-10 | 1 | -0/+6 |
| | | | | doesn't exist | ||||
* | TpContactFactory: wait that the connection is ready before using it | Guillaume Desmottes | 2009-11-09 | 1 | -13/+35 |
| | |||||
* | dispatcher_init_connection_if_needed: wait that the connection is ready ↵ | Guillaume Desmottes | 2009-11-09 | 1 | -11/+32 |
| | | | | before using it (#600713) | ||||
* | [EmpathyIdle] track whether the AccountManager is ready, warn if it is not | Danielle Madeley | 2009-11-09 | 1 | -0/+16 |
| | |||||
* | empathy_call_handler_request_cb: notify when the tp-call property is set | Guillaume Desmottes | 2009-11-05 | 1 | -0/+1 |
| | |||||
* | TpCall: add {audio,video}-stream-error signals | Guillaume Desmottes | 2009-11-05 | 1 | -0/+58 |
| | |||||
* | empathy-dispatch-operation: ensure that the operation stays alive while ↵ | Guillaume Desmottes | 2009-11-04 | 1 | -2/+12 |
| | | | | tp_channel_call_when_ready is running | ||||
* | empathy-dispatch-operation: ensure that the operation stays alive while ↵ | Guillaume Desmottes | 2009-11-04 | 1 | -0/+12 |
| | | | | tp_connection_call_when_ready is running (#600551) | ||||
* | Merge branch 'irc-command' | Xavier Claessens | 2009-11-04 | 4 | -80/+61 |
|\ | |||||
| * | Move /me and /say support from EmpathyMessage to EmpathyChat. | Xavier Claessens | 2009-11-01 | 2 | -57/+0 |
| | | | | | | | | Also make commands not case sensitive and use g_ascii_isspace to detect spaces. | ||||
| * | Fix topic not always shown, and add /topic command support. | Xavier Claessens | 2009-11-01 | 2 | -23/+61 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=573407 | ||||
* | | Merge branch 'accountz' | Jonny Lamb | 2009-11-02 | 26 | -2888/+518 |
|\ \ | |/ |/| | |||||
| * | log-store-empathy: refer to "make logs async" bug | Jonny Lamb | 2009-10-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | dispatcher: refer to EmpathyHandler bug | Jonny Lamb | 2009-10-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | idle: added a comment to explain _is_just_connected | Jonny Lamb | 2009-10-30 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | idle: don't hardcode 10 seconds as the "just connected" time | Jonny Lamb | 2009-10-30 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | idle: add comment about the connect_times hash table types | Jonny Lamb | 2009-10-30 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | idle: updated comment | Jonny Lamb | 2009-10-30 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | utils: remove FIXME | Jonny Lamb | 2009-10-30 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Although still true, the comment above the function will suffice and this can't really be changed without lots of making-async of other places in Empathy. I also don't think this is a problem in practice as everywhere in Empathy we use the account manager should have a _prepare called beforehand. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | all: log error messages if preparing the account manager fails | Jonny Lamb | 2009-10-30 | 5 | -10/+36 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | contact-manager, dispatcher: renamed _new_connection_cb to _status_changed_cb | Jonny Lamb | 2009-10-25 | 2 | -6/+6 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=599169#c2 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | idle: use the TpAccount pointer as key to the hash table, and remove values ↵ | Jonny Lamb | 2009-10-25 | 1 | -12/+8 |
| | | | | | | | | | | | | | | | | on disconnect https://bugzilla.gnome.org/show_bug.cgi?id=599169#c2 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | tp-roomlist: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 2 | -8/+6 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> |