From f0b3cccafe2909462d886cabc6328f0594e6d620 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 9 Mar 2010 22:17:53 +0100 Subject: irssi: use only SSL connections --- irssi/config | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'irssi') diff --git a/irssi/config b/irssi/config index 0c77511..73f165e 100644 --- a/irssi/config +++ b/irssi/config @@ -10,8 +10,10 @@ servers = ( - { address = "irc.freenode.net"; chatnet = "fnode"; port = "6667"; autoconnect = "yes"; }, - { address = "irc.oftc.net"; chatnet = "oftc"; port = "6667"; autoconnect = "yes"; }, + { address = "irc.freenode.net"; chatnet = "fnode"; port = "7000"; autoconnect = "yes"; + use_ssl = "yes"; ssl_verify = "yes"; ssl_capath = "/etc/ssl/certs"; }, + { address = "irc.oftc.net"; chatnet = "oftc"; port = "6697"; autoconnect = "yes"; + use_ssl = "yes"; ssl_verify = "yes"; ssl_capath = "/etc/ssl/certs"; }, ); chatnets = { @@ -24,8 +26,8 @@ channels = ( { name = "#ecryptfs"; chatnet = "oftc"; autojoin = "yes"; }, { name = "#archlinux"; chatnet = "fnode"; autojoin = "yes"; }, { name = "#tor"; chatnet = "oftc"; autojoin = "yes"; }, - { name = "#security"; chatnet = "fnode"; autojoin = "yes"; }, - { name = "#linode"; chatnet = "oftc"; autojoin = "no"; } + { name = "##security"; chatnet = "fnode"; autojoin = "yes"; }, + { name = "#linode"; chatnet = "oftc"; autojoin = "no"; }, ); aliases = { @@ -189,7 +191,7 @@ settings = { autoclose_windows = "on"; hide_server_tags = "on"; show_own_nickchange_once = "on"; - bell_beeps = "yes"; + bell_beeps = "on"; beep_msg_level = "MSGS NOTICES INVITES DCC DCCMSGS HILIGHT"; # Not working, why? #recode_fallback = "cp1250"; @@ -219,17 +221,17 @@ settings = { }; hilights = ( - { text = "anrxc"; nick = "yes"; word = "yes"; }, - { text = "vicious"; nick = "no"; word = "yes"; }, - { text = "sysphere"; nick = "no"; word = "yes"; } + { text = "anrxc"; nick = "yes"; word = "yes"; }, + { text = "vicious"; nick = "no"; word = "yes"; }, + { text = "sysphere"; nick = "no"; word = "yes"; } ); logs = { }; ignores = ( - { level = "JOINS PARTS QUITS"; channels = ( "#archlinux" ); }, - { level = "JOINS PARTS QUITS"; channels = ( "##security" ); }, - { level = "JOINS PARTS QUITS"; channels = ( "#tor" ); } + { level = "JOINS PARTS QUITS"; channels = ( + "#archlinux", "##security", "#tor" ); + } ); windows = { @@ -285,7 +287,7 @@ windows = { { type = "CHANNEL"; chat_type = "IRC"; - name = "#security"; + name = "##security"; tag = "fnode"; } ); -- cgit v1.2.3