summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-08Move stop and connect to conPanel.Dor Bivas
2014-02-08Changing name of the initial nick and server name.Dor Bivas
2014-02-07Added a FIXMEDor Bivas
2014-02-07User Interface fixes and additions.Dor Bivas
* Setting font for text box and output. * Output is now uneditable. * Removing debug prints of the UI commands.
2014-02-05* adding to the previos commit 2 below ^^Dor Bivas
* scroll box is now working . * Escape button closing socket and working. * ALT + C connecting channel.
2014-02-05Fixing PrivMsg chanel outputDor Bivas
2014-02-05* Removing unused variables.Dor Bivas
2014-01-18client: fix QUOTE, isConnectedDor Bivas
* Add attribute isConnected. * Handling of /QUOTE: there is the extra space.
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-18client: Do use host and port from interfaceDor Bivas
2014-01-18client: only send a message if connectedDor Bivas
2014-01-18client: connection shutdown at exitDor Bivas
* Calling shutdown() before exit() (for the "quit" button) * Minor other fixes
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-18Enter key now sending message.Dor Bivas
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: pass server to CommandsTableDor Bivas
2013-12-21server: expose interfrace for connections listDor Bivas
2013-12-21client: off-by-one error in message sendingDor Bivas
2013-12-21client: A separate shutdown function for socketDor Bivas
2013-12-20Server: a single connection shutdown functionDor Bivas
2013-12-20server: ignoring command MODEDor Bivas
* Add a command class for ignoring commands * Use it to ignore "MODE" for now.
2013-12-20client: fix /QUOTE in message sendingDor Bivas
* Fixes a crash when message line was too short * Fixes the logic of /QUOTE - it now works.
2013-12-11Merge branch 'master' of git://git.tzafrir.org.il/git/java-chat.gitDor Bivas
2013-12-11client tasks 4-7Dor Bivas
2013-12-09Remove another empty lineTzafrir Cohen
Yet another commit to test mail notifications.
2013-12-09Delete an empty lineTzafrir Cohen
Another commit to test mail notifications.
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