|
| netUserGetItemValue (netstr, userstr, item) |
| Get a user item value.
|
|
| netUserSetItemValue (netstr, userstr, item, val) |
| Set a user item value.
|
|
| netRoomGetItemValue (netstr, item) |
| Get a room item value.
|
|
| netRoomSetItemValue (netstr, item, val) |
| Set a room item value.
|
|
| netUserGetLogin (userstr) |
| Get a user login.
|
|
| netUserGetId (userstr) |
| Get a user id.
|
|
| netGetUserByLogin (netstr, login) |
| Get a user by it's login.
|
|
| netGetUserById (netstr, id) |
| Get a user by it's id.
|
|
| netThisId (netstr) |
| Get the current client user id.
|
|
| netThisUser (netstr) |
| Get the current client user.
|
|
| netThisLogin (netstr) |
| Get the current client login.
|
|
| netGetNbUsers (netstr) |
| Get the number of actual users.
|
|
| netSendFile (netstr, userstr, flag, cmd, filename) |
| Send a file.
|
|
| netGetFile (netstr, userstr, flag, cmd, filename) |
| Request a file.
|
|
| netSendMessageExt (netstr, cmd, message, arg) |
| Send a message to the server with arguments.
|
|
| netSendMessage (netstr, cmd, message) |
| Send a message to the server.
|
|
| netSendBroadMessageSecure (netstr, cmd, message, reply) |
| Broad a secure message to all users connected in the same room.
|
|
| netSendBroadMessage (netstr, cmd, message, reply) |
| Broad a message to all users connected in the same room.
|
|
| netUpdateUserItem (netstr, item, val) |
| Set a client item value.
|
|
| netUpdateRoomItem (netstr, item, val) |
| Set a room item value.
|
|
| netSendRsaMessage (netstr, cmd, message) |
| Send a RSA encrypted message to the server.
|
|
| netSendPrivateMessageSecure (netstr, userstr, cmd, message) |
| Send a secure private message to another user.
|
|
| netSendPrivateMessage (netstr, userstr, cmd, message) |
| Send a private message to another user.
|
|
| netKickUser (netstr, userstr) |
| Send a request to kick a user from the server.
The user will be kicked only if several other users send this request.
|
|
| netFormatMessage (netstr, userstr, message) |
| Format a message and replace itemname% by the user item values.
|
|
| netIsConnected (netstr) |
| Get the connection state.
|
|
| netDisconnect (netstr) |
| Disconnect from the server.
|
|
| netCreateExt (server, port, script, env) |
| Create a network structure to prepare the connection to a server with advanced parameters.
|
|
| netCreate (server, port) |
| Create a network structure to prepare the connection to a server.
|
|
| netCreateMinimum () |
| Create an empty NetComm structure.
|
|
| netConnect (netstr) |
| Connect to a server.
|
|
| netReconnect (netstr) |
| Force a server re connection.
|
|
| netSetServer (netstr, server, port) |
| Set a server url and port.
|
|
| netChangeLogin (netstr, login) |
| Change the current user login.
|
|
| netChangeRoom (netstr, room) |
| Change the current room.
|
|