Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Miscellaneous cmd fixes : PRIVMSG, PING/PONG, server commands (#25)
* fix: fixing privmsg to be more compliant with ngirc behavior * fix: additionnal privmsg fixes * fix: killing client connection with an error message if message > 512 chars * fix: missing return on catch * fix: ping timeout from the server now sends error message to the client before killing it * fix: set ping time when a user is pinged to allow calculation of pong timeout * fix: review of privmsg to send blocking err message when it is needed and non blocking when it should * fix: correct try / catch position * fix: no such nick on nickname with no name * fix: code error on checking find return * fix: completing possible user formats * fix: error formatting user and nicknames * fix: better exceptions * fix: added : in front of every message * fix: typo in repies * fix: removing grammar check to let a wrong nick / user / host / server send an error reply * git: updated gitignore * fix: removing unused libraries from server.cpp
- Loading branch information