r/irc

▲ 1 r/irc

Talk - public live text chat without message history

I built Talk as an experiment in live text communication.

It is one public stream. Anyone can open it and read without registration. To write, you create an Identity and authorize with a Passkey.

There are no rooms or private spaces. #tags only narrow the same public stream.

Messages are live and are not kept as a permanent conversation history.

The idea is simple: you see what is happening while you are there.

I’m looking for people to try it and tell me whether this kind of communication still makes sense today.

What I’d especially like feedback on:

  • is it clear what to do when you open it?
  • does the single public stream make sense?
  • does the lack of history feel interesting or just inconvenient?

https://talk.sekura.world

reddit.com
▲ 13 r/irc

new user, looking for best practices for IRC and help with common problems

sorry if i'm not speaking fluent reddit, i dont use it much anymore. i've been finding various instant messaging things to be very... i dont know how to describe it, but kinda nasty, and only deemed "usable" due to popularity. because of this i'm looking to try what i havent tried yet. the only things i really know about IRC is that it's not really popular anymore, and that it came before modern instant messaging.

hope everyones day is as good as they are

reddit.com
u/Camille_Jamal1 — 5 days ago
▲ 19 r/irc

Looking for an old punk rock friend from IRC

I'm looking for an old friend I met on #punk back in the mid-90s, and I thought this may be a good way to find him. His screen name was Punchy. He lived in Corpus Christi, Texas, and then moved to Round Rock, Texas, right before we moved to Austin, Texas, and we used to hang out with him a bit, and then we lost touch. I think of him now and then and wonder what ever happened to him. The last I talked to him, he was engaged and I wish I'd gotten his contact info then. Punchy, are ya out there??

reddit.com
u/TheWrongGrrl — 6 days ago
▲ 29 r/irc

Your own IRC server?

Ever tried hosting one just for fun or curiosity with zero users, a few or many? If you ran one without users, what did you actually use it for?

​I'm thinking about my own server with zero users, just some bots to mess around (nothing malicious, not interested in that).

reddit.com
u/J-Moliko — 8 days ago
▲ 136 r/irc

lets chat. 386sx windows 3.11 mirc

which servers/channels are u active in? i need ideas

u/Real-Leek-3764 — 9 days ago
▲ 59 r/irc

mIRC mid 90s - hacking groups

My first introduction to computers / internet was IRC using mIRC client. Spent my time on Efnet. Ended up joining a hacking group called #conflict and spent many hours taking over channels. Hacking colleges and universities only to use for channel bots and bandwidth to take people out and cause netsplits. Eventually our leader was caught for hacking into NASA - I then left IRC and started playing quake 2 digital paintball. Ran a couple of quake clans over the next few years - these are the days I will never forget.

Anyone else remember the clan battles on efnet ?

reddit.com
u/scribeorz — 11 days ago
▲ 24 r/irc

Looking for my Malaysian virtual friend from '90s

Kinda a long shot, but I figured I’d give it a try.

I'm looking for a chat partner I knew back in the ’90s. We met on IRC, chatted for a long time, and eventually became virtual friends. My nick was lev4ik, and at some point I received this in the mail.

I never really stopped to think about who was actually on the other side of the screen. I'd love to find them again and see if they remember me.

If this sounds familiar, or if you know someone who might recognize the gift, please reach out :)

u/lefontiy — 7 days ago
▲ 24 r/irc

IRCLab update: 304 networks, 5.2M channel records, and a lot more monitoring

Hey all. I realized I've posted about IRCLab a few times now but never really introduced myself.

I'm synmuffin. I've been around IRC in one form or another since the mid 90s, running servers and networks, writing software, and contributing to IRCd projects along the way. These days I run FXNet, a small independent IRC network, and I've gone pretty deep into IRCLab, a passion project that's been kicking around in my head for many years.

I've been building IRCLab for a while now, mostly because I wanted a better picture of what the IRC ecosystem actually looks like today. It started as a crawler and stats project and, as these things tend to do, has grown.

A fair bit has changed over the last few weeks, and I'm finally pushing all of it into public, so I figured it was worth posting an update here.

Where we stand right now.

  • 304 networks tracked
  • ~305,000 people online across them
  • ~117,000 channels open
  • 398,598 crawls of 452 servers since January
  • 5.2 million channel records collected

Updates that are now live.

Network owners can now claim their network.

If you run an IRC network, you can now verify ownership with a DNS TXT record.

Add your record, hit verify, and you're done.

Once verified, you get a network dashboard where you can update your description, website, language, and manage your server list yourself instead of having to email me to change things. With that there are some other great things that open up to you.

Real uptime and TLS monitoring (Opt-In)

There's now a separate network prober that's completely independent of the stats crawler.

It checks DNS resolution, TCP connectivity, and the TLS handshake on a configurable interval (with a 60-second minimum). It’s off by default and only becomes available after you've claimed your network and explicitly enabled it.

It gives you things like:

  • actual connection latency
  • DNS, TCP, and TLS timings separately
  • certificate expiry
  • certificate chain validation
  • the specific TLS failure reason instead of just a boolean
  • network outage alerts (soon)
  • a useful explanation of why a server is down instead of just a red dot

The old latency number on the site wasn't very useful because it included the entire crawl duration, which is why things often showed around 90 seconds. This is measuring the actual connection now.

All of this monitoring information is private and only visible to verified network owners.

Email alerts are coming very soon, and probably some other notification methods after that.

Round-robin detection

This is probably the bit I'm happiest with.

Say you list irc.fxnet.org and it resolves to four different machines.

A normal uptime probe can pick one of those machines and continue hitting that same one, which means another dead member of the rotation could potentially sit there for weeks while your monitoring graph looks perfect.

IRCLab now detects when an address appears to span multiple machines and warns you to list those servers individually.

There's no penalty for doing that. Extra server entries cost nothing, and the stats crawler still only crawls one server per network.

Network submission form

This was something a few people had asked for. There's now a public form at: https://irclab.org/submit No account is required.

It emails the IRCLab admins, we can approve or reject the submission, and the person who submitted it gets an email either way, including the reason if it's rejected.

Crawler notes:

Since people, reasonably so, care about what crawlers are doing:

The IRCLab crawler connects to each network every four hours, pulls the channel list and user counts, and disconnects.

  • It does not join channels.
  • It does not message anyone.
  • It does not read or store anything said in a channel.

Channel names and user counts are stored because that's what the historical statistics are built from, but that's the extent of it.

The server/network probing is completely separate, opt-in, and only available to verified network owners.

And if you'd rather your network wasn't listed on IRCLab at all, message me and I'll remove it. No argument, no form.

As always, I really appreciate feedback and discussion around this.

I'm especially interested in hearing from people running unusual network setups. I keep finding assumptions in IRCLab that turned out to only be true because that's how I happened to run FXNet.

reddit.com
u/synmuffin — 13 days ago
▲ 21 r/irc

Maxing nostalgia

IRC ✅
Winamp custom skin ✅

I like seeing all the retro stuff here. Makes IRC more fun. 😄

u/ninjapackets — 11 days ago
▲ 6 r/irc

[Client/Android] motd is merged into F-Droid and v0.13.1 is out

After a month of vibe coding motd has been merged into F-Droid!

I've been "working" hard over the past month to fix a lot of issues and improving UX to meet the standards of modern/popular chat apps.

Thanks to all the people who have tried it! There are a few users who left great feedback and have been hanging out in #motd on libera.chat.

Enjoy

u/digitalalonesad — 13 days ago