I am all for using an open source alternative to Slack. But IRC is not it. What we need is a modern, open standard for persistent group chat ala Slack, with security features. I am not saying sit down and draft papers, writing code that can become a standard is fine. Maybe Mattermost is it, I don't know.
Totally relevant to this post.
This exact text has been posted here dozens of times...
If you're already running weechat, you might be interested in checking out Glowing Bear which accomplishes a very similar goal, but without reinventing the weel - it simply connects to you existing weechat (probably running on a server somewhere).
One of the biggest advantages of this approach is that you get the whole functionality of a mature IRC client. You also don't have to trust a third party with your data, as you're connecting to your own client, no middleman involved. It's just a bunch of static files.
Neat idea, although I would probably stick with irssi[1] running on my server and connecting with mosh[2] to that for mobility with instant session resume. [1] https://en.wikipedia.org/wiki/Irssi [2] https://mosh.mit.edu/
I don't know if you've seen it, there is a fork of Glowing Bear that works with irssi instead of weechat. I don't know how complete it is (I work on the weechat version), but if you're interested, check out my other post and #glowing-bear on freenode!
If you're already running weechat, you might be interested in checking out Glowing Bear which accomplishes a very similar goal, but without reinventing the weel - it simply connects to you existing weechat (probably running on a server somewhere). https://github.com/glowing-bear/glowing-bear https://latest.glowing-bear.org One of the biggest advantages of this approach is that you get the whole functionality of a mat…
Personally I run weechat on a small home server I have and run it in tmux and just ssh into it.
If you're already running weechat, you might be interested in checking out Glowing Bear which accomplishes a very similar goal, but without reinventing the weel - it simply connects to you existing weechat (probably running on a server somewhere). https://github.com/glowing-bear/glowing-bear https://latest.glowing-bear.org One of the biggest advantages of this approach is that you get the whole functionality of a mat…
Personally I run weechat on a small home server I have and run it in tmux and just ssh into it.
Glowing Bear is helpful on mobile devices without hardware keyboards, still.
Reminds me of http://quassel-irc.org/ which is not really a beauty but is working good enough for me at the moment.
(I'm just a user, not related to the project in any way)
Reminds me of http://quassel-irc.org/ which is not really a beauty but is working good enough for me at the moment. (I'm just a user, not related to the project in any way)
You beat me to it :)
Only issue is that it has problems running on Windows 10, otherwise I might be using it.
If you're already running weechat, you might be interested in checking out Glowing Bear which accomplishes a very similar goal, but without reinventing the weel - it simply connects to you existing weechat (probably running on a server somewhere). https://github.com/glowing-bear/glowing-bear https://latest.glowing-bear.org One of the biggest advantages of this approach is that you get the whole functionality of a mat…
Personally I run weechat on a small home server I have and run it in tmux and just ssh into it.
I run it on a small dedicated server (kimsufi) in tmux. But instead of sshing into that, I connect to it with Glowing Bear which feels much nicer to me. I also like the mobile support (I use it a lot on my Android phone and my iPad). For Android, we even have a "native" app (using cordova). It's very convenient to have IRC on the go, with synced read marker states and a pleasant interface.