summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-02Client: rename Soc => soc, phrase => lineDor Bivas
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
2013-10-18Demo Swing interfacedor
2013-10-18Separate threads in clientdor
Cleint now has a reader (reading from network, writing to screen) and a writer (writng to network, reading from screen) thread.
2013-09-28Server \client loop \ One time portdor
2013-09-28Try\catchdor
2013-09-27Server Client dor
2013-09-27Change stringdor
2013-09-27Initial Commitdor