flakes / mirc_fish_10

"FiSH 10" - a blowfish encryption script for mIRC 7, compatible to previous FiSH scripts and other clients! Come visit us in #fish10 on EFNet!
https://syndicode.org/fish_10/
86 stars 16 forks source link

different FiSh-Keys for same channel on multiple irc-servers #12

Closed Anti-You closed 14 years ago

Anti-You commented 14 years ago

Hello guys,

I discovered following issue: Example: You are connected to 2 irc-servers, and on each server you join #test

-> You cannot set a separate FiSh-Key for each #test -channel. The first FiSh-Key you set will be used for every #test -channel , regardless of its server.

I guess, that needs some further tweaking the "FiSH.setkey" / "FiSH_WriteKey"-routine, because this bug also exists in prior FiSh-versions (see http://fish.secure.la)

flakes commented 14 years ago

It's not a bug, it's how it has always been working.

Anyway, it's annoying, and I have already started to prepare the code for that feature: 3d337f607b58ccca4f469954d88f297b7d3dda6e / e04dc7c1b3dfdf9f77e2ecf0d030a4696adb0bb4

So yes, it's going to happen. :)

Anti-You commented 14 years ago

Brilliant. Thanks for your work, flakes :) You are the man ;)