NeonServV5.git
2012-02-16 pk910made configure.ac using silent rules if possible v5.3
2012-02-15 pk910fixed WIN32 compatibility
2012-02-14 pk910added possibility to change bot nick even if bot is...
2012-02-12 pk910added modules to neonserv.example.conf and added protec...
2012-02-12 pk910fixed reloadmod command to use old module name (case...
2012-02-12 pk910fixed endless loop in lang.c
2012-02-12 pk910moved cmd_extscript from NeonServ.mod to global.mod
2012-02-12 pk910fixed endless loop in modcmd.c
2012-02-12 pk910added module management commands
2012-02-12 pk910fixed installation process
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-12 pk910fixed crash in modules.c
2012-02-12 pk910modified Makefile.am to build shared module (.so)
2012-02-12 pk910multiple fixes
2012-02-11 pk910added Makefile.am to each directory
2012-02-11 pk910rearranged NeonServ code to be modular
2012-02-11 pk910added "nowho" parameter to debug userlist and fixed...
2012-02-09 pk910fixed ZNC support
2012-02-09 pk910fixed getopt parameter
2012-02-06 pk910fixed event_neonserv_mode.c multi-thread support
2012-02-06 pk910fixed botwar detection for bot deops
2012-02-06 pk910modernized argument parser (use getopt now)
2012-02-05 pk910removed debug output from mysqlConn.c
2012-02-05 pk910redirect stdin/stdout/stderr to /dev/null after forking...
2012-02-05 pk910added "first time" configuration (set up first bot...
2012-02-05 pk910updated AUTHORS and cmd_version, cmd_netinfo
2012-02-05 pk910fixed IRCParser.c: mark only bots as invisible when...
2012-02-02 pk910updated example configuration
2012-02-02 pk910fixed several memory leaks
2012-02-02 pk910fixed several memory leaks caused by missing table_free...
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 pk910perform crosschan check only for some commands
2012-01-30 pk910added memoryDebug.c memory info to cmd_meminfo
2012-01-30 pk910fixed small memory leak in event_neonserv_mode.c
2012-01-30 pk910fixed memory leak in UserNode.c
2012-01-30 pk910fixed memory leak in tools.c and fixed allocation size...
2012-01-30 pk910added small memory debugger to detect memory leaks
2012-01-29 pk910added signal handler
2012-01-29 pk910fixed crash in cmd_set for NeonSpam
2012-01-29 pk910removed "#channel_getop" access requirement from cmd_up
2012-01-28 pk910fixed NULL pointer in cmd_unregister && fixed crash...
2012-01-26 pk910fixed underline code ($u) in help/language lines
2012-01-23 pk910fixed WIN32 support
2012-01-18 pk910added cmd_stats to NeonHelp
2012-01-17 pk910added new auth-check security feature
2012-01-17 pk910fixed crash in modcmd.c
2012-01-15 pk910fixed WHOHandler: don't add temporary user if a real...
2012-01-15 pk910fixed invisible support for cmd_up and some other funct...
2012-01-15 pk910added QServer for external cache access
2012-01-14 pk910fixed UserNode.c & IRCParser.c multi thread compatibility
2012-01-14 pk910fixed statistics user counter
2012-01-14 pk910fixed WHOHandler.c multithread compatibility
2012-01-14 pk910fixed mysqlConn.c (no-threads mode)
2012-01-14 pk910improved WHOHandler multi thread stability
2012-01-14 pk910fixed cookie funcmd: do not continue function if there...
2012-01-14 pk910added --enable-threads flag to enable experimental...
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
2012-01-13 pk910fixed endless loop in cmd_set
2012-01-12 pk910fixed small invalid mode bug with "-k" and a crash...
2012-01-12 pk910added full half-op support
2012-01-12 pk910fixed small (null) output issue in cmd_access
2012-01-12 pk910added IPNode for storing real IP's of users
2012-01-08 pk910fixed cmd_peek
2012-01-08 pk910fixed timeq: remove entry from list before executing...
2012-01-08 pk910fixed temporary user management
2012-01-08 pk910fixed crash in multiple commands if createTempUser...
2012-01-08 pk910fixed WHOHandler.c: don't WHO if requested nickname...
2012-01-07 pk910fixed crash if some strange admins simul bots in unregi...
2012-01-07 pk910fixed small "uninitialized string" bug in bot_NeonHelp.c
2012-01-07 pk910made commands op, deop, opall, deopall, voice, devoice...
2012-01-07 pk910don't show sub-sub-commands in linker overview
2012-01-07 pk910added support for multi-interleaved commands
2012-01-07 pk910removed CMDFLAG_REQUIRED from some not-really-required...
2012-01-06 pk910fixed modcmd (allow #chan parameter in custom parameter...
2012-01-06 pk910fixed small cmd_setbot error
2012-01-06 pk910added some missing language strings and a internal...
2012-01-06 pk910added some more helpserv functions
2012-01-06 pk910added database structure for NeonHelp tables
2012-01-04 pk910added SOCKET_FLAG_SILENT flag for "silent modcmd"
2012-01-04 pk910fixed #989cb8324ec8fe9caba511d89051552638dbc776
2012-01-04 pk910Merge branch 'master' of ssh://git.pk910.de:16110/NeonS...
2012-01-04 pk910added first helpserv functions
2012-01-04 pk910fixed #65bb4d5
2012-01-04 pk910fixed cmd_downall and cmd_upall to be multibot-supported
2012-01-04 pk910fixed merge_argv_char to walk over skipped spaces
2012-01-04 pk910fixed event_neonserv_kick and user-free-after-kick...
2012-01-04 pk910fixed raw_mode execution order: update cache before...
2012-01-04 pk910try to get op back on deop
2012-01-04 pk910fixed cmd_set: show set option explanation
2012-01-04 pk910fixed cmd_nicklist text
2012-01-04 pk910decreased minimal timeban time to 5seconds
2011-12-30 pk910Another year is about to end... So we have to update...
2011-12-29 pk910fixed neonspam cmd_set (support for default trigger)
2011-12-26 pk910added some default parameters to cmd_unregister (curren...
2011-12-26 pk910fixed cmd_devoiceall & cmd_deopall
next