Live data from Hacker News

Irssi 1.0.0 Released

irssi.org

121–130 of 137 posts

Re: Irssi 1.0.0 Released

#121
long live xircon!

all said, duck yeah, irssi remains one of my fav pieces of software. watching the rise of slack and so forth has been quite amusing to me, as a longtime irc chick. my barometer for new chat networks being good or not is "can i somehow use it in irssi?"

awaiting a good and proper discord-irc bridge to make up for all the funtimes tryin to make twitch/ustream/hitbox chat work via irc.

Re: Irssi 1.0.0 Released

#122
post #88

BitchX forever!! :P (seriously though, not really, I could never figure out how to actually use that client)

BitchX isn't that hard, it's got all the ircII stuff plus a few changes to how you do a few things. I used graphical IRC clients for years until I started working more and switched around devices too much. I'm not a fan of ZNC/BNC, so now I have a few VPS's for plex and storage that I just have irssi running inside of a screen and it works great. I stopped using BX after a few IRC friends badgered me into switching t…

Any reason you're using screen over tmux? I'm trying to decide which way to go at the moment

Re: Irssi 1.0.0 Released

#123
post #85

Earlier quoted context omitted.

palaver (iOS) and ZNC do the server-time playback quite nicely as long as you use up to date versions. (and also push notifications) ircv3 specification is shaping up to have even better capabilities there too.

I use Android

I hear good things about wee-droid (or something, it's an app that connect to a weechat in relay mode)

Re: Irssi 1.0.0 Released

#124
post #42

This release fixes a couple of vulnerabilities, some of them found via fuzzing: https://irssi.org/security/irssi_sa_2017_01.txt I hope I'll find time to write up a blogpost how I fuzzed irssi later.

Here's the blog post:

https://blog.fuzzing-project.org/55-Fuzzing-Irssi-with-Perl-...

Re: Irssi 1.0.0 Released

#125

Happy to see IRC still going strong. While I switched to irccloud.com a couple years ago--persistent session is so nice, especially for mobile!--I used CLI clients for years before. Amusing blast from the past: back in the 90's I worked at General Magic, and wrote my own IRC client [1] for our handheld devices. I attached a Metricom wireless modem to the bottom of mine and could be on IRC from anywhere ; it was like…

You don't need irccloud to get persistence. There are many bouncers/proxies that let you connect from a device with flaky connections like a phone/laptop, as long as you have some always-connected machine where you can install things. Some popular ones are ZNC, Weechat, Quassel, Smuxi.

Quassel and Smuxi.im are GUI-based ones, where you can start them one one computer and connect from another. (I've never tried them, so can't say how they fare.)

I used ZNC for a while, that's a "pure bouncer" that just connects to your irc network and then you connect your client of choice to your ZNC. Simple and easy to set up, but not very featureful.

I recently switched to Weechat, which comes with a nice CLI interface, as well as letting you connect from regular IRC clients, or from special Weechat-clients (their own protocol which gives some more control I suppose). There's an HTML5 client https://www.glowing-bear.org/ that a lot of people like. I use the Android client https://github.com/ubergeek42/weechat-android#weechat-androi... a lot, it's very nice, though from my laptop I connect from Emacs's built in client (M-x erc). I run Weechat on a Raspberry Pi 1 that I had lying around, just connected it to my router, ran "apt install weechat weechat-plugins tmux" and set "tmux new-session -d weechat -s chat" to run on startup, and added a relay: http://www.weechat.org/files/doc/stable/weechat_user.en.html...

Re: Irssi 1.0.0 Released

#126
post #84

Earlier quoted context omitted.

I wanted to use irccloud, but many IRC networks ban it in a blanket policy against "browser-based clients" because they can't get an IP address to ban if you misbehave.

That's not true, if the network is ipv6 aware, each user gets his own ipv6 with irccloud. Not to mention the hardcoded usernames. I'm against irccloud (you're paying to be man in the middled) but they definitely sorted the "can not ban" problem.

"each user" - what defines a user?

The problem with things like irccloud from a network operator perspective isn't that it's difficult to distinguish between users. It's that these systems often subvert protections the network has deemed necessary.

Imagine example.net runs an open proxy scanner on anyone that connects. They find this reduces abuse considerably. If (e.g. irccloud) either 1) doesn't pass the originating user's ip 2) isn't trusted to pass the originating user's ip or 3) doesn't run a similar open proxy scanner, then example.net's open proxy scanner solves nothing.

1) isn't always technically trivial. 2) isn't for us to decide and 3) is probably never going to happen as the network will likely always be ahead.

If you do manage to solve 1&2 between a mitm & a network then awesome. The problem is that this requires buy in from both sides. Just because irccloud.com support it doesn't mean it will automatically work on any irc network you try and connect to.

Re: Irssi 1.0.0 Released

#127
post #90

Earlier quoted context omitted.

For those who don't know, the Open Build Service is a project mainly maintained by the openSUSE community. Aside from building all of the packages for openSUSE and SUSE's enterprise distributions, it also can build Ubuntu, Debian, Arch Linux, Red Hat and Fedora packages. It also has a collaboration system which is the primary way that openSUSE and SUSE Linux Enterprise are built. [Disclaimer: I work for SUSE and am a…

Is there a similar service (paid perhaps) to build for macOS?

https://en.opensuse.org/openSUSE:Build_Service_comparison

> Support for any OS and architecture due to the use of VM's for building the packages. This includes Windows (experimental) and Mac OS X (if anyone would want to work on that).

Re: Irssi 1.0.0 Released

#128

Earlier quoted context omitted.

Why but just run a bouncer like znc? I even have push notifications when I get tagged or a add a special keyword.

> Why but just run a bouncer > like znc Same reason I stopped running my own mailserver and mutt; there are a limited number of things I have bandwidth for, and I'd much rather pay a tiny amount of money for someone else to Just Do It, and do it right. Also mobile.

It's quite a bit easier to run a bouncer than a mailserver! With mail, you have to worry about handling spam, and whether your messages are delivered or blocked, and all the setups are really involved.

With Weechat, as long as you manage to add a server from the UI and then `/relay add ssl.irc 8000`, you typically just need a script that runs `tmux new-session -d weechat` on startup. And it has mobile clients.

Re: Irssi 1.0.0 Released

#129

Happy to see IRC still going strong. While I switched to irccloud.com a couple years ago--persistent session is so nice, especially for mobile!--I used CLI clients for years before. Amusing blast from the past: back in the 90's I worked at General Magic, and wrote my own IRC client [1] for our handheld devices. I attached a Metricom wireless modem to the bottom of mine and could be on IRC from anywhere ; it was like…

Not just IRC, irssi also supports SILC (Secure Internet Live Conferencing).

Here are the highlights:

http://silcnet.org/info.html

Post reply on HN