42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
295 stars 60 forks source link

Private channel mapped to #/ on mattermost #210

Closed Peter4825 closed 5 years ago

Peter4825 commented 6 years ago

matterircd: 0.18.3 mattermost: 5.2.0 (enterprise edition)

Someone created a hidden channel, added, and started talking to me on it. while it had a clear name, on irc I've joined #/ instead of #/teamname/channelname

PS: I have debug logs, contact me on irc if needed

efenex commented 6 years ago

In mine I see private channels as a random string:

11:17:37 --> | unknown (unknown@localhost) has joined ykp3kd3twtrdxxr6151ni91agc

Subsequently, all messages in this channel I see as PM's: i.e. anyone in the channel who says anything ends up as a private message in my IRC window, making it very hard to keep track of conversation in such a channel.

matterircd: 0.18.3 mattermost: 5.2.0 (enterprise edition) irc-client: weechat 1.6

42wim commented 5 years ago

Related to #209 probably not private channels but direct messages with multiple users. The problem here is that those channels don't have irc-compatible names. If you look in your browser the channel consists of user1, user2, user3, user4 etc

42wim commented 5 years ago

This should be fixed now in master