From 954dc36e75eecaa873630bf194ee1087c5c657a8 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Tue, 7 May 2024 18:29:48 +0300 Subject: [PATCH] Remove Ilita IRC, re-enable hackint --- src/jmclient/configure.py | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/src/jmclient/configure.py b/src/jmclient/configure.py index 14482ff8d..9a31a5e90 100644 --- a/src/jmclient/configure.py +++ b/src/jmclient/configure.py @@ -189,7 +189,7 @@ def jm_single() -> AttributeDict: ## IRC SERVER 1: Darkscience IRC (Tor, IP) ################################################################################ -[MESSAGING:server1] +[MESSAGING:darkscience] # by default the legacy format without a `type` field is # understood to be IRC, but you can, optionally, add it: # type = irc @@ -207,35 +207,23 @@ def jm_single() -> AttributeDict: socks5_host = localhost socks5_port = 9050 -## IRC SERVER 2: ILITA IRC (optional IRC alternate, Tor only) -################################################################################ -[MESSAGING:server2] +# IRC SERVER 2: (backup) hackint IRC (Tor, IP) +############################################################################### +[MESSAGING:hackint] channel = joinmarket-pit +# For traditional IP: +# host = irc.hackint.org +# port = 6697 +# usessl = true +# socks5 = false +# For Tor (default): +host = ncwkrwxpq2ikcngxq3dy2xctuheniggtqeibvgofixpzvrwpa77tozqd.onion port = 6667 usessl = false socks5 = true socks5_host = localhost - -host = ilitafrzzgxymv6umx2ux7kbz3imyeko6cnqkvy4nisjjj4qpqkrptid.onion socks5_port = 9050 -## IRC SERVER 3: (backup) hackint IRC (Tor, IP) -################################################################################ -#[MESSAGING:server3] -# channel = joinmarket-pit -# For traditional IP: -## host = irc.hackint.org -## port = 6697 -## usessl = true -## socks5 = false -# For Tor (default): -#host = ncwkrwxpq2ikcngxq3dy2xctuheniggtqeibvgofixpzvrwpa77tozqd.onion -#port = 6667 -#usessl = false -#socks5 = true -#socks5_host = localhost -#socks5_port = 9050 - [LOGGING] # Set the log level for the output to the terminal/console # Possible choices: DEBUG / INFO / WARNING / ERROR