Merge branch 'development'
[NeonServV5.git] / src / modcmd.c
2013-02-13 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-12-17 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-11-03 pk910Merge remote-tracking branch 'origin/development'
2012-11-03 pk910fixed modcmd subcommand linker: do not cut off the...
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 pk910added new multi log system
2012-09-26 pk910Merge remote-tracking branch 'origin/development'
2012-09-26 pk910fixed some missing includes
2012-09-24 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-09-24 pk910tidied up main.c code
2012-09-23 pk910Merge remote-tracking branch 'origin/development'
2012-09-23 pk910added SUB_LINKER command flag to add a quiet sub comman...
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-28 pk910fixed modcmd.c: made all command functions case insensitive
2012-08-23 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-08-22 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-08-22 pk910Merge branch 'master' of git://git.pk910.de/IOMultiplex...
2012-08-13 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-08-12 pk910*** VERSION 5.5.0 ***
2012-07-24 pk910removed getTextBot() function and added textbot paramet...
2012-02-16 pk910*** VERSION 5.4.0 ***
2012-02-12 pk910fixed endless loop in modcmd.c
2012-02-12 pk910multiple fixes
2012-02-11 pk910rearranged NeonServ code to be modular
2012-01-31 pk910fixed crash if the user quits directly after performing...
2012-01-30 pk910perform crosschan check only for some commands
2012-01-17 pk910fixed crash in modcmd.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-06 pk910fixed modcmd (allow #chan parameter in custom parameter...
2012-01-04 pk910added SOCKET_FLAG_SILENT flag for "silent modcmd"
2011-12-30 pk910Another year is about to end... So we have to update...
2011-12-25 pk910allow god users overriding the cross-channel restriction
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 MODCMD_UNKNOWN reply for unknown commands sent...
2011-12-21 pk910fixed cmd_linker output for empty subcommand list
2011-12-21 pk910fixed crash in modcmd.c (bots could be destroyed inside...
2011-12-21 pk910added cmd_setbot for dynamic bot management
2011-12-20 pk910added possibility for default values (dynamic parameter...
2011-12-14 pk910added support for independent "zero-bots" (bots without...
2011-12-10 pk910prevent users from executing CrossChannel commands...
2011-11-10 pk910added possibility for subcommands
2011-11-07 pk910show whole binding (inclusive predefined parameters...
2011-11-07 pk910show how many times a command is triggered in cmd_commands
2011-11-06 pk910added support for an external statistics script
2011-11-01 pk910ignore funcmd's in cmd_commands and disallow channel...
2011-11-01 pk910added structure for future fun-commands
2011-10-31 pk910added cmd_commands and changed cmd_command to a global...
2011-10-31 pk910simplified modcmd system
2011-10-30 pk910fixed small unbind problem with these temporarily added...
2011-10-30 pk910made bind/unbind command bindings "required" (means...
2011-10-28 pk910added user registered event, tidied up helper functions...
2011-10-26 pk910added possibility for no channel trigger (Bot doesn...
2011-10-26 pk910*** VERSION 5.2.0 ***
2011-10-17 pk910modified modcmd parameter pattern parser.
2011-10-05 pk910*** VERSION 5.1.0 ***
2011-10-03 pk910fixed modcmd again (small fix)
2011-10-03 pk910fixed modcmd parameter handling
2011-10-03 pk910added GPL header to all files and added INSTALL AUTHORS...
2011-10-02 pk910use low priority bot if there is no preferred one
2011-10-02 pk910tried to reorder the program structure and build process