NeonServV5.git
2012-09-01 pk910fixed "unused variable" and some timeq errors when...
2012-09-01 pk910fixed shutdown crash when not using QServer socket
2012-08-28 pk910Merge branch 'IOMultiplexer'
2012-08-28 pk910fixed modcmd.c: made all command functions case insensitive
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-27 pk910fixed viscount modification on QUIT events
2012-08-25 pk910Merge branch 'master' into IOMultiplexer
2012-08-25 pk910prevent ChanUsers from being removed when user quits...
2012-08-23 pk910prevent bots from being added twice
2012-08-23 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-08-23 pk910[IOMultiplexer] prevent SIGPIPES from being generated
2012-08-22 pk910fixed traffic_in counter in ClientSocket.c
2012-08-22 pk910fixed IRCQueue.c crash (added missing pointer to the...
2012-08-22 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-08-22 pk910[IOMultiplexer] do not request events from closed descr...
2012-08-22 pk910Merge branch 'master' into IOMultiplexer
2012-08-22 pk910fixed small variable fail in version.sh
2012-08-22 pk910include autotools config.h to IOHandler.h
2012-08-22 pk910only add ban timers with a duration lower than 7 days...
2012-08-22 pk910Merge branch 'master' of git://git.pk910.de/IOMultiplex...
2012-08-22 pk910[IOMultiplexer] fixed possible endless loop when append...
2012-08-22 pk910fixed some more coding fails
2012-08-22 pk910Merge branch 'master' into IOMultiplexer
2012-08-22 pk910fixed signal.c flag removal and modified version.sh...
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-21 pk910added missing DESYNCHRONIZE in IRCParser.c
2012-08-21 pk910added bot/ircop mark to cmd_nicklist
2012-08-20 pk910fixed table functions (color code space)
2012-08-20 pk910fixed ChanUser.c: even remove ChanUser from Channel...
2012-08-20 pk910fixed cache update when a bot disconnects from the...
2012-08-20 pk910fixed coding fail (variable name)
2012-08-20 pk910added more debug output to cmd_nicklist
2012-08-20 pk910fixed initial cache buildup (increase viscount per...
2012-08-15 pk910added sort function to cmd_nicklist
2012-08-13 pk910changed Makefile.am to compile IOMultiplexer files
2012-08-13 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-08-13 pk910[IOMultiplexer] added multi-thread support
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] added win32 io-engine (WSAAsyncSelect)
2012-08-13 pk910[IOMultiplexer] initial commit
2012-08-12 pk910*** VERSION 5.5.0 ***
2012-08-12 pk910rewrote IRC cache parser to be (hopefully) more stable v5.4
2012-08-10 pk910fixed auto-rejoin when only bots are in an opless channel
2012-08-06 pk910fixed function name in cmd_neonhelp_delete.c
2012-08-06 pk910removed accidentally committed future feature structure...
2012-08-03 pk910NeonHelp: reinvite active requests when resetting the...
2012-08-02 pk910reset invite list when a request gets closed
2012-07-26 pk910added output limit for cmd_history
2012-07-26 pk910added NeonHelp history command
2012-07-24 pk910removed getTextBot() function and added textbot paramet...
2012-07-24 pk910added rename (debug) message (alertchan)
2012-07-18 pk910added missing include to fix implicit declaration
2012-07-08 pk910added zero_bots_bot_ready function to autojoin zero...
2012-07-01 pk910use modeBuffer in recover_chan function and call it...
2012-07-01 pk910fixed cmd_global_unregister.c: invalid return
2012-07-01 pk910added recover function to NeonBackup (used to recover...
2012-07-01 pk910fixed some bugs
2012-07-01 pk910added NeonBackup bot
2012-05-19 pk910always allow users to invite clones (override invite...
2012-05-19 pk910added BlockInvite uset setting to block invites globally
2012-05-06 pk910fixed small output bug in cmd_neonspam_set
2012-04-29 pk910add more information when deleting a user; added zombie...
2012-04-03 pk910fixed cmd_set nodelete
2012-03-31 pk910added OPER support (let the bots try to op themselves)
2012-03-28 pk910fixed crash in cmd_recover
2012-03-27 pk910fixed UNO game
2012-03-25 pk910fixed crash in event_neonserv_join.c (dynlimit callback)
2012-03-25 pk910fixed CheckAuth to take care about different timezones...
2012-03-22 pk910fixed 4wins, uno ranking output and some language strings
2012-03-22 pk910added cmd_global
2012-03-22 pk910fixed 4wins game counter and prevent players playing...
2012-03-22 pk910added 4wins game
2012-03-17 pk910added NeonFun Bot with UNO Game
2012-03-03 pk910fixed invisible bot management (don't add them as invis...
2012-02-29 pk910fixed small memory leak in timeq.c
2012-02-25 pk910fixed crash in stats.mod/module.c
2012-02-24 pk910tidied up cmd_uset
2012-02-20 pk910added NeonSpam Badword scanner
2012-02-18 pk910updated default values for channels table
2012-02-18 pk910synchronized more important events to fix some crashes
2012-02-18 pk910updated default bindings
2012-02-18 pk910added error message if modules block is missing in...
2012-02-18 pk910added automatic unregistration of unvisited channel
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 pk910fixed crash management
2012-02-16 pk910fixed some missing newlines (\n) in putlog lines
2012-02-16 pk910moved cmd_move to global.mod and fixed crash in bot_Spa...
2012-02-16 pk910search modules locally
2012-02-16 pk910*** VERSION 5.4.0 ***
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...
next