added experimental multi thread support
[NeonServV5.git] / src / ClientSocket.c
2012-01-13 pk910added experimental multi thread support
2011-12-30 pk910Another year is about to end... So we have to update...
2011-12-24 pk910fixed ClientSocket.c: don't close socket on close_socke...
2011-12-23 pk910don't try to read from closing (SOCKET_FLAG_QUIT) sockets
2011-12-23 pk910fixed small crash bug in ClientSocket.c:socket_loop
2011-12-22 pk910don't close socket directly after sending the QUIT...
2011-12-22 pk910*** VERSION 5.3.0 ***
2011-12-22 pk910added cmd_reconnect
2011-12-21 pk910added cmd_setbot for dynamic bot management
2011-12-11 pk910fixed WIN32 compatibility (use old connect function...
2011-12-11 pk910added cmd_restart cmd_reload and cmd_die; added Socket...
2011-12-10 pk910implemented bind support (vhost)
2011-12-10 pk910implemented ipv6 support
2011-12-06 pk910fixed ssl handler
2011-12-06 pk910added OpenSSL handler
2011-12-04 pk910fixed null pointer crash when passing NULL to putsock...
2011-11-12 pk910fixed bot user handling (bot should only have a user...
2011-11-02 pk910rewrote HandleInfoHandler.c (WHOHandler style)
2011-10-27 pk910completely rebuild WHOHander ticket management
2011-10-26 pk910*** VERSION 5.2.0 ***
2011-10-25 pk910don't send PASS command if theres no password set
2011-10-24 pk910added auto reconnect
2011-10-24 pk910added simple anti flood system
2011-10-05 pk910*** VERSION 5.1.0 ***
2011-10-03 pk910added GPL header to all files and added INSTALL AUTHORS...
2011-10-02 pk910don't send PASS cmd if password is empty
2011-10-02 pk910some more changes for WIN32 compatibility
2011-10-02 pk910some modifications for WIN32 support :)
2011-10-02 pk910tried to reorder the program structure and build process