increased MAXLANGUAGES definition
[NeonServV5.git] / src / ClientSocket.c
2012-12-17 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-10-18 pk910Merge remote-tracking branch 'IoMultiplexer.git/master...
2012-10-18 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-10-18 pk910reimplemented auto reconnect for bots
2012-09-27 pk910added new multi log system
2012-09-24 pk910wait for bots to be disconnected on shutdown
2012-09-24 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-09-24 pk910fixed small startup crash in main.c
2012-09-24 pk910added some usleep milliseconds to give IOHandler the...
2012-09-22 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-09-22 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-09-22 pk910Merge remote-tracking branch 'refs/remotes/IOMultiplexe...
2012-09-11 pk910use putsock function instead of iohandler functions...
2012-09-07 pk910added some debug code & fixed compiler warning
2012-09-07 pk910added free-client event
2012-09-06 pk910*** VERSION 5.6.0 ***
2012-09-01 pk910fixed "unused variable" and some timeq errors when...
2012-08-28 pk910Merge branch 'IOMultiplexer'
2012-08-27 pk910Merge branch 'master' into IOMultiplexer
2012-08-27 pk910Merge branch 'master' into IOMultiplexer
2012-08-25 pk910Merge branch 'master' into IOMultiplexer
2012-08-23 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-08-22 pk910fixed traffic_in counter in ClientSocket.c
2012-08-22 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-08-22 pk910Merge branch 'master' into IOMultiplexer
2012-08-22 pk910Merge branch 'master' of git://git.pk910.de/IOMultiplex...
2012-08-22 pk910fixed some more coding fails
2012-08-22 pk910Merge branch 'master' into IOMultiplexer
2012-08-21 pk910some fixes for previous commit
2012-08-21 pk910Merge branch 'master' into IOMultiplexer
2012-08-21 pk910modified code to use IOHandler functions instead of...
2012-08-13 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-08-12 pk910*** VERSION 5.5.0 ***
2012-02-18 pk910fixed unwanted shutdowns due "no more bots running"
2012-02-17 pk910fixed compilation without threads and fixed some warnings
2012-02-16 pk910added stats module for neonserv.krypton-bouncer.de...
2012-02-16 pk910*** VERSION 5.4.0 ***
2012-02-12 pk910fixed debug/log output of sent data (don't add a second \n)
2012-02-12 pk910fixed debug/log output of sent data
2012-02-05 pk910added "first time" configuration (set up first bot...
2012-01-23 pk910fixed WIN32 support
2012-01-17 pk910added new auth-check security feature
2012-01-14 pk910fixed WHOHandler.c multithread compatibility
2012-01-14 pk910improved WHOHandler multi thread stability
2012-01-13 pk910fixes for multi thread support
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