diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-07-13 18:10:26 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-07-13 18:10:26 +0000 |
commit | b595ac2150e42a22e92b954188ae374d290b3f53 (patch) | |
tree | b5e9d5e421c6d266e669476e2a1dfa4e89383953 /irssi | |
parent | update (diff) | |
download | scripts-main.tar.gz scripts-main.zip |
Diffstat (limited to 'irssi')
-rw-r--r-- | irssi/Dockerfile | 2 | ||||
-rw-r--r-- | irssi/config | 991 | ||||
-rw-r--r-- | irssi/solarized-powerline.theme | 129 | ||||
-rw-r--r-- | irssi/triggers | 4 | ||||
-rw-r--r-- | irssi/vim_moderc | 3 |
5 files changed, 913 insertions, 216 deletions
diff --git a/irssi/Dockerfile b/irssi/Dockerfile index 20caa13..e2b78de 100644 --- a/irssi/Dockerfile +++ b/irssi/Dockerfile @@ -99,7 +99,7 @@ RUN cd /; \ )"; \ apk add --virtual .irssi-rundeps $runDeps; \ echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && apk update; \ - apk add --no-cache perl-regexp-common-net-cidr perl-regexp-common perl-xml-rss perl-glib perl-datetime perl-dbi perl-dbd-pg perl-lwp-protocol-https proxychains-ng perl-glib-object-introspection perl-mojolicious libnotify; \ + apk add --no-cache gnu-libiconv perl-regexp-common-net-cidr perl-regexp-common perl-xml-rss perl-glib perl-datetime perl-dbi perl-dbd-pg perl-lwp-protocol-https proxychains-ng perl-glib-object-introspection perl-mojolicious libnotify; \ # apk add dbus; \ # dbus-uuidgen > /var/lib/dbus/machine-id; \ # mkdir -p /var/run/dbus; \ diff --git a/irssi/config b/irssi/config index ed72682..35c2929 100644 --- a/irssi/config +++ b/irssi/config @@ -2,12 +2,12 @@ # https://libera.chat/guides/certfp # https://www.oftc.net/NickServ/CertFP/ servers = ( - { - address = "irc.probably.loki"; - chatnet = "PROBABLY_LOKI"; - port = "6667"; - autoconnect = "yes"; - }, + # { + # address = "irc.probably.loki"; + # chatnet = "PROBABLY_LOKI"; + # port = "6667"; + # autoconnect = "yes"; + # }, # { # address = "rany.irc.bnet.eu.org"; # chatnet = "BonoboNET_LOKI"; @@ -84,28 +84,78 @@ servers = ( port = "6697"; use_tls = "yes"; tls_cert = "~/.irssi/certs/nick.pem"; - tls_verify = "yes"; + # FIXME + tls_verify = "no"; + autoconnect = "yes"; + }, + { + address = "65.109.235.54"; + chatnet = "TOR_OFTC"; + port = "1025"; + password = "ericrot/oftc_tor:gigi"; #pragma: allowlist secret + use_tls = "yes"; + tls_cert = "~/.irssi/certs/tor/user.pem"; + tls_verify = "no"; + autoconnect = "yes"; + }, + { + address = "65.109.235.54"; + chatnet = "TOR_terrachat"; + port = "1025"; + password = "ericrot/terrachat_tor:gege"; #pragma: allowlist secret + use_tls = "yes"; + tls_cert = "~/.irssi/certs/tor/user.pem"; + tls_verify = "no"; autoconnect = "yes"; }, { - address = "185.130.45.46"; + address = "65.109.235.54"; + chatnet = "TOR_ircnet"; + port = "1025"; + password = "ericrot/TOR_ircnet:gugu"; #pragma: allowlist secret + use_tls = "yes"; + tls_cert = "~/.irssi/certs//tor/user.pem"; + tls_verify = "no"; + autoconnect = "yes"; + }, + { + address = "65.109.235.54"; + chatnet = "TOR_p2pnet"; + port = "1025"; + password = "ericrot/tor_p2pnet:girou"; #pragma: allowlist secret + use_tls = "yes"; + tls_cert = "~/.irssi/certs//tor/user.pem"; + tls_verify = "no"; + autoconnect = "yes"; + }, + # { + # address = "znc.terminaldweller.com"; + # chatnet = "ZNC"; + # port = "1025"; + # password = "terminaldweller"; #pragma: allowlist secret + # use_tls = "yes"; + # tls_cert = "~/.irssi/certs/nick.pem"; + # tls_verify = "yes"; + # autoconnect = "yes"; + # }, + { + address = "znc.terminaldweller.com"; chatnet = "Bonobonet_ZNC"; port = "1025"; password = "terminaldweller/Bonobonet:babun"; #pragma: allowlist secret use_tls = "yes"; tls_cert = "~/.irssi/certs/nick.pem"; - tls_verify = "no"; - autoconnect = "yes"; + tls_verify = "yes"; + autoconnect = "no"; }, { - address = "185.130.45.46"; + address = "znc.terminaldweller.com"; chatnet = "IRCNet_ZNC"; port = "1025"; password = "terminaldweller/IRCNET:network"; #pragma: allowlist secret - # pragma: allowlist secret use_tls = "yes"; tls_cert = "~/.irssi/certs/nick.pem"; - tls_verify = "no"; + tls_verify = "yes"; autoconnect = "yes"; }, # { @@ -119,47 +169,43 @@ servers = ( # autoconnect = "yes"; # }, { - address = "185.130.45.46"; + address = "znc.terminaldweller.com"; chatnet = "Libera-ZNC"; port = "1025"; password = "terminaldweller/Liberachat:lama"; #pragma: allowlist secret - # pragma: allowlist secret use_tls = "yes"; tls_cert = "~/.irssi/certs/nick.pem"; - tls_verify = "no"; + tls_verify = "yes"; autoconnect = "yes"; }, { - address = "185.130.45.46"; + address = "znc.terminaldweller.com"; chatnet = "OFTC-ZNC"; port = "1025"; password = "terminaldweller/OFTC:network"; #pragma: allowlist secret - # pragma: allowlist secret use_tls = "yes"; tls_cert = "~/.irssi/certs/nick.pem"; - tls_verify = "no"; + tls_verify = "yes"; autoconnect = "yes"; }, { - address = "185.130.45.46"; + address = "znc.terminaldweller.com"; chatnet = "Rizon-ZNC"; port = "1025"; password = "terminaldweller/Rizon:network"; #pragma: allowlist secret - # pragma: allowlist secret use_tls = "yes"; tls_cert = "~/.irssi/certs/nick.pem"; - tls_verify = "no"; + tls_verify = "yes"; autoconnect = "yes"; }, { - address = "185.130.45.46"; + address = "znc.terminaldweller.com"; chatnet = "Undernet-ZNC"; port = "1025"; password = "terminaldweller/undernet:network"; #pragma: allowlist secret - # pragma: allowlist secret use_tls = "yes"; tls_cert = "~/.irssi/certs/nick.pem"; - tls_verify = "no"; + tls_verify = "yes"; autoconnect = "yes"; }, # { @@ -171,13 +217,13 @@ servers = ( # autoconnect = "yes"; # }, { - address = "185.130.45.46"; + address = "znc.terminaldweller.com"; chatnet = "EFnet_ZNC"; port = "1025"; password = "terminaldweller/EFNET:locolobo"; #pragma: allowlist secret use_tls = "yes"; tls_cert = "~/.irssi/certs/nick.pem"; - tls_verify = "no"; + tls_verify = "yes"; autoconnect = "yes"; }, # { @@ -189,24 +235,43 @@ servers = ( # autoconnect = "yes"; # }, { - address = "185.130.45.46"; + address = "znc.terminaldweller.com"; chatnet = "DALnet_ZNC"; port = "1025"; password = "terminaldweller/DALNET:netwqkkk"; #pragma: allowlist secret use_tls = "yes"; tls_cert = "~/.irssi/certs/nick.pem"; - tls_verify = "no"; + tls_verify = "yes"; autoconnect = "yes"; }, { - address = "185.130.45.46"; + address = "znc.terminaldweller.com"; chatnet = "TildeChat_ZNC"; port = "1025"; password = "terminaldweller/Tilde_Chat:network"; #pragma: allowlist secret - # pragma: allowlist secret tls_cert = "~/.irssi/certs/nick.pem"; use_tls = "yes"; - tls_verify = "no"; + tls_verify = "yes"; + autoconnect = "yes"; + }, + { + address = "znc.terminaldweller.com"; + chatnet = "ergochat-ZNC"; + port = "1025"; + password = "terminaldweller/ergochat:network"; #pragma: allowlist secret + tls_cert = "~/.irssi/certs/nick.pem"; + use_tls = "yes"; + tls_verify = "yes"; + autoconnect = "yes"; + }, + { + address = "znc.terminaldweller.com"; + chatnet = "linknet_ZNC"; + port = "1025"; + password = "terminaldweller/Linknet:netzwerk"; #pragma: allowlist secret + tls_cert = "~/.irssi/certs/nick.pem"; + use_tls = "yes"; + tls_verify = "yes"; autoconnect = "yes"; }, { @@ -224,13 +289,80 @@ servers = ( use_tls = "no"; tls_verify = "no"; autoconnect = "no"; + }, + { + address = "192.168.1.214"; + chatnet = "I2P_NERDS"; + port = "9070"; + use_tls = "no"; + tls_verify = "no"; + autoconnect = "no"; + }, + { + # address = "192.168.1.214"; + address = "65.109.235.54"; + chatnet = "torbnc"; + # chatnet = "terrachat_torbnc"; + # port = "9788"; + port = "1026"; + password = "password"; #pragma: allowlist secret + use_tls = "no"; + tls_verify = "no"; + autoconnect = "yes"; + }, + { + address = "65.109.235.54"; + chatnet = "torbnc_oftc"; + port = "1026"; + password = "password"; #pragma: allowlist secret + use_tls = "no"; + tls_verify = "no"; + autoconnect = "no"; } ); chatnets = { - I2P_ILITIA = { type = "IRC"; nick = "useruseR"; }; - I2P_POSTMAN = { type = "IRC"; nick = "useruseR"; }; - PROBABLY_LOKI = { type = "IRC"; nick = "terminaldweller"; }; + I2P_ILITIA = { type = "IRC"; nick = "termi"; }; + I2P_POSTMAN = { type = "IRC"; nick = "termi"; }; + I2P_NERDS = { type = "IRC"; nick = "termi"; }; + TOR_OFTC = { + type = "IRC"; + nick = "ericrot"; + autosendcmd = "/^msg *status listallusernetworks;wait 3000"; + }; + TOR_terrachat = { type = "IRC"; nick = "ericrot"; }; + TOR_ircnet = { + type = "IRC"; + nick = "juniperjumper"; + }; + TOR_p2pnet = { + type = "IRC"; + nick = "xjambix"; + autosendcmd = "/^mode xjambix +wRp;wait 3000"; + }; + # ZNC = { + # type = "IRC"; + # autosendcmd = "/^msg *status listallusernetworks;wait 3000"; + # nick = "terminaldweller"; + # }; + # terrachat_torbnc = { + torbnc = { + type = "IRC"; + nick = "terminaldweller"; + # nick = "terminaldweller/irc.terrachat.cl"; + autosendcmd = "/^msg BouncerServ help;wait 3000"; + }; + torbnc_oftc = { + type = "IRC"; + nick = "nickjack/irc.oftc.net"; + }; + "ergochat-ZNC" = { type = "IRC"; nick = "terminaldweller"; }; + linknet_ZNC = { + type = "IRC"; + nick = "termi"; + autosendcmd = "/^mode termi +ghi;wait 3000"; + }; + # PROBABLY_LOKI = { type = "IRC"; nick = "terminaldweller"; }; Bonobonet_ZNC = { type = "IRC"; nick = "terminaldweller"; }; # OFTC = { # type = "IRC"; @@ -243,7 +375,7 @@ chatnets = { "OFTC-ZNC" = { type = "IRC"; nick = "terminaldweller"; - autosendcmd = "/^msg nickserv set cloak on;mode terminaldweller j;wait 3000"; + autosendcmd = "/^msg nickserv set cloak on;mode terminaldweller +wg;wait 3000"; max_kicks = "1"; max_msgs = "1"; max_whois = "1"; @@ -265,7 +397,7 @@ chatnets = { # LiberaChat = { type = "IRC"; sasl_mechanism = "EXTERNAL"; }; "Libera-ZNC" = { type = "IRC"; - autosendcmd = "/^mode terminaldweller +g;wait 3000"; + autosendcmd = "/^mode terminaldweller +QRgw;^msg *status listallusernetworks;wait 3000"; max_kicks = "1"; max_msgs = "4"; max_whois = "1"; @@ -276,7 +408,7 @@ chatnets = { # }; "Rizon-ZNC" = { type = "IRC"; - autosendcmd = "/^mode terminaldweller +RCGpx;msg hostserv on;wait 3000"; + autosendcmd = "/^mode terminaldweller +RCgpx;msg hostserv on;wait 3000"; max_kicks = "1"; max_msgs = "1"; max_whois = "1"; @@ -289,8 +421,8 @@ chatnets = { }; "Undernet-ZNC" = { type = "IRC"; - nick = "terminaldwel"; - autosendcmd = "/^mode terminaldwel +ix;msg *status listallusernetworks;wait 3000"; + nick = "termi"; + autosendcmd = "/^mode termi +ixw;wait 3000"; max_kicks = "1"; max_msgs = "1"; max_whois = "1"; @@ -298,6 +430,7 @@ chatnets = { EFnet_ZNC = { type = "IRC"; nick = "termi"; + autosendcmd = "/^mode termi +g;wait 3000"; max_kicks = "1"; max_msgs = "4"; max_whois = "1"; @@ -305,7 +438,8 @@ chatnets = { DALnet_ZNC = { type = "IRC"; nick = "terminaldweller"; - autosendcmd = "/^msg nickserv@services.dal.net identify @@@@@@@@@@@@;mode terminaldweller HRCi;wait 3000"; + # autosendcmd = "/^msg nickserv@services.dal.net identify p@ssw0rd;mode terminaldweller PHRCiw;wait 3000"; + autosendcmd = "/^mode terminaldweller PHRCiw;wait 3000"; max_kicks = "4"; max_msgs = "20"; max_whois = "30"; @@ -324,14 +458,36 @@ channels = ( # { name = "#dpdk"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, # { name = "#fdio-vpp"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, # { name = "#openssl"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#tor-relays"; chatnet = "TOR_OFTC"; autojoin = "no"; }, { name = "#sopelbot"; chatnet = "devinet"; autojoin = "yes"; }, - { name = "#matterbridge"; chatnet = "devinet"; autojoin = "yes"; }, - { name = "#rss"; chatnet = "devinet"; autojoin = "yes"; }, + { name = "#matrix-ipfs"; chatnet = "devinet"; autojoin = "yes"; }, + { name = "#limnoriabot"; chatnet = "devinet"; autojoin = "yes"; }, + { name = "#mangas"; chatnet = "devinet"; autojoin = "yes"; }, + { name = "#ergo"; chatnet = "ergochat-ZNC"; autojoin = "yes"; }, + { name = "#rss_security"; chatnet = "devinet"; autojoin = "yes"; }, + { name = "#soulhack"; chatnet = "devinet"; autojoin = "yes"; }, + { name = "#matrix-monero-mining"; chatnet = "devinet"; autojoin = "yes"; }, + { name = "#slack-magmacore-general"; chatnet = "devinet"; autojoin = "yes"; }, + { name = "#chaturbate"; chatnet = "TOR_terrachat"; autojoin = "yes"; }, + { name = "#matrix_devi_netdata_notifs"; chatnet = "devinet"; autojoin = "yes"; }, { name = "#netbsd"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, # { name = "#netplan"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, { name = "#ubuntu"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#techrss"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#bitcoin-blocks"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#newsbin"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#securityfeed"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#matrix"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#soju"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#securitynews"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#us-market-news"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "##machinelearning"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "##news"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#hd-torrents.announce"; chatnet = "TOR_p2pnet"; autojoin = "yes"; }, # { name = "#qemu"; chatnet = "OFTC-ZNC"; autojoin = "yes"; }, { name = "#debian"; chatnet = "OFTC-ZNC"; autojoin = "yes"; }, + { name = "#s6"; chatnet = "OFTC-ZNC"; autojoin = "yes"; }, + { name = "#alpine-linux"; chatnet = "OFTC-ZNC"; autojoin = "yes"; }, # { name = "#virt"; chatnet = "OFTC-ZNC"; autojoin = "yes"; }, { name = "#openwrt"; chatnet = "OFTC-ZNC"; autojoin = "yes"; }, { @@ -340,8 +496,10 @@ channels = ( autojoin = "yes"; }, { name = "#tor"; chatnet = "OFTC-ZNC"; autojoin = "yes"; }, + { name = "#suckless"; chatnet = "OFTC-ZNC"; autojoin = "yes"; }, { name = "#llvm"; chatnet = "OFTC-ZNC"; autojoin = "yes"; }, { name = "#bitlbee"; chatnet = "OFTC-ZNC"; autojoin = "yes"; }, + { name = "#mednafen"; chatnet = "OFTC-ZNC"; autojoin = "yes"; }, { name = "##terminaldweller"; chatnet = "OFTC-ZNC"; @@ -352,15 +510,16 @@ channels = ( { name = "#openbsd"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, { name = "#lobsters"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, { name = "#gnupg"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#stocks"; chatnet = "EFnet_ZNC"; autojoin = "yes"; }, { name = "#znc"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, { name = "#qutebrowser"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, - { name = "#lokinet"; chatnet = "PROBABLY_LOKI"; autojoin = "yes"; }, - { name = "#general"; chatnet = "PROBABLY_LOKI"; autojoin = "yes"; }, - { name = "#crxn"; chatnet = "Bonobonet_ZNC"; autojoin = "yes"; }, + # { name = "#lokinet"; chatnet = "PROBABLY_LOKI"; autojoin = "yes"; }, + # { name = "#general"; chatnet = "PROBABLY_LOKI"; autojoin = "yes"; }, + { name = "#crxn"; chatnet = "Bonobonet_ZNC"; autojoin = "no"; }, { name = "#networking"; chatnet = "Bonobonet_ZNC"; - autojoin = "yes"; + autojoin = "no"; }, { name = "#general"; @@ -389,10 +548,16 @@ channels = ( # { name = "#shadow"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, { name = "#freebsd"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, { name = "#linux"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, + { name = "#opsec"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, { name = "#irssi"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, { name = "#bookz"; chatnet = "Undernet-ZNC"; autojoin = "yes"; }, + { name = "#allnitecafe"; chatnet = "Undernet-ZNC"; autojoin = "yes"; }, + { name = "#toronto"; chatnet = "Undernet-ZNC"; autojoin = "yes"; }, { name = "#postgresql"; chatnet = "Libera-ZNC"; autojoin = "yes"; }, { name = "#news"; chatnet = "Rizon-ZNC"; autojoin = "yes"; }, + { name = "#rice"; chatnet = "Rizon-ZNC"; autojoin = "yes"; }, + { name = "#subsplease"; chatnet = "Rizon-ZNC"; autojoin = "yes"; }, + { name = "#batcave"; chatnet = "Rizon-ZNC"; autojoin = "yes"; }, { name = "##terminaldweller"; chatnet = "Rizon-ZNC"; @@ -474,64 +639,89 @@ statusbar = { topicbarend = "{topicsbend}"; # treated "normally", you could change the time/user name to whatever - time = "{sb $Z}"; - user = "%9%z005fff{sb {sbnickmode $[-2]cumode}%k$N %Zeeeeee {sbumode %k$usermode} %Z005fff%0%z005f00{sbaway $A}}%N"; + # time = "{sb $Z}"; + user = "%Z5fafff%z005fff%N%9%z005fff{sb {sbnickmode $[-2]cumode}%k$N %Zeeeeee {sbumode %k$usermode} %Z005fff%0%z005f00}%N"; # treated specially .. window is printed with non-empty windows, # window_empty is printed with empty windows - window = " %Z00af00{sb $tag/{channel $itemname} %C {sbmode $M}} %C%n "; - window_empty = "{sb {sbservertag $tag}}"; + window = " %Z00af00%9{sb $tag/{channel $itemname} %C %9{sbmode $M}} %C%N "; + # window_empty = "{sb {sbservertag $tag}}"; + window_empty = "%k%zffd75f%k%zffd75f EMPTY %zffd75f%N"; # prompt = "please%z005f87{%k%z005f87%9$c $*%w%k$R%w%k$S%w%k$T %N%Z005f87}%n"; # prompt_empty = "you%z005f87%k%z005f87%9$c $*%w%k$R%w%k$S%w%k$T %N%Z005f87%n"; - topic = "%Z005f00%k%z005f00%N%Z005f00%N %Z5f5faf%9 $topic%N %Z005f00%N%z005f00%k%N"; - topic_empty = " Irssi v$J - https://www.irssi.org"; + topic = "%Z005f00%k%z005f00%N%Z005f00%N %Z00afff%9$topic%N %Z005f00%N%z005f00%k%N"; + topic_empty = "%Z005f00%k%z005f00%N%Z005f00%N %k%zffd75f%k%zffd75f EMPTY %zffd75f%N %N %Z005f00%N%z005f00%k%N"; # all of these treated specially, they're only displayed when needed # Powerline lag = "{sb %0%Zff8700%zff8700%k ⌚ $0 %Zff8700%0%N}"; - act = "{sb %Zeeeeee%0%n%z005fff %F$0%F %N}"; - more = "%c%0%n%6 more ⬇ %c%0%N"; + # act = "{sb %Zeeeeee%0%n%z005fff %F$0%F %N}"; + more = "%c%0%n%6%9 ... ⬇ %C%k%N"; # vim_mode vim_mode_1 = "%z005f5f%Zffffff%z005f5f%k%9 $vim_cmd_mode%N"; vim_windows_1 = "%Z005f5f%0%z005f5f%k%9 $vim_wins%z005f5f"; - itime = "%Z005f00%k%z005f00%9 $0 %z005f00"; + itime = "%Z005f00%k%z005f00%9 $0 %z005f00%N%Z005f00"; - extra = "%Z5f5f87%k%z5f5f87%9 $X $Y $O $E $F %z5f5f87"; + extra = "%Z5f5f87%k%z5f5f87%9 $H $X $Y $O $E $F %w%k $D %z5f5f87"; - prompt_right = "%Z5f5fd7%N%k%9%z5f5fd7 $,%N%k%z5f5fd7%N%Z5f5faf $Q $W %N%Z5f5f87%k%z5f5f87%9 $J"; + prompt_right = "%Z5f5fd7%N%k%9%z5f5fd7 zZzZ:$A %Z5f5fd7%N%w%9%z5f5fd7$,%N%k%z5f5fd7%N%Z5f5faf $Q $W %N%Z5f5f87%k%z5f5f87%9 $J"; server_info = "%k%z005f87%9 Server:$tag %w%kChatnet:$chatnet%w%k$R%w%k$S %n%Z005f87"; + + uptime = "{sb %Z00af5f%9%k%z00af5f$winname %N}"; + server_numeric = "%N%z5fafff%k%9 $H%Z5fafff%N"; + + act = "%Z005f00%z005f00%k%N{sb $0- }%Z005f00%z005f00%k%N"; + current_ip = "%z00af87%k{sb $whereami}%Z00af87%0"; + + invitatiions = "{sb %Z00d7d7%0%n%z00d7d7%9 $I %z00d7d7%k%N}"; + + window_immortal = "{sb %Z87d75f%0%n%z87d75f%9%k $window_immortal %z87d75f%k%N}"; + + window_number = "%z00af87%9 $winref %Z00af87%z5fafff%N"; + + empty_empty = " "; }; # there's two type of statusbars. root statusbars are either at the top # of the screen or at the bottom of the screen. window statusbars are at # the top/bottom of each split window in screen. default = { + empty = { + type = "window"; + position = "1"; + visible = "always"; + items = { + empty_empty = { }; + }; + }; # the "default statusbar" to be displayed at the bottom of the window. # contains all the normal items. window = { disabled = "no"; - # window, root type = "window"; # top, bottom placement = "bottom"; # number - position = "1"; + position = "2"; # active, inactive, always visible = "active"; - # list of items in statusbar in the display order items = { barstart = { priority = "100"; }; - + window_number = { }; + server_numeric = { }; user = { }; window = { }; window_empty = { }; lag = { priority = "-1"; }; + invitatiions = { priority = "-1"; alignment = "right"; }; + # window_immortal = { alignment = "right"; }; more = { priority = "-1"; alignment = "right"; }; + uptime = { priority = "100"; alignment = "right"; }; otr = { priority = "100"; alignment = "right"; }; usercount = { }; inputlength = { alignment = "right"; }; @@ -545,12 +735,10 @@ statusbar = { # statusbar to use in inactive split windows window_inact = { - type = "window"; placement = "bottom"; position = "1"; visible = "inactive"; - items = { barstart = { priority = "100"; }; window = { }; @@ -565,7 +753,6 @@ statusbar = { # topicbar topic = { - type = "root"; placement = "top"; position = "1"; @@ -583,9 +770,17 @@ statusbar = { barstart = { }; timezones = { }; itime = { priority = "1"; alignment = "right"; }; + position = {alignment = "right";} barend = { alignment = "right"; }; }; }; + activities = { + items = { + act = { alignment = "right"; }; + vim_prompt = { }; + mh_sbsplitmode = { }; + }; + }; dccstat = { items = { dccstat = { }; @@ -596,6 +791,8 @@ statusbar = { items = { barstart = { }; server_info = { }; + current_ip = { }; + moodbar = { }; prompt_right = { alignment = "right"; }; barend = { alignment = "right"; }; }; @@ -656,10 +853,12 @@ settings = { misc = { split_line_end = "↪"; }; core = { real_name = "john doe"; - user_name = "devi"; + # we need to keep this since soju checks this + user_name = "terminaldweller"; nick = "terminaldweller"; recode_transliterate = "yes"; settings_autosave = "no"; + timestamp_format = "%z-%e%H:%M:%S%p"; # use_proxy = "no"; # proxy_address = "127.0.0.1"; # proxy_port = "9050"; @@ -670,16 +869,24 @@ settings = { "fe-common/core" = { theme = "solarized-powerline"; hilight_color = "%Zd75f5f"; + emphasis = "yes"; emphasis_italics = "yes"; emphasis_multiword = "yes"; - emphasis_replace = "no"; + emphasis_replace = "yes"; show_names_on_join = "no"; + window_default_level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + window_check_level_first = "yes"; + completion_empty_line = "no"; + max_command_history = 1000; + autofocus_new_items = "no"; }; "fe-text" = { actlist_sort = "refnum"; scrollback_lines = "1000"; scrollback_time = "3days"; scrollback_max_age = "0"; + colors_ansi_24bit = "yes"; + show_server_time = "no"; }; "perl/core/scripts" = { # adv_windowlist.pl @@ -689,24 +896,28 @@ settings = { awl_mouse = "no"; awl_viewer = "no"; awl_maxlines = "0"; + awl_shared_sbar = "OFF"; + awl_hide_data = 1; + awl_sort = "-data_level"; #fancy_abbrev = "head"; - # trackbar.pl trackbar_style = "%B"; title_screen_window = "yes"; - awl_shared_sbar = "OFF"; + # trackbar_print_timestamp = "ON"; + # trackbar_string = "━"; # usercount.pl usercount_show_halfops = "ON"; usercount_show_ircops = "ON"; usercount_show_zero = "ON"; # timezones + timezones_clock_format = "%H:%M"; timezones_divider = " %Zeeeeee%Z008080 "; - timezones = "GMT:GMT EST:EST EEST:Europe/Riga CET:CET Tehran:Asia/Tehran Tokyo:Asia/Tokyo Montreal:America/Montreal Pacific:America/Los_Angeles Paris:Europe/Paris Moscow:Europe/Moscow"; + timezones = "GMT:GMT EST:EST EEST:Europe/Riga CET:CET Tehran:Asia/Tehran Tokyo:Asia/Tokyo Toronto:America/Toronto Pacific:America/Los_Angeles Paris:Europe/Paris Moscow:Europe/Moscow"; # hilite_url url_color = "32"; hilite_url = "32"; # rotator - rotator_chars = "%Z005f5f%z005f5f%k...%N %Z005f5f%z005f5f%kooo%N %Z005f5f%z005f5f%k000%N %Z005f5f%z005f5f%kOOO%N %Z005f5f%z005f5f%k000%N %Z005f5f%z005f5f%kooo%N %Z005f5f%z005f5f%k...%N"; + rotator_chars = "%9%Z005f5f%z005f5f%k...%N %9%Z005f5f%z005f5f%kooo%N %9%Z005f5f%z005f5f%k000%N %9%Z005f5f%z005f5f%kOOO%N %9%Z005f5f%z005f5f%k000%N %9%Z005f5f%z005f5f%kooo%N %9%Z005f5f%z005f5f%k...%N"; rotator_speed = "1000"; rotator_bounce = "yes"; rotator_seperator = " "; @@ -716,17 +927,20 @@ settings = { # uberprmpt # uberprompt_format = "%k%z005f87%9$c $*%w%k$R%w%k$S%w%k$T %N%Z005f87%Z005f5f$uber"; # uberprompt_format_empty = "%k%z005f87%9$c $*%w%k$R%w%k$S%w%k$T %N%Z005f87%Z005f5f$uber"; - uberprompt_format = "%Zff5f5f$T >>>$uber"; - uberprompt_format_empty = "%Zff5f5f$T >>>$uber"; + uberprompt_format = "%Zff5f5f$chatnet/$T >>>$uber"; + uberprompt_format_empty = "%Zff5f5f$chatnet/$T >>>$uber"; # irssi_logger il_dbname = "irc"; il_dbuser = "postgres"; il_dbpass = "devi"; # nm2 - neat_shrink = "yes"; - neat_staircase_shrink = "yes"; - neat_custom_modes = "no"; - neat_dynamic = "yes"; + neat_shrink = "on"; + neat_staircase_shrink = "on"; + neat_custom_modes = "off"; + neat_dynamic = "on"; + neat_truncate_nick = "on"; + neat_maxlength = 15; + neat_history = 100; # vim_mode start_cmd = "yes"; vim_mode_start_cmd = "yes"; @@ -742,8 +956,24 @@ settings = { leodict_paste_max_translations = "2"; leodict_paste_beautify = "1"; leodict_http_proxy_address = "192.168.1.214"; - leodict_http_proxy_port = "9054"; - leodict_http_proxy_type = "socks"; + leodict_http_proxy_port = "8118"; + leodict_http_proxy_type = "http"; + #shorturl + shorturl_chans = "#matrix_devi_netdata_notifs"; + shorturl_send_to_channel = "off"; + shorturl_debug = "off"; + shorturl_min_url_length = 50; + #highlightwin + hilightwin_showprivmsg = 0; + hilightwin_show_network = 0; + hilightwin_ignore_targets = ''; + #mh_mbsplitmode + mh_sbsplitmode_networks = "IRCNet_ZNC,TOR_ircnet"; + #tongueworm + wormtongue_openai_api_key = ""; + #aidle + aidle_max_idle_time = 300; + aidle_ircnets = ""; }; "irc/dcc" = { dcc_download_path = "~/.irssi/downloads/"; @@ -752,6 +982,10 @@ settings = { dcc_upload_path = "~/.irssi/uploads/"; dcc_autorename = "yes"; }; + "irc/core" = { + ctcp_userinfo_reply = "$Y-https://terminaldweller.com"; + ctcp_version_reply = "IRC"; + }; }; keyboard = ( { key = "meta-[M"; id = "command"; data = "mouse_xterm"; }, @@ -776,98 +1010,166 @@ keyboard = ( { key = "meta-,"; id = "change_window"; data = "38"; }, { key = "meta-."; id = "change_window"; data = "39"; }, { key = "meta-/"; id = "change_window"; data = "40"; }, - { key = "meta2-1"; id = "change_window"; data = "41"; }, - { key = "meta2-2"; id = "change_window"; data = "42"; }, + { key = "^[[^[[^[[1"; id = "change_window"; data = "41"; }, + { key = "^[[^[[^[[2"; id = "change_window"; data = "42"; }, + { key = "^[[^[[^[[3"; id = "change_window"; data = "43"; }, + { key = "^[[^[[^[[4"; id = "change_window"; data = "44"; }, + { key = "^[[^[[^[[5"; id = "change_window"; data = "45"; }, + { key = "^[[^[[^[[6"; id = "change_window"; data = "46"; }, + { key = "^[[^[[^[[7"; id = "change_window"; data = "47"; }, + { key = "^[[^[[^[[8"; id = "change_window"; data = "48"; }, + { key = "^[[^[[^[[9"; id = "change_window"; data = "49"; }, + { key = "^[[^[[^[[0"; id = "change_window"; data = "50"; }, + { key = "^[[^[[^[[q"; id = "change_window"; data = "51"; }, + { key = "^[[^[[^[[w"; id = "change_window"; data = "52"; }, + { key = "^[[^[[^[[e"; id = "change_window"; data = "53"; }, + { key = "^[[^[[^[[r"; id = "change_window"; data = "54"; }, + { key = "^[[^[[^[[t"; id = "change_window"; data = "55"; }, + { key = "^[[^[[^[[y"; id = "change_window"; data = "56"; }, + { key = "^[[^[[^[[u"; id = "change_window"; data = "57"; }, + { key = "^[[^[[^[[i"; id = "change_window"; data = "58"; }, + { key = "^[[^[[^[[o"; id = "change_window"; data = "59"; }, + { key = "^[[^[[^[[p"; id = "change_window"; data = "60"; }, + { key = "^[[^[[^[[a"; id = "change_window"; data = "61"; }, + { key = "^[[^[[^[[s"; id = "change_window"; data = "62"; }, + { key = "^[[^[[^[[d"; id = "change_window"; data = "63"; }, + { key = "^[[^[[^[[f"; id = "change_window"; data = "64"; }, + { key = "^[[^[[^[[g"; id = "change_window"; data = "65"; }, + { key = "^[[^[[^[[h"; id = "change_window"; data = "66"; }, + { key = "^[[^[[^[[j"; id = "change_window"; data = "67"; }, + { key = "^[[^[[^[[k"; id = "change_window"; data = "68"; }, + { key = "^[[^[[^[[l"; id = "change_window"; data = "69"; }, + { key = "^[[^[[^[[;"; id = "change_window"; data = "70"; }, + { key = "^[[^[[^[[z"; id = "change_window"; data = "71"; }, + { key = "^[[^[[^[[x"; id = "change_window"; data = "72"; }, + { key = "^[[^[[^[[c"; id = "change_window"; data = "73"; }, + { key = "^[[^[[^[[v"; id = "change_window"; data = "74"; }, + { key = "^[[^[[^[[b"; id = "change_window"; data = "75"; }, + { key = "^[[^[[^[[n"; id = "change_window"; data = "76"; }, + { key = "^[[^[[^[[m"; id = "change_window"; data = "77"; }, + { key = "^[[^[[^[[,"; id = "change_window"; data = "78"; }, + { key = "^[[^[[^[[."; id = "change_window"; data = "79"; }, + { key = "^[[^[[^[[/"; id = "change_window"; data = "80"; }, + { key = "^R"; id = "command"; data = "tongueworm"; }, ); ignores = ( - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#docker" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#voidlinux" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#node.js" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#ansible" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#dpdk" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#fdio-vpp" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#alacritty" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#go-nuts" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#neomutt" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#kvm" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#znc" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#netbsd" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#ubuntu" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#netplan" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#vagrant" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openssl" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#crypto" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#tmux" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#vim" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#virt" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#debian" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openbsd" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#freebsd" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#git" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#voidlinux" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openwrt" ); }, - { - level = "JOINS PARTS QUITS NICKS"; - channels = ( "#debian-next" ); - }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openssh" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#irssi" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#gdb" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#qemu" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#linux" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#shadow" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#tor" ); }, - { - level = "JOINS PARTS QUITS NICKS"; - channels = ( "#CataclysmDDA" ); - }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#security" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#busybox" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#bookz" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#qubes" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#wayland" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#gopher" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#gnupg" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#supersonic" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#news" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#mednafen" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#forgefed" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#lobsters" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#s6" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#lua" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#networking" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "##posix" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#postgresql" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#crxn" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#meta" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#python" ); }, - { - level = "JOINS PARTS QUITS NICKS"; - channels = ( "#qutebrowser" ); - }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#lokinet" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#bitlbee" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#gemini" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#llvm" ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#opennic" ); }, { level = "JOINS PARTS QUITS NICKS"; - channels = ( "#selfhosting" ); + channels = ( + "#qutebrowser", + "#alacritty", + "#vim", + "#virt", + "#openbsd", + "#freebsd", + "#git", + "#openwrt", + "#debian", + "#tmux", + "#crypto", + "#crypto-new", + "#openssl", + "#vagrant", + "#netplan", + "#ubuntu", + "#netbsd", + "#znc", + "#hd-torrents.announce", + "#neomutt", + "#soju", + "#matrix", + "#opsec", + "#kvm", + "#opesec", + "#techrss", + "#bitcoin-blocks", + "#lobsters-feed", + "#go-nuts", + "#docker", + "#voidlinux", + "#node.js", + "#ansible", + "#dpdk", + "#fdio-vpp", + "#tor", + "#shadow", + "#debian-next", + "#linux", + "#qemu", + "#gdb", + "#irssi", + "#openssh", + "#CataclysmDDA", + "#python", + "#ergo", + "#news", + "#mednafen", + "#forgefed", + "#tor-relays", + "#supersonic", + "#gnupg", + "#gopher", + "#wayland", + "#qubes", + "#bookz", + "#security", + "#busybox", + "#lobsters", + "#s6", + "#chaturbate", + "#lua", + "#nibl", + "#mp3download", + "#meta", + "#networking", + "#lokinet", + "#allnitecafe", + "#bitlbee", + "#ai", + "#alpine-linux", + "##sqlite", + "##math", + "#crxn", + "#gemini", + "#llvm", + "#zsh", + "#us-market-news", + "#selfhosting", + "##posix", + "##machinelearning", + "##science", + "##weather", + "##news", + "#postgresql", + "#securityfeed", + "#securitynews", + "#toronto", + "#rice", + "#batcave", + "#subsplease", + "#suckless", + "#stocks", + "#newsbin", + "#opennic", + "#irc" + ); }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#irc" ); }, - { level = "CTCPS"; }, - { level = "JOINS PARTS QUITS NICKS"; channels = ( "#zsh" ); } ); Mogs = { }; logs = { }; windows = { - 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; + 1 = { + immortal = "yes"; + name = "(status)"; + level = "+ALL -MSGS -NOTICES -SNOTES -WALLOPS -INVITES -CLIENTCRAP -CLIENTNOTICE -CLIENTERROR -CTCPS -ACTIONS -MODES -DCC -DCCMSGS -TOPICS -HILIGHT"; + }; 2 = { immortal = "yes"; - name = "(notices)"; - level = "MSGS NOTICES SNOTES WALLOPS INVITES CLIENTNOTICE CLIENTCRAP CLIENTERROR CTCPS ACTIONS MODES TOPICS DCC DCCMSGS"; + name = "(client)"; + level = "-ALL +CLIENTCRAP +CLIENTNOTICE +CLIENTERROR"; }; 3 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS SNOTES"; items = ( { type = "CHANNEL"; @@ -878,16 +1180,18 @@ windows = { ); }; 4 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; items = ( { type = "QUERY"; chat_type = "IRC"; name = "*status"; - tag = "Undernet-ZNC"; + tag = "Libera-ZNC"; } ); }; 5 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; items = ( { type = "CHANNEL"; @@ -898,31 +1202,392 @@ windows = { ); }; 6 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; items = ( { type = "CHANNEL"; chat_type = "IRC"; - name = "#rss"; + name = "#limnoriabot"; tag = "devinet"; } ); }; 7 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#crypto-news"; + tag = "Libera-ZNC"; + } + ); + }; + 8 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#matrix-ipfs"; + tag = "devinet"; + } + ); + }; + 9 = { + immortal = "yes"; + name = "(notice)"; + level = "-ALL +TOPICS +MODES +NOTICES +WALLOPS +INVITES +SNOTES"; + }; + 10 = { + immortal = "yes"; + name = "(dcc)"; + level = "-ALL +DCC +DCCMSGS"; + }; + 11 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#rss_security"; + tag = "devinet"; + } + ); + }; + 12 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#matrix-monero-mining"; + tag = "devinet"; + } + ); + }; + 13 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#slack-magmacore-general"; + tag = "devinet"; + } + ); + }; + 14 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS NOTICES"; + items = ( + { + type = "QUERY"; + chat_type = "IRC"; + name = "wHWnpSTG5dmT"; + tag = "OFTC-ZNC"; + } + ); + }; + 15 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#soulhack"; + tag = "devinet"; + } + ); + }; + 16 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#matrix_devi_netdata_notifs"; + tag = "devinet"; + } + ); + }; + 17 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#supersonic"; + tag = "DALnet_ZNC"; + } + ); + }; + 18 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "##news"; + tag = "Libera-ZNC"; + } + ); + }; + 19 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#us-market-news"; + tag = "Libera-ZNC"; + } + ); + }; + 20 = { + immortal = "yes"; + name = "(hilight)"; + level = "-ALL +HILIGHT"; + }; + 21 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "##machinelearning"; + tag = "Libera-ZNC"; + } + ); + }; + 22 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#newsbin"; + tag = "Libera-ZNC"; + } + ); + }; + 23 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; items = ( { type = "CHANNEL"; chat_type = "IRC"; - name = "#general"; - tag = "Bonobonet_ZNC"; + name = "#securityfeed"; + tag = "Libera-ZNC"; + } + ); + }; + 24 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#securitynews"; + tag = "Libera-ZNC"; + } + ); + }; + 25 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#security"; + tag = "linknet_ZNC"; + } + ); + }; + 26 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS NOTICES"; + items = ( + { + type = "QUERY"; + chat_type = "IRC"; + name = "scrapper"; + tag = "Rizon-ZNC"; + } + ); + }; + 27 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#mangas"; + tag = "devinet"; + } + ); + }; + 28 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "QUERY"; + chat_type = "IRC"; + name = "BouncerServ"; + tag = "torbnc"; + } + ); + }; + 29 = { + level = "MSGS PUBLICS CTCPS ACTIONS JOINS PARTS QUITS KICKS NICKS"; + items = ( + { + type = "QUERY"; + chat_type = "IRC"; + name = "*status"; + tag = "TOR_OFTC"; } ); }; }; mainwindows = { - 3 = { + 15 = { first_line = "1"; lines = "47"; first_column = "0"; columns = "212"; }; }; +hilights = ( + { + text = "([Nn]vidia|\\s+[Ii]ntel\\s+|[Ll]inux|Dell|\\s+ergo\\s+|nginx|\\s+[dD]ocker\\s+|[oO]penssh|sshguard|[uU]buntu|i2pd|\\s+[tT]or\\s+|dnscrypt|privoxy|[Oo]penwrt)"; + regexp = "yes"; + color = "%Z005f00%9"; + act_color = "%Zd70087"; + nick = "no"; + word = "yes"; + channels = ( + "#rss_security", + "#securityfeed", + "#securitynews", + ); + }, + { + text = "([Nn]vidia|\\s+[Ii]ntel\\s+|[Ll]inux|Dell|\\s+ergo\\s+|nginx|\\s+[dD]ocker\\s+|[oO]penssh|sshguard|[uU]buntu|i2pd|\\s+[tT]or\\s+|dnscrypt|privoxy|[Oo]penwrt)"; + regexp = "yes"; + color = "%Z005f00%9"; + act_color = "%Zd70087"; + servertag = "linknet_ZNC"; + nick = "no"; + word = "yes"; + channels = ( + "#security" + ); + }, + { + text = "\\s+terminaldweller\\s+"; + regexp = "yes"; + color = "%Z005f00%9"; + act_color = "%Zff8787%9"; + nick = "no"; + word = "yes"; + }, + { + text = "(ice2|vpsfp6skd4|johndoe|jumpj|ned2)"; + regexp = "yes"; + color = "%Z005f00%9"; + act_color = "%Zd70087%9"; + nick = "no"; + word = "yes"; + servertag = "devinet"; + channels = ("#matrix_devi_netdata_notifs"); + }, + { + text = "([pP]epe|[eE]thereum|[mM]onero|\\s+[Ss]ui\\s+|[zZ]cash|ETF|[bB]lackrock|\\s+CBDC\\s+|\\s+IMF\\s+|\\s+WEF\\s+|\\s+ECB\\s+|\\s+BIS\\s+)"; + regexp = "yes"; + color = "%Z005f00%9"; + nick = "no"; + word = "yes"; + servertag = "Libera-ZNC"; + channels = ("#crypto-news"); + }, + { + text = "(\\s+[cC]crypto|\\s+[cC]ryptocurrency|debt\s+ceiling|\\s+IMF\\s+|\\s+WEF\\s+|\\s+BIS\\s+)"; + regexp = "yes"; + color = "%Z005f00%9"; + nick = "no"; + word = "yes"; + servertag = "DALnet_ZNC"; + channels = ("#supersonic"); + }, + { + text = "(\\s+[cC]crypto|\\s+[cC]ryptocurrency|debt\s+ceiling|\\s+IMF\\s+|\\s+WEF\\s+|\\s+ECB\\s+|\\s+BIS\\s+)"; + regexp = "yes"; + color = "%Z005f00%9"; + nick = "no"; + word = "yes"; + servertag = "Libera-ZNC"; + channels = ("##news"); + }, + { + text = "(\\s+SEC\\s+|\\s+ETF\\s+|\\s+FED\\s+|\\s+OFAC\\s+|\\s+CBDC\\s+|\\s+IMF\\s+|\\s+WEF\\s+|\\s+ECB\\s+|\\s+BIS\\s+)"; + regexp = "yes"; + color = "%Z005f00%9"; + nick = "no"; + word = "yes"; + servertag = "Libera-ZNC"; + channels = ("#us-market-news"); + }, + { + text = "(\\s+[uU]ndead\s[mM]urder\s[fF]arce\\s+|\\s+[jJ]ujutsu\s[kK]aisen\\s+|\\s+[vV]ending\s[mM]achine\\s+|\\s+maou\sto\sone\sroom\syuusha\\s+|\\s+zom\s100\szombie)"; + regexp = "yes"; + color = "%Zaf005f%9"; + act_color = "%Zffd75f%9"; + nick = "no"; + word = "yes"; + servertag = "Rizon-ZNC"; + channels = ( + "#news", + "#subsplease", + "#nibl" + ); + }, + { + text = "(\\s+[bB]oris\\s+|\\s+[Cc]ryochamber\\s+)"; + regexp = "yes"; + color = "%Zaf005f%9"; + act_color = "%Zffd75f%9"; + nick = "no"; + word = "yes"; + servertag = "Undernet-ZNC"; + channels = ("#mp3download"); + }, + { + text = "(\\s+[fF]arzad\\s+|\\s+terminaldweller\\s+)"; + regexp = "yes"; + color = "%Zaf005f%9"; + act_color = "%Z5f0000%9"; + nick = "no"; + word = "yes"; + servertag = "bitlbee_local"; + channels = ("#helijustsendpussy"); + }, + { + text = "(\\s+[Hh]iganjima\\s+|\\s+[hH]er\s[mM]ajesty's\s[sS]warm\\s+|\\s+[dD]ai\s[dD]ark\\s+|\\s+[kK]engan\s[oO]mega\\s+|\\s+[bB]rutal:\s[sS]atsujin\s[kK]ansatsukan\s[nN]o\s[kK]okuhaku\\s+|\\s+[hH]elck\\s+)"; + regexp = "yes"; + color = "%Zffd75f%9"; + act_color = "%Zffd75f%9"; + nick = "no"; + word = "yes"; + servertag = "devinet"; + channels = ("#mangas"); + }, + { + text = "(\\s+[Mm]argery28\\s+|\\s+[vV][oO0]id\\s+|\\s+[Ll]isa2018)"; + regexp = "yes"; + color = "%Zd75faf%9"; + act_color = "%Zd75faf%9"; + nick = "no"; + word = "yes"; + servertag = "TOR_terrachat"; + channels = ("#chaturbate"); + } +); diff --git a/irssi/solarized-powerline.theme b/irssi/solarized-powerline.theme index b3b1f09..b3c9d72 100644 --- a/irssi/solarized-powerline.theme +++ b/irssi/solarized-powerline.theme @@ -61,7 +61,7 @@ info_eol = "false"; # these characters are automatically replaced with specified color # (dark grey by default) -replaces = { "[]=" = "$*"; }; +replaces = { "[]=" = "%Z0087ff$*%n"; }; abstracts = { ## @@ -144,7 +144,7 @@ abstracts = { ## # the basic styling of how to print message, $0 = nick mode, $1 = nick - msgnick = "%m%Zeeeeee$0{nick $1-}%N%m%0%Z005f5f"; + msgnick = "%Z005f00%Zeeeeee{nick $0$1-}%N%Z005f00%0%Z005f5f"; # message from you is printed. "msgownnick" specifies the styling of the # nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the @@ -164,21 +164,24 @@ abstracts = { # $0 = nick mode, $1 = nick # %3 = yellow - ownmsgnick = "%z5f5fff%k{%z5f5fff $0$1-}%N%0%Z5f5fff %Z005f5f"; + # ownmsgnick = "%z5f5fff%k{%z5f5fff $0$1-}%N%0%Z5f5fff %Z005f5f"; + ownmsgnick = "%z005f5f%k%Zeeeeee%k$chatnet%Z005f5f%z5f8787%k$C%z5f5fff%Z5f8787%Zeeeeee%9{%Zeeeeee%z5f5fffmsgnick $0$1-}%N%Z5f5fff%z5f8787%Z5f8787%z005f5f%Z005f5f%0%N %Z005f5f"; ownnick = "%Zeeeeee$* %Z005f5f"; # public message in channel, $0 = nick mode, $1 = nick - pubmsgnick = "%z005f87%k%Zeeeeee{%Zeeeeee%z005f87msgnick $0$1-}%N%Z005f87 %Z005f5f"; + pubmsgnick = "%z005f5f%k%Zeeeeee%k$chatnet%Z005f5f%z5f8787%k$C%z005f87%Z5f8787%Zeeeeee{%Zeeeeee%z005f87msgnick $0$1-}%N%Z005f87%z5f8787%Z5f8787%z005f5f%Z005f5f%0%N %Z005f5f"; pubnick = "%Zeeeeee$* %Z005f5f"; # public message in channel meant for me, $0 = nick mode, $1 = nick # %5 = magenta - pubmsgmenick = "%m%5%k{msgnick $0$1-}%N%m %Z005f5f"; + # pubmsgmenick = "%Z005f00%z005f00%k$chatnet$C{msgnick $0$1-}%N%Z005f00 %Z005f5f"; + pubmsgmenick = "%z005f5f%k%Zeeeeee%k$chatnet%Z005f5f%z5f8787%k$C%z005f00%Z5f8787%Zeeeeee%9$0$1%Z005f00%z5f8787%N%Z5f8787%z005f5f%Z005f5f%0%N %Z005f5f"; menick = "%Zeeeeee$* %Z005f5f"; # public highlighted message in channel # $0 = highlight color, $1 = nick mode, $2 = nick - pubmsghinick = " %z005f87%k%z005f87{%Zeeeeee%z005f87msgnick $1 %Zeeeeee$2-}%N%Z005f87 %Z005f5f"; + # pubmsghinick = " %z005f87%k%z005f87$chatnet/$C/{%Zeeeeee%z005f87msgnick$1 %Zeeeeee$2-}%N%Z005f87 %Z005f5f"; + pubmsghinick = " %z005f5f%k%Zeeeeee%k$chatnet%Z005f5f%z5f8787%k$C%z005f87%Z5f8787%Zeeeeee{%Zeeeeee%z005f87msgnick $0$1 %Zeeeeee$2-}%N%Z005f87%z5f8787%Z5f8787%z005f5f%Z005f5f%0%N %Z005f5f"; # channel name is printed with message # This is printed whenever the channel name is printed for disambiguation, e.g. @@ -187,7 +190,7 @@ abstracts = { # private message, $0 = nick, $1 = host # TODO: To test for Solarized - privmsg = " %m$0%G<%n$1-%G>%n %Z005f87"; + privmsg = " %Z005f00$0%G<%n$1-%G>%n %Z005f87"; # private message from you, $0 = "msg", $1 = target nick # TODO: To test for Solarized @@ -207,13 +210,13 @@ abstracts = { ## # used internally by this theme - action_core = "%N%k %n$*"; + action_core = "%N%k%z5f8787 %9$*%Z5f8787"; # generic one that's used by most actions action = "{action_core $*%n} "; # own action, both private/public - ownaction = "%N%k {mynick $0}%N%C $1-"; + ownaction = "%N%k%z5f8787 %9{mynick $0}%N%Z5f8787%N$1-"; # own action with target, both private/public # NOTE: to test: /action NICK farted. (This will tell NICK that you farted) @@ -222,11 +225,11 @@ abstracts = { # private action sent by others # %M = brightmagenta (Solarized: violet) - pvtaction = "%m (*) $*%n "; + pvtaction = "%Z5f875f (*) $*%N "; pvtaction_query = "{action $*}"; # public action sent by others - pubaction = "%N%k {nick $0}%N $1-"; + pubaction = "%N%Z5f875f {nick $0}%N%Z5f875f $1-"; ## @@ -234,25 +237,26 @@ abstracts = { ## # whois - whois = "%k%z005f87WHOIS %0%Z005f87%N%#%N $[8]0 %Y$1-"; + whois = "%k%z005f87WHOIS %0%Z005f87%N%#%N $[8]0 %Y$1-"; # notices - ownnotice = "%z8787ff%k %k$0 %k%z8787ff%8%0 {ichannelhilight $1-} %k%z00af5f%N "; - notice = "%z5f5fd7%k %k$0- %Z5f5fd7%0%N "; - #notice = "%1%w %W$* %k%8%n "; - pubnotice_channel = "{ichannelhighlight $*}"; - #pubnotice_channel = "%G%n$*"; - pvtnotice_host = " %k%n {hickhost $*}"; - servernotice = "%z8787ff%k %k!$* %k%8%n "; + ownnotice = "%z5f87af%k %k$0 %k%z5f87af%8%0%9 {ichannelhilight $1-} %k%Z00af5f "; + notice = "%z5f87af%k %k$0- %Z5f87af%0%N "; + # notice = "%1%w %W$* %k%8%n "; + # pubnotice_channel = "{ichannelhighlight $*}"; + pubnotice_channel = "%G%n$*"; + # the typo is intentional + pvtnotice_host = " %k%n %9{hickhost $*} "; + servernotice = "%z5f87af%k %9%k!$* %k%8%n "; # CTCPs ownctcp = "%k%z005f87 %k$0%G %N%Z005f87 %Z005f87$1-%G "; - ctcp = "%N%k%n %Zeeeeee$*%n"; + ctcp = "%N%k%z5f5f00%Z5f5f00%0%n %Zeeeeee$*%z5f5f00%k%Z5f5f00%0%n"; # wallops - wallop = "%c$*%n: "; - wallop_nick = "%n$*"; - wallop_action = "%c * $*%n "; + wallop = "%k%4%9 $*%0%b%N "; + wallop_nick = "%z00afff%b%9%k$* %4%Z00afff "; + wallop_action = "%Z005f00%Z00afff * $*%N "; # netsplits netsplit = "%z5f5fd7$*%n"; @@ -272,7 +276,7 @@ abstracts = { dccfile = "$*"; # DCC chat, own msg/action - dccownmsg = "[%Z005f87$0%G($1-%G)%n] "; + dccownmsg = "[[%Z005f87$0%G($1-%G)%n]] "; dccownnick = "%Z005f87$*%n"; dccownquerynick = "%c$*%n"; dccownaction = "{action $*}"; @@ -329,7 +333,7 @@ abstracts = { # This controls each part of a statusbar, including the outer brackets of adv_windowlist sb = "$*"; # The mode is next to your NICK and the channel - sbmode = "%p$*%k"; + sbmode = "%Z5f5fff$*%k"; sbaway = "%Z00af00%k%z00af00 zZzZzZzZ %Z00af00%0"; sbservertag = "%Z00af00 $0 %Z005f87(change with ^X)%n"; sbnickmode = "%Zeeeeee$0"; @@ -338,7 +342,8 @@ abstracts = { # ',' separator between the window numbers # %g = green (same color as the active statusbar so we dont' see it) - sb_act_sep = "%Z005fff+"; + sb_act_sep = "%Z005fff%9/"; + # sb_act_sep = "%Z005f00"; # normal text # This also affects the color of the window with activity in adv_windowlist sb_act_text = "%C$*"; @@ -346,12 +351,12 @@ abstracts = { sb_act_msg = "%c$*"; # hilight (when people actually chat) # This also affects the color of the window with direct message in adv_windowlist - sb_act_hilight = "%m$*"; + sb_act_hilight = "%N%Z5f5fff%9$*%N"; # hilight with specified color, $0 = color, $1 = text - sb_act_hilight_color = "%z5f5fd7$1-"; + sb_act_hilight_color = "%N$0$1-%N"; # For usercount.pl script - sb_usercount = "%Z000000%z005faf%Z000000%z005faf{sb $0 nicks %Zeeeeee %Z000000$1-%Z005faf%z000000}"; + sb_usercount = "%Z000000%z005faf%Z000000%z005faf{sb $0 nicks %Zeeeeee %Z000000$1-%Z005faf%z000000}%N"; sb_uc_ircops = "%Z000000%z005faf*$*"; sb_uc_ops = "%Z000000%z005faf@$*"; sb_uc_halfops = "%Z000000%z005faf%%$*"; @@ -399,11 +404,17 @@ abstracts = { }; formats = { + "fe-text" = { + lastlog_start = "%Zaf5f5f%zaf5f5f%k%9Lastlog%9%Zaf5f5f%0"; + lastlog_end = "%Zaf5f5f%0%zaf5f5f%k%9Lastlog%9%0%Zaf5f5f"; + lastlog_separator = "%Zaf5f5f%zaf5f5f%k%Zaf5f5f%0"; + lastlog_date = "%g<<%%F>> "; + }; "fe-common/core" = { - daychange = " %g-----%k-%W-%n Day changed to %%D %W-%k-%g-----%n"; + daychange = " %Zd7ff5f%0%zd7ff5f%k%Zd7ff5f%0%k%zd7ff5f %9 Day changed to %%D %9 %Zd7ff5f%0%zd7ff5f%k%Zd7ff5f%0"; join = "%k%z00af5fJOIN %8 {ichannelhilight $2} %0%Z00d700%0 {inick $0}%0 %N {chanhost_hilight $1}"; - line_start_irssi = "%k%z5f5fd7IRSSI%N%Z5f5fd7 %N"; - new_topic = "%k%z00d700TOPIC %8 {ichannelhilight $1} %wby {inick $0} %N%9%Z5f5fd7 $2"; + line_start_irssi = "%k%z5f5fd7IRSSI%N%Z5f5fd7 %N"; + new_topic = "%k%z00afffTOPIC %8 {ichannelhilight $1} %wby {inick $0} %N%9%Z5f5fd7 $2"; nick_changed = "%k%z00d700RENAME %Z00d700%0 %k%z005f87{nick $0} %Zff8700 {nick $1}%Z005f87%0%N"; part = "%K%Z00d700%k%z00d700PART %8 {ichannelhilight $2}%N %0%Z005f87 %N{inick $0}%0 %Z005f87%Zeeeeee {reason $3}"; quit = "%0%Z005f00%k%z005f00QUIT %N {inick $0}%0 %Zeeeeee %N%n%k%N {reason $2}"; @@ -411,19 +422,29 @@ formats = { own_msg = "$nickcolor$nickalign{ownmsgnick $2 {ownnick $[.15]0}}$1"; own_msg_channel = "$nickcolor$nickalign{ownmsgnick $3 {ownnick $[.15]0}{msgchannel $1}}$2"; own_msg_private_query = "$nickcolor$nickalign{ownprivmsgnick {ownprivnick $2}}$1"; - pubmsg_me = "$nickalign{pubmsgmenick $2 {menick $[.12]0}}$1"; - pubmsg_me_channel = "$nickalign{pubmsgmenick $3 {menick $[.12]0}{msgchannel $1}}$2"; - pubmsg_hilight = "$nickalign{pubmsghinick $0 $3 $[.12]1}$2"; - pubmsg_hilight_channel = "$nickalign{pubmsghinick $0 $4 $[.12]1{msgchannel $2}}$3"; - pubmsg = "$nickcolor$nickalign{pubmsgnick $2 {pubnick $[.12]0}}$1"; - pubmsg_channel = "$nickcolor$nickalign{pubmsgnick $3 {pubnick $[.12]0}{msgchannel $1}}$2"; + pubmsg_me = "$nickalign{pubmsgmenick $2 {menick $[.15]0}}$1"; + pubmsg_me_channel = "$nickalign{pubmsgmenick $3 {menick $[.15]0}{msgchannel $1}}$2"; + pubmsg_hilight = "$nickalign{pubmsghinick $0 $3 $[.15]1}$2"; + pubmsg_hilight_channel = "$nickalign{pubmsghinick $0 $4 $[.15]1{msgchannel $2}}$3"; + pubmsg = "$nickcolor$nickalign{pubmsgnick $2 {pubnick $[.15]0}}$1"; + pubmsg_channel = "$nickcolor$nickalign{pubmsgnick $3 {pubnick $[.15]0}{msgchannel $1}}$2"; msg_private_query = "$nickcolor$nickalign{privmsgnick $0}$2"; + servertag = "%k%z008787%9$0%0%Z008787%N "; + tls_ephemeral_key = "EDH Key:%Z5f87ff {hilight $0} bit {hilight $1}"; + tls_ephemeral_key_unavailable = "EDH Key: %Z5f87ff{error N/A}"; + tls_pubkey = "Public Key: %Z5f87ff{hilight $0} bit {hilight $1}, valid from {hilight $2} to {hilight $3}"; + tls_cert_header = "Certificate Chain:"; + tls_cert_subject = " Subject: %Z5f87ff{hilight $0}"; + tls_cert_issuer = " Issuer: %Z5f87ff {hilight $0}"; + tls_pubkey_fingerprint = "Public Key Fingerprint: %Z5f87ff {hilight $0} ({hilight $1})"; + tls_cert_fingerprint = "Certificate Fingerprint: %Z5f87ff{hilight $0} ({hilight $1})"; + tls_protocol_version = "Protocol: %Z5f87ff{hilight $0} ({hilight $1} bit, {hilight $2})"; }; "fe-common/irc" = { away = "%k%z00d700AWAY %Z00d700%0%N"; banlist = "%k%z005f00BANS %z005f00 $[-3]0 %8 %z005f00{ichannelhilight $1} %k%N {ban $2}"; banlist_long = "%k%z005f00BANS %z005f00 $[-3]0 %8 %z005f00{ichannelhilight $1} {comment by {inick $3}%0%k,%Z005f00 $4 secs ago} %N {ban $2}"; - chanmode_change = "%k%z008700MODE %N%Z008700%N {channelhilight $0} %Zeeeeee%n {mode $1}%n by {nick $2}"; + chanmode_change = "%k%z00af87MODE %N%Z00af87%N {channelhilight $0} %Zeeeeee%n {mode $1}%n by {nick $2}"; channel_created = "%k%N Channel {channelhilight $0} created $1"; channel_mode = "%k%N mode/{channelhilight $0} {mode $1}"; ctcp_default_reply = "%W%0%N $0- "; @@ -435,27 +456,30 @@ formats = { default_event_server = "%k%z00d700$0 %N%k %N%n$1"; ebanlist = "%k%z005f00BANS %k exception %8 %z005f00{ichannelhilight $0} %N {ban $1}"; ebanlist_long = "%k%z005f00BANS %k exception %8 {ichannelhilight $0} %z005f00{comment by {inick $2}%0%k, $3 secs ago} %N {ban $1}"; - end_of_who = "%z00d700%kWHO %Z00d700%0%N END"; - end_of_whois = "%z00d700%kWHOIS %Z00d700%0%N END"; - end_of_whowas = "%z00d700%kWHOWAS %Z00d700%0%N END"; + end_of_who = "%z00d700%kWHO %Z00d700%0%N END"; + end_of_whois = "%z00d700%kWHOIS %Z00d700%0%N END"; + end_of_whowas = "%z00d700%kWHOWAS %Z00d700%0%N END"; netsplit = "%0%Z8787ff%z8787ff%k NETSPLIT %z8787ff%Z00af00%z00af00%k {iserver $0} {iserver $1} %Z00af00%0%Z8787ff Quits: $2"; netsplit_join = "%k%z8787ff NETSPLIT %k%8%N Joins: $0"; netsplit_join_more = "%k%z8787ff NETSPLIT %k%8%N Joins: $0 (+$1 more)"; netsplit_more = "%0%Z8787ff%z8787ff%k NETSPLIT %z8787ff%Z00af00%z00af00%k {iserver $0} {iserver $1} %Z00af00%0%Z8787ff Quits: $2 (+$3 more, use /NETSPLIT to show all of them)"; no_topic = "%k%N No topic set for {channelhilight $0}"; own_ctcp = "%k%z005f87 CTCP {hilight $2-} {inick $0} %n%Z005f87%N"; - server_chanmode_change = "%k%z8787ff SERVERMODE %k%8 {channelhilight $0} {mode $1} by {nick $2}"; - topic = "%k%z00d700TOPIC %Z00d700%0%N {channel $0}%N $1"; - topic_info = "%k%z00d700TOPIC %Z00d700%0%N {nick $0}%N {nickhost $2} $1"; + server_chanmode_change = "%k%z8787ff SERVERMODE %k%8%N%g {channelhilight $0} %g {mode $1} by {nick $2}"; + topic = "%k%z00d700TOPIC %Z00d700%0%N {channel $0}%N $1"; + topic_info = "%k%z00d700TOPIC %Z00d700%0%N {nick $0}%N {nickhost $2} $1"; unaway = "%k%z00d700AWAY %Z00d700%0%N END"; - usermode_change = "%z008700%ZeeeeeeMODE %N%Z008700%N {mode $0}%N for %0{mynick $1}%N"; - who = "%z00d700%kWHO %Z00d700%z005f87 %z005f87%k{inick $[!9]1} %Z005f87%2 %k$0 %0%g Status: $[!3]2 $[-2]3 hops %N%g%N {nickhost $4@$5} {comment $6}"; - whois = "%z00d700%kWHOIS %Z00d700%z005f87 {nick $0} %Z005f87%0 {nickhost $1@$2}%:{whois ircname $3}"; - whowas = "%z00d700%kWHOWAS %Z00d700%z005f87 {nick $0} %Z005f87%0 {nickhost $1@$2}%:{whois was $3}"; + usermode_change = "%k%z5fafd7%ZeeeeeeMODE %N%Z5fafd7%N {mode $0}%N for %0{mynick $1}%N"; + who = "%z00d700%kWHO %Z00d700%z005f87 %z005f87%k{inick $[!9]1} %Z005f87%2 %k$0 %0%g Status: $[!3]2 $[-2]3 hops %N%g%N {nickhost $4@$5} {comment $6}"; + whois = "%z00d700%kWHOIS %Z00d700%z005f87 {nick $0} %Z005f87%0 {nickhost $1@$2}%:{whois ircname $3}"; + whowas = "%z00d700%kWHOWAS %Z00d700%z005f87 {nick $0} %Z005f87%0 {nickhost $1@$2}%:{whois was $3}"; own_action = "$nickalign{ownaction $0$nicktrunc}$1"; action_private = "$nickalign{pvtaction $[.15]0$nicktrunc}$2"; action_private_query = "$nickalign{pvtaction_query $[.15]0$nicktrunc}$2"; action_public = "$nickalign{pubaction $[.15]0$nicktrunc}$1"; + notice_server = "{servernotice $0}$1"; + notice_public = "{notice $0{pubnotice_channel $1}}$2"; + notice_private = "{notice $0{pvtnotice_host $1}}%Z00af87$2%N"; }; "Irssi::Script::adv_windowlist" = { awl_display_header = ""; @@ -477,9 +501,11 @@ formats = { sb_uc_space = " "; }; "Irssi::Script::nm2" = { - neat_pad_char = " "; - neat_style = ",cp,,,,,,,"; + neat_pad_char = " "; + neat_style = ",cpt,,,,,,,"; neat_custom_modes = "&%B&%n%Zeeeeee | @%g@%n%Zeeeeee | +%y+%n%Zeeeeee"; + neat_truncate_char = "~"; + neat_notruncate_char = ""; }; "Irssi::Script::mh_sbsplitmode" = { mh_sbsplitmode_line = "%Zaf5f87{server $0}: $1 {comment $2}"; @@ -494,6 +520,5 @@ formats = { otr_stb_unknown = "{sb {hilight state unknown (BUG!)}}"; otr_stb_untrusted = "{sb %pOTR%n (%runverified%n)}"; otr_stb_trust = "{sb %GOTR%n}"; - }; }; diff --git a/irssi/triggers b/irssi/triggers new file mode 100644 index 0000000..1df9072 --- /dev/null +++ b/irssi/triggers @@ -0,0 +1,4 @@ +#Triggers file version 1.3.1 +-all -regexp '\t' -replace ' ' +-publics -channels '#matrix_devi_netdata_notifs' -regexp (\\s+http.*(\\s+|$)|\\s+https.*(\\s+|$)) -replace " <deleted_url> " +-publics -channels '#us-market-news #crypto-news' -regexp '\x03\d?\d?(,\d\d?)?|\x02|\x1f|\x16|\x06' -replace '' diff --git a/irssi/vim_moderc b/irssi/vim_moderc new file mode 100644 index 0000000..558f7f5 --- /dev/null +++ b/irssi/vim_moderc @@ -0,0 +1,3 @@ +map <C-N> :bnext +map <C-P> :bprev +map <C-R> /tongueworm |