Edit: USS Nxterprise boldly go where no Crypto has gone before.
I hereby appoint CfB as my First Officer.
Now that the
I am now proof-reading the code for any visible bugs. The memory leak has been fixed and I hope version 0.4.8 should have lower memory consumption and not require periodic restart. Next, there are some minor thread safety bugs I noticed that I will fix. I can also think of some optimization in the peer networking code, right now we create a lot of temporary byte[] and char[] that put extra load on the garbage collector and increase the memory usage too, but this is not urgent.
I need to do some refactoring of the code, because now everything is in one huge file. The parts that are to remain closed source will have to be factored out, as much as possible, in separate classes, so that they can be distributed in compiled form, still allowing one to work on the base open source part without having the complete source.
I also need to pick up a repository where we should host the source code, and prepare it for the Jan 03 launch. Probably github, but I need to investigate the alternatives.
I'm happy to hear such a skilled developer join the team. Looks like you know your stuff! Bitbucket is another alternative, though that is used mostly for private repositories (they are free over there, not so with github). Github is best for it's community.