2007-11-23 frog
	* fixed bug - usage of freed strings after SplitMyINFO return and in a few other places

2007-11-20 frog
	* changed version number to 1.1
	* hooks and callbacks now are of common type by using the new data container object W_Targs to pass arguments and results
	* added !pylog n command (n in 0..5) specifying how much debug info should be printed to stdout (log_level variable)
	* added settings with file='python' into mysql SetupList, log_level is stored there
	* !pyreload and !pyunload now accept script id number as parameter and not only it's path
	* added callbacks vh.classmc() - updated that and vh.SendDataToAll to use GetNickList() to bypass SendToAll bug (not checking classes)
	* vh.SetConfig() and vh.GetConfig() now operate both on VH memory variables and sql data
	* vh.GetMyINFO() and OnParsedMsgMyINFO() - changed the number of arguments
	* OnParsedMsgMyINFO supports returning a tupple with new myinfo data to replace the one sent by user
	* added vh.SetMyINFO which can manipulate stored myinfo data
	* added vh.Topic() which can retrieve, set and reset hub's topic
	* added vh.UserRestrictions() to provide better access to blocking functions than !gag !nopm !nosearch and !noctm commands
	* vh.GetTotalShareSize now returns string and not long since long is too short to store that info on 32bit systems
	* debug infos now include script name and id number
	* replaced vh.SQLQuery+vh.SQLFetch+vh.SQLFree with just one command vh.SQL(query, rowlimit) returning a 2-dimensional table of results
	* methods vh.BotName() and vh.OpchatName replaced with string constants vh.botname and vh.opchatname
	* added more constants - vh.basedir, vh.myid, vh.path, vh.name, vh.starttime
	* added vh.encode() and vh.decode() (still UNTESTED!!!)

2007-11-05 frog
	* Release version 1.0 is available

2007-11-03 frog
	* Fixed crashes in DelRobot (pi->DelRobot triggered OnLogout) by saving py states before each call
	* Added vh.mc, vh.usermc, vh.pm, vh.BotName, vh.OpchatName

2007-11-01 frog
	* Fixed inability to load external python modules by spliting the plugin into 2 parts and using dlopen with RTLD_GLOBAL

2007-10-28 frog
	* Started working on the plugin by rewriting the lua plugin