diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-16 13:37:08 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-16 13:37:08 +0000 |
commit | da5a8aa8d392da4ca2c94e13508ad577fdeed5d7 (patch) | |
tree | e11fc7ee2dc4f44b8d630b01bb032911a8edc800 /data | |
parent | 410c68c50d429e12fe3ade4100bfdb71d333ab9e (diff) | |
download | poezio-da5a8aa8d392da4ca2c94e13508ad577fdeed5d7.tar.gz poezio-da5a8aa8d392da4ca2c94e13508ad577fdeed5d7.tar.bz2 poezio-da5a8aa8d392da4ca2c94e13508ad577fdeed5d7.tar.xz poezio-da5a8aa8d392da4ca2c94e13508ad577fdeed5d7.zip |
fixed #1151
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index d4fe45a0..acb2c8b0 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -14,6 +14,15 @@ default_nick = poezio # the rooms you will join automatically on startup, with associated nickname or not rooms = poezio@conference.codingteam.net:discussion@kikoo.louiz.org +# PROXY +# set to true if you want to use an http proxy server +# if false, no proxy will be used and the proxy_* settings have no effect +use_proxy = true +proxy_server = +proxy_port = +proxy_user = +proxy_password = + # the completion type you will use to complete nicknames # if "normal", complete the entire name to the first available completion # and then cycle through the possible completion with the next TABs |