2010-06-14 10:16:34 +02:00
|
|
|
* *relay.color.status_active*
|
|
|
|
** Beschreibung: Textfarbe für Status: "Verbindung hergestellt"
|
|
|
|
** Typ: Farbe
|
|
|
|
** Werte: ein Farbname (Standardwert: lightblue)
|
|
|
|
|
|
|
|
* *relay.color.status_auth_failed*
|
|
|
|
** Beschreibung: Textfarbe für Status: "Authentifizierung gescheitert"
|
|
|
|
** Typ: Farbe
|
|
|
|
** Werte: ein Farbname (Standardwert: lightred)
|
|
|
|
|
|
|
|
* *relay.color.status_connecting*
|
|
|
|
** Beschreibung: Textfarbe für Status: "verbinde"
|
|
|
|
** Typ: Farbe
|
|
|
|
** Werte: ein Farbname (Standardwert: yellow)
|
|
|
|
|
|
|
|
* *relay.color.status_disconnected*
|
|
|
|
** Beschreibung: Textfarbe für Status: "Verbindung getrennt"
|
|
|
|
** Typ: Farbe
|
|
|
|
** Werte: ein Farbname (Standardwert: lightred)
|
|
|
|
|
|
|
|
* *relay.color.status_waiting_auth*
|
|
|
|
** Beschreibung: Textfarbe für Status: "warte auf Authentifizierung"
|
|
|
|
** Typ: Farbe
|
|
|
|
** Werte: ein Farbname (Standardwert: brown)
|
|
|
|
|
|
|
|
* *relay.color.text*
|
|
|
|
** Beschreibung: Textfarbe
|
|
|
|
** Typ: Farbe
|
|
|
|
** Werte: ein Farbname (Standardwert: default)
|
|
|
|
|
|
|
|
* *relay.color.text_bg*
|
|
|
|
** Beschreibung: Hintergrundfarbe
|
|
|
|
** Typ: Farbe
|
|
|
|
** Werte: ein Farbname (Standardwert: default)
|
|
|
|
|
|
|
|
* *relay.color.text_selected*
|
|
|
|
** Beschreibung: Textfarbe für selektierten Client-Linie
|
|
|
|
** Typ: Farbe
|
|
|
|
** Werte: ein Farbname (Standardwert: white)
|
|
|
|
|
|
|
|
* *relay.look.auto_open_buffer*
|
|
|
|
** Beschreibung: Öffnet automatisch einen Relay-Buffer, falls eine Verbindung zu einem neuen Client hergestellt wird
|
|
|
|
** Typ: boolesch
|
|
|
|
** Werte: on, off (Standardwert: on)
|
|
|
|
|
2010-09-17 14:47:36 +02:00
|
|
|
* *relay.look.raw_messages*
|
|
|
|
** Beschreibung: number of raw messages to save in memory when raw data buffer is closed (messages will be displayed when opening raw data buffer)
|
|
|
|
** Typ: integer
|
|
|
|
** Werte: 0 .. 65535 (Standardwert: 256)
|
|
|
|
|
2010-09-17 20:16:08 +02:00
|
|
|
* *relay.network.bind_address*
|
|
|
|
** Beschreibung: address for bind (if empty, connection is possible on all interfaces, use "127.0.0.1" to allow connections from local machine only)
|
|
|
|
** Typ: Zeichenkette
|
|
|
|
** Werte: beliebige Zeichenkette (Standardwert: "")
|
|
|
|
|
2010-06-14 10:16:34 +02:00
|
|
|
* *relay.network.max_clients*
|
|
|
|
** Beschreibung: Maximale Anzahl an Clients die mit einem Port verbunden sein dürfen
|
|
|
|
** Typ: integer
|
|
|
|
** Werte: 1 .. 1024 (Standardwert: 5)
|
|
|
|
|
2010-09-17 16:44:35 +02:00
|
|
|
* *relay.network.password*
|
|
|
|
** Beschreibung: password required by clients to access this relay (empty value means no password required)
|
|
|
|
** Typ: Zeichenkette
|
|
|
|
** Werte: beliebige Zeichenkette (Standardwert: "")
|
|
|
|
|