-
I really do not know, I do only develop plugins. You could stop by the hexadmins dc hub where the developer of hexhub gives support, but please be patient, it can take days to get an answer as he's a busy man.
2009-08-26 18:07:00 UTC by bluebear-dk
-
It's not that I do not want to look, but if the crashes was related to Hex Script please try again with minimum version 1.2.0.0, a lot has been fixed and the 1.2 series seems to be very stable and will be released soon. A lot of issues with the version 1 series has been solved.
2009-08-26 18:04:51 UTC by bluebear-dk
-
Sounds good :)
Could you take a look at the http://uploadbox.com/files/f152c3ee04/ ?
There are a part of the log of the Opchat with errors, and script, which this error caused.
Shortly, I want to mass-modify descriptions of the users (and simulate $UserIP ^^' ).
The first thing caused Big F***g Error (Access Violation, as you can see).
And the second works only with broadcast, and has no...
2009-08-25 09:15:29 UTC by alfardew
-
hmm... sorry for that mistake ^_^
Could you tell me, please, does the Hexhub send the IPs of the just joined users to the Ops? Or it send them only with userlist?.
2009-08-25 08:57:55 UTC by alfardew
-
The difference is, as stated in the documentation, that User:SendData sends data to one user only, and Hex.Broadcast sends the data to all connected users. You may experience problems with the current Hex Script implementation, and within a few days a new version of Hex Script will be uploaded to sourceforge, but please note the new version requires HeXHub version 5.04 wich can be found at...
2009-08-25 08:12:18 UTC by bluebear-dk
-
You're confusing UserIP version 1 and 2. The hub sends the correct command.
When sending the UserIP command for 1 users it would looke like:
$UserIP <nickname> <ip>|
If UserIP2 is supported and multiple ips are sent it would look like (otherwise the same as above):
$UserIP <nickname> <ip>$$<nickname2> ip2>$$<nickname3> <ip3>|
So HeXHub sends...
2009-08-25 08:02:49 UTC by bluebear-dk
-
I wonder about difference between these commands in the HexScript plugin, cause I wrote a script to fix the $UserIP bug. But when i use SendData. it causes no effect, but with Broadcast this command works correctly.
Some code:
OnUserJoined = function (iUserId)
local usr = Hex.User(iUserId)
local ops={}
local ips=""
nickr = usr:GetNick()
ipr = usr:GetIPString()
while...
2009-08-17 17:38:51 UTC by alfardew
-
It seems, that HexHub uses wrong $UserIP command syntax with newly connected users.
The right command looks like (for 1 user)
$UserIP <nick> <ip>$$|
And I investigated, that hub sends
$UserIP <nick> <ip>|
So the Ops couldn't receive the IPs of the newly connected users.
2009-08-17 17:29:14 UTC by alfardew
-
Excuse me for my english i'm italian
in forbid in raplace or replaceall is whitout param in pm arrive a blank line, if possible no pm arrives or add skip and skipall action to prevent messages arrive without kick or ban or message returned to writer
ex:
pm forbit
:1=notify,replaceall (or new command skipall)
if someone write hubname:1577 no message must arrive.
if possible in...
2009-07-09 16:50:53 UTC by mastericarus333
-
hexhub changed the HeXHub 5.04 file release.
2009-06-11 05:53:23 UTC by hexhub