NeonServV5.git
2011-10-26 pk910*** VERSION 5.2.0 ***
2011-10-26 pk910fixed NeonSpam convertNeonSpamSettingsToFlags function
2011-10-25 pk910added missing text outputs and some "global set" functi...
2011-10-25 pk910updated database.sql
2011-10-25 pk910don't send PASS command if theres no password set
2011-10-25 pk910fixed cmd_register (should be possible without a owner...
2011-10-25 pk910allow a burst of up to 4 messages instead of 3
2011-10-24 pk910added auto reconnect
2011-10-24 pk910added simple anti flood system
2011-10-23 pk910fixed cmd_move
2011-10-23 pk910use default trigger if the channel is not registered
2011-10-23 pk910don't set thr REQUESTED_CHANINFO flag on cmd_move ...
2011-10-23 pk910fixed cmd_move (remove existing channels first)
2011-10-23 pk910fixed WHOHandler (we should really save the data argume...
2011-10-23 pk910fixed WHOHandler (NULL + 1 can not be NULL ...)
2011-10-23 pk910found and fixed some very strange code in IRCParser...
2011-10-23 pk910if we use multiple callbacks we also need to save the...
2011-10-23 pk910added digit and caps scanner
2011-10-22 pk910do not optimize code right now
2011-10-22 pk910updated database.sql
2011-10-22 pk910completely changed the NeonSpam settings / scanner...
2011-10-20 pk910added BotNet scanner to NeonSpam
2011-10-20 pk910damn GCC -.- (this variable may _NOT_ be uninitialized!!!)
2011-10-20 pk910ignore users with access > channel_getop/getvoice if...
2011-10-20 pk910fixed join flood scanner
2011-10-20 pk910added joinflood scanner
2011-10-20 pk910merge WHO's for the same user
2011-10-20 pk910added get_userlist_if_invisible (WHO only if invisible...
2011-10-20 pk910prevent excessive WHO usage by checking if a WHO is...
2011-10-20 pk910changed/fixed NeonSpam kick/warn notices
2011-10-20 pk910get default reaction if nothing else is set
2011-10-20 pk910added spam/flood punishments
2011-10-20 pk910changed version numbering a little bit (3th path is...
2011-10-19 pk910added some more neonserv functions to neonspam
2011-10-19 pk910use channel settings for spam/flood scanner
2011-10-19 pk910added cmd_set for NeonSpam
2011-10-19 pk910added simple spam/flood scanner to bot_NeonSpam
2011-10-18 pk910added NeonSpamSettings & NeonSpamNode struct for later use
2011-10-18 pk910moved privctcp handler and use it for both bots
2011-10-18 pk910use cmd_netinfo and cmd_version from NeonServ
2011-10-18 pk910made cmd_register more multibot compatible
2011-10-18 pk910also use cmd_bind & cmd_unbind from neonserv
2011-10-18 pk910use cmd_register and cmd_unregister from neonserv for...
2011-10-18 pk910added basic NeonSpam code (no functions)
2011-10-17 pk910added example php script
2011-10-17 pk910made cmd_extscript accepting channel names as parameter...
2011-10-17 pk910added scripts directory to .gitignore
2011-10-17 pk910only escape user parameters on cmd_extscript
2011-10-17 pk910added cmd_extscript
2011-10-17 pk910modified modcmd parameter pattern parser.
2011-10-17 pk910added bin directory (for windows builds) to .gitignore
2011-10-17 pk910prevent strange users from kicking/banning their selves...
2011-10-17 pk910fixed event_mode crash bug
2011-10-17 pk910fixed WHOHandler.c
2011-10-17 pk910fixed HandleInfoHandler
2011-10-17 pk910added cmd_unvisited
2011-10-06 pk910fixed event_join
2011-10-05 pk910neonserv_trigger_callback should return the right trigger
2011-10-05 pk910add defaults to the channels table on database.upgrade_...
2011-10-05 pk910fixed usage of an uninitialized variable in WHOHandler.c
2011-10-05 pk910added missing register_order field to database.upgrade_...
2011-10-05 pk910added version table to database.upgrade_v4_v5.sql
2011-10-05 pk910*** VERSION 5.1.0 ***
2011-10-05 pk910finished cmd_trim (trim bans)
2011-10-05 pk910added Translators to the AUTHORS file
2011-10-05 pk910fixed TODO list
2011-10-05 pk910added cmd_rename
2011-10-05 pk910prevent numerics in the dynamic topic parts from being...
2011-10-05 pk910always allow users oping bots
2011-10-05 pk910fixed tools.c:flushModeBuffer (used uninitialized chars)
2011-10-05 pk910fixed cmd_set
2011-10-05 pk910fixed event_kick
2011-10-05 pk910continued cmd_set modes
2011-10-05 pk910added event_kick
2011-10-05 pk910don't block events coming from servers and ignore CTCP...
2011-10-05 pk910added botwar detection to event_mode
2011-10-05 pk910added event_mode
2011-10-04 pk910made some information in cmd_info only visible for...
2011-10-04 pk910added owner history to cmd_info
2011-10-04 pk910fixed cmd_info table
2011-10-04 pk910don't join suspended channels on event_invite
2011-10-04 pk910removed cmd_debug
2011-10-04 pk910fixed a core bug (user got lost in the channel userlist...
2011-10-04 pk910added cmd_info & cmd_debug
2011-10-03 pk910fixed cmd_bind (content of params gets changed on bind_...
2011-10-03 pk910fixed modcmd again (small fix)
2011-10-03 pk910update channel_lastvisit if a user without access joins
2011-10-03 pk910fixed modcmd parameter handling
2011-10-03 pk910order ranks in cmd_listrank
2011-10-03 pk910fixed cmd_addrank and cmd_delrank
2011-10-03 pk910added GPL header to all files and added INSTALL AUTHORS...
2011-10-03 pk910send BOTWAR_ALERT's always with the default language
2011-10-03 pk910change global access of all users in the ranking when...
2011-10-03 pk910fixed cmd_assignrank
2011-10-03 pk910show ranking information above the channel access in...
2011-10-03 pk910fixed cmd_listrank
2011-10-03 pk910added support ranking system
2011-10-03 pk910fixed cmd_myaccess table length & modified mysql query...
2011-10-03 pk910fixed Makefile.am
2011-10-02 pk910fixed cmd_delban and issuer prefix on cmd_addtimeban
next