aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-0124-130/+385
|\
| * Fix some coding style issuesSjoerd Simons2009-07-314-23/+30
| * add some slightly nicer debug messagesSjoerd Simons2009-07-311-2/+3
| * Add a small comment about emp_account_manager_update_global_presenceSjoerd Simons2009-07-311-0/+3
| * Fix typoSjoerd Simons2009-07-311-2/+2
| * Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-306-21/+17
| * remove usage of empathy_account_equalSjoerd Simons2009-07-304-18/+5
| * Remove empathy_account_hashSjoerd Simons2009-07-302-9/+0
| * Unref the connection if it fails to become ready or is invalidatedSjoerd Simons2009-07-301-10/+17
| * Add a utility function to may protocols to their iconsSjoerd Simons2009-07-293-1/+9
| * Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-2815-44/+299
| |\
| | * Fixed copy/paste mistake (Remove members from the right set)Louis-Francis Ratté-Boulianne2009-07-231-2/+2
| | * Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007)Frédéric Péters2009-07-213-5/+5
| | * Add EMPATHY_DEBUG_SHARE_DESKTOP in libempathy/empathy-debug.hArnaud Maillet2009-07-201-0/+1
| | * Merge commit 'jtellier/video-call-button-sensitivity'Davyd Madeley2009-07-152-0/+26
| | |\
| | | * Added functions to determine if a contact has video capabilitiesJonathan Tellier2009-07-032-0/+26
| | * | Revert "Remove deprecated call to g_mapped_file_free()"Davyd Madeley2009-07-151-1/+8
| | * | Small style fixesDavyd Madeley2009-07-151-2/+2
| | * | Remove deprecated call to g_mapped_file_free()Davyd Madeley2009-07-151-1/+1
| | * | Implement CAN_GROUP by looking at RequestableChannelClassesDavyd Madeley2009-07-151-1/+53
| | * | Add empathy_contact_manager_initialized()Davyd Madeley2009-07-152-0/+18
| | * | call GetAliasFlags() to determine if an alias can be set on a ContactListDavyd Madeley2009-07-152-1/+38
| | * | Convert empathy_contact_manager_can_add() to empathy_contact_manager_get_flag...Davyd Madeley2009-07-152-5/+7
| | * | Remove redundant empathy_tp_contact_list_can_add()Davyd Madeley2009-07-152-20/+6
| | * | Expose channel group flags via EmpathyContactList ifaceDavyd Madeley2009-07-153-0/+46
| | * | empathy-message.c: remove a trailing spaceGuillaume Desmottes2009-07-141-1/+1
| | * | Support for history message in Adium themes. Use context HTMLs.Nicolò Chieffo2009-07-083-0/+40
| | * | empathy_contact_manager_can_add: raise an error if connection is NULLGuillaume Desmottes2009-07-071-0/+1
| | |/
| | * Merge branch 'part-reasons'Will Thompson2009-07-021-13/+52
| | |\
| | | * Style: avoid marching off the right marginWill Thompson2009-06-191-9/+10
| | | * Style: use FIXME not TODOWill Thompson2009-06-191-3/+3
| | | * Coding style: one declaration per line.Will Thompson2009-06-191-1/+2
| | | * Include actor in members-changed if possibleWill Thompson2009-06-181-14/+51
* | | | Make protocol icons work also with account == NULLCosimo Cecchi2009-07-312-3/+6
* | | | Fix trailing whitespaceCosimo Cecchi2009-07-301-3/+3
* | | | Ignore default value for required paramsCosimo Cecchi2009-07-301-4/+0
* | | | Make account creation non-exclusiveCosimo Cecchi2009-07-301-22/+46
* | | | Rename empathy_account_settings_owns_account()Cosimo Cecchi2009-07-302-2/+2
* | | | Add empathy_account_settings_is_valid ()Cosimo Cecchi2009-07-302-0/+61
* | | | Fix a typo in dispose()Cosimo Cecchi2009-07-301-3/+5
* | | | Cancel the creation thread in dispose()Cosimo Cecchi2009-07-301-0/+11
* | | | Emit the ACCOUNT_CREATED signal at the right timeCosimo Cecchi2009-07-301-36/+31
* | | | Add empathy_account_settings_owns_account()Cosimo Cecchi2009-07-302-0/+17
* | | | Implement _set_display_nameCosimo Cecchi2009-07-303-2/+110
* | | | When an account is enabled, always align it to the global presence.Cosimo Cecchi2009-07-301-8/+9
* | | | Plug some leaksCosimo Cecchi2009-07-301-0/+6
* | | | Respect the global presence when enabling an accountCosimo Cecchi2009-07-301-3/+36
* | | | Add an API to get the num of CMsCosimo Cecchi2009-07-302-0/+14
|/ / /
* | | Ensure EmpathyConnectionManagers stays alive when still emitting signalsSjoerd Simons2009-07-231-0/+2
* | | Allow stop to be called if there isn't a backing channelSjoerd Simons2009-07-221-0/+4
* | | If the requested property is missing, assume we didn't request itSjoerd Simons2009-07-221-1/+1
* | | Correctly implement empathy_account_is_validSjoerd Simons2009-07-221-3/+2
* | | Add api to remove accountsSjoerd Simons2009-07-222-0/+53
* | | Add removed signal on EmpathyAccountSjoerd Simons2009-07-222-0/+64
* | | Make the account manager listen to AccountValidityChangedSjoerd Simons2009-07-221-2/+33
* | | Use the account manager when the service is running, not when we receive Name...Marco Barisione2009-07-221-15/+14
* | | Coding style fixesSjoerd Simons2009-07-227-11/+11
* | | Unescape _ and _2d in the protocol from mission-controlSjoerd Simons2009-07-221-1/+38
* | | Make empathy_account_set_enable call out over d-busSjoerd Simons2009-07-221-4/+26
* | | Add API to Update an accounts parametersSjoerd Simons2009-07-222-0/+59
* | | Remove the API to change the account parameters one by oneSjoerd Simons2009-07-222-74/+10
* | | Add an abstraction to buffer up changes to an accountSjoerd Simons2009-07-223-0/+1122
* | | Correct usage of privSjoerd Simons2009-07-221-5/+4
* | | Add API to add accountsSjoerd Simons2009-07-222-23/+106
* | | reformat macros a bitSjoerd Simons2009-07-211-6/+11
* | | Add singleton to cache TpConnectionManagersSjoerd Simons2009-07-203-0/+373
* | | remove dead codeSjoerd Simons2009-07-191-58/+0
* | | Escape unique names by replacing / by %Sjoerd Simons2009-07-161-8/+15
* | | Ignore a log when the account it isn't foundSjoerd Simons2009-07-161-1/+7
* | | Put the logs in XDG_DATA_HOME instead of ~/.gnome2Sjoerd Simons2009-07-161-2/+4
* | | Default to OFFLINE instead of UNSET for the global presenceSjoerd Simons2009-07-161-1/+1
* | | Escape the unique account nameSjoerd Simons2009-07-161-3/+6
* | | Add a concept of ready to the account managerSjoerd Simons2009-07-162-2/+74
* | | Check the right variable for setting the ready propertySjoerd Simons2009-07-161-1/+1
* | | Remove last references to mission-control 4Sjoerd Simons2009-07-1613-25/+12
* | | Use default status identifiers when setting the presenceSjoerd Simons2009-07-161-4/+20
* | | Get the presence from the AccountManager instead of MC4Sjoerd Simons2009-07-161-52/+7
* | | Keep track of ``global'' presence of all accountsSjoerd Simons2009-07-164-216/+163
* | | Remove dead codeSjoerd Simons2009-07-162-119/+2
* | | Implement HandledChannels D-Bus propertySjoerd Simons2009-07-161-0/+30
* | | empathy-account-manager.c: remove obsolte empathy-account-priv.h includeGuillaume Desmottes2009-07-161-1/+0
* | | Implement a first minimal version of a Client.HandlerSjoerd Simons2009-07-102-116/+176
* | | Use the account manager to set the presenceSjoerd Simons2009-07-081-24/+11
* | | Add a utility to set the presence on all requested accountsSjoerd Simons2009-07-082-1/+34
* | | Add api to set the requested presenceSjoerd Simons2009-07-082-0/+47
* | | Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-085-155/+449
* | | Add an GType of aoSjoerd Simons2009-07-082-0/+13
* | | Remove useless mission-control includesSjoerd Simons2009-07-063-5/+1
* | | Add api to create accounts, by cm and proto nameSjoerd Simons2009-07-062-2/+48
* | | Get the icon name from the account object directlySjoerd Simons2009-07-052-0/+12
* | | Add API to get the protocol and cm name from a accountSjoerd Simons2009-07-052-11/+51
|/ /
* | Removing chatroom from the list before emmiting chatroom-removed signal.Abner Silva2009-07-011-1/+2
* | Merge branch 'empathy-account'Sjoerd Simons2009-07-0123-494/+1070
|\ \
| * | clarify when notify::connection is signalledSjoerd Simons2009-07-011-0/+1
| * | fix coding styleSjoerd Simons2009-07-011-1/+0
| * | Clarify that we own the keys/values in the accounts hashSjoerd Simons2009-07-011-1/+2
| * | explain the connect_time struct memberSjoerd Simons2009-07-011-0/+1
| * | Fix coding styleSjoerd Simons2009-07-011-1/+2
| * | Port libempathy to EmpathyAccountSjoerd Simons2009-07-0115-107/+93
| * | Port EmpathyTpRoomlist to EmpathyAccountSjoerd Simons2009-07-012-32/+18
| * | Implement EmpathyAccountSjoerd Simons2009-07-016-355/+956
* | | Improve geocoding debugging and add more fieldsPierre-Luc Beaudoin2009-07-011-8/+34
|/ /
* | Fallback to OFFLINE when getting an unknown presence from MCSjoerd Simons2009-07-011-1/+1
* | Use NM by defaultSjoerd Simons2009-07-011-4/+2
* | Always react when disconnecting from the networkSjoerd Simons2009-07-011-3/+3
* | Optionally use libnm-glib for NetworkManager integrationSjoerd Simons2009-07-012-48/+37
* | Merge commit 'elliot/bug-584703-c'Xavier Claessens2009-06-282-20/+38
|\ \
| * | disconnect from invalidated signal before unreferencing connectionsElliot Fairweather2009-06-261-0/+14
| * | disconnnect from invalidated signal before unreferencing connectionsElliot Fairweather2009-06-261-20/+24
* | | Ring on outgoing call.Xavier Claessens2009-06-271-1/+2
* | | Use gnome-session instead of gnome-screensaver to know when session is idleGiedrius Slavinskas2009-06-261-11/+21
* | | Merge branch 'debugger'Jonny Lamb2009-06-265-10/+433
|\ \ \
| * | | Implement o.fd.Tp.Debug. (Fixes #580631)Jonny Lamb2009-06-185-8/+430
| * | | Set G_LOG_DOMAIN in libempathy and empathy.Jonny Lamb2009-06-181-0/+1
| * | | Use correct emacs modelines.Jonny Lamb2009-06-182-2/+2
* | | | empathy-utils: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
* | | | empathy-tp-contact-list: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
* | | | empathy-tp-chat: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
* | | | empathy-time: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
* | | | empathy-idle: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
* | | | empathy-contact-manager: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
* | | | empathy-chatroom: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
* | | | Assume our presence is offline if MC reports it as UNSET (#586645)Guillaume Desmottes2009-06-221-0/+4
| |_|/ |/| |
* | | status_presets_file_parse: discard invalid presence (#585031)Guillaume Desmottes2009-06-181-10/+11
* | | add doc about empathy_status_presets_is_validGuillaume Desmottes2009-06-181-0/+8
* | | add empathy_status_presets_is_validGuillaume Desmottes2009-06-182-0/+21
|/ /
* | Refuse sending empty or special files (directories, char/block devices, etc.)Frédéric Péters2009-06-172-2/+21
* | Merge commit 'jtellier/video-call-stop-showing-last-frame'Guillaume Desmottes2009-06-162-3/+7
|\ \
| * | The EmpathyCallHandler correctly initializes it "initial_video" propertyJonathan Tellier2009-06-162-3/+7
* | | Introduce empathy_contact_equal, adapt themesPatryk Zawadzki2009-06-162-1/+40
* | | empathy_time_to_string_relative was missing weeksPierre-Luc Beaudoin2009-06-151-0/+5
|/ /
* | Merge commit 'jtellier/call-window-video-preview'Guillaume Desmottes2009-06-154-0/+56
|\ \
| * | Better implemented empathy_tp_call_is_receiving_video and empathy_tp_call_is_...Jonathan Tellier2009-06-122-29/+5
| * | Not creating the video preview if we don't want to show it (in audioJonathan Tellier2009-06-122-0/+19
| * | When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-06-123-0/+61
* | | empathy_idle_init: fallback to OFFLINE instead of UNSET if empathy_idle_get_a...Guillaume Desmottes2009-06-151-1/+4
|/ /
* | Merge branch 'ft_ipv4'Cosimo Cecchi2009-06-121-24/+162
|\ \
| * | Drop PORT access control support for nowCosimo Cecchi2009-06-121-15/+7
| * | Fix make checkCosimo Cecchi2009-06-071-1/+1
| * | Emit an error for socket types we don't handleCosimo Cecchi2009-06-071-5/+26
| * | Use empathy_uint_compareCosimo Cecchi2009-06-071-13/+1
| * | Build fix after rebaseCosimo Cecchi2009-06-071-1/+1
| * | Initialize the address and port valuesCosimo Cecchi2009-06-071-12/+34
| * | Add support for IPV4 socketsCosimo Cecchi2009-06-071-25/+68
| * | Look at the available socket typeCosimo Cecchi2009-06-071-0/+72
* | | Add doc for empathy_avatar_new()Xavier Claessens2009-06-121-0/+13
* | | Add the filename in EmpathyAvatar and fallback to stock_personXavier Claessens2009-06-122-22/+10
* | | Add initial adium theme support: Load the template and append messages.Xavier Claessens2009-06-122-0/+13
* | | Merge branch 'ft-error-confusion'Will Thompson2009-06-101-2/+3
|\ \ \
| * | | Correctly propagate Provide/Accept errorsWill Thompson2009-06-101-2/+3
* | | | Merge commit 'jtellier/call-window-redial-button'Guillaume Desmottes2009-06-092-2/+22
|\ \ \ \
| * | | | Added a "Redial" button to the call window.Jonathan Tellier2009-06-092-2/+22
| |/ / /
* | | | contact_get_avatar_filename: remove unused priv pointerGuillaume Desmottes2009-06-091-1/+0
* | | | contact_get_avatar_filename: use empathy_contact_get_id instead of priv->id d...Guillaume Desmottes2009-06-091-2/+2
|/ / /
* | | Remove outstanding operations before dispatching themWill Thompson2009-06-091-1/+1
* | | Document the purpose of outstanding_channelsWill Thompson2009-06-091-1/+10
* | | Break after deleting current item in chatroom listWill Thompson2009-06-091-1/+4
* | | Extract removing chatroom links to a functionWill Thompson2009-06-091-9/+22
* | | Consistently use this_chatroom when removing a roomWill Thompson2009-06-091-2/+2
* | | tube-handler: use TpChannel directly instead of EmpathyTpTubeGuillaume Desmottes2009-06-091-17/+3
* | | stop to build empathy-tp-tubeGuillaume Desmottes2009-06-091-2/+0
* | | remove empathy-tp-tubeGuillaume Desmottes2009-06-092-772/+0
| |/ |/|
* | Don't double-unref superseded group TpChannels.Will Thompson2009-06-081-7/+37
|/
* Add simple flymake support.Jonny Lamb2009-06-051-0/+1
* Coding style fixes.Jonny Lamb2009-06-042-2/+2
* Merge branch 'ft_rework'Cosimo Cecchi2009-06-0213-1190/+3105
|\
| * Free the cb_data after errors in constructionCosimo Cecchi2009-06-011-6/+10
| * Update copyright headerCosimo Cecchi2009-06-011-1/+3
| * Clarify the docsCosimo Cecchi2009-06-011-0/+6
| * Use the new API.Cosimo Cecchi2009-06-011-39/+22
| * Hopefully proper version of _find_requestable_channel_classes ()Cosimo Cecchi2009-06-011-84/+92
| * Fix trailing whitespaceCosimo Cecchi2009-06-012-2/+2
| * Adapt EmpathyCallHandler to the new APICosimo Cecchi2009-06-011-4/+5
| * Use the new API in the handlerCosimo Cecchi2009-06-011-21/+65
| * Free the list after calling the callbackCosimo Cecchi2009-06-011-0/+3
| * Add a helper uint_compare functionCosimo Cecchi2009-06-012-0/+9
| * Update the requestable channel classes APICosimo Cecchi2009-06-012-120/+190
| * Fix trailing whitespacesCosimo Cecchi2009-06-012-5/+5
| * Remove the use_hash arg and propertyCosimo Cecchi2009-06-014-64/+25
| * Actually check if FT+hash is supportedCosimo Cecchi2009-06-011-40/+74
| * Use the new API in the call handlerCosimo Cecchi2009-06-011-2/+3
| * Add find_requestable_channel_classesCosimo Cecchi2009-06-012-13/+152
| * Don't chain up to constructorCosimo Cecchi2009-06-011-2/+0
| * Add GObject propreties for EmpathyFTHandlerCosimo Cecchi2009-06-011-1/+109
| * Use _constructed instead of _constructorCosimo Cecchi2009-06-011-15/+8
| * Remove useless memberCosimo Cecchi2009-06-011-1/+0
| * Remove the g_idle sources on destroyCosimo Cecchi2009-06-011-1/+32
| * Actually see if the connection is readyCosimo Cecchi2009-06-011-3/+12
| * Style fixes for *_free() functionsCosimo Cecchi2009-06-012-23/+7
| * Don't use slices for 4096 chunksCosimo Cecchi2009-06-011-2/+2
| * Properly free memoryCosimo Cecchi2009-06-011-2/+2
| * Clarify a bit the docs about checksummingCosimo Cecchi2009-06-011-2/+6
| * Report the right remaining time in the progress cbCosimo Cecchi2009-06-011-1/+1
| * Add a comment to make the style checker happyCosimo Cecchi2009-06-011-1/+1
| * Fix coding styleCosimo Cecchi2009-06-014-22/+22
| * Emit the callback always in an idleCosimo Cecchi2009-06-011-25/+36
| * Use the new function in EmpathyFTHandlerCosimo Cecchi2009-06-011-35/+36
| * Add empathy_dispatcher_find_channel_class_async()Cosimo Cecchi2009-06-012-0/+103
| * Set use_hash according to what the CM returnsCosimo Cecchi2009-06-011-0/+11
| * Use the right macros to pass a gboolean as user_dataCosimo Cecchi2009-06-012-11/+14
| * Document EmpathyFTHandlerCosimo Cecchi2009-06-012-0/+257
| * Document EmpathyTpFileCosimo Cecchi2009-06-012-17/+82
| * Remove useless GET_PRIVCosimo Cecchi2009-06-011-2/+0
| * Remove useless defineCosimo Cecchi2009-06-011-2/+0
| * Use NULL instead of FALSECosimo Cecchi2009-06-011-1/+1
| * Document EmpathyFTFactoryCosimo Cecchi2009-06-011-0/+83
| * Move the error declaration in empathy-tp-file.hCosimo Cecchi2009-06-012-10/+10
| * Use != NULL for pointer checks.Cosimo Cecchi2009-06-013-24/+24
| * Use g_slice_* instead of g_mallocCosimo Cecchi2009-06-011-2/+2
| * Use tp_g_value_slice_new_* where possibleCosimo Cecchi2009-06-011-18/+10
| * Unref the EmpathyTpContactFactoryCosimo Cecchi2009-06-011-0/+2
| * Adapt the code to the tp style.Cosimo Cecchi2009-06-016-144/+166
| * Don't destroy an hashtable owned by DBusCosimo Cecchi2009-06-011-2/+0
| * Wait for channel close before closing the socketCosimo Cecchi2009-06-011-14/+24
| * Don't leak GErrors.Cosimo Cecchi2009-06-012-1/+4
| * Handle construction errorsCosimo Cecchi2009-06-012-19/+15
| * Add some debug messagesCosimo Cecchi2009-06-011-0/+12
| * Add empathy_ft_handler_get_use_hashCosimo Cecchi2009-06-012-1/+20
| * W.I.P. for hash on receiver side.Cosimo Cecchi2009-06-012-11/+103
| * Add use_hash params for incoming transfersCosimo Cecchi2009-06-014-8/+11
| * Add the USE_HASH property in class_initCosimo Cecchi2009-06-011-3/+8
| * Update the EmpathyFTFactory APICosimo Cecchi2009-06-012-3/+4
| * Make checksum optional when sendingCosimo Cecchi2009-06-012-6/+20
| * Cleanup after rebase v2Cosimo Cecchi2009-06-011-0/+10
| * First cleanup after rebaseCosimo Cecchi2009-06-014-77/+40
| * Simplify the hashing codeCosimo Cecchi2009-06-011-70/+48
| * Ensure the callbacks are only run onceCosimo Cecchi2009-06-012-0/+15
| * Add back speed and remaining timeCosimo Cecchi2009-06-011-17/+49
| * React to Tp remote errorsCosimo Cecchi2009-06-012-6/+61
| * Properly ref/unref the request tableCosimo Cecchi2009-06-011-7/+14
| * Don't set the status to cancelled when closingCosimo Cecchi2009-06-011-16/+23
| * Handle errors coming from the EmpathyFTFactoryCosimo Cecchi2009-06-011-1/+1
| * Properly emit the TRANSFER_STARTED signalCosimo Cecchi2009-06-011-8/+11
| * Don't notify progress for zero bytesCosimo Cecchi2009-06-011-23/+8
| * First implementation of error handlingCosimo Cecchi2009-06-014-72/+27
| * Total FileTransfer draft spec exorcismCosimo Cecchi2009-06-014-13/+8
| * Rework the logic of cancelling transfersCosimo Cecchi2009-06-012-5/+18
| * Use proper DEBUG() messagesCosimo Cecchi2009-06-012-9/+8
| * Use values from TpFileTransferStateCosimo Cecchi2009-06-011-9/+9
| * Only close the FT operation after the state changeCosimo Cecchi2009-06-012-4/+11
| * Emit the TRANSFER_STARTED signalCosimo Cecchi2009-06-011-0/+3
| * Set the "incoming" property at constructCosimo Cecchi2009-06-013-14/+24
| * Sync with changes in masterCosimo Cecchi2009-06-011-17/+30
| * Add is_completed and is_cancelled APICosimo Cecchi2009-06-012-12/+54
| * Remove some of the EmpFileTransferState crackCosimo Cecchi2009-06-011-1/+3
| * Add empathy_ft_handler_get_total_bytes APICosimo Cecchi2009-06-012-10/+19
| * Add empathy_ft_handler_get_transferred_bytes APICosimo Cecchi2009-06-012-0/+13
| * Add some useful APIs to EmpathyFTHandlerCosimo Cecchi2009-06-012-2/+88
| * Fix indentation of function prototypeCosimo Cecchi2009-06-011-3/+2
| * Remove useless include of empathy-tp-file.hCosimo Cecchi2009-06-011-2/+1