jesopo
jesopo
this is a proof of concept. I'm aware `self._update_prefixlens()` will need to be called in more places. opinions wanted! this minimises the amount of iterations `__contains__` needs to do and...
when you connect weechat to znc, you first get a `CAP` dance like this: ``` -> :irc.znc.in CAP unknown-nick LS :batch cap-notify echo-message multi-prefix server-time userhost-in-names znc.in/batch znc.in/self-message znc.in/server-time-iso
an example of how this concept works, from charybdis: `/mode #chan +b *!*@badhost$##fix-your-connection` will forward anyone matching the mask to the given channel - mask and channel being delimited by...
drafted up a brief description of my proposal for exposing indefinitely unique and unchanging account IDs. too rough to be a pull request but hopefully enough to get conversation going....
I recognise that this is outrageously niche, and I recognise that this might be stretching the definition of "language" substantially, but I thought I'd give it a shot :)
to be rebased on #2483 --- Here's what your changelog entry will look like: ## ✨ Features * don't consider room invites that are ignored to be "visible" ([\#2496](https://github.com/matrix-org/matrix-js-sdk/pull/2496)).
based on #8983. will want an additional UI change to warn users that they're looking at an ignored room (with an option to unignore) if they click on a room...