aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* Fix the creation of bus_name and object_path for dispatching tubes. It drops ...xclaesse2009-01-071-19/+8
* Use a GList instead of a GPtrArray and reorder the functions to avoidxclaesse2009-01-071-148/+140
* Create the EmpathyContactMonitor lazily if needed.xclaesse2009-01-072-4/+17
* Rename proxy->iface in EmpathyContactMonitor.xclaesse2009-01-072-26/+26
* Use g_return_[val]_if_fail instead of g_assert in public APIs.xclaesse2009-01-072-6/+6
* Use the right weak pointer location.xclaesse2009-01-071-1/+1
* disconnect_monitor_signals function is quite useless.xclaesse2009-01-071-18/+10
* Don't initialize the variable at declaration.xclaesse2009-01-071-3/+3
* Move code handling the DBus signal in an idle callback.xclaesse2009-01-071-12/+44
* Use TpConnectionStatus instead of guint.xclaesse2009-01-071-1/+1
* Simplify code when initializing the store.xclaesse2009-01-071-35/+31
* Insert a comment claryfing reference ownership.xclaesse2009-01-071-0/+3
* Don't forget to unref the account object.xclaesse2009-01-071-0/+1
* Set to NULL the status message if it's empty.xclaesse2009-01-071-4/+6
* Initialize the connection numbers when creating the object.xclaesse2009-01-071-0/+9
* Add debug messages.xclaesse2009-01-071-0/+4
* Add a weak pointer ref inside the costructor.xclaesse2009-01-071-0/+1
* Use new singleton policy for EmpathyAccountManager.xclaesse2009-01-075-6/+9
* Another style nitpick.xclaesse2009-01-071-1/+3
* Yet more style fixes.xclaesse2009-01-072-178/+180
* Use _constructor () override to implement singleton.xclaesse2009-01-071-9/+22
* Add newlines at the end of files.xclaesse2009-01-073-0/+3
* Drop our references in dispose instead of finalize.xclaesse2009-01-071-2/+30
* Remember to set dispose_run after dispose has run.xclaesse2009-01-071-0/+2
* Don't leak a reference to McAccount objects and don't leak a list.xclaesse2009-01-071-3/+7
* Unref objects in dispose and not in finalize; fully update account dataxclaesse2009-01-071-10/+43
* Style fixes.xclaesse2009-01-075-620/+620
* Don't own a reference to the EmpathyTpChat, otherwise it won't bexclaesse2009-01-071-7/+14
* Always disconnect signals for safety on _finalize ().xclaesse2009-01-072-2/+24
* Fix the build.xclaesse2009-01-071-0/+1
* Remember to check if source_id is already there when adding thexclaesse2009-01-071-0/+5
* Remove useless include.xclaesse2009-01-071-1/+0
* Remove an useless method from the header and remember to unref thexclaesse2009-01-072-1/+1
* Implement _get_monitor () in EmpathyTpChat.xclaesse2009-01-071-0/+16
* Add an API to EmpathyAccountManager to find out if an account has justxclaesse2009-01-072-2/+49
* Implement _get_monitor () in EmpathyContactManager.xclaesse2009-01-072-0/+14
* Add a "presence-changed" signal so that we can keep track of thexclaesse2009-01-071-1/+25
* Add an EmpathyContactMonitor object to monitor changes in the contactxclaesse2009-01-076-1/+507
* Remove dead code from empathy-util.xclaesse2009-01-072-115/+0
* Add new API in EmpathyAccountManager to cache the number of connectingxclaesse2009-01-072-6/+76
* Port EmpathyTpContactFactory to the new API.xclaesse2009-01-071-19/+23
* Port EmpathyDispatcher to the new API.xclaesse2009-01-071-18/+21
* Build fix.xclaesse2009-01-071-1/+2
* Use a invalid value when initializing.xclaesse2009-01-071-1/+1
* Port EmpathyContactManager to the new API.xclaesse2009-01-071-19/+18
* Use the right marshallers for signals.xclaesse2009-01-071-2/+3
* Fix a typo.xclaesse2009-01-071-1/+1
* Disconnect from the DBus signal on finalize.xclaesse2009-01-071-0/+5
* Add EmpathyAccountManager.xclaesse2009-01-073-0/+446
* Don't set random values in EmpathyIdle init if MC is not running.xclaesse2009-01-071-3/+8
* Correctly escape service name in dtube handlersxclaesse2008-12-291-6/+14
* Start file transfer if the state is already open when we get the unix socketxclaesse2008-12-231-0/+3
* Make existing contact FT capable when the CM supports itxclaesse2008-12-231-0/+11
* Remove useless empathy_message_get_date_and_timexclaesse2008-12-162-22/+0
* gtk_init and g_thread_init shouldn't be called by libraries. Let applications...xclaesse2008-12-121-4/+0
* Make sure to not init thread twice.xclaesse2008-12-121-1/+3
* Use gi18n-lib.h instead of gi18n.h for libraries.xclaesse2008-12-1210-11/+10
* Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). They...xclaesse2008-12-123-0/+29
* Fix coding stylexclaesse2008-12-126-18/+19
* add empathy_contact_manager_can_add (Guillaume Desmottes)xclaesse2008-12-122-0/+17
* add empathy_tp_contact_list_can_add (Guillaume Desmottes)xclaesse2008-12-122-0/+17
* add empathy_tp_group_get_flags (Guillaume Desmottes)xclaesse2008-12-122-0/+12
* Explicitly depend on telepathy-glib in .pc files (Simon McVittie)xclaesse2008-12-081-1/+1
* Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873.xclaesse2008-12-031-1/+1
* Use GRegex instead of custom code and use a new regex to detect URIsxclaesse2008-12-012-143/+2
* Remove duplicate declaration of _get_transferred_countxclaesse2008-11-301-1/+0
* Add missing includexclaesse2008-11-301-0/+1
* Little fix for previous commit.xclaesse2008-11-301-1/+1
* Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 (Ste...xclaesse2008-11-301-1/+1
* dispatcher_connection_new_channel_cb: set the room of the newly created chatr...xclaesse2008-11-241-0/+1
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file...xclaesse2008-11-223-40/+18
* Cleanup of ft_manager_add_tp_file_to_list.xclaesse2008-11-222-0/+8
* Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a...xclaesse2008-11-223-8/+71
* Fix signature of signal cb, start the transfer only if we have the socket pat...xclaesse2008-11-221-24/+28
* Add a FIXME about the tp_file being leakedxclaesse2008-11-221-0/+3
* Change state when the channel is invalidated only if an error occured.xclaesse2008-11-221-5/+11
* Simplify a little bit the code when abording a FTxclaesse2008-11-221-4/+5
* Cancel the FT if we can't get the transfer methodxclaesse2008-11-221-1/+2
* Remove unused empathy_tp_file_get_idxclaesse2008-11-222-19/+0
* Simplify the code to start a file transferxclaesse2008-11-221-72/+35
* When the channel is invalidated, change state to CANCELLED.xclaesse2008-11-222-34/+20
* rename empathy_tp_file_get_incoming to empathy_tp_file_is_incomingxclaesse2008-11-222-2/+2
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ...xclaesse2008-11-223-94/+31
* don't include itselfxclaesse2008-11-221-2/+0
* Remove useless linesxclaesse2008-11-222-5/+0
* Fix coding stylexclaesse2008-11-221-46/+47
* Cleanup the coding style. If we can't get info about the GFile we abord the FT.xclaesse2008-11-222-81/+80
* get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bu...xclaesse2008-11-221-0/+1
* empathy-tp-file.c: actually implement the getter of GObject propertiesxclaesse2008-11-221-0/+24
* empathy-tp-file: reorder FileTransfer D-Bus properties using the same order a...xclaesse2008-11-221-7/+10
* tp_file_constructor: get the ContentHashType and ContentType values from the ...xclaesse2008-11-221-0/+6
* empathy-contact: no need to inspect the RequestableChannelClasses property an...xclaesse2008-11-221-71/+0
* empathy-tp-contact-factory: set the FT capability when creating contacts if t...xclaesse2008-11-221-1/+79
* empathy-tp-contact-factory: factor out contact_createdxclaesse2008-11-221-2/+9
* Implement latest ft draftxclaesse2008-11-221-3/+7
* remove blank linexclaesse2008-11-221-1/+0
* Use the RequestableChannelClasses property instead of hardcoding salut to che...xclaesse2008-11-221-20/+65
* Set the Date property when requesting a FT channelxclaesse2008-11-221-2/+10
* use Requestotron to request the FT channelxclaesse2008-11-221-46/+64
* fix FT client side code as the generated code changedxclaesse2008-11-222-13/+14
* Renamed free_copy_data_if_closed to copy_data_unref and have a ref_count in t...xclaesse2008-11-221-17/+22
* Use _call_request_channel instead of _run_request_channel. (Jonny Lamb)xclaesse2008-11-222-52/+72
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)xclaesse2008-11-223-61/+42
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)xclaesse2008-11-225-111/+103
* Fixed Makefile by including missing backslash. (Jonny Lamb)xclaesse2008-11-221-1/+0
* Changed suppress_handler to TRUE in a requested channel. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Moved capabilities hack to empathy_contact_set_account. (Jonny Lamb)xclaesse2008-11-221-27/+27
* Renamed is_salut to contact_is_salut. (Jonny Lamb)xclaesse2008-11-221-2/+2
* Removed useless libtelepathy headers. (Jonny Lamb)xclaesse2008-11-222-5/+0
* Removed useless +0.5 in get_time_remaining. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Made state_change_reason None in the constructor instead of an invalid value....xclaesse2008-11-221-5/+2
* Removed pointless test whether the tp_file is a GObject in the finalize funct...xclaesse2008-11-221-2/+1
* Use empathy_time_get_current_time instead of g_get_current_time. (Jonny Lamb)xclaesse2008-11-221-15/+6
* Removed cached_empathy_file from EmpathyTpFilePriv. (Jonny Lamb)xclaesse2008-11-221-1/+0
* Removed account property of EmpathyTpFile as it's only actually used once and...xclaesse2008-11-223-29/+8
* Made property-getting synchronous again so there isn't a massive race conditi...xclaesse2008-11-221-45/+30
* Fixed channel property setting typo so ContentType is actually set. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Updated parameter checks to return appropriate values. (Jonny Lamb)xclaesse2008-11-221-9/+12
* Add parameter checks to public functions. (Jonny Lamb)xclaesse2008-11-221-1/+24
* Updated the way to access the EmpathyTpFilePriv instance within empathy-tp-fi...xclaesse2008-11-222-251/+161
* Re-ordered EmpathyTpFile so static functions need no declaration at the top o...xclaesse2008-11-221-493/+474
* Use FIXME instead of TODO in comments. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Changed _run_ method calls to _call_ calls. (Jonny Lamb)xclaesse2008-11-222-89/+94
* Fixed copyright and author headers. (Jonny Lamb)xclaesse2008-11-224-2/+10
* Various whitespace and comment fixes. (Jonny Lamb)xclaesse2008-11-222-3/+2
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)xclaesse2008-11-223-3/+42
* Do not set the MD5 hash of the file when sending. (Jonny Lamb)xclaesse2008-11-221-28/+0
* Removed SocketPath channel property. (Jonny Lamb)xclaesse2008-11-221-19/+0
* Added ContentHashType channel property, and renamed ContentMD5 to ContentHash...xclaesse2008-11-221-13/+25
* Updated yet more places to use s/direction/incoming/ (Jonny Lamb)xclaesse2008-11-221-2/+2
* Replaced the Direction channel property a more-private GObject incoming prope...xclaesse2008-11-222-23/+19
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)xclaesse2008-11-226-288/+286
* Added ability to get an md5sum of the file being sent using GChecksum. (Jonny...xclaesse2008-11-221-1/+23
* Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb)xclaesse2008-11-222-9/+0
* Fixed function declaration style. (Jonny Lamb)xclaesse2008-11-221-21/+46
* Converted sources to Collabora coding style. (Jonny Lamb)xclaesse2008-11-223-208/+208
* Merged empathy_send_file and empathy_send_file_from_stream, and dropped the d...xclaesse2008-11-221-42/+20
* Set the ContentType property properly on a new file channel. (Jonny Lamb)xclaesse2008-11-221-1/+2
* Changed order of closing channel and cancelling socket transfers. (Jonny Lamb)xclaesse2008-11-221-2/+2
* Fixed small coding style issue. (Jonny Lamb)xclaesse2008-11-221-2/+0
* Implemented empathy_file_cancel. (Jonny Lamb)xclaesse2008-11-222-0/+13
* Handled TransferredBytes signal properly and show in the progress bar. (Jonny...xclaesse2008-11-221-7/+17
* Actually use accept and receive file functions. (Jonny Lamb)xclaesse2008-11-221-2/+10
* Implemented accept_file and empathy_receive_file in empathy-file. (Jonny Lamb)xclaesse2008-11-221-18/+68
* Fixed _get_local_socket in empathy-file so that it calls connect(2). (Jonny L...xclaesse2008-11-221-2/+20
* Removed g_object_notify that doesn't actually map to a property. (Jonny Lamb)xclaesse2008-11-221-2/+0
* Removed file transfer handling code from empathy dispatcher. (Jonny Lamb)xclaesse2008-11-221-11/+0
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)xclaesse2008-11-226-1627/+855
* Push the notify::state and notify::transferred-bytes signals from EmpathyTpFi...xclaesse2008-11-221-2/+29
* Correctly set the EmpathyContact in an EmpathyTpFile. (Jonny Lamb)xclaesse2008-11-221-0/+7
* Added start of handling new incoming file channels. (Jonny Lamb)xclaesse2008-11-221-0/+11
* Added a workaround to EmpathyTpFile's finalize function so it doesn't run g_o...xclaesse2008-11-221-1/+2
* Added empathy_send_file* helper functions to empathy-utils. (Jonny Lamb)xclaesse2008-11-222-0/+136
* Added empathy_init function to call emp_cli_init in main. (Jonny Lamb)xclaesse2008-11-223-2/+9
* Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb)xclaesse2008-11-226-0/+1892
* Added file transfer debug flag. (Jonny Lamb)xclaesse2008-11-222-1/+3
* Added a dependency on gio-unix-2.0 in libempathy. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Added ft-related functions to EmpathyContact. (Jonny Lamb)xclaesse2008-11-222-0/+41
* Move code to avoid declaring functions on the top of the file.xclaesse2008-11-111-71/+57
* Coding style: only one blank line between functions.xclaesse2008-11-111-3/+0
* Add G_PARAM_STATIC_STRINGS to TpContactFactory propertiesxclaesse2008-11-111-8/+16
* EmpathyTpContactFactory: add properties for avatar requirementsxclaesse2008-11-111-3/+91
* EmpathyTpContactFactory: get avatar requirements before becoming ready.xclaesse2008-11-111-9/+54
* EmpathyTpContactFactory: split on-ready code out of got_self_handle_cbxclaesse2008-11-111-4/+22
* EmpathyTpContactFactoryPriv: add fields for avatar requirementsxclaesse2008-11-111-0/+9
* empathy_chatroom_manager_remove: when looking for the chatroom to remove chec...xclaesse2008-10-131-1/+2
* empathy_chatroom_equal: use tp_strdiff instead of g_str_equalxclaesse2008-10-131-3/+3
* empathy_chatroom_set_auto_connect: notify the favorite property change if neededxclaesse2008-10-131-0/+1
* chatroom-manager: add_chatroom: connect the 'notify' signal instead of each s...xclaesse2008-10-131-9/+1
* remove empathy_chatroom_manager_store from the API as it's became uselessxclaesse2008-10-132-9/+0
* disconnect chatroom signals when they are removed from the mgrxclaesse2008-10-131-10/+24
* automatically save the chatroom mgr XML file when one chatroom is modifiedxclaesse2008-10-131-4/+13
* chatroom-mgr: use a save timer instead of saving the file directlyxclaesse2008-10-131-3/+40
* only save the chatrooms xml when a favorite chatroom is added/removedxclaesse2008-10-131-2/+16
* chatroom-mgr: store the file when a chatroom changes its favorite statexclaesse2008-10-131-2/+22
* add the file path as arg to empathy_chatroom_manager_newxclaesse2008-10-133-5/+7
* chatroom-manager: set the file path as a propertyxclaesse2008-10-131-35/+104
* auto-connect implies favoritexclaesse2008-10-131-0/+11
* dispatcher: store a ref on the ChatroomManagerxclaesse2008-10-131-21/+56
* rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cbxclaesse2008-10-131-6/+6
* empathy-dispatcher: use new API of EmpathyChatRoomxclaesse2008-10-131-1/+2
* add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume Desmo...xclaesse2008-10-131-0/+75
* Save chatrooms to XML only if they are marked as favoritexclaesse2008-10-131-0/+7
* add a favorite and tp-channel property to EmpathyChatroomxclaesse2008-10-131-0/+54
* Catch underscores in email addresses. (closes: #554284)fpeters2008-09-291-1/+1
* Check if the return value of tp_contact_list_get_group() is !=NULL. Fixes bug...xclaesse2008-09-191-1/+3
* remove irc.oftc.net from Debian servers to limit confusion. Fixes bug #550556...xclaesse2008-09-071-1/+0
* move *.pc Requires to Requires.privatexclaesse2008-09-071-1/+2
* remove libtelepathy from *.pc Requiresxclaesse2008-09-071-1/+1
* Reorder files in alphabetical order.xclaesse2008-08-291-32/+32
* Update API doc and add a README to explain how to keep it updated.xclaesse2008-08-281-2/+1
* Always return a new ref in empathy_contact_factory_get_tp_factory. Fixes bug ...xclaesse2008-08-271-4/+2
* Reword presence handling. Save requested presence and correctly set auto-away...xclaesse2008-08-141-55/+61
* reorder some functionsxclaesse2008-08-141-23/+23
* Do not stop and restart ext_away_timeout when already running.xclaesse2008-08-141-1/+3
* Reorder functions to not have to declare them in the beginning of the filexclaesse2008-08-141-282/+259
* Add a function to request a channel from a string handlexclaesse2008-08-072-2/+133
* On incoming calls don't request a new audio stream. This makes streams collid...xclaesse2008-08-021-3/+0
* If we don't know the status string, set it to unset (Sjoerd Simons).xclaesse2008-07-301-1/+1
* If InspectHandles fails print a debug message and return.xclaesse2008-07-151-1/+6
* Do not call g_array_free if the array is NULLxclaesse2008-07-151-2/+1
* Fix reviewer commentsxclaesse2008-07-153-44/+53
* Fix listing chatrooms with salutxclaesse2008-07-151-17/+52
* Really fix the leak. Address is created using g_value_dup_boxed so it should ...xclaesse2008-07-141-3/+12
* Release a variable with g_free() instead of tp_g_value_slice_free(). Fixes bu...xclaesse2008-07-141-2/+1
* Fix coding styleXavier Claessens2008-07-141-1/+1
* Fix GArray leak in empathy_tp_contact_factory_get_from_handles (Guillaume Des...Guillaume Desmottes2008-07-101-0/+2
* Fix some coding stylexclaesse2008-07-092-94/+82
* empath-contact: remove tabs (Guillaume Desmottes)xclaesse2008-07-092-410/+409
* switch empathy-contact to Collabora coding style (Guillaume Desmottes)xclaesse2008-07-092-316/+319
* Document empathy_avatar_save_to_file (Guillaume Desmottes)xclaesse2008-07-092-1/+11
* add empathy_avatar_save_to_file (Guillaume Desmottes)xclaesse2008-07-092-1/+11
* Add some comments to the message queue codexclaesse2008-07-081-2/+7
* Before emitting a message make sure the ID is also ready. Fixes bug #540360.xclaesse2008-07-081-2/+4
* Make empathy_contact_equal NULL-safe for the contact ID and use the ^ operato...xclaesse2008-07-081-2/+4
* Fix a gcc warning complaining about a var that could be used uninitializedxclaesse2008-07-051-1/+1
* Fix coding stylexclaesse2008-06-191-6/+6
* "ready & EMPATHY_CONTACT_READY_NAME" instead of ready | EMPATHY_CONTACT_READY...xclaesse2008-06-191-1/+1
* Fix coding stylexclaesse2008-06-191-3/+1
* Move contact_set_ready_flag() in _set_name() and _set_handle().xclaesse2008-06-191-2/+2
* Fix the bug "Incoming call from (null)" (Alban Crequy)xclaesse2008-06-191-0/+9
* don't set the flag to ready if we are not yet ready, especially when we send ...xclaesse2008-06-191-1/+1
* Add g_return_val_if_fail (Alban Crequy)xclaesse2008-06-131-0/+2
* Do not include _gen/ files (Alban Crequy)xclaesse2008-06-131-1/+1
* Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)xclaesse2008-06-132-9/+10
* Do not show the keypad when the media channel does not have the DTMF interfac...xclaesse2008-06-131-0/+10
* Check if there is a publish/subscribe list before adding/removing contacts fr...xclaesse2008-06-121-4/+11
* Do not warning if we try to load the avatar of a contact that does not yet ha...xclaesse2008-05-281-14/+14
* Move avatar cache to ~/.cache and don't mix avatar from different contacts, t...xclaesse2008-05-287-257/+199
* empathy_proxy_hash and _equal can be used only with proxies that unsure uniqu...xclaesse2008-05-281-3/+8
* Emit "send-error" signal if Send() call failsxclaesse2008-05-221-2/+18
* Improve dispatcher. Fixes bug #465928.xclaesse2008-05-184-184/+231
* Request publish and subscribe lists instead of waiting for CM to create them.xclaesse2008-05-161-113/+172
* Use tp_connection_call_when_readyxclaesse2008-05-161-14/+21
* Don't leak queued messages if EmpathyTpChat gets finalized.xclaesse2008-05-091-0/+15
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk p...xclaesse2008-05-095-4/+759
* Make _get_invitation more reliablexclaesse2008-05-091-4/+9
* Include empathy-contact-list.hxclaesse2008-05-091-0/+1
* Avoid calling ListPendingMessage if it's already running.xclaesse2008-05-092-10/+12
* Ref the call object when emiting notify signals because signal handles could ...xclaesse2008-05-091-2/+7
* More duplicate includes of empathy-debug.hxclaesse2008-05-072-3/+0
* Do not include empathy-debug.h twicexclaesse2008-05-071-1/+0
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...xclaesse2008-05-0637-370/+281
* If self presence message is "" do like if it was NULL.xclaesse2008-05-052-4/+12
* Do not request video stream until the user click on the 'send video' box.xclaesse2008-05-021-11/+4
* Fix build with debug disabled.xclaesse2008-05-022-5/+11
* Fix unused var if debug is disabled.xclaesse2008-05-021-3/+1
* Remove useless g_print and enable tp-glib debug messages.xclaesse2008-05-021-3/+2
* Keypad is unsensitive if the call is not ACCEPTEDxclaesse2008-05-021-2/+2
* Implement DTMF.xclaesse2008-05-022-2/+36