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