]> git.0d.be Git - empathy.git/history - libempathy
Use the account manager to map from connection to account.
[empathy.git] / libempathy /
2009-04-22 Xavier ClaessensUse the account manager to map from connection to account.
2009-04-22 Xavier ClaessensAdd empathy_tp_chat_get_connection() to direct access...
2009-04-22 Xavier ClaessensReorder functions to not declare them on top
2009-04-22 Xavier ClaessensFix some coding style
2009-04-22 Xavier ClaessensPort EmpathyTpChat to new API and drop usage of Empathy...
2009-04-22 Xavier ClaessensPort EmpathyCallHandler to new API
2009-04-22 Xavier ClaessensPort EmpathyTpCall to new API
2009-04-22 Xavier ClaessensPort EmpathyLogManager to new API
2009-04-22 Xavier ClaessensPort EmpathyDispatchOperation to new API
2009-04-22 Xavier ClaessensPort EmpathyTpFile to new API and add a ready property
2009-04-22 Xavier ClaessensEmpathyDispatcher: Use new EmpathyAccountManager API...
2009-04-22 Xavier ClaessensDrop unused include of contact factory
2009-04-22 Xavier ClaessensEmpathyContactManager: Use new API of EmpathyAccountMan...
2009-04-22 Xavier ClaessensRebase EmpathyTpContactList on TpConnection instead...
2009-04-22 Xavier ClaessensChange API of EmpathyTpContactFactory:
2009-04-22 Xavier ClaessensDrop EmpathyContactFactory
2009-04-22 Xavier ClaessensKeep a ref to all TpConnection objects. Map account...
2009-04-22 Xavier ClaessensTurn EmpathyContact into a TpContact wrapper
2009-04-21 Guillaume DesmottesMerge branch 'tube-bus-name'
2009-04-21 Guillaume Desmottesempathy_tube_handler_build_bus_name: escape invalid...
2009-04-21 Lars-Peter ClausenFix memleak in tp_contact_list_group_member_removed_cb...
2009-04-21 Lars-Peter ClausenFix memleak in empathy_tp_chat_acknowledge_messages...
2009-04-21 Lars-Peter ClausenFix memleak in empathy_account_manager_init. Do not...
2009-04-21 Lars-Peter ClausenFix memleak in empathy_tp_file_accept. Free content...
2009-04-21 Lars-Peter ClausenFix memleak in log_store_empathy_get_chats_for_dir...
2009-04-19 Xavier ClaessensMerge commit 'bigon/configure-deprecated-flag'
2009-04-17 Pierre-Luc BeaudoinAdd more information to EmpathyChatroom
2009-04-17 Laurent BigonvilleUse autotools magic to take care of disabling deprecate...
2009-04-17 Guillaume Desmottestp-tube: remove priv->parameters
2009-04-17 Guillaume Desmottestp-tube: remove priv->service
2009-04-17 Guillaume Desmottestp-tube: remove priv->initiator_contact and priv->facto...
2009-04-17 Guillaume Desmottesempathy-tp-tube: remove initiator and type member varia...
2009-04-17 Guillaume Desmottesempathy_tp_tube_class_init: set NUM_EMP_TUBE_CHANNEL_ST...
2009-04-17 Guillaume Desmottesempathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGS
2009-04-17 Guillaume Desmottesempathy-tp-tube: the state is a EmpTubeChannelState...
2009-04-16 Lars-Peter ClausenPlug a lear in log_store_empathy_get_messages_for_file...
2009-04-13 Guillaume Desmottesempathy_tp_tube_new_stream_tube: allow NULL as paramete...
2009-04-13 Xavier ClaessensAdd libcanberra-gtk in Require.private of libempathy...
2009-04-13 Will ThompsonUnref TpChat's channel after emitting destroy.
2009-04-03 Xavier ClaessensSimplify how channel classes value is parsed. Fixes...
2009-04-03 Xavier ClaessensFree the capabilities array. Fixes bug #577826
2009-03-20 Xavier ClaessensDo not assert if the CM does not support RequestableCha...
2009-03-20 Xavier ClaessensUse tp_channel_get_identifier instead of inspecting...
2009-03-20 Guillaume Desmottesempathy_contact_set_handle: remove the handle ready...
2009-03-17 Guillaume DesmottesMerge branch 'fix-ft' into to-merge
2009-03-09 Xavier ClaessensAdd empathy-log.h and empathy-log-store.h to Makefile.am
2009-03-09 Sjoerd SimonsChatroom dirs only exist on the toplevel log directory
2009-03-09 Sjoerd SimonsActually recurse in the chatrooms directory
2009-03-09 Sjoerd SimonsPrint a debug message if opening a log directory fails
2009-03-08 Sjoerd SimonsForward resource requests
2009-03-06 Xavier ClaessensFix typo in a comment
2009-03-06 Xavier ClaessensUse tp_strdiff in empathy_message_equal to compare...
2009-03-06 Xavier ClaessensRemove unused empathy_message_get_unique_id
2009-03-06 Xavier ClaessensImprove comment to explain what empathy_log_manager_get...
2009-03-06 Xavier ClaessensLittle optimization of log_store_empathy_get_filtered_m...
2009-03-06 Xavier ClaessensOptimize empathy_log_manager_get_filtered_messages...
2009-03-06 Xavier ClaessensSimplify finalize using g_list_foreachc
2009-03-06 Jonny LambUse if (n != NULL) instead of if (n).
2009-03-06 Jonny LambUse g_list_delete_link instead of g_list_remove.
2009-03-06 Jonny LambUse g_list_next (l) instead of l->next.
2009-03-06 Jonny LambUse a single-line return statement instead of if/else...
2009-03-06 Jonny LambUse atoi instead of sscanf.
2009-03-06 Jonny LambCall GET_PRIV after checking the parameters of empathy_...
2009-03-06 Jonny LambImplemented get_filtered_messages in empathy log store.
2009-03-06 Jonny LambAdded empathy_log_store_get_filtered_messages.
2009-03-06 Jonny LambReplaced get_last_messages with get_filtered_messages.
2009-03-06 Jonny LambAdded checks to the arguments of empathy_message_equal.
2009-03-06 Jonny LambGet last messages for the last day - 1 as well as the...
2009-03-06 Jonny LambRemoved duplicate log source addition.
2009-03-06 Jonny LambEmpathyLogStore: Store the CM message ID in the logs...
2009-03-06 Jonny LambAdded empathy_message_get_unique_id & empathy_message_e...
2009-03-06 Jonny LambRemove MessageObserveData as the TpChannel can be retri...
2009-03-06 Jonny LambCleaned up rebasing brokenness.
2009-03-06 Jonny LambChanged some G_STR_EQUALs to EMP_STR_EQUAL.
2009-03-06 Jonny LambRenamed EmpathyLogSource to EmpathyLogStore.
2009-03-06 Jonny LambMoved dispatcher observing and logging into EmpathyLogM...
2009-03-06 Jonny LambOnly write messages to one specified log source, hardco...
2009-03-06 Jonny LambAdded get_name function to EmpathyLogSource.
2009-03-06 Jonny LambUse g_list_concat even if the current GList is empty...
2009-03-06 Jonny LambFixed problems picked up when rebasing and cherry-picking.
2009-03-06 Jonny LambOnly call EmpathyLogSource methods if they are defined.
2009-03-06 Jonny LambAdded ack_message function to EmpathyLogSource interface.
2009-03-06 Jonny LambMade EmpathyLogSource an interface and EmpathyLogSource...
2009-03-06 Jonny LambDon't override the constructor. (Jonny Lamb)
2009-03-06 Jonny LambMake get_dates check whether a date is already in the...
2009-03-06 Jonny LambMade get_last_messages source independent. (Jonny Lamb)
2009-03-06 Jonny LambConverted log code to Collabora coding style. (Jonny...
2009-03-03 Sjoerd SimonsHardcode some a default codec preferences
2009-03-03 Sjoerd SimonsLet the UI call the handler for bus messages
2009-03-03 Xavier ClaessensRevert "Started splitting empathy log code from the...
2009-03-03 Jonny LambStarted splitting empathy log code from the log manager...
2009-02-20 Sjoerd SimonsHandle re-dispatching channels in approving state
2009-02-20 Jonny LambUse tp-glib generated code for file transfers rather...
2009-02-16 Guillaume Desmottesuse TpTubeType instead of EmpathyTubeType
2009-02-16 Guillaume Desmottesempathy_tube_handler_new: add debug message
2009-02-16 Guillaume Desmottesempathy-dispatcher: deal properly with NULL channel_wrapper
2009-02-16 Guillaume Desmottesadd parameters arg to empathy_tp_tube_new_stream_tube...
2009-02-16 Sjoerd SimonsWait for handle instead of id before request a channel
2009-02-16 Sjoerd SimonsSignal closed from the call-handler
2009-02-16 Jonny LambCorrect bracket-style.
next