changed Makefile; build all commands as an own file
[NeonServV5.git] / modcmd.c
2011-09-24 pk910fixed modcmd override parameter parsing
2011-09-24 pk910added cmd_command
2011-09-24 pk910tidied up command list
2011-09-22 pk910added cmd_bind & cmd_unbind
2011-09-20 pk910updated DATABASE.txt and implemented suspended channels
2011-09-19 pk910using $b, $k for formating purposes - don't use \002...
2011-09-18 pk910added cmd_peek and added example arguments for language...
2011-09-12 pk910implemented event logger
2011-09-12 pk910added cmd_register
2011-09-10 pk910execute mysql_check only if a query fails.
2011-09-10 pk910fixed modcmd command (tolower) bug
2011-09-09 pk910fixed modcmd query bug
2011-08-27 pk910fixed modcmd privs parsing and extended merge_argv
2011-08-25 pk910fixed last commit
2011-08-25 pk910modified modcmd to give the possibility for dynamic...
2011-08-21 pk910really use parameters when passed with bind_set_parameters
2011-08-21 pk910added timeToStr and cmd_users
2011-08-20 pk910added cmd_clvl and moved all the database request funct...
2011-08-17 pk910added mussing include
2011-08-17 pk910completed cmd_adduser and added CMDFLAG_REGISTERED_CHAN...
2011-08-17 pk910changed access variable name
2011-08-17 pk910moved cmds to extra files and loading binds from the...
2011-08-17 pk910added first messages to modcmd.c
2011-08-17 pk910fixed last commit
2011-08-15 pk910syntax fix
2011-08-15 pk910fixed last commit #2
2011-08-15 pk910fixed last commit
2011-08-15 pk910added get_userauth to WHOHandler.c and continues modcmd
2011-08-13 pk910we shouldn't parse args if there are no args
2011-08-13 pk910removed unused variable
2011-08-13 pk910added bot_NeonServ.c file
2011-08-12 pk910some fixes
2011-08-12 pk910added free functions to free everything (maybe a restar...
2011-08-12 pk910set preferred flag for TestBot
2011-08-12 pk910fixed last commit #4
2011-08-12 pk910fixed last commit #2
2011-08-12 pk910fixed last commit
2011-08-12 pk910wrote modcmd bind system
2011-08-12 pk910fixed missing includes
2011-08-12 pk910modcmd added (with debug output only)