Hi, I've just released telepathy-salut 0.1.7. This release brings various MUC bugfixes.
Tarball at:
http://telepathy.freedesktop.org/releases/telepathy-salut/telepathy-salut-0.1.7.tar.gz
Ascii armored signature:
http://telepathy.freedesktop.org/releases/telepathy-salut/telepathy-salut-0.1.7.tar.gz
Changelog below :)
Sjoerd
Mon Nov 12 11:34:58 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
tagged telepathy-salut 0.1.7
Mon Nov 12 11:34:30 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* version 0.1.7
Mon Nov 12 11:18:11 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* GibberRMulticastSender: rename gibber_r_multicast_sender_fail to
_gibber_r_multicast_TEST_sender_fail, so it's extra clear that it's purely for
testing
Fri Nov 9 21:57:13 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* GibberRMulticastSender: Mark a sender as failed if the data message didn't
have the claimed amount of data in it
Fri Nov 9 21:17:47 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* check-gibber-r-multicast-causal-transport.c: Be much more anal about the
flags when doing fragmentation tests
Fri Nov 9 21:17:08 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* GibberRMulticastCausalTransport: Correctly set the flags when fragmenting
into multiple packets
Fri Nov 9 15:41:31 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* repair-after-node-disconnected-test: Add a simulation to test if a node can
sucessfully retrieve unacked packets from a failed node from other nodes
Fri Nov 9 14:38:40 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* GibberRMulticastTransport: Data can come either from members or failing
members
Fri Nov 9 14:09:10 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* fix build with OLPC features enabled
Fri Nov 9 13:54:50 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* mesh.py: Add failure trigger function
Fri Nov 9 13:54:22 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* test-r-multicast-transport-io: Add signalling to trigger failures on
selected nodes
Fri Nov 9 13:52:33 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* GibberRMulticastSender: Add functionality to trigger failure for testing
purposes
Fri Nov 9 13:51:03 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* GibberRMulticastCausalTransport: Add a method to lookup a sender by name
Fri Nov 9 13:49:34 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* GibberRMulticastSenderGroup: Add a method to lookup a sender by name
Fri Nov 9 13:49:25 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* gibber-util: Add gibber_strdiff, copied from tp_strdiff
Fri Nov 9 13:01:45 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* make contact's handle a public variable
Fri Nov 9 12:49:39 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* fix typo in debug message
Fri Nov 9 12:40:41 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* muc-channel: no need to dup the string stored in priv->senders as it's
owned by the Contact object and we have a ref on it
Fri Nov 9 12:39:01 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* replace salut_contact_manager_create_contact by
salut_contact_manager_ensure_contact
Fri Nov 9 12:23:44 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* salut_contact_manager_create_contact: assert contact doesn't exist yet
Thu Nov 8 11:07:26 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* give the SalutConnection to SalutContact instead of the room and contact
repo
Thu Nov 8 10:44:47 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* contact-manager: don't ensure the contact handle anymore as it's done by
the Contact object now
Wed Nov 7 17:44:37 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* contact-manager: adapte to use new SalutContact API
Wed Nov 7 17:43:40 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* muc-channel: salut_muc_channel_add_members: don't ensure the handle as it's
owned by the newly created contact now
Wed Nov 7 17:41:27 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* make SalutContact owns the ref on his handle
Wed Nov 7 17:21:15 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* muc-channel: store senders in a hash table so we can unref contacts when
closing the channel
Wed Nov 7 17:01:03 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* muc-channel: create/ref contact when we got new senders
Wed Nov 7 16:59:01 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* contact-manager: add salut_contact_manager_create_contact public function
Wed Nov 7 16:03:45 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* muc-channel: split salut_muc_channel_change_members to
salut_muc_channel_add_members and salut_muc_channel_remove_members
Wed Nov 7 14:15:02 CET 2007 Guillaume Desmottes <[EMAIL PROTECTED]>
* muc-channel: fix debug message in salut_muc_channel_change_members
Wed Nov 7 16:07:10 CET 2007 Simon McVittie <[EMAIL PROTECTED]>
* Development version 0.1.6.1
Wed Nov 7 15:20:28 CET 2007 Simon McVittie <[EMAIL PROTECTED]>
tagged telepathy-salut 0.1.6
Wed Nov 7 16:01:13 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* GibberRMulticastCausalTransport: While disconnecting, still accept reliable
and repair request packets
Wed Nov 7 15:39:27 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* GibberRMulticastSender: Kill trailing whitespace
Wed Nov 7 15:37:46 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* GibberRMulticastSender: Add a stopped state in which a sender will only
react to repair requests
Wed Nov 7 14:10:59 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* Add a simulation to see if leaving nodes do still correctly react to
repaire requests
Wed Nov 7 14:08:54 CET 2007 Sjoerd Simons <[EMAIL PROTECTED]>
* Don't unnecessarily rstrip data
--
The clearest way into the Universe is through a forest wilderness.
-- John Muir
signature.asc
Description: Digital signature
_______________________________________________ Telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
