mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 17:52:26 +00:00
[irssi] Switch to cert auth for tildechat
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
servers = (
|
servers = (
|
||||||
{
|
{
|
||||||
address = "eu.tilde.chat";
|
address = "irc.tilde.chat";
|
||||||
chatnet = "tildechat";
|
chatnet = "tildechat";
|
||||||
port = "6697";
|
port = "6697";
|
||||||
use_tls = "yes";
|
use_tls = "yes";
|
||||||
tls_verify = "no";
|
tls_verify = "no";
|
||||||
autoconnect = "yes";
|
autoconnect = "yes";
|
||||||
|
tls_cert = "~/.irssi/certs/tilde.pem";
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
address = "irc.libera.chat";
|
address = "irc.libera.chat";
|
||||||
@@ -20,7 +21,6 @@ servers = (
|
|||||||
chatnets = {
|
chatnets = {
|
||||||
tildechat = {
|
tildechat = {
|
||||||
type = "IRC";
|
type = "IRC";
|
||||||
autosendcmd = "^MSG NickServ identify br6feoot";
|
|
||||||
};
|
};
|
||||||
"libera.chat" = {
|
"libera.chat" = {
|
||||||
type = "IRC";
|
type = "IRC";
|
||||||
@@ -43,7 +43,10 @@ channels = (
|
|||||||
autosendcmd = "^MSG idlerpg_bot login Matalok br6feoot";
|
autosendcmd = "^MSG idlerpg_bot login Matalok br6feoot";
|
||||||
},
|
},
|
||||||
{ name = "#livlug"; chatnet = "Freenode"; autojoin = "yes"; },
|
{ name = "#livlug"; chatnet = "Freenode"; autojoin = "yes"; },
|
||||||
{ name = "#gemini"; chatnet = "tildechat"; autojoin = "yes"; }
|
{ name = "#gemini"; chatnet = "tildechat"; autojoin = "yes"; },
|
||||||
|
{ name = "#wiki"; chatnet = "tildechat"; autojoin = "yes"; },
|
||||||
|
{ name = "#tw2002"; chatnet = "tildechat"; autojoin = "yes"; },
|
||||||
|
{ name = "#southlondon"; chatnet = "tildechat"; }
|
||||||
);
|
);
|
||||||
settings = {
|
settings = {
|
||||||
core = {
|
core = {
|
||||||
@@ -59,29 +62,10 @@ settings = {
|
|||||||
};
|
};
|
||||||
logs = { };
|
logs = { };
|
||||||
hilights = ( { text = "matalok"; nick = "yes"; word = "yes"; } );
|
hilights = ( { text = "matalok"; nick = "yes"; word = "yes"; } );
|
||||||
|
ignores = ( { level = "JOINS PARTS QUITS"; } );
|
||||||
windows = {
|
windows = {
|
||||||
1 = { immortal = "yes"; name = "(status)"; level = "ALL"; };
|
1 = { immortal = "yes"; name = "(status)"; level = "ALL"; };
|
||||||
2 = {
|
2 = {
|
||||||
items = (
|
|
||||||
{
|
|
||||||
type = "CHANNEL";
|
|
||||||
chat_type = "IRC";
|
|
||||||
name = "#geekhack";
|
|
||||||
tag = "freenode";
|
|
||||||
}
|
|
||||||
);
|
|
||||||
};
|
|
||||||
3 = {
|
|
||||||
items = (
|
|
||||||
{
|
|
||||||
type = "CHANNEL";
|
|
||||||
chat_type = "IRC";
|
|
||||||
name = "#livlug";
|
|
||||||
tag = "freenode";
|
|
||||||
}
|
|
||||||
);
|
|
||||||
};
|
|
||||||
4 = {
|
|
||||||
items = (
|
items = (
|
||||||
{
|
{
|
||||||
type = "CHANNEL";
|
type = "CHANNEL";
|
||||||
@@ -91,7 +75,7 @@ windows = {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
5 = {
|
3 = {
|
||||||
items = (
|
items = (
|
||||||
{
|
{
|
||||||
type = "CHANNEL";
|
type = "CHANNEL";
|
||||||
@@ -101,7 +85,7 @@ windows = {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
6 = {
|
4 = {
|
||||||
items = (
|
items = (
|
||||||
{
|
{
|
||||||
type = "CHANNEL";
|
type = "CHANNEL";
|
||||||
@@ -111,10 +95,49 @@ windows = {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
7 = { immortal = "yes"; name = "hilight"; sticky = "yes"; };
|
5 = { immortal = "yes"; name = "hilight"; sticky = "yes"; };
|
||||||
|
6 = {
|
||||||
|
items = (
|
||||||
|
{
|
||||||
|
type = "CHANNEL";
|
||||||
|
chat_type = "IRC";
|
||||||
|
name = "#gemini";
|
||||||
|
tag = "tildechat";
|
||||||
|
}
|
||||||
|
);
|
||||||
|
};
|
||||||
|
7 = {
|
||||||
|
items = (
|
||||||
|
{
|
||||||
|
type = "CHANNEL";
|
||||||
|
chat_type = "IRC";
|
||||||
|
name = "#wiki";
|
||||||
|
tag = "tildechat";
|
||||||
|
}
|
||||||
|
);
|
||||||
|
};
|
||||||
|
8 = {
|
||||||
|
items = (
|
||||||
|
{
|
||||||
|
type = "CHANNEL";
|
||||||
|
chat_type = "IRC";
|
||||||
|
name = "#tildeverse";
|
||||||
|
tag = "tildechat";
|
||||||
|
}
|
||||||
|
);
|
||||||
|
};
|
||||||
|
9 = {
|
||||||
|
items = (
|
||||||
|
{
|
||||||
|
type = "CHANNEL";
|
||||||
|
chat_type = "IRC";
|
||||||
|
name = "#tw2002";
|
||||||
|
tag = "tildechat";
|
||||||
|
}
|
||||||
|
);
|
||||||
|
};
|
||||||
};
|
};
|
||||||
mainwindows = {
|
mainwindows = {
|
||||||
1 = { first_line = "9"; lines = "37"; };
|
1 = { first_line = "7"; lines = "41"; };
|
||||||
7 = { first_line = "1"; lines = "8"; };
|
5 = { first_line = "1"; lines = "6"; };
|
||||||
};
|
};
|
||||||
ignores = ( { level = "JOINS PARTS QUITS"; } );
|
|
||||||
|
|||||||
Reference in New Issue
Block a user