summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 0.1.5telepathy-salut_0.1.5Sjoerd Simons2007-09-261-2/+2
* configure.ac: Check for the existance of dbus_message_marshal instead of chec...Sjoerd Simons2007-09-261-14/+16
* Don't build D-Bus tubes support when the D-Bus version is too oldSjoerd Simons2007-09-263-6/+46
* try to re-announce muc service when it disappears. Woraround for the "muc is ...Guillaume Desmottes2007-09-191-0/+17
* make salut_muc_channel_publish_service a public methodGuillaume Desmottes2007-09-192-3/+6
* salut-contact: use the activity pointer and not the activity id to check if t...Guillaume Desmottes2007-09-121-2/+10
* send_olpc_activity_properties_changes_msg: ignore if the muc connection is no...Guillaume Desmottes2007-09-101-0/+8
* roomlist-channel: coding style tweaksGuillaume Desmottes2007-09-061-19/+22
* salut_roomlist_channel_close: emit the closed signal so we don't have to expl...Guillaume Desmottes2007-09-061-1/+4
* roomlist-channel: salut_roomlist_channel_set_property: assert handle and hand...Guillaume Desmottes2007-09-061-0/+2
* muc-manager: directly use g_object_unref instead of unref_foreachGuillaume Desmottes2007-09-061-8/+1
* roomlist don't have to be a singletonGuillaume Desmottes2007-09-061-31/+69
* fix conflict with HEADGuillaume Desmottes2007-09-061-0/+3
* implement org.freedesktop.Telepathy.Channel.Type.RoomListGuillaume Desmottes2007-07-204-2/+694
* delay tubes channel announcement until it becomes readyGuillaume Desmottes2007-09-061-24/+36
* tubes-channel: add a ready public variable. Avoid to send data if the text ch...Guillaume Desmottes2007-09-062-2/+63
* don't use TP_CHANNEL_GROUP_CHANGE_REASON_INVITED when user joins a mucGuillaume Desmottes2007-09-061-2/+2
* destroy TpIntSet in muc_connection_connected_cbGuillaume Desmottes2007-09-061-0/+3
* when joining a muc, set yourself as remote-pending while the muc connection i...Guillaume Desmottes2007-09-061-1/+15
* revert delayed muc channel creationGuillaume Desmottes2007-09-061-44/+5
* salut-contact: add a TODO itemGuillaume Desmottes2007-09-051-0/+2
* rename salut_contact_takes_part_olpc_activity to salut_contact_takes_part_olp...Guillaume Desmottes2007-09-053-9/+9
* salut-contact.c: add a comment about olpc_announced_activities contentsGuillaume Desmottes2007-09-051-0/+1
* use tp_g_value_slice_newGuillaume Desmottes2007-09-053-30/+15
* bump telepathy-glib dependency to 0.5.14Guillaume Desmottes2007-09-051-1/+1
* add comment about extract_properties_from_hashGuillaume Desmottes2007-09-051-0/+1
* salut-self.h: trivial style fixGuillaume Desmottes2007-09-051-5/+3
* salut-util.c: use "%u" for uintGuillaume Desmottes2007-09-051-1/+1
* salut-utilc: use strtol and strtoul instead of atoiGuillaume Desmottes2007-09-051-2/+2
* use "bool" instead of "b" in salut_gibber_xmpp_node_extract_properties and gi...Guillaume Desmottes2007-09-052-4/+4
* salut-self.c: update_activity_privacy: allow updated to be NULLGuillaume Desmottes2007-08-291-1/+2
* salut-self.c: when retrieving activity properties from the contact mgr, init ...Guillaume Desmottes2007-08-281-1/+1
* emit channel error if the connection to the muc failedGuillaume Desmottes2007-08-282-1/+48
* delay the creation of the tubes channel if we have to wait for the muc channelGuillaume Desmottes2007-08-281-2/+33
* salut-muc-manager.c: wait the muc channel is ready before fire the new channe...Guillaume Desmottes2007-08-281-3/+10
* salut-muc-channel.c: add a "ready" signal emitted when the muc connection is ...Guillaume Desmottes2007-08-281-1/+29
* gibber-r-multicast-transport.c: assert priv->self != NULL when sendingGuillaume Desmottes2007-08-281-0/+2
* fix conflict with HEADGuillaume Desmottes2007-08-241-1/+7
* update_activity_privacy: move the activity privacy check from the caller into...Guillaume Desmottes2007-08-241-12/+9
* create_properties_table: recycle the GValue*Guillaume Desmottes2007-08-242-42/+42
* salut-util: use tp_strdiff instead of strcmpGuillaume Desmottes2007-08-241-8/+8
* fix some typosGuillaume Desmottes2007-08-246-23/+22
* rename update_activity_privacy_policy to update_activity_privacyGuillaume Desmottes2007-08-241-6/+6
* fix --disable-olpc-buildGuillaume Desmottes2007-08-245-7/+15
* olpc_activity_properties_changed: if we use SalutSelf's properties, be sure s...Guillaume Desmottes2007-08-241-2/+7
* salut-contact: avoid to have the same activity in the 2 hash tables at the sa...Guillaume Desmottes2007-08-241-2/+21
* salut-connection: factor out common code used in salut_connection_act_set_pro...Guillaume Desmottes2007-08-231-178/+120
* add "tags" olpc activity propertiesGuillaume Desmottes2007-08-236-50/+141
* remove FIXME about activity properties from invites. It's not a problem as Sa...Guillaume Desmottes2007-08-231-2/+0
* fix refcount problem when we are invited to a private activity and then this ...Guillaume Desmottes2007-08-231-4/+12