summaryrefslogtreecommitdiff
path: root/src/Server/ChatServer.java
AgeCommit message (Collapse)Author
2014-04-15Code documentation fixesDor Bivas
2014-03-29Chat: deleted white spaces prettify the code, and fixm's and unneededDor Bivas
notes and tasks.
2014-03-29ChatServer: dict of nicks.Dor Bivas
* add \ remove nicks.
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-21server: expose interfrace for connections listDor Bivas
2013-12-11client tasks 4-7Dor Bivas
2013-12-05Update tasksTzafrir Cohen
2013-12-05Update tasksTzafrir Cohen
2013-12-04Convert source to NL-terminatedTzafrir Cohen
2013-12-01Note all the project and task 1-4Dor Bivas
2013-11-24ChatServer: add a connections listTzafrir Cohen
Add a list of connections to the ChatServer. A connection gets added there on generation (but so far not much more).
2013-11-24Create a ChatServer objectTzafrir Cohen
Create a separate ChatServer object. Move the service socket to be one of its properties.
2013-11-02support multiple connections and JOIN/PRIVMSGDor Bivas
* A separate thread per connection. * Basic handling of JOIN and PRIVMSG. Now simple IRC clients can talk to us.
2013-11-02fix command handling; QUITDor Bivas
* Commands lookup always "failed". * Implement Client.disconnect * Use it for implementing the QUIT command
2013-10-19Client Move to Separate package dor
2013-10-19Moved server to a separate packagedor