summaryrefslogtreecommitdiff
path: root/src/Server/Connection.java
AgeCommit message (Collapse)Author
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