revolution-irc
revolution-irc copied to clipboard
Make /WHOIS output tappable
Following on from #37, /WHOIS output is currently captured and reported as a pop-up form, which is much nicer than before where it was hidden on the SERVER tab. The problem is that it's view-only; it cannot be copied, nor does it link anywhere.
It would be useful to be able to copy the username, account, gecos, and hostname so they can be used to formulate a QUIET or BAN or KLINE.
Allowing the /WHOIS report details in the SERVER tab to be unfolded, and then fixing #107 so it can be copied, would help somewhat, although one is still left with having to switch between the SERVER tab and the channel you want to quiet the user in.
Ref to: https://github.com/MCMrARM/revolution-irc/issues/120
Even better would be to make each of the elements in the pop up form responsive.
Start by tapping "copy" to copy everything.
Or tap on one or more elements to select them for inclusion in a match-pattern suitable for a ban or voice or whatever, and have the "copy" button to put r resulting pattern in the clipboard. And a "menu" button the includes all the aliases that include ${match}.
Or long tap an item just to bring up a menu that starts with "copy" and the aliases that include whichever of ${realname} or ${ident} or ${user} or ${host}, as applicable
And of course auto-dismiss after copying or choosing an alias.
This appears to have been partially resolved in a recent release: everything is now copyable. The remaining enhancements would be covered by #164, so I think this can be closed now.