Simon Ser
Simon Ser
- [ ] Streaming multistatus writer - [ ] Streaming multistatus reader
Right now The Lounge will use the string "The Lounge User" as realname if the user hasn't set one. Unfortunately this makes it difficult for other clients to figure out...
See https://ircv3.net/specs/extensions/read-marker FWIW, the soju.py script has partial support for `soju.im/read` extension, which is identical to the IRCv3 one (modulo command renames).
Right now the only way (?) for scripts to request additional IRCv3 capabilities is to override `irc.server_default.capabilities`. This works fine, but is saved to the config file when the use...
Right now ZNC will use the string "ZNC - http://znc.in" as realname if the user hasn't set one. Unfortunately this makes it difficult for other clients to figure out whether...
Bouncers typically have two kind of authentication layers: downstream clients authenticate with the bouncer creedentials, and the bouncer also authenticates against upstream networks. This causes issues when the bouncer isn't...
A primary goal of this spec is to not tie the extension to any proprietary push service. This is achieved by using the standard Web Push protocol. Web Push also...
Alternative to https://github.com/ircv3/ircv3-specifications/pull/490. Closes: https://github.com/ircv3/ircv3-ideas/issues/73 cc @slingamn
I've seen a lot of users try to connect to "libera.chat" instead of "irc.libera.chat". This results in connection timeouts. This is an attempt to improve the status quo. Previous proposals:...