summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-04Switch to JDE-6Tzafrir Cohen
2013-12-04convert some java setting file to nl-terminatedTzafrir Cohen
2013-12-03Connecting between server output to clientDor Bivas
2013-12-03client: add a TODO listTzafrir Cohen
2013-12-03ant: targets for running client or serverTzafrir Cohen
2013-12-03build.xml: ant build fileTzafrir Cohen
2013-12-02Connect + user interfaceDor Bivas
2013-12-02Full connection to the clientDor Bivas
2013-12-01Note all the project and task 1-4Dor Bivas
2013-11-30improveDor Bivas
2013-11-30Evolving the clientdor
2013-11-30Making parsedline objectdor
2013-11-30Nick first letter trimming bug fixdor
2013-11-30Notesdor
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-22Start documenting.dor
2013-11-15remove unneeded importdor
2013-11-06Connection.java was not includedDor Bivas
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