AlterFRN-Server-r7640(2024-08-27)-FreeBSD-amd64
Site: alterfrn.ucoz.ru
Origin: Krasnogorsk, Rossija
E-Mail:
valery.aa124@gmail.comCommand line format:
FRNServerConsole [flags ...] command [parameters ...]
Use commands "debug", "run" or "daemon" to start the program. Examples:
/FRNs/FRNServerConsole run
./FRNServerConsole debug
Flags:
-e, --email: show e-mail address of the client on the list of connected clients
-d, --serverid: show server ID of the client on the list of connected clients
-i, --ip: show IP address of the client on the list of connected clients
-m, --managerid: show manager IDs of the client on the list of connected clients
-p, --proto: show FRN protocol flags the for client in the list of connected clients
-f, --full: show full info: e-mail, server ID, IP address and protocol flags in the list of connected clients
-l, --flat: show flat list of connected clients
-r <c>, --deli <c>: delimiter char <c> for lists
-u, --utf8: use UTF8 encoding for text output
Commands:
debug [config]- debug mode, run synchronously, event protocol to stdout
run [config], run synchronously, event protocol to log-file
daemon [config]- run as daemon
pidfilename [config]- show fact PID-file name
rightsfilename [config]- show fact filename of access list
.....
blocktemp <time> <clientid> <network> [config]- temporary block the client <clientid> on the room <network> on the time <time>
unblock <clientid> <network> [config]- unblock the client <clientid> on the room <network>
adminadd <clientid> <network> [config]- add the client <clientid> to the administrators of the room <network>
admindel <clientid> <network> [config]- delete client <clientid> from the administrators of the room <network>
rightadd <email> <network> [config]- add client <email> to the access list for the room <network> rightdel <email> <network> [config]- remove client <email> from the access list for the room <network>
rightmark <email> <network> [config]- mark client <email> in the access list for the room <network>
rightunmark <email> <network> [config]- unmark client <email> in the access list for the room <network>
connenable <network> [config]- allow connections only to marked clients from the access list for the room <network>
conndisable <network> [config]- deny connections only to marked clients from the access list for the room <network>
talkenable <network> [config]- allow only marked clients from the room <network> access list to speak
talkdisable <network> [config]- deny only marked clients from the room <network> access list to speak
noticeset "access info" <network> [config]- set access info message "access info" for the room <network>
noticeclear <network> [config]- delete access info message for the room <network>
.....