summaryrefslogtreecommitdiff
path: root/irssi
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-09 22:17:53 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-09 22:17:53 +0100
commitf0b3cccafe2909462d886cabc6328f0594e6d620 (patch)
treeebd12cba89118e510b0d80c85dd4600bd9d0198b /irssi
parentb2447dadfc69ee593d91243cfd46df162bff7552 (diff)
downloaddotfiles-f0b3cccafe2909462d886cabc6328f0594e6d620.tar.xz
irssi: use only SSL connections
Diffstat (limited to 'irssi')
-rw-r--r--irssi/config26
1 files changed, 14 insertions, 12 deletions
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";
}
);