this post was submitted on 07 Sep 2023
64 points (95.7% liked)

Selfhosted

37811 readers
524 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

There seem to be plentiful options for text chat servers, so I'm curious for those that self-host their own, what their preferences & experiences have been with them.

Also those mentioned in the title were just a few examples, if you run something else, e.g. Revolt or Mattermost or something else less popular, would be interested in reading about it!

you are viewing a single comment's thread
view the rest of the comments
[–] CAPSLOCKFTW@feddit.de 12 points 10 months ago (3 children)

I'm in a irc channel with a bunch of internet friends. I like how ancient it is, it reminds me of the old internet. The limitations are severe however and I would never suggest to anyone to use IRC as a text chat server. Without these people and the nostalgia I would go for matrix I think.

[–] Anafroj@sh.itjust.works 8 points 10 months ago (3 children)

The good news is that with ircv3 being worked on, it may soon(ish) be quite dusted. :) It adds features like reply threads, history from when you weren't connected, message editing and deletion, and more!

[–] erev@lemmy.world 5 points 10 months ago (1 children)

I both love and hate this. I love to see IRC getting some love and these features are massive QoL improvements. I say this as a regular IRC user. On the other hand though, no touch da fishy.

[–] Anafroj@sh.itjust.works 2 points 10 months ago* (last edited 10 months ago)

They do maintain the simplicity of the line oriented protocol, so I'm fine with that. :)

That's the strongest point of IRC, IMO, and why it's kept so simple : every instruction is a plain text line, period. It makes it incredibly simple to build on top of it. You don't need to introduce a dependency to a project that probably will be abandonned in a few years, at which point you'll have to rewrite your codebase to use an other dependency, for a few years. You just open a TCP connection, you read lines from the socket and write lines to it, each line is its own instruction structured in well known fields, and that's it. It's so simple!

As long as IRCv3 sticks to that, they have my blessing. :)

[–] OldPain@lemmy.world 2 points 10 months ago

Thanks for mentioning this! Had no idea how much I want this.

[–] EngineerGaming@feddit.nl 1 points 10 months ago (1 children)

AFAIK even without ircv3 history is possible - at least Unrealircd offers such an option (https://www.unrealircd.org/docs/Channel_history). However, I have only ever seen this utilized once, on a very small server.

[–] Anafroj@sh.itjust.works 1 points 10 months ago* (last edited 10 months ago)

Yep, as often, the extension of the standard comes from non standard features developed here are there (as you can see in the participating organizations block, most of the big names are working on this). The difference in ircv3 is that you can expect to see all those features everywhere, instead of having this software implementing this feature, that other one having that other feature, and you have to choose which one is the most important for you. Basically, it's a rebase of the standard. :)

[–] poVoq@slrpnk.net 4 points 10 months ago (2 children)

https://thelounge.chat/ with any IRC server (but IRCv3 like https://ergo.chat is best) works very nicely, including mobile support and push notifications etc. Also includes a bouncer for full history and a file upload service for image sharing.

[–] CAPSLOCKFTW@feddit.de 1 points 10 months ago

Thanks, i do already know the lounge, but I self host quassel and have my own self hosted image sharing solution.

[–] pnutzh4x0r@lemmy.ndlug.org 1 points 10 months ago

Yeah, this is what I do... I host a couple of ergo IRC servers and an instance of thelounge for those that want that interface (also offer gamja). Personally, I use weechat to connect to the server.

[–] ALostInquirer@lemm.ee 2 points 10 months ago (1 children)

The limitations are severe however and I would never suggest to anyone to use IRC as a text chat server.

I'm a little confused, if all you wanted from it was text chat, isn't that pretty much exactly what it is as a result of its limitations? Regardless, for the majority of folks I think you're probably right that it may not be advisable given its limits.

[–] CAPSLOCKFTW@feddit.de 3 points 10 months ago

Oh well, there are different implementations of IRC, and some limit you more than others. Flood protection is a pita if you want to share long text, since max message length is not that much. Netsplits are still a thing and your nick can't be longer than 15 chars. Text formatting works on most servers, but that's no guarantee. The length of a channel topic is also limited. You interact with the server only through the same messages you send to your chats. You need some kind of bouncer to still follow a chat if offline.