summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-09ant: slightly more compact fileTzafrir Cohen
A test commit for the commit notification email.
2013-12-06ent.sh: a script to start irssi as a test clientDor Bivas
2013-12-05Update tasksTzafrir Cohen
2013-12-05Update tasksTzafrir Cohen
2013-12-04Force JDK 1.6 (from settings)Tzafrir Cohen
2013-12-04ant: typo in run-server targetTzafrir Cohen
2013-12-04QuoteDor Bivas
2013-12-04qoute from privmsgDor Bivas
2013-12-04privmsgDor Bivas
2013-12-04PRIVMSGDor Bivas
2013-12-04Disabled connect bottun after 1 pressDor Bivas
2013-12-04task 1 DOneDor Bivas
2013-12-04Connect ui to client and serverDor Bivas
2013-12-04use writerDor Bivas
2013-12-04sent massege to serverDor Bivas
2013-12-04english fixDor Bivas
2013-12-04fixing baggsDor Bivas
2013-12-04FIXING baggsDor Bivas
2013-12-04Another Ecplise config fileTzafrir Cohen
2013-12-04Update list of tasksTzafrir Cohen
2013-12-04Convert source to NL-terminatedTzafrir Cohen
2013-12-04Task list - updateTzafrir Cohen
2013-12-04ant: includeantruntimeTzafrir Cohen
A workaround for a misfeature of Ant 1.8
2013-12-04A per-project coding styleTzafrir Cohen
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.