Author Topic: hat functions in blockland  (Read 817 times)

So I was looking around, and found some functions in default blockland:

sendHatRequest(); - Uses a TCPObject to connect to http://auth.blockland.us/signHats.php
most of the hatTCPObj callbacks look like they are in debug stage, as all they do is echo what the tcpobject is doing. EX:
function hatTCPObj::onDNSFailure(%this) {
  echo("Hat request failed");
}

other interesting stuff:
clientCmdSetClientHatTicket(%client, %hatTicket)

what could this mean?

some stuff that would probably happen but won't

Also, using trace(1); when running sendHatRequest();, this function actually calls return; before connecting, disabling functionality


Most likely some leftover stuff for the "hat update" that never happened and will probably never happen. I knew the first one existed but had no idea http://auth.blockland.us/signHats.php existed. Interesting.

damn this is some hl3 level stuff