× News Cego SysMT Croom Web Statistics Impressum
SysMT Logo
Change log for Croom Server
Category Date Version Log
croomsrv 06.02.2015 2.0.0 Heavy work on croom version 2.0.0 with web integration
croomsrv 18.12.2014 2.0.0 Started with user admin panel implementation
croomsrv 17.12.2014 2.0.0 Started Vaadin based implementation, complete code copy to eclipse project
croomsrv 27.10.2014 1.1.2 Removed MSGCONFIRM message from server, since this message is actually not used and may confuse the protocol.
croomsrv 26.10.2014 1.1.1 Version released
croomsrv 26.10.2014 1.1.1 Improvements regarding session cleanup
croomsrv 24.10.2014 1.1.1 - Fix in view croom_unreadmsgview, instead of msgid_send, msgid_confirmed must be evaluated
- Optimization push message service, added rowlimit 10 to select to avoid pushing too many messages with one service request
croomsrv 24.10.2014 1.1.0 Version released
croomsrv 23.10.2014 1.1.0 Small fix for pollUnread service request ( updated msgrec attribute for croom_unreadmsgview query )
croomsrv 17.10.2014 1.1.0 Added image message handling to the server
This feature also requires blob handling of the cego database
Patches to the JDBC driver have been added ( CegoJDBC Vesion 1.5.3 )
croomsrv 15.10.2014 1.0.1 Improved exception handling and error messages
croomsrv 14.10.2014 1.0.0 Version released
croomsrv 12.10.2014 1.0.0 More work on croom documentation
croomsrv 10.10.2014 1.0.0 Added msgid_sent and msgid_confirmed attributes to table croom_user2room to ensure correct message delivery to clients ( non repeating and non lost messages )
After restart, the values for the corresponding user are synched ( set msgid_sent = msgid_confimed )
croomsrv 07.10.2014 1.0.0 Started with documentation
croomsrv 22.09.2014 1.0.0 Confuguration of log4j logging, started croom server beta test on croom.lemke-it.com
croomsrv 21.09.2014 1.0.0 Added db connection pool implementation from snaq.net
croomsrv 18.09.2014 1.0.0 view corrections and additional information for roomforuser service
croomsrv 14.09.2014 1.0.0 Created croom tableset on vserv2
croomsrv 12.09.2014 1.0.0 Added AES encryption code from http://www.bouncycastle.org to project
croomsrv 06.09.2014 1.0.0 More work on database modelling
croomsrv 05.09.2014 1.0.0 More work on XML modeling and RequestHandler
croomsrv 04.09.2014 1.0.0 Started with db modeling for croom database
croomsrv 03.09.2014 1.0.0 First runnable prototype, which servers proom requests. Also tested with OpenJDK on FreeBSD 9.3
croomsrv 03.09.2014 1.0.0 Started with Xcode project for iPhone client and with Eclipse project for Java based server implementation
croomsrv 03.09.2014 1.0.0 Initial entry