From 4f1571b573f5acc2b88113a9760b95742d587ab4 Mon Sep 17 00:00:00 2001 From: unofficial bisq contributor <79169291+bisqubutor@users.noreply.github.com> Date: Wed, 23 Mar 2022 09:19:35 +0100 Subject: [PATCH 1/3] Update config-irc-update.md --- docs/config-irc-update.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/config-irc-update.md b/docs/config-irc-update.md index d038c13..8b0c9c6 100644 --- a/docs/config-irc-update.md +++ b/docs/config-irc-update.md @@ -42,21 +42,6 @@ new config: #usessl = true #socks5 = true - [MESSAGING:server2] - host = agora.anarplex.net - channel = joinmarket-pit - port = 14716 - usessl = true - socks5 = false - socks5_host = localhost - socks5_port = 9050 - - #for tor - #host = vxecvd6lc4giwtasjhgbrr3eop6pzq6i5rveracktioneunalgqlwfad.onion - #port = 6667 - #usessl = false - #socks5 = true - [MESSAGING:exampleserver] host = another.irc.server.example.com channel = joinmarket-pit From c07fcfceea176e6c70820d77fa7edf9b1f866a94 Mon Sep 17 00:00:00 2001 From: unofficial bisq contributor <79169291+bisqubutor@users.noreply.github.com> Date: Wed, 23 Mar 2022 09:24:29 +0100 Subject: [PATCH 2/3] remove agora from configure --- jmclient/jmclient/configure.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/jmclient/jmclient/configure.py b/jmclient/jmclient/configure.py index dc8849d..2833f37 100644 --- a/jmclient/jmclient/configure.py +++ b/jmclient/jmclient/configure.py @@ -173,25 +173,6 @@ socks5 = false #socks5_host = localhost #socks5_port = 9050 -## SERVER 3/4) Anarplex IRC (Tor, IP) -################################################################################ -[MESSAGING:server3] -channel = joinmarket-pit - -# For traditional IP (default): -host = agora.anarplex.net -port = 14716 -usessl = true -socks5 = false - -# For Tor (recommended as clearnet alternative): -#host = vxecvd6lc4giwtasjhgbrr3eop6pzq6i5rveracktioneunalgqlwfad.onion -#port = 6667 -#usessl = false -#socks5 = true -#socks5_host = localhost -#socks5_port = 9050 - ## SERVER 4/4) ILITA IRC (Tor - disabled by default) ################################################################################ #[MESSAGING:server4] From 68fe12b2582125b1c76d10066ba11b88871341de Mon Sep 17 00:00:00 2001 From: unofficial bisq contributor <79169291+bisqubutor@users.noreply.github.com> Date: Wed, 23 Mar 2022 19:10:56 +0100 Subject: [PATCH 3/3] reorder IRC server config Missing deprecated server3 agora --- jmclient/jmclient/configure.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jmclient/jmclient/configure.py b/jmclient/jmclient/configure.py index 2833f37..c8e06cd 100644 --- a/jmclient/jmclient/configure.py +++ b/jmclient/jmclient/configure.py @@ -137,7 +137,7 @@ rpc_password = password # information. rpc_wallet_file = -## SERVER 1/4) Darkscience IRC (Tor, IP) +## SERVER 1/3) Darkscience IRC (Tor, IP) ################################################################################ [MESSAGING:server1] channel = joinmarket-pit @@ -154,7 +154,7 @@ socks5 = false #socks5_host = localhost #socks5_port = 9050 -## SERVER 2/4) hackint IRC (Tor, IP) +## SERVER 2/3) hackint IRC (Tor, IP) ################################################################################ [MESSAGING:server2] channel = joinmarket-pit @@ -173,9 +173,9 @@ socks5 = false #socks5_host = localhost #socks5_port = 9050 -## SERVER 4/4) ILITA IRC (Tor - disabled by default) +## SERVER 3/3) ILITA IRC (Tor - disabled by default) ################################################################################ -#[MESSAGING:server4] +#[MESSAGING:server3] #channel = joinmarket-pit #port = 6667 #usessl = false