##Dembrun Chat Server##
A simple chat client and server project I've been working on. It works similarly to an irc channel, but it's a lot more basic.
Over time, I hope to have it grow into something all its own. Documentation will be extensive, and I will handle all of it. If you add a feature, I'll do a thorough review, and will need documentation from you explaining what you added. I've been using eclipse for the project so far. Adding the directory to your eclipse workspace should make the project appear in the eclipse project explorer
I expect all non-constructor methods to be documented properly with javadoc, including a short description of each parameter, return, etc, and the purpose of the method. All new classes need an @author tag in their javadoc with a description of the class's purpose.
##Specifications for release 2##
- Optional password authentication with server
- Server announces when new user connects
- Server announces when user disconnects
- System commands can be sent to server and response received
- time (returns the system time)
- users (returns a list of logged in users)