]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit
Channel details: re-add the Host column in "User List", but only fill
authorBram Matthys <redacted>
Mon, 27 Mar 2023 09:06:04 +0000 (11:06 +0200)
committerBram Matthys <redacted>
Mon, 27 Mar 2023 09:06:04 +0000 (11:06 +0200)
commitdfa0ec8e77c09871f817793f40148da19672f786
tree0fcfe001f7e6bf7c906b862b7a24ccfed434e85d
parent72e61f7621bec443a4c99c604645e630d6fd31f3
Channel details: re-add the Host column in "User List", but only fill
it when using UnrealIRCd 6.0.8+. In older versions one would have to
do 1 API call for each user in the list which is way too slow when the
webserver and IRC server are on different machines (eg: load time of
40 seconds for a 100 user channel).
In UnrealIRCd 6.0.8+ this information is included in the single
channel.get() when requested, so we only have to do 1 API call and
not 101.
misc/channel-lookup-misc.php