aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* Do not warning if we try to load the avatar of a contact that does not yet ha...Xavier Claessens2008-05-281-14/+14
* Move avatar cache to ~/.cache and don't mix avatar from different contacts, t...Xavier Claessens2008-05-287-257/+199
* empathy_proxy_hash and _equal can be used only with proxies that unsure uniqu...Xavier Claessens2008-05-281-3/+8
* Emit "send-error" signal if Send() call failsXavier Claessens2008-05-221-2/+18
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-184-184/+231
* Request publish and subscribe lists instead of waiting for CM to create them.Xavier Claessens2008-05-161-113/+172
* Use tp_connection_call_when_readyXavier Claessens2008-05-161-14/+21
* Don't leak queued messages if EmpathyTpChat gets finalized.Xavier Claessens2008-05-091-0/+15
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk p...Xavier Claessens2008-05-095-4/+759
* Make _get_invitation more reliableXavier Claessens2008-05-091-4/+9
* Include empathy-contact-list.hXavier Claessens2008-05-091-0/+1
* Avoid calling ListPendingMessage if it's already running.Xavier Claessens2008-05-092-10/+12
* Ref the call object when emiting notify signals because signal handles could ...Xavier Claessens2008-05-091-2/+7
* More duplicate includes of empathy-debug.hXavier Claessens2008-05-072-3/+0
* Do not include empathy-debug.h twiceXavier Claessens2008-05-071-1/+0
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-0637-370/+281
* If self presence message is "" do like if it was NULL.Xavier Claessens2008-05-052-4/+12
* Do not request video stream until the user click on the 'send video' box.Xavier Claessens2008-05-021-11/+4
* Fix build with debug disabled.Xavier Claessens2008-05-022-5/+11
* Fix unused var if debug is disabled.Xavier Claessens2008-05-021-3/+1
* Remove useless g_print and enable tp-glib debug messages.Xavier Claessens2008-05-021-3/+2
* Keypad is unsensitive if the call is not ACCEPTEDXavier Claessens2008-05-021-2/+2
* Implement DTMF.Xavier Claessens2008-05-022-2/+36
* Make use of tp-glib debug system.Xavier Claessens2008-05-0120-506/+433
* Remove conditional build of VOIP.Xavier Claessens2008-04-241-4/+0
* Fix some warnings with roomlistXavier Claessens2008-04-231-3/+8
* Make sure we don't assume Text channel's handle_type is != NONE.Xavier Claessens2008-04-232-0/+11
* Add support for apt:// URLS. Fixes bug #529049 (Gaƫtan Podevijn).Xavier Claessens2008-04-222-0/+6
* Partly fix INCOMING callsXavier Claessens2008-04-211-24/+9
* Fix OUTGOING callsXavier Claessens2008-04-212-28/+51
* Never set the remote_contact for named rooms, do not pretend it's a p2p chat ...Xavier Claessens2008-04-211-8/+21
* Do not unref account from empathy_contact_get_account()Xavier Claessens2008-04-201-1/+0
* Some code cleanupXavier Claessens2008-04-201-26/+21
* Call ListTubes in EmpathyTpTube's constructor to avoid racesXavier Claessens2008-04-201-96/+67
* Change the way tube handler's object-path and bus-name are build.Xavier Claessens2008-04-202-8/+65
* Make a more generic API for different socket typesXavier Claessens2008-04-202-83/+36
* Rename empathy_offer_ipv4_stream_tube() to empathy_tp_tube_new_ipv4_stream_tu...Xavier Claessens2008-04-202-77/+93
* Add empathy_offer_ipv4_stream_tube().Xavier Claessens2008-04-203-2/+81
* Rename EmpathyTube to EmpathyTpTube and remove EmpathyTubes.Xavier Claessens2008-04-208-1069/+588
* Replace channel closed signal with invalidated signalXavier Claessens2008-04-201-7/+10
* Little coding stype changesXavier Claessens2008-04-201-8/+5
* Remove useless commented codeXavier Claessens2008-04-201-5/+0
* Add tubes, tube and tube handler objectsXavier Claessens2008-04-207-2/+1295
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.Xavier Claessens2008-04-206-588/+32
* Fix acknoledge of messagesXavier Claessens2008-04-202-47/+77
* Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens2008-04-182-6/+19
* If the RequestAliases fails, make sure the name property on all contacts beco...Xavier Claessens2008-04-162-40/+43
* Add/Remove preview window can be done at anytime, the call don't have to be r...Xavier Claessens2008-04-161-2/+0
* Add collabora in copyright and myself in authors since I did lots of changes ...Xavier Claessens2008-04-152-26/+32
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-1518-18/+18
* Get the chat ID only if the handle and handle_type are != 0. Get the remote_c...Xavier Claessens2008-04-151-15/+19
* Request audio and video streams if capabilities are unknown.Xavier Claessens2008-04-151-17/+8
* Various fixes for chatsXavier Claessens2008-04-141-3/+4
* Set "remote-contact" property even if there is a group interface.Xavier Claessens2008-04-141-0/+41
* Fix disconnection of AccountStatusChanged signal.Xavier Claessens2008-04-134-23/+33
* Fix some warningsXavier Claessens2008-04-112-3/+3
* Remove deleted file from the makefileXavier Claessens2008-04-111-3/+1
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...Xavier Claessens2008-04-116-39/+218
* Do not add signal "process", it's added in generated codeXavier Claessens2008-04-111-12/+0
* Use generated API in EmpathyChandlerXavier Claessens2008-04-112-63/+57
* Make use of generated API for EmpathyFilterXavier Claessens2008-04-112-79/+66
* Add Chandler and Filter interfacesXavier Claessens2008-04-112-31/+0
* TpChannel is not a DBusGProxyXavier Claessens2008-04-111-5/+4
* Fix a warningXavier Claessens2008-04-111-1/+1
* Remove unused includesXavier Claessens2008-04-112-3/+0
* Update for new APIXavier Claessens2008-04-111-1/+1
* Remove empathy_inspect_* and add empathy_channel_get_accountXavier Claessens2008-04-112-69/+16
* Do not take McAccount as construct param, it can be found from the TpChannelXavier Claessens2008-04-116-232/+72
* Port EmpathyTpRoomlist to tp-glib APIXavier Claessens2008-04-112-224/+272
* Add empathy_tp_group_get_invitationXavier Claessens2008-04-112-0/+36
* Chandler and Filter only dispatch ready TpChannelXavier Claessens2008-04-113-54/+38
* Update for new APIXavier Claessens2008-04-111-1/+1
* Port to tp-glib API and cleanup the codeXavier Claessens2008-04-112-394/+252
* Disconnect invalidated signal before unref the connection.Xavier Claessens2008-04-111-0/+3
* Remove all references to TpChan in EmpathyTpGroupXavier Claessens2008-04-112-54/+7
* Port EmpathyTpContactList to tp-glib APIXavier Claessens2008-04-112-247/+240
* Use tp-glib API in empathy_call_with_contactXavier Claessens2008-04-111-23/+24
* Completely remove TpConn and TpChanXavier Claessens2008-04-112-16/+2
* Fix get_property('ready') on EmpathyTpChat and EmpathyTpGroup (Alban Crequy).Xavier Claessens2008-04-112-0/+6
* Make use of empathy_run_until_ready_fullXavier Claessens2008-04-111-45/+10
* Add empathy_run_until_read[_full] functionsXavier Claessens2008-04-112-0/+86
* Wait for the TpGroup to be ready before using itXavier Claessens2008-04-111-34/+59
* Use tp-glib client APIXavier Claessens2008-04-112-16/+58
* Make use of mission_control_get_tpconnection()Xavier Claessens2008-04-112-20/+5
* Use tp-glib API in EmpathyTpGroup and add a ready propertyXavier Claessens2008-04-113-241/+330
* Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi...Xavier Claessens2008-04-091-1/+1
* Display a warning if used when not ready instead of silently return.Xavier Claessens2008-04-021-11/+3
* Add a 'ready' property telling if the object is ready to use.Xavier Claessens2008-04-022-6/+27
* Do not ack pending messages until they are displayedXavier Claessens2008-04-021-1/+22
* ref the contact temporally when setting properties because it could destroy t...Xavier Claessens2008-04-021-3/+8
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-024-64/+148
* Fix leaks in finalizeXavier Claessens2008-04-021-0/+7
* Unify EmpathyTpChatroom and EmpathyTpChat.Xavier Claessens2008-04-025-385/+131
* Disconnect invalidated signal when TpCall is finalized. Fixes bug #523766.Xavier Claessens2008-03-261-9/+9
* Disconnect invalidated signal from stream-engine when media channel is closed...Xavier Claessens2008-03-231-12/+20
* Fix some coding styleXavier Claessens2008-03-231-14/+14
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-172-1/+21
* Remove previous hack, it was stupid, we have a param to increase dbus timeout...Xavier Claessens2008-03-171-29/+8
* Keep the 0 in the end of the array when duping itXavier Claessens2008-03-171-1/+1
* Make sure the dup_handles array is ended by 0.Xavier Claessens2008-03-171-1/+3
* Retry requesting aliases if it fails, it can happen if there is too many alia...Xavier Claessens2008-03-162-4/+26
* Wait for the factory to be ready before getting membersXavier Claessens2008-03-141-19/+47
* Emit notify::ready signalsXavier Claessens2008-03-141-0/+3
* Add a ready property on EmpathyTpContactFactoryXavier Claessens2008-03-144-11/+34
* Make use of tp-glib helpers func for GValueXavier Claessens2008-03-111-6/+3
* Remove useless libtelepathy headersXavier Claessens2008-03-1111-11/+9
* Connect to PropertyFlagsChangedXavier Claessens2008-03-111-0/+40
* Check if property is writable before setting it. Fix leaksXavier Claessens2008-03-111-0/+7
* Implement _set_propertyXavier Claessens2008-03-112-1/+42
* Fix usage of property iface and make use of it to get chatroom topic.Xavier Claessens2008-03-111-18/+15
* Display GError's message when a call fails.Xavier Claessens2008-03-111-0/+18
* Fix some warnings when getting propertiesXavier Claessens2008-03-111-8/+21
* Add back "tp-chan" property, still used to inspect the channel handle.Xavier Claessens2008-03-112-9/+23
* Continue property stuffXavier Claessens2008-03-112-4/+84
* Do not close the channel if the channel is invalidatedXavier Claessens2008-03-111-1/+1
* Prepare a new API for chat propertiesXavier Claessens2008-03-113-107/+160
* Fix coding styleXavier Claessens2008-03-111-2/+2
* Remove unused priv->factoryXavier Claessens2008-03-111-8/+4
* Queue received messages until the sender got his alias.Xavier Claessens2008-03-113-31/+48
* Refactor EmpathyTpChat to use tp-glib client codeXavier Claessens2008-03-112-456/+173
* Don't wait for connection-ready if it was already ready.Xavier Claessens2008-03-111-3/+11
* Improve a bit the test and fix empathy_contact_run_until, data.ready was not ...Xavier Claessens2008-03-111-1/+2
* Make sure we don't expect contact id and handle to be directly ready. Add som...Xavier Claessens2008-03-116-88/+69
* Simplify tp_group_get_contact.Xavier Claessens2008-03-111-1/+1
* Add debug messages in _run_until_readyXavier Claessens2008-03-111-0/+5
* Keep EmpathyContact object instead of the self handle, avoid using the connec...Xavier Claessens2008-03-111-98/+141
* simplify empathy_call_with_contact_id using empathy_contact_run_until_readyXavier Claessens2008-03-111-25/+5
* Add empathy_contact_run_until_ready()Xavier Claessens2008-03-112-2/+81
* Ready property on EmpathyContact is not a boolean but flags for each property.Xavier Claessens2008-03-112-10/+19
* Add a ready property on EmpathyContact and make use of tp_strdiff.Xavier Claessens2008-03-112-13/+33
* Lazy init of contact hash.Xavier Claessens2008-03-111-4/+5
* If we set contact's id and name is still empty, emit notify::name.Xavier Claessens2008-03-111-0/+3
* Make InspectHandles call asyncXavier Claessens2008-03-111-26/+41
* Set self handle to 0 when connection is invalidatedXavier Claessens2008-03-111-2/+1
* Use new apiXavier Claessens2008-03-112-383/+305
* Do not use a global variable but a field in the call. Use a boolean since we ...Xavier Claessens2008-03-111-9/+9
* Fix: do not close the call channel if stream-engine is not yet started (Alban...Xavier Claessens2008-03-111-1/+13
* Queue received messages until the sender got his alias.Xavier Claessens2008-03-093-73/+149
* Reorder functions to avoid having to declare them in the beginingXavier Claessens2008-03-091-471/+421
* Allow underscores in URLs. Fixes bug #505616 (Marco Barisione).Xavier Claessens2008-03-081-1/+1
* Replace g_signal_emit_by_name by g_signal_emit (Alban Crequy).Xavier Claessens2008-03-051-8/+8
* Fix call when then stream is created with a 'Bidirectional' direction (Alban ...Xavier Claessens2008-03-051-0/+13
* Remove EMPATHY_CAPABILITIES_UNKNOWN flag when setting capabilitiesXavier Claessens2008-03-051-0/+1
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.Xavier Claessens2008-03-041-1/+2
* Update collabora copyright to 2008Xavier Claessens2008-03-0319-19/+19
* Fix crash: g_object_new()'s last argument must be NULL (Alban Crequy).Xavier Claessens2008-03-021-1/+2
* Add missing include of tp-conn.hXavier Claessens2008-03-021-0/+1
* Add filter for incoming calls so the status icon blink instead of popup direc...Xavier Claessens2008-02-272-0/+13
* Cancel name owner watch when the call is finalizedXavier Claessens2008-02-261-0/+7
* Watch name owner changes to know when s-e falls off the bus.Xavier Claessens2008-02-261-1/+24
* Avoid calling Close() on the media channel if it's already closed.Xavier Claessens2008-02-261-0/+5
* Close the channel if se proxy is invalidated and do not change status to clos...Xavier Claessens2008-02-261-8/+1
* Change status to closed if stream engine dies or if a call fails.Xavier Claessens2008-02-261-1/+24
* unref stream-engine proxy when TpCall is finalizedXavier Claessens2008-02-261-2/+3
* It's now safe to call emp_cli_init multiple times. Move that call to empathy_...Xavier Claessens2008-02-261-0/+2
* Make use of generated code for using stream engine.Xavier Claessens2008-02-264-157/+75
* Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.Xavier Claessens2008-02-261-0/+2
* Do not load avatar from cache if token is empty. Fixes bug #517098.Xavier Claessens2008-02-181-1/+1
* Merge commit 'bari/marshalList'Xavier Claessens2008-02-181-1/+1
* Merge commit 'cassidy/irc'Xavier Claessens2008-02-189-4/+2204
* EmpathyContact: Set G_PARAM_CONSTRUCT on the capabilities property. (Sjoerd)Xavier Claessens2008-02-181-1/+1
* Remove unused PROP_SUBSCRIPTIONXavier Claessens2008-02-161-1/+0
* Removed unused PROP_GROUPSXavier Claessens2008-02-161-1/+0
* Cleanup code from previous mergeXavier Claessens2008-02-163-15/+14
* Merge commit 'sjoerd/master'Xavier Claessens2008-02-164-4/+33
* Simplifies empathy_call_with_contact_id.Xavier Claessens2008-02-161-20/+11
* Merge commit 'sjoerd/master'Xavier Claessens2008-02-162-8/+49
* Add self contact to the group iface of media channel.Xavier Claessens2008-02-161-8/+15
* If there is an error when listing streams, return for the func to avoid crash...Xavier Claessens2008-02-151-0/+1
* Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.Xavier Claessens2008-02-153-582/+891
* EmpathyTpContactFactory: If the presence dict doesn't contain a presence-mess...Xavier Claessens2008-02-101-0/+2
* Generate marshal.list thanks to gabble black magic.Xavier Claessens2008-02-102-15/+12
* Do not export symbols outside the empathy_ namespace.Xavier Claessens2008-02-106-18/+19
* Change new message dialog to new conversation and make possible to do voip call.Xavier Claessens2008-02-092-49/+25
* Remove EmpathyPresence object and have "presence" and "presence-message" prop...Xavier Claessens2008-01-2511-492/+166
* Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco...Xavier Claessens2008-01-233-461/+0
* Try to load dtd and glade files from the srcdir first to aboid having to inst...Xavier Claessens2008-01-231-2/+6
* Move empathy-contact-groups to libempathy, it has nothing to do in -gtkXavier Claessens2008-01-214-1/+344
* Move empathy-status-presets to libempathy, nothing to do with GTKXavier Claessens2008-01-214-0/+470
* Add a property to have or not groups on EmpathyContactListStoreXavier Claessens2008-01-211-0/+2
* Remove not implemented and not used empathy_time_parse_format function.Xavier Claessens2008-01-171-2/+0
* Add a missing includeXavier Claessens2008-01-161-0/+1
* Make use of tp_strdiff() to be NULL-safe. Fixes bug #509656.Xavier Claessens2008-01-161-13/+7
* Make use of PresenceChanged signal now that it got fixed in MC 4.53. Fixes bu...Xavier Claessens2008-01-141-7/+10
* Add sanity check to public APIXavier Claessens2008-01-121-2/+19
* Add avatar token in logs and load avatar from cache when getting logs messagesXavier Claessens2008-01-121-1/+21
* Reset status message when coming back from away and the status was manually s...Xavier Claessens2008-01-121-4/+16
* Add a remove option to delete a contact group. Fixes bug #459520 (David Turner).Xavier Claessens2008-01-024-0/+66
* Add convinience functions empathy_chat_with_contact() and empathy_chat_with_c...Xavier Claessens2008-01-022-0/+34
* Add back empathy_tp_chat_new_with_contactXavier Claessens2008-01-022-0/+44
* Merge branch 'ignore'Xavier Claessens2007-12-231-0/+4
* New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier Claesse...Xavier Claessens2007-12-213-0/+23
* Have to append a value before doing anything otherwise the array's size is 0Xavier Claessens2007-12-131-1/+2
* Replace g_array_insert_val(array, 0, handle) by g_array_index(array,guint,0)=...Xavier Claessens2007-12-131-1/+1
* Correctly store/restore presence when NM state changesXavier Claessens2007-12-131-7/+10
* Split EmpathyContactFactory to have one EmpathyTpContactFactory per accountXavier Claessens2007-12-124-1225/+1414
* When NM is in sleeping (=disabled) state, do just like if it wasXavier Claessens2007-12-061-8/+13
* Add a preference option to disable/enable NM support.Xavier Claessens2007-12-062-77/+78
* Cleanup chat objects API and request a new Text channel if account getsXavier Claessens2007-12-032-44/+13
* Call tp_debug_set_flags() to get tp-glib debug messagesXavier Claessens2007-12-031-0/+3
* Conflicts:Xavier Claessens2007-12-0311-188/+112
* Do not use deprecated tp_conn_new(), use tp_conn_new_without_connect()Xavier Claessens2007-11-132-6/+17
* Better debug messagesXavier Claessens2007-11-041-4/+8
* Call ClearAvatar if the data is NULL or size <= 0 inXavier Claessens2007-11-041-8/+30
* Rename empathy_contact_factory_set_name() to _set_alias(). ImplementsXavier Claessens2007-11-042-7/+60
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-252-11/+12
* Don't accept invitation if we are not invited.Xavier Claessens2007-10-191-2/+6
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-1827-251/+228
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-137-29/+26
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-131-3/+3
* Set supress_handler to TRUE when creating new group channel.Xavier Claessens2007-10-121-3/+3
* Initialize every GError to NULL. Fixes bug #482889.Marco Barisione2007-10-044-5/+5
* Oops, useless g_printXavier Claessens2007-10-021-1/+0
* really fix protocol groupXavier Claessens2007-10-021-8/+10
* Add back protocol group.Xavier Claessens2007-10-021-0/+8
* Add tp-stream-engine.xml to EXTRA_DIST. Add empathy-call-window.glade.EMPATHY_0_14Xavier Claessens2007-10-011-0/+1
* Add some sanity checks. Fixes bug #463051.Xavier Claessens2007-10-011-1/+8
* Disconnect all signals in finalize. Fixes bug #462815.Xavier Claessens2007-10-011-0/+21
* ref group when async calls are in flight to avoid destroying the objectXavier Claessens2007-09-292-8/+12
* Refcount ContactFactoryAccountData struct.Xavier Claessens2007-09-291-100/+85
* Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, XavierXavier Claessens2007-09-296-1/+869
* Ported from VOIP branch.Xavier Claessens2007-09-282-7/+7
* Remove GnomeProgram, not useful anymore, drop libgnome dependency. FixesXavier Claessens2007-09-284-6/+23
* Look in the local_pendings list if a contact is already local pending. FixXavier Claessens2007-09-281-1/+1
* Fix 2 leaks thanks to valgrind.Xavier Claessens2007-09-272-0/+2
* Fix leak when loading avatar from cache. Do not request avatar for unknownXavier Claessens2007-09-272-60/+58
* Cache avatars and RequestAvatars only when needed.Xavier Claessens2007-09-275-61/+334
* Fix capabilities update, the NOT operator is ~ and not !Xavier Claessens2007-09-261-2/+2
* Ignore log files that don't have a good filename. Fixes bug #462046Xavier Claessens2007-09-211-0/+4
* Fix warnings when finalizing.Xavier Claessens2007-09-211-18/+13
* Fix ref count error for account objects.Xavier Claessens2007-09-211-0/+5
* Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect,Xavier Claessens2007-09-202-18/+97
* Fix debug message.Xavier Claessens2007-09-102-3/+1
* Adding UI to start a VoIP call. It does nothing yet. Most of the code isXavier Claessens2007-09-092-0/+14
* Adding capabilities contact property.Xavier Claessens2007-09-093-31/+221
* Don't use deprecated RequestAvatar method.Xavier Claessens2007-08-311-51/+8
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-3119-2911/+3048
* Salut's protocol name is going to change to local-xmpp. Fixes bug #469638Xavier Claessens2007-08-251-1/+1
* Add python binding. Fixes bug #457660 (Michael Sheldon).Xavier Claessens2007-08-201-0/+2
* s/Local Network/People nearby/ (Sjoerd Simons)Xavier Claessens2007-08-111-1/+1
* Change a bit some debug outputXavier Claessens2007-08-102-1/+6
* Add hidden supprot. Fixes bug #455510 (Cosimo Cecchi).Xavier Claessens2007-08-101-0/+1
* Remove workaround for mc-enum-types.h not being installed by MC and bumpXavier Claessens2007-08-092-16/+3
* Remove empathy-marshal-main.c and include empathy-marshal.h fromMarco Barisione2007-08-086-45/+106
* Don't forget to reverse the glist of pending messages.Xavier Claessens2007-08-062-1/+4
* Adding new empathy_strdiff API stolen from telepathy-glib. It check ifXavier Claessens2007-08-022-133/+16
* Add missing include string.h.Xavier Claessens2007-07-301-0/+2
* Add message type in log files. Fixes bug #459579.Xavier Claessens2007-07-273-34/+81
* Fix Room listing. Fixes bug #460416 (Sjoerd Simons).Xavier Claessens2007-07-261-5/+1
* Use libtool -version-info. Fixes bug #460579 (Laurent Bigonville).Xavier Claessens2007-07-261-0/+3