solanum icon indicating copy to clipboard operation
solanum copied to clipboard

`MODE otheruser` only shows snomask for local user

Open jesopo opened this issue 4 years ago • 3 comments
trafficstars

we should either always show another user's snomask or never show it

jesopo avatar Jan 25 '21 11:01 jesopo

I assume this is because snomasks are not propagated, so we can either just not show it ever, or, I assume, change these

https://github.com/solanum-ircd/solanum/blob/fdd4857c1dba20c8191af9d1660ef8378d181ca0/ircd/s_user.c#L1346-L1348 https://github.com/solanum-ircd/solanum/blob/2e79cebb9e171b52e64b83c6e7943ac8a01cac9d/modules/core/m_mode.c#L145-L146 to send/read snomask params

jesopo avatar Jan 28 '21 14:01 jesopo

that second snippet appears to be the wrong thing

jesopo avatar Jan 28 '21 14:01 jesopo

https://github.com/solanum-ircd/solanum/blob/fdd4857c1dba20c8191af9d1660ef8378d181ca0/ircd/s_user.c#L1154

or we could make user mode queries go remote

edk0 avatar Jan 28 '21 14:01 edk0