-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
IRC Federation: RFC2813 implementation (ngIRCd) #10113
Conversation
…g on the codebase.
…g on the codebase.
…nto irc-server-federation
…nto irc-server-federation
…nto irc-server-federation
…nto irc-server-federation
7fee0f4
to
b99a5d3
Compare
Yes |
close PR? :D |
@@ -88,6 +88,10 @@ class ModelRooms extends RocketChat.models._Base { | |||
|
|||
// FIND | |||
|
|||
findWithUsername(username, options) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rodrigok we'll need to rewrite this on no-cache
branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Hi, Is there anywhere a documention how that should be setup? |
Please create a documention on how this works! |
Hi, Everything seems to be up and running but I'm not getting irc-channels in my channel list. Can I manually try to join an irc-channel via rocketchat somehow? Documentation / quickstart would be greatly appreciated. |
You should see the IRC channels if you click on the search button on Rocket.Chat's sidebar. I'll write a documentation page about using this bridge. |
Hi @Hudell, do you have any update on this? We're not even getting it to connect and we're having a hard time debugging it. |
hello. I can see and join channels from both sides. But cannot see any messages on either of the sides.. I can messages on the channel if using two IRC users. But nothing passes from rocket.chat to the irc users, and also nothing arrives on the rocket.chat when typed by the irc users. |
Check this comment #216 (comment) IRC Federation not working with config from #10113 (comment) |
So yes it can connect but no messages will be transferred via the bridge.... its so sad! as this would be a simple solution to get some better accessibility support. |
Summary
This is a PR that covers IRC's RFC2813 implementation, using a generic approach, ready for expansion (so we can implement TS6 an others).
How to
Install ngircd and use this very basic ngircd.conf file.
You can also use
irssi
or any other IRC client to test the other side of the communication.Limitations
-irc
and-rkt
appended to avoid nick conflict problems;