Merge branch 'development'
[NeonServV5.git] / src / main.c
2013-02-13 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-12-17 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-11-12 pk910Merge remote-tracking branch 'origin/development'
2012-11-10 pk910added mutex debugger
2012-10-18 pk910Merge remote-tracking branch 'IoMultiplexer.git/master...
2012-10-18 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-09-27 pk910Merge remote-tracking branch 'origin/development'
2012-09-27 pk910fixed log mutex location
2012-09-27 pk910added new multi log system
2012-09-26 pk910Merge remote-tracking branch 'origin/development'
2012-09-26 pk910fixed some missing includes
2012-09-26 pk910fixed main.c multi thread support
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-24 pk910tidied up main.c code
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-06 pk910*** VERSION 5.6.0 ***
2012-08-28 pk910Merge branch 'IOMultiplexer'
2012-08-27 pk910Merge branch 'master' into IOMultiplexer
2012-08-27 pk910fixed crash caused by startup reload event
2012-08-27 pk910Merge branch 'master' into IOMultiplexer
2012-08-27 pk910added configuration (re)load event
2012-08-25 pk910Merge branch 'master' into IOMultiplexer
2012-08-23 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
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 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-13 pk910[IOMultiplexer] moved test program into own sub-directory
2012-08-13 pk910[IOMultiplexer] changed example main.c to be a very...
2012-08-13 pk910[IOMultiplexer] initial commit
2012-08-12 pk910*** VERSION 5.5.0 ***
2012-07-01 pk910added NeonBackup bot
2012-04-29 pk910add more information when deleting a user; added zombie...
2012-03-25 pk910fixed CheckAuth to take care about different timezones...
2012-02-18 pk910added error message if modules block is missing in...
2012-02-17 pk910fixed compilation without threads and fixed some warnings
2012-02-16 pk910fixed crash management
2012-02-16 pk910fixed some missing newlines (\n) in putlog lines
2012-02-16 pk910*** VERSION 5.4.0 ***
2012-02-15 pk910fixed WIN32 compatibility
2012-02-12 pk910added module management commands
2012-02-12 pk910multiple fixes
2012-02-11 pk910rearranged NeonServ code to be modular
2012-02-09 pk910fixed getopt parameter
2012-02-06 pk910modernized argument parser (use getopt now)
2012-02-05 pk910redirect stdin/stdout/stderr to /dev/null after forking...
2012-02-05 pk910added "first time" configuration (set up first bot...
2012-01-31 pk910fixed crash if the user quits directly after performing...
2012-01-30 pk910moving NeonServ into background by default; added a...
2012-01-30 pk910added small memory debugger to detect memory leaks
2012-01-29 pk910added signal handler
2012-01-23 pk910fixed WIN32 support
2012-01-17 pk910added new auth-check security feature
2012-01-15 pk910added QServer for external cache access
2012-01-14 pk910improved WHOHandler multi thread stability
2012-01-14 pk910moved timeq loop to the "main thread" and made it more...
2012-01-13 pk910fixes for multi thread support
2012-01-13 pk910added thread count to cmd_netinfo
2012-01-13 pk910added experimental multi thread support
2011-12-30 pk910Another year is about to end... So we have to update...
2011-12-22 pk910*** VERSION 5.3.0 ***
2011-12-11 pk910fixed WIN32 compatibility
2011-12-11 pk910added cmd_restart cmd_reload and cmd_die; added Socket...
2011-12-06 pk910added OpenSSL handler
2011-11-07 pk910fixed statistics
2011-11-06 pk910added support for an external statistics script
2011-11-06 pk910added new self-made config parser with new config style
2011-10-31 pk910simplified modcmd system
2011-10-28 pk910added user registered event, tidied up helper functions...
2011-10-26 pk910*** VERSION 5.2.0 ***
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 pk910added mysql config file and some initial database insta...
2011-10-02 pk910some modifications for WIN32 support :)
2011-10-02 pk910tried to reorder the program structure and build process