summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-04-15Code documentation fixesDor 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-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
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