Patrick Cloke
Patrick Cloke
For what it's worth, we just experimented a bit on moznet and things like the zero-width space character is accepted as a valid room name...which shows up as an empty...
I'd suggest it's just up to the clients to implement tab completion in a sane manner. UI interfaces shouldn't be speced in a protocol.
This would be useful, using this in a test suite for emitting messages is probably more useful. You'll likely want to ensure you can parse the 'invalid' messages anyway (if...
@grawity Seems to be referring to the CTCP "Low Level Quoting" (that's what [CTCP document](https://www.alien.net.au/irc/ctcp.txt) calls it, at least). I...don't seem to have any tests for how this is handled...
Yes, it does allow that. I think we all know that the CTCP protocol is not entirely sane. I wrote code that tries to parse weird messages, but as I...
> There seems to be a server implementation referenced, which is good, but it's unclear how or if this is useful to clients if no one has implemented it. matrix-ios-sdk...
> I'm willing to take this over - is there a write-up of the performance issues somewhere? Not really, no. matrix-org/synapse#13694 is the PR of interest. Happy to chat over...
> The implementation in Synapse looks good to me. @clokep to confirm this MSC is up to date with the changes made in the implementation PR? I re-read it and...
This is being abandoned: * It doesn't seem necessary at the moment. * It doesn't quite solve the proposed problem (of explicit control for which threads give notifications).
It is also worth noting that `m.login.jwt` is now deprecated in Synapse and replaced with `org.matrix.login.jwt`, which [is also documented](https://github.com/matrix-org/synapse/blob/master/docs/jwt.md).