-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve rocketchat-irc plugin #216
Comments
Is this going to achieve something like https://www.irccloud.com/ ? |
No sure, I just do it for fun. But I need to make this plugin reliable for other users which want to use it |
For @posix4e 's question, I think it could replace irccloud finally. |
That's the spirit @haosdent ! 👍 |
Interesting read (try to read to the end - I know its a little dry): http://thenextweb.com/insider/2015/03/24/slack-is-quietly-unintentionally-killing-irc/ Then read the real, zero-hype account of the very same need/trend referenced by Pierre above. This is no longer a technology looking for a solution; but an identified trending market void. Rocket.Chat can service this niche better than Slack, and give them the forever-FREE, forever-in-their-control promise that they are looking for. |
Depends on #222 |
Hi, this plugin is used for connect irc server. Not provide irc server and wait other client connect it through irc protocol. |
Hi @haosdent and thanks for your work :) Do you have some sort of doc on how to install it? Thanks! |
Thanks for working on this! I feel like this plugin should have a primary focus, as I keep hearing that this sort of connection is super important for projects with existing IRC communities. "Prototype" ain't gonna nail it. https://www.bountysource.com/issues/22748500-improve-rocketchat-irc-plugin |
Ok, I figured out: I have a working example here: https://chat.indie.host/channel/indiehosters I have various remarks on the way it is working and the way we could improve it.
@simison do you to try? (You could create a channel #trustroots and it will auto join the irc channel) I could work on thess features, but I need ca$h :) Do you think we could run a mini crowdfunding between IndieHosters/Hitchwiki for that? Or is it good enough as this? |
For sure doesn't mean that we are abandoning. Just was curious if helped solve some peoples use cases. |
I have two feature requests for this integration which I can't find any information about,
|
This whole thread needs to be reviewed once we merge the IRC Federation: RFC2813 implementation (ngIRCd) |
Any update for this feature? I just tried to use it but I could not reach any success. To be honest I could not find a proper documentation about the IRC setting page as well as how it should act after a proper setup. I am happy to help in debugging as much as I can. The latest log, hope it helps. Version: |
Hi,
Now still the bridge is not working, but at least the connection is setup now...
|
Hello, I am trying to connect my IRCd (UnrealIRCd v.4) to Rocket.Chat. Unfortunately it is not working. Error (log file) is attached below this post. Any idea how to solve this issue? Kind regards, Steps to reproduce:IRC Federation settings: Server Setup Information:
Relevant logs:I20190605-13:58:43.787(2) Updating process.env.MAIL_URL |
Ok, how I finally managed to connect Rocket.Chat and IRCd. Just like @RickvLeeuwen it is necessary to edit the app.js file:
In addition, the link block must be enabled in the IRCd config file, so that the servers can connect to one another. My unrealircd.conf: link www.yourdomain.com So far so good now I see in syslog following output: Jun 5 16:30:13 cryptowall rocketchat[7267]: Loaded the Apps Framework and loaded a total of 1 Apps! ... so in syslog I can see things going here and there, but unfortunately I don't see people from IRCd on Rocket.chat or the other way around. Nothing is also printed on #klepet channel on Rocket.Chat. Even if you type something on Rocket.chat channel #klepet nothing is printed on IRCd site. Also users on IRCd are not visible in Rocket.Chat. Any idea how to sync ? Kind regards, |
I haven't found a way to edit the snapd locally. Is there a pull request to update this? |
We have merged #10113 If there are additional concerns or problems, let's open new tickets against the new feature. Thanks. |
Current rocketchat-irc plugin just a prototype, I need do more works to improve it.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: