View Single Post
sfPlayer
Senior Member
Join Date: Dec 2007
Location: Germany
Old 02-28-2008 , 20:08   Re: [EXTENSION] Socket
Reply With Quote #6

@p3tsin
1) I forgot to update these, output will also be any:arg soon
2) currently not, but i'll look into it

@olly
You are calling send with a closed socket, that can't work as expected (this only seems to happen on startup if somebody didn't set the irc_server cvar before, the irc-relay config seems to require manual execution through the server.cfg). I added additional checking to SocketSend if the socket is closed and it correctly throws an error.

The md5 stuff should go into another extension, it makes no sense to put it in here. You can also store the passwords unhased like you do for SQLite.

BindSocket will be back soon, including some more natives to create server applications on gameservers ;)

Last edited by sfPlayer; 02-28-2008 at 20:10.
sfPlayer is offline