uhub/src/tools
Jan Vidar Krey df7bbc094f Command arguments handling + cleanups
Fix bug #185 - Args of !commands lost/damaged.
All string arguments were incorrectly freed after being added to the argument list for a command.
Instead this fix makes sure it is properly copied into a new string, and by doing so this requires
a new API for dealing with hub command arguments in a type safe manner, and also allows for each
argument to be cleaned up properly when the command is no longer needed.

This also fixes issues with parse errors for certain types, and optional arguments (previously it was impossible
to tell the difference for an integer with value 0 or if no integer was given).

All arguments can now be accessed through the new functions
hub_command_arg_reset() and hub_command_arg_next().

These functions are also exposed to plug-ins.

The argument type notations for 'n' has changed to mean nick (string),
and 'u' is used for a user (struct hub_user - must be online).
2012-04-18 23:03:05 +02:00
..
adcclient.c Supply sid with user information in adcclient test code. 2011-11-30 12:32:59 +01:00
adcclient.h Cleaned up the ADC client test code. 2011-11-29 16:39:09 +01:00
adcrush.c Update copyright notices and added licenses to files that were missing it. 2011-12-19 10:54:47 +01:00
admin.c Update copyright notices and added licenses to files that were missing it. 2011-12-19 10:54:47 +01:00
fuzzer.h Update copyright notices and added licenses to files that were missing it. 2011-12-19 10:54:47 +01:00
uhub-passwd.c Command arguments handling + cleanups 2012-04-18 23:03:05 +02:00