Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Nick permission list not updating when services ops with Inspircd 3.0 #2335

Closed
adamus1red opened this issue May 5, 2019 · 8 comments
Closed

Comments

@adamus1red
Copy link
Contributor

When joining a channel on a server running Inspircd 3 I need to run /names to manually update nicklist to show any permission change. This occurs when the any user joins the channel.

@TingPing
Copy link
Member

TingPing commented May 6, 2019

What does Window > Raw Log look like when you join and run /names.

@adamus1red
Copy link
Contributor Author

adamus1red commented May 6, 2019

UI does not update the nick list with the op until the manual /names done at @time=2019-05-06T15:07:57.000Z

My guess would be the mode change message on Inspircd3 seems to have no space after the : which may be affecting the parsing of the change since a nickname would look like :guest3 rather than guest3

>> @time=2019-05-06T15:07:29.000Z :Guest3!~a@testnet-qs3.dod.0sg3ho.IP PART :#test
>> @time=2019-05-06T15:07:29.000Z :Guest3!~a@testnet-qs3.dod.0sg3ho.IP JOIN #test * :realname
<< MODE #test
<< WHO #test %chtsunfra,152
>> @time=2019-05-06T15:07:29.000Z :irc.deb1.lan 332 Guest3 #test :Feel free to test any bots, scripts, etc in this channel.
>> @time=2019-05-06T15:07:29.000Z :irc.deb1.lan 333 Guest3 #test admin :1403572744
>> @time=2019-05-06T15:07:29.000Z :irc.deb1.lan 353 Guest3 = #test :Guest3 @God @^Quark^
>> @time=2019-05-06T15:07:29.000Z :irc.deb1.lan 366 Guest3 #test :End of /NAMES list.
>> @time=2019-05-06T15:07:29.000Z :God!God@the.all.mighty.one NOTICE Guest3 :[#test] Welcome to #test. Feel free to test any bots, scripts, etc in this channel.
>> @time=2019-05-06T15:07:29.000Z :God!God@the.all.mighty.one MODE #test +o :Guest3
>> @time=2019-05-06T15:07:29.000Z :irc.deb1.lan 324 Guest3 #test :+Pnt
>> @time=2019-05-06T15:07:29.000Z :irc.deb1.lan 329 Guest3 #test :1403572555
>> @time=2019-05-06T15:07:29.000Z :irc.deb1.lan 354 Guest3 152 #test ~a testnet-qs3.dod.0sg3ho.IP irc.deb1.lan Guest3 H@s 0 :realname
>> @time=2019-05-06T15:07:29.000Z :irc.deb1.lan 354 Guest3 152 #test God the.all.mighty.one irc.deb1.lan God H@ 0 :Also known as Satan
>> @time=2019-05-06T15:07:29.000Z :irc.deb1.lan 354 Guest3 152 #test ~quantum quark.lan irc.deb1.lan ^Quark^ H@s ^Quark^ :Quarkly
>> @time=2019-05-06T15:07:29.000Z :irc.deb1.lan 315 Guest3 #test :End of /WHO list.
<< PING LAG2327093070
>> @time=2019-05-06T15:07:32.000Z :irc.deb1.lan PONG irc.deb1.lan :LAG2327093070
<< NAMES #test
>> @time=2019-05-06T15:07:57.000Z :irc.deb1.lan 353 Guest3 = #test :@Guest3 @God @^Quark^
>> @time=2019-05-06T15:07:57.000Z :irc.deb1.lan 366 Guest3 #test :End of /NAMES list.
<< WHO #test %chtsunfra,152
<< PING LAG2327123071
>> @time=2019-05-06T15:08:02.000Z :irc.deb1.lan 354 Guest3 152 #test ~a testnet-qs3.dod.0sg3ho.IP irc.deb1.lan Guest3 H@s 0 :realname
>> @time=2019-05-06T15:08:02.000Z :irc.deb1.lan 354 Guest3 152 #test God the.all.mighty.one irc.deb1.lan God H@ 0 :Also known as Satan
>> @time=2019-05-06T15:08:02.000Z :irc.deb1.lan 354 Guest3 152 #test ~quantum quark.lan irc.deb1.lan ^Quark^ H@s ^Quark^ :Quarkly
>> @time=2019-05-06T15:08:02.000Z :irc.deb1.lan 315 Guest3 #test :End of /WHO list.
>> @time=2019-05-06T15:08:02.000Z :irc.deb1.lan PONG irc.deb1.lan :LAG2327123071
<< PING LAG2327153071

@TingPing
Copy link
Member

TingPing commented May 6, 2019

This was fixed by #2301 then.

@SadieCat
Copy link
Contributor

SadieCat commented May 7, 2019

Has there been a release since that PR was merged? If not, would it be possible for you to make one so that users stop encountering this bug? Thanks.

@adamus1red
Copy link
Contributor Author

There hasn't been a release including #2301

@sebastiannielsen
Copy link

@SadieCat A release implementing this fix has still not been pushed.
Latest release is: 2019-11-14 acccording to Windows Store.

@SadieCat
Copy link
Contributor

I don't know if the Windows store version was updated but this is fixed in HexChat 2.14.3.

@sebastiannielsen
Copy link

Version published in Windows Store is 2.14.2 so @TingPing needs to push the update to WStore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants