summaryrefslogtreecommitdiff
path: root/src/Server/Connection.java
AgeCommit message (Collapse)Author
2014-04-15FixDor Bivas
2014-03-29Chat: deleted white spaces prettify the code, and fixm's and unneededDor Bivas
notes and tasks.
2014-03-29Server - implement nick collision detectionDor Bivas
* Client: setNick checks for collisions. * Command table: Nick Command is now replaying. * Connection: remove up on disconnect.
2014-03-16עברית עובדתdor
2014-01-18server: print privmsg to all clientsDor Bivas
* Connection.getClieont * Privmsg handler uses it to print the message to all connections * Unrelated: remove connection from list on shutdown.
2014-01-18server: Client now know connectionDor Bivas
* Client.Disconnect is now using Connection.shutdown command. * Connection knows now client and vice versa.
2014-01-18ChServer is now global variable.Dor Bivas
* Reverting previous addition of local references of ChatServer in some objects. * Get list of ports in PRIVMSG command. * toString for portnum.
2013-12-20Server: a single connection shutdown functionDor Bivas
2013-11-30Making parsedline objectdor
2013-11-06Connection.java was not includedDor Bivas