We are expanding – Adam joined yesterday! What could be better than starting off with some team building and oldschool video games?
Other updates are:
- The code base has been moved from .NET 2.0 to .NET 3.5 (Visual Studio 2008 Express)
- A heart beat timer has been added to prevent ISPs to disconnect inactive clients
- Instead of crashing when failing to encrypt the bookmark file we save it unencrypted
- Added client and server information
- Added error messages handler. It currently displays errors and a solution. No automatic error recovery is yet implemented.
- Minor bug fixes
- Added rudimentary support for private chat messages
- Latest MoMA report (.NET3.5 and Mono 1.2.6) was a success! It shouldn’t be to hard to get it running Mono! The current issues are:
- SharpWired.Gui.SharpWiredForm.UpdateToolStripText – Not sure what to do about this.
- SharpWired.Gui.News.NewsUserControl and SharpWired.Gui.Chat.ChatUserControl – Should be possible to swap out for using Webkit or Firefox as HTML renderer
- SharpWired.Connection.Sockets.BinarySecureSocket – Might work out of the box
- SharpWired.Connection.Bookmarks.BookmarkManager.Decrypt and .Encrypt – Should fallback to saving the bookmark file unencrypted
Todays mission is to add functionality for measuring the lag between the client and the server.
Update: I added the lag handler and also added a CIA.vc page where we can track the Subversion changes.
