blob: cb399a3fbf98edbd171bd284b168a5bcc5aaef0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# This is the vchatrc example thanks to Pylon for this great work
#
# Auto-set Nickname during login
#nick = noname
# Auto-set from-tag during login
#from = vc-alpha-0.15
# Server-host to connect to
#host = pulse.flatline.de
# Port on Server
#port = 2325
# Type of ciphers at the SSL-handshake;
# further information in the
# OpenSSL/mod_ssl/Apache-documentation
#ciphers = HIGH:MEDIUM
# Location of the config-file
#conffile = ~/.vchat/config
# Location of the certificate
#certfile = ~/.vchat/cert
# Location of the key
#keyfile = ~/.vchat/key
# File with special Formats of messages,
# colours etc
#formatfile = ~/.vchat/formats
# Connect via ssl [0|1]
#usessl = 1
# Use the certificate for connecting [0|1]
#usecert = 1
# Show the time of the message at start of line [0|1]
#usetime = 1
# Message window sizes n lines
#messages = 0
# Input-line scrolling every n-th character
#hscroll = 5
# Auto-join channel n during login
#channel = 0
# Length of the private-window buffer (0 disables)
#privscrollb = 2048
# Length of the public-window buffer (0 disables)
#scrollback = 8192
# TTL in seconds of private-messages (0 disables)
#privscrollt = 0
# TTL in seconds of public-messages (0 disables)
#scrolltime = 86400
|