aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make use of tp-glib debug system.xclaesse2008-05-0120-506/+433
* Remove conditional build of VOIP.xclaesse2008-04-241-4/+0
* Fix some warnings with roomlistxclaesse2008-04-231-3/+8
* Make sure we don't assume Text channel's handle_type is != NONE.xclaesse2008-04-232-0/+11
* Add support for apt:// URLS. Fixes bug #529049 (Gaƫtan Podevijn).xclaesse2008-04-222-0/+6
* Partly fix INCOMING callsxclaesse2008-04-211-24/+9
* Fix OUTGOING callsxclaesse2008-04-212-28/+51
* Never set the remote_contact for named rooms, do not pretend it's a p2p chat ...xclaesse2008-04-211-8/+21
* Do not unref account from empathy_contact_get_account()xclaesse2008-04-201-1/+0
* Some code cleanupxclaesse2008-04-201-26/+21
* Call ListTubes in EmpathyTpTube's constructor to avoid racesxclaesse2008-04-201-96/+67
* Change the way tube handler's object-path and bus-name are build.xclaesse2008-04-202-8/+65
* Make a more generic API for different socket typesxclaesse2008-04-202-83/+36
* Rename empathy_offer_ipv4_stream_tube() to empathy_tp_tube_new_ipv4_stream_tu...xclaesse2008-04-202-77/+93
* Add empathy_offer_ipv4_stream_tube().xclaesse2008-04-203-2/+81
* Rename EmpathyTube to EmpathyTpTube and remove EmpathyTubes.xclaesse2008-04-208-1069/+588
* Replace channel closed signal with invalidated signalxclaesse2008-04-201-7/+10
* Little coding stype changesxclaesse2008-04-201-8/+5
* Remove useless commented codexclaesse2008-04-201-5/+0
* Add tubes, tube and tube handler objectsxclaesse2008-04-207-2/+1295
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.xclaesse2008-04-206-588/+32
* Fix acknoledge of messagesxclaesse2008-04-202-47/+77
* Always set urgency hint on p2p chat windows when receiving a message.xclaesse2008-04-182-6/+19
* If the RequestAliases fails, make sure the name property on all contacts beco...xclaesse2008-04-162-40/+43
* Add/Remove preview window can be done at anytime, the call don't have to be r...xclaesse2008-04-161-2/+0
* Add collabora in copyright and myself in authors since I did lots of changes ...xclaesse2008-04-152-26/+32
* Update copyright year in .h too, it was done in .c only.xclaesse2008-04-1518-18/+18
* Get the chat ID only if the handle and handle_type are != 0. Get the remote_c...xclaesse2008-04-151-15/+19
* Request audio and video streams if capabilities are unknown.xclaesse2008-04-151-17/+8
* Various fixes for chatsxclaesse2008-04-141-3/+4
* Set "remote-contact" property even if there is a group interface.xclaesse2008-04-141-0/+41
* Fix disconnection of AccountStatusChanged signal.xclaesse2008-04-134-23/+33
* Fix some warningsxclaesse2008-04-112-3/+3
* Remove deleted file from the makefilexclaesse2008-04-111-3/+1
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...xclaesse2008-04-116-39/+218
* Do not add signal "process", it's added in generated codexclaesse2008-04-111-12/+0
* Use generated API in EmpathyChandlerxclaesse2008-04-112-63/+57
* Make use of generated API for EmpathyFilterxclaesse2008-04-112-79/+66
* Add Chandler and Filter interfacesxclaesse2008-04-112-31/+0
* TpChannel is not a DBusGProxyxclaesse2008-04-111-5/+4
* Fix a warningxclaesse2008-04-111-1/+1
* Remove unused includesxclaesse2008-04-112-3/+0
* Update for new APIxclaesse2008-04-111-1/+1
* Remove empathy_inspect_* and add empathy_channel_get_accountxclaesse2008-04-112-69/+16
* Do not take McAccount as construct param, it can be found from the TpChannelxclaesse2008-04-116-232/+72
* Port EmpathyTpRoomlist to tp-glib APIxclaesse2008-04-112-224/+272
* Add empathy_tp_group_get_invitationxclaesse2008-04-112-0/+36
* Chandler and Filter only dispatch ready TpChannelxclaesse2008-04-113-54/+38
* Update for new APIxclaesse2008-04-111-1/+1
* Port to tp-glib API and cleanup the codexclaesse2008-04-112-394/+252
* Disconnect invalidated signal before unref the connection.xclaesse2008-04-111-0/+3
* Remove all references to TpChan in EmpathyTpGroupxclaesse2008-04-112-54/+7
* Port EmpathyTpContactList to tp-glib APIxclaesse2008-04-112-247/+240
* Use tp-glib API in empathy_call_with_contactxclaesse2008-04-111-23/+24
* Completely remove TpConn and TpChanxclaesse2008-04-112-16/+2
* Fix get_property('ready') on EmpathyTpChat and EmpathyTpGroup (Alban Crequy).xclaesse2008-04-112-0/+6
* Make use of empathy_run_until_ready_fullxclaesse2008-04-111-45/+10
* Add empathy_run_until_read[_full] functionsxclaesse2008-04-112-0/+86
* Wait for the TpGroup to be ready before using itxclaesse2008-04-111-34/+59
* Use tp-glib client APIxclaesse2008-04-112-16/+58
* Make use of mission_control_get_tpconnection()xclaesse2008-04-112-20/+5
* Use tp-glib API in EmpathyTpGroup and add a ready propertyxclaesse2008-04-113-241/+330
* Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi...xclaesse2008-04-091-1/+1
* Display a warning if used when not ready instead of silently return.xclaesse2008-04-021-11/+3
* Add a 'ready' property telling if the object is ready to use.xclaesse2008-04-022-6/+27
* Do not ack pending messages until they are displayedxclaesse2008-04-021-1/+22
* ref the contact temporally when setting properties because it could destroy t...xclaesse2008-04-021-3/+8
* Rework EmpathyChat's API, it is now a subclass of GtkBin.xclaesse2008-04-024-64/+148
* Fix leaks in finalizexclaesse2008-04-021-0/+7
* Unify EmpathyTpChatroom and EmpathyTpChat.xclaesse2008-04-025-385/+131
* Disconnect invalidated signal when TpCall is finalized. Fixes bug #523766.xclaesse2008-03-261-9/+9
* Disconnect invalidated signal from stream-engine when media channel is closed...xclaesse2008-03-231-12/+20
* Fix some coding stylexclaesse2008-03-231-14/+14
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...xclaesse2008-03-172-1/+21
* Remove previous hack, it was stupid, we have a param to increase dbus timeout...xclaesse2008-03-171-29/+8
* Keep the 0 in the end of the array when duping itxclaesse2008-03-171-1/+1
* Make sure the dup_handles array is ended by 0.xclaesse2008-03-171-1/+3
* Retry requesting aliases if it fails, it can happen if there is too many alia...xclaesse2008-03-162-4/+26
* Wait for the factory to be ready before getting membersxclaesse2008-03-141-19/+47
* Emit notify::ready signalsxclaesse2008-03-141-0/+3
* Add a ready property on EmpathyTpContactFactoryxclaesse2008-03-144-11/+34
* Make use of tp-glib helpers func for GValuexclaesse2008-03-111-6/+3
* Remove useless libtelepathy headersxclaesse2008-03-1111-11/+9
* Connect to PropertyFlagsChangedxclaesse2008-03-111-0/+40
* Check if property is writable before setting it. Fix leaksxclaesse2008-03-111-0/+7
* Implement _set_propertyxclaesse2008-03-112-1/+42
* Fix usage of property iface and make use of it to get chatroom topic.xclaesse2008-03-111-18/+15
* Display GError's message when a call fails.xclaesse2008-03-111-0/+18
* Fix some warnings when getting propertiesxclaesse2008-03-111-8/+21
* Add back "tp-chan" property, still used to inspect the channel handle.xclaesse2008-03-112-9/+23
* Continue property stuffxclaesse2008-03-112-4/+84
* Do not close the channel if the channel is invalidatedxclaesse2008-03-111-1/+1
* Prepare a new API for chat propertiesxclaesse2008-03-113-107/+160
* Fix coding stylexclaesse2008-03-111-2/+2
* Remove unused priv->factoryxclaesse2008-03-111-8/+4
* Queue received messages until the sender got his alias.xclaesse2008-03-113-31/+48
* Refactor EmpathyTpChat to use tp-glib client codexclaesse2008-03-112-456/+173
* Don't wait for connection-ready if it was already ready.xclaesse2008-03-111-3/+11
* Improve a bit the test and fix empathy_contact_run_until, data.ready was not ...xclaesse2008-03-111-1/+2
* Make sure we don't expect contact id and handle to be directly ready. Add som...xclaesse2008-03-116-88/+69
* Simplify tp_group_get_contact.xclaesse2008-03-111-1/+1
* Add debug messages in _run_until_readyxclaesse2008-03-111-0/+5
* Keep EmpathyContact object instead of the self handle, avoid using the connec...xclaesse2008-03-111-98/+141
* simplify empathy_call_with_contact_id using empathy_contact_run_until_readyxclaesse2008-03-111-25/+5
* Add empathy_contact_run_until_ready()xclaesse2008-03-112-2/+81
* Ready property on EmpathyContact is not a boolean but flags for each property.xclaesse2008-03-112-10/+19
* Add a ready property on EmpathyContact and make use of tp_strdiff.xclaesse2008-03-112-13/+33
* Lazy init of contact hash.xclaesse2008-03-111-4/+5
* If we set contact's id and name is still empty, emit notify::name.xclaesse2008-03-111-0/+3
* Make InspectHandles call asyncxclaesse2008-03-111-26/+41
* Set self handle to 0 when connection is invalidatedxclaesse2008-03-111-2/+1
* Use new apixclaesse2008-03-112-383/+305
* Do not use a global variable but a field in the call. Use a boolean since we ...xclaesse2008-03-111-9/+9
* Fix: do not close the call channel if stream-engine is not yet started (Alban...xclaesse2008-03-111-1/+13
* Queue received messages until the sender got his alias.xclaesse2008-03-093-73/+149
* Reorder functions to avoid having to declare them in the beginingxclaesse2008-03-091-471/+421
* Allow underscores in URLs. Fixes bug #505616 (Marco Barisione).xclaesse2008-03-081-1/+1
* Replace g_signal_emit_by_name by g_signal_emit (Alban Crequy).xclaesse2008-03-051-8/+8
* Fix call when then stream is created with a 'Bidirectional' direction (Alban ...xclaesse2008-03-051-0/+13
* Remove EMPATHY_CAPABILITIES_UNKNOWN flag when setting capabilitiesxclaesse2008-03-051-0/+1
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.xclaesse2008-03-041-1/+2
* Update collabora copyright to 2008xclaesse2008-03-0319-19/+19
* Fix crash: g_object_new()'s last argument must be NULL (Alban Crequy).xclaesse2008-03-021-1/+2
* Add missing include of tp-conn.hxclaesse2008-03-021-0/+1
* Add filter for incoming calls so the status icon blink instead of popup direc...xclaesse2008-02-272-0/+13
* Cancel name owner watch when the call is finalizedxclaesse2008-02-261-0/+7
* Watch name owner changes to know when s-e falls off the bus.xclaesse2008-02-261-1/+24
* Avoid calling Close() on the media channel if it's already closed.xclaesse2008-02-261-0/+5
* Close the channel if se proxy is invalidated and do not change status to clos...xclaesse2008-02-261-8/+1
* Change status to closed if stream engine dies or if a call fails.xclaesse2008-02-261-1/+24
* unref stream-engine proxy when TpCall is finalizedxclaesse2008-02-261-2/+3
* It's now safe to call emp_cli_init multiple times. Move that call to empathy_...xclaesse2008-02-261-0/+2
* Make use of generated code for using stream engine.xclaesse2008-02-264-157/+75
* Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.xclaesse2008-02-261-0/+2
* Do not load avatar from cache if token is empty. Fixes bug #517098.xclaesse2008-02-181-1/+1
* Merge commit 'bari/marshalList'xclaesse2008-02-181-1/+1
|\
| * Use POSIX character classes instead of ranges with sedMarco Barisione2008-02-121-1/+1
| * Allow digits in type names when generating the marshallersMarco Barisione2008-02-121-1/+1
* | Merge commit 'cassidy/irc'xclaesse2008-02-189-4/+2204
|\ \
| * | rename empathy_irc_network_add_server to empathy_irc_network_append_serverGuillaume Desmottes2008-02-183-5/+5
| * | FreeNode port is 6667Guillaume Desmottes2008-02-181-1/+1
| * | use g_timeout_add instead of g_timeout_add_secondsGuillaume Desmottes2008-02-181-3/+3
| * | save when adding/removing networksGuillaume Desmottes2008-02-171-0/+6
| * | create irc-networks.xml using networks from xchatGuillaume Desmottes2008-02-171-13/+532
| * | document EmpathyIrcNetworkManagerGuillaume Desmottes2008-02-172-7/+52
| * | fix typo in docGuillaume Desmottes2008-02-171-4/+4
| * | document methods of EmpathyIrcNetworkGuillaume Desmottes2008-02-172-2/+50
| * | use %TRUE in docGuillaume Desmottes2008-02-171-2/+2
| * | document empathy_irc_network_newGuillaume Desmottes2008-02-171-0/+8
| * | document EmpathyIrcServerGuillaume Desmottes2008-02-171-0/+17
| * | Merge commit 'origin/master' into ircGuillaume Desmottes2008-02-176-585/+960
| |\ \
| * | | we don't have to explicitely call g_object_notify when setting a propertyGuillaume Desmottes2008-02-171-2/+0
| * | | coding style tweaksGuillaume Desmottes2008-02-173-18/+15
| * | | remove empathy_irc_network_manager_store as saving is now automaticGuillaume Desmottes2008-02-162-11/+0
| * | | automatically save networks when they are modifiedGuillaume Desmottes2008-02-161-4/+66
| * | | display a message if the dropped attribute is used in a global fileGuillaume Desmottes2008-02-161-0/+6
| * | | no need to check if the id attribute is present, that's the job of the DTD nowGuillaume Desmottes2008-02-161-3/+0
| * | | empathy-irc-network-manager: emit notify when changing propertiesGuillaume Desmottes2008-02-161-0/+2
| * | | don't use the network name to generate new network idGuillaume Desmottes2008-02-161-11/+9
| * | | validate XML files using DTDGuillaume Desmottes2008-02-161-3/+2
| * | | install empathy-irc-networks.dtdGuillaume Desmottes2008-02-162-1/+20
| * | | remove old commented codeGuillaume Desmottes2008-02-121-9/+3
| * | | empathy_irc_network_add_server: complain if the server is already in the listGuillaume Desmottes2008-02-121-0/+2
| * | | coding style tweakGuillaume Desmottes2008-02-121-4/+2
| * | | Use glib marshalers instead of generating new onces.Xavier Claessens2008-02-112-2/+2
| * | | Merge branch 'master' into ircGenericXavier Claessens2008-02-1110-82/+58
| |\ \ \ | | | |/ | | |/|
| * | | read/write charset from/to XMLGuillaume Desmottes2008-02-081-2/+16
| * | | fix charset leakGuillaume Desmottes2008-02-081-0/+1
| * | | add "charset" property to EmpathyIrcNetworkGuillaume Desmottes2008-02-081-0/+25
| * | | Install irc-networks.xmlGuillaume Desmottes2008-02-041-1/+6
| * | | move irc-networks.xml to libempathyGuillaume Desmottes2008-02-041-0/+24
| * | | empathy_irc_network_manager_find_network_by_address: don't return a dropped n...Guillaume Desmottes2008-02-031-0/+3
| * | | irc-network-manager: fix a bug when writing user XML fileGuillaume Desmottes2008-02-031-1/+2
| * | | IRC widget: get charset paramGuillaume Desmottes2008-02-021-2/+2
| * | | add empathy_irc_network_manager_find_network_by_addressGuillaume Desmottes2008-02-022-0/+46
| * | | fix copyright and relicense IRC files to LGPLGuillaume Desmottes2008-01-255-55/+54
| * | | Merge branch 'master' into ircGuillaume Desmottes2008-01-2522-980/+1057
| |\ \ \
| * | | | write dropped server to user's XMLGuillaume Desmottes2008-01-243-16/+24
| * | | | only write to XML network loaded from the user file or which was modifiedGuillaume Desmottes2008-01-242-6/+25
| * | | | no need to create a temporary string when writing ssl attributeGuillaume Desmottes2008-01-201-3/+1
| * | | | start to implement network XML file saveGuillaume Desmottes2008-01-201-1/+81
| * | | | ignore IRC network having the dropped attributeGuillaume Desmottes2008-01-201-0/+10
| * | | | parse user networks fileGuillaume Desmottes2008-01-201-1/+20
| * | | | implement empathy_irc_network_manager_removeGuillaume Desmottes2008-01-201-11/+12