added full half-op support
[NeonServV5.git] / src / bot_NeonServ.c
2012-01-12 pk910added full half-op support
2012-01-07 pk910fixed crash if some strange admins simul bots in unregi...
2012-01-04 pk910fixed cmd_nicklist text
2011-12-30 pk910Another year is about to end... So we have to update...
2011-12-25 pk910added possibility to edit command flags (cmd_modcmd)
2011-12-25 pk910added cmd_modcmd
2011-12-22 pk910fixed language
2011-12-22 pk910added possibility to change default trigger (even for...
2011-12-22 pk910*** VERSION 5.3.0 ***
2011-12-22 pk910added cmd_reconnect
2011-12-22 pk910added cmd_addbot and cmd_delbot for dynamic bot management
2011-12-21 pk910added cmd_setbot for dynamic bot management
2011-12-21 pk910fixed trigger callback
2011-12-14 pk910added cmd_nicklist
2011-12-14 pk910added support for independent "zero-bots" (bots without...
2011-12-10 pk910implemented bind support (vhost)
2011-12-06 pk910added OpenSSL handler
2011-11-12 pk910fixed bot user handling (bot should only have a user...
2011-11-10 pk910added cmd_bots (lists all bots)
2011-11-08 pk910prevent channel owners from deleting their selves with...
2011-11-07 pk910don't allow non-god users seeing other users' myaccess...
2011-11-07 pk910show how many times a command is triggered in cmd_commands
2011-11-05 pk910fixed argument of NS_UNBIND_REQUIRED (language editor)
2011-11-05 pk910added missing args to the default strings (language...
2011-11-04 pk910added cmd_staff
2011-11-04 pk910added DoNotRegister system and command cmd_noregister
2011-10-31 pk910added cmd_commands and changed cmd_command to a global...
2011-10-31 pk910simplified modcmd system
2011-10-30 pk910made bind/unbind command bindings "required" (means...
2011-10-26 pk910*** VERSION 5.2.0 ***
2011-10-24 pk910added simple anti flood system
2011-10-23 pk910use default trigger if the channel is not registered
2011-10-18 pk910moved privctcp handler and use it for both bots
2011-10-18 pk910made cmd_register more multibot compatible
2011-10-18 pk910added basic NeonSpam code (no functions)
2011-10-17 pk910made cmd_extscript accepting channel names as parameter...
2011-10-17 pk910added cmd_extscript
2011-10-17 pk910prevent strange users from kicking/banning their selves...
2011-10-17 pk910added cmd_unvisited
2011-10-05 pk910neonserv_trigger_callback should return the right trigger
2011-10-05 pk910*** VERSION 5.1.0 ***
2011-10-05 pk910finished cmd_trim (trim bans)
2011-10-05 pk910fixed TODO list
2011-10-05 pk910added cmd_rename
2011-10-05 pk910continued cmd_set modes
2011-10-05 pk910added event_kick
2011-10-05 pk910added event_mode
2011-10-04 pk910added owner history to cmd_info
2011-10-04 pk910fixed cmd_info table
2011-10-04 pk910removed cmd_debug
2011-10-04 pk910added cmd_info & cmd_debug
2011-10-03 pk910order ranks in cmd_listrank
2011-10-03 pk910added GPL header to all files and added INSTALL AUTHORS...
2011-10-03 pk910added support ranking system
2011-10-02 pk910tried to reorder the program structure and build process