summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-15un used importHEADmasterDor Bivas
2014-04-15Uselss new line in prinlnDor Bivas
2014-04-15server: don't panic on ConcurrentModificationExceptionDor Bivas
If the connections list changes durreng sending of a message, abort the sending but don't panic further than that.
2014-04-15server: disconnect client on a failed writeDor Bivas
2014-04-15useless err print to outDor Bivas
2014-04-15FixDor Bivas
2014-04-15usless debug printDor Bivas
2014-04-15fix documentation Dor Bivas
2014-04-15Code documentation fixesDor Bivas
2014-04-15Doxyfile: INLINE_SOURCESDor Bivas
2014-04-15build.xml: clean some extra directoriesDor Bivas
2014-04-12Ignore vim files and documentation targetsDor Bivas
2014-04-12Doxygen configuration DoxyfileDor Bivas
2014-04-12build.xml: support building javadoc with antDor Bivas
2014-03-29Client: do join the channel automatically. Dor Bivas
2014-03-29Server: fixes null Nick name in nick collision:Dor Bivas
* response to USER was always 001 even in case of nick collision. * but in the case of nick collision NICK is resent and we only get it after USER. * Fix: send 001 only once we set both nick and user.
2014-03-29Server: nick collision in sensitive, connection msg sent after relyDor Bivas
connecting
2014-03-29Chat: deleted white spaces prettify the code, and fixm's and unneededDor Bivas
notes and tasks.
2014-03-29Server: Remove fixme's and white spaces.Dor Bivas
2014-03-29Server - implement nick collision detectionDor Bivas
* Client: setNick checks for collisions. * Command table: Nick Command is now replaying. * Connection: remove up on disconnect.
2014-03-29ChatServer: dict of nicks.Dor Bivas
* add \ remove nicks.
2014-03-16example IRC sessionsTzafrir Cohen
2014-03-16irelevant fix medor
2014-03-16UI : socket now closed when window closing in any way.dor
2014-03-16Server: print proper nicks on privmsg.dor
* print user can now provide ditalese of diffrent client. * print also space before the message.
2014-03-16עברית עובדתdor
2014-03-16Server: fix join msgdor
2014-03-16Privatization.dor
2014-03-16Server: dont let originatore get its message.dor
2014-03-15msg empty does not sendDor Bivas
2014-02-22adding ": " to the privmsgDor Bivas
2014-02-22Client start-up sequence Dor Bivas
* fixing connection prob
2014-02-22PaesedLine bug fix with parsed argsDor Bivas
2014-02-22Fix alt c to insure the connectionDor Bivas
2014-02-22Client UI: minimum size and moreDor Bivas
* minimum size of the window is now working. * Window Title ("Dor-Chat"). * Temporary panel text color (White) * Deleting white spaces.
2014-02-22Fix line send you can send 1 long line and thers handle from the uiDor Bivas
2014-02-22remove Fix me that fixedDor Bivas
2014-02-22Client clear commandDor Bivas
2014-02-22Client : UiDor Bivas
*Enter send before connect bag fix */clear removing all text from panel. * fix alt + c problem now its COPS_LOCK C.
2014-02-22Removing irrelevant line codeDor Bivas
2014-02-22Client : Handle Nick collision . Dor Bivas
2014-02-22ChatClient : Starting with Dor-Chet Channel Dor Bivas
2014-02-22Client: Ui.Dor Bivas
* Auto scroll down when massage sent. * Wrapping text.
2014-02-08client: parse commands upon reading. respond to PINGDor Bivas
* Parse commands with ParsedLine upon reading * Print a PRIVMSG nicer * Respond to PING and don't print it
2014-02-08client: fixed parsing of PINGDor Bivas
* Also: print unknown commands
2014-02-08client: remove incorrect space before message of PRIVMSGDor Bivas
2014-02-08Client: Remove print to console "Write here :> ";Dor Bivas
2014-02-08Client: Parsed line new class for the hole cases of parsing.Dor Bivas
2014-02-08Client ui: Fixing code duplication of action listener and key listener.Dor Bivas
* adding "me: " to the client messages.
2014-02-08* client ui: Remove unnecessary vertical spaces.Dor Bivas