RetroShare/libretroshare/src/tests/serialiser
csoler e9d6940b09 Improvements to chat lobbies:
- added generic methods and items for bouncing generic objects through lobbies
	- added handling of peer typing status
	- proper handling of peer join/leave lobby
	- added sub item ids to lobby messages to allow proper message splitting
	- made 2 different message splitting methods for normal chat vs. lobbies. In v0.6, we'll have to handle all messages the same way.
	- added parent id to RsChatLobbyMsgItem, to allow threaded chat.
	- added possibility to make a lobby public/private (not yet fully working)
	- added items for requesting/exchanging list of public lobbies at friends' (not yet fully working)
	- major cleaning of p3chatservice.cc

Next move:
	- gui for listing friend public lobbies, joining them, etc.
	- load/save of persistent lobbies.
	- autoremove of inactive lobbies

Warning: lobby message items of this version are incompatible with previous versions. It won't crash, but
messages will not pass through.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4755 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-06 22:17:08 +00:00
..
distribitem_test.cc Added read/unread state to channel service (copied from forum service). 2010-10-07 00:17:42 +00:00
distribitem_test.h added new tests for msgitem and refactored support functions. testnotes added to keep track of whats left to be done 2010-08-02 20:33:53 +00:00
Makefile moved authgpg fake module to tests folder 2011-06-22 21:44:40 +00:00
rsbaseitem_test.cc * Introduced new tests directory. 2010-06-20 11:08:39 +00:00
rsconfigitem_test.cc updating tests: 2011-06-22 21:38:26 +00:00
rsconfigitem_test.h updating tests: 2011-06-22 21:38:26 +00:00
rsmsgitem_test.cc Improvements to chat lobbies: 2012-01-06 22:17:08 +00:00
rsmsgitem_test.h new msg items to store srcid/from address for rs messages 2010-10-03 11:56:53 +00:00
rsserial_test.cc * Moved final serialiser test over, and test notes from ft. 2010-06-20 12:37:04 +00:00
rsstatusitem_test.cc updating tests: 2011-06-22 21:38:26 +00:00
rsstatusitem_test.h added new tests for msgitem and refactored support functions. testnotes added to keep track of whats left to be done 2010-08-02 20:33:53 +00:00
rstlvwidetest.cc * Introduced new tests directory. 2010-06-20 11:08:39 +00:00
rstunnelitem_test.cc temporary changes (lrand48 - rand(), s/random - s/rand() to turtle tunnel, and tlv random tests to allow windows 2010-08-07 19:05:49 +00:00
rsturtleitem_test.cc temporary changes (lrand48 - rand(), s/random - s/rand() to turtle tunnel, and tlv random tests to allow windows 2010-08-07 19:05:49 +00:00
support.cc added new tests for msgitem and refactored support functions. testnotes added to keep track of whats left to be done 2010-08-02 20:33:53 +00:00
support.h added new tests for msgitem and refactored support functions. testnotes added to keep track of whats left to be done 2010-08-02 20:33:53 +00:00
TestNotes.txt added new tests for msgitem and refactored support functions. testnotes added to keep track of whats left to be done 2010-08-02 20:33:53 +00:00
tlvbase_test.cc * Updated tlvbase_test.cc 2010-06-20 14:28:26 +00:00
tlvbase_test2.cc updating tests: 2011-06-22 21:38:26 +00:00
tlvitems_test.cc updating tests: 2011-06-22 21:38:26 +00:00
tlvrandom_test.cc updating tests: 2011-06-22 21:38:26 +00:00
tlvstack_test.cc * Introduced new tests directory. 2010-06-20 11:08:39 +00:00
tlvtypes_test.cc added dsitrib item tests: channels, grp, grp key, signed msg. 2010-06-24 10:35:00 +00:00
valgrind_all.sh added scrupt for brute force callof valgrind over serialiser tests 2010-09-30 21:48:16 +00:00