Internet Relay Chat

283 readers
1 users here now

founded 2 years ago
1
 
 

cross-posted from: https://slrpnk.net/post/36020213

AFAIK, netsplit.de is the only database searchable for IRC channels. It would be useful to have that data so we are not constrained to the netsplit.de website.

The ToS mention Google ads, so I guess the owner would not be happy to share the db.

2
 
 

cross-posted from: https://lemmy.sdf.org/post/52956979

It looks like the most common method to use irssi over tor is to use a transparent proxy to tamper with network libraries, like torsocks or using proxychains4. Those approaches are useless when you also use Irssi with #Bitlbee, because bitlbee runs a local agent obviously becomes unreachable with torsocks in the loop.

So I must use a more complex approach:

$ socat -T9999999 -s TCP4-LISTEN:13999,ignoreeof SOCKS4A:127.0.0.1:libera75jm6of4wxpxt4aynol3xjmbtxgfyjpu34ss4d7r7q2v5zrpyd.onion:6697,socksport=9050,ignoreeof &
$ socat_pid_libera=$!
$ irssi
$ kill ${socat_pid_libera}

Then irssi is configured to point the libera network to 127.0.0.1:13999.

That’s the idea. There is a separate socat process for every IRC host I might reach, which is about a dozen in my case. Apart from ugly tediousness, it works for like 30 min on avg then dies. I believe that’s the nature of Tor. Circuits die and get replaced, and when that happens socat is left with a dead connection for some reason.

Is there a remedy? I there a way to make socat resilient to tor volatility?

3
1
submitted 4 months ago* (last edited 4 months ago) by lightbites@lemmy.sdf.org to c/irc@lemmy.sdf.org
 
 

For anyone interested in a completely open source IRC network for discussions on sex, masturbation and harm reduction.

The network source: https://codeberg.org/SexPosit

Open to all kinds of sexual expressions, conventional, LGBTQ+, BDSM and many different kinks.

  • Host: sexposit.net
  • Port: 6697
  • Websocket port: 8097

Only encrypted connections via TLS are possible for both ports.

Registrations with NickServ are required, but are not currently verified.

Get familiar with the rules at https://sexposit.net/termsofservice/

4
 
 

What servers are you guys on?

We have a small network running on wilderland.ovh 6667/6697 ot campaignwiki.org 6667/6697 and it's by far the most active one (its focused on rpgs). I keep thinking there must be other interesting smaller servers that just don't show up in the general list of servers.

5
6
 
 

Hello. I want to try out irc, but I don't know what server to sign up for, or what clients are good (Android). Any suggestions? Any lists of servers I can look through?

Thanks

7
 
 

I've been playing around with Goguma and RevolutionIRC mostly. I'm leaning more towards RevolutionIRC at this point, but I was curious about any suggestions you might have.

8
1
submitted 2 years ago* (last edited 2 years ago) by pnutzh4x0r@lemmy.world to c/irc@lemmy.sdf.org
 
 

Summary of various updates to IRC clients, bouncers, and daemons for the first half of 2023.

9
 
 

Does anyone do this ? I've been using irssi for years but it does not support using a SOCKS proxy which makes it unsuitable for this purpose.

10
 
 

I spend most of my time on the Libera/Linux channel but there are times when I just want to go OT.

11
 
 

My guess is that most people use Irssi or Weechat. Would be surprised to hear if anyone uses ircii or mirc, and the only way to find out is to ask.

What's your favorite client?