Daniel Oaks
Daniel Oaks
Something that's been mentioned on the channel and around a few times, may be useful to keep in mind that TLS alone doesn't necessarily equal "secure", and we should be...
I think the main thing on that side is just letting clients know that those modes exist? Which feels like either named modes proper or ISUPPORT tokens like `TLSCHAN=z` `TLSUSER=`z`...
Honestly I'm having a tough time thinking about how to make them better for use in this. Like... if you wanted to you could maybe send them as subcommands instead...
As part of our playing with push notifications, we're needing to define a way for clients to notify (bouncers, or the equivalent that is our server in our case) of...
On the _idea_ of this, in Oragono we have a mode where all client needs to be logged in via SASL before connection registration can complete. Freenode and other nets...
https://github.com/ircv3/ircv3-specifications/pull/276 defines the [`ACCOUNT_REQUIRED`](https://github.com/DanielOaks/ircv3-specifications/blob/register-and-verify/extensions/acc-core.md#account-required) code, can be either a `FAIL` (if a command fails to process, or e.g. you need SASL setup to connect to the network, etc), or a...
I believe Unreal sends updated ISUPPORT lines when e.g. a client successfully opers and their channel limits change (hence the example up there). Would definitely make sense to do the...
@derfalx there's no cross-platform definition but here's the InspIRCd one: https://github.com/inspircd/inspircd/blob/master/docs/conf/helpop-full.conf.example#L121 And the Unreal definition: https://github.com/unrealircd/unrealircd/blob/unreal40/doc/conf/help/help.conf#L717 Doesn't include numerics and etc, but running tests against running insp/unreal servers (or looking...
We also now support ading custom isupport tokens. **TODO:** QoL fix by/for me, try to output those in roughly the right location (along with the existing 005 notices) unless there...
Hmm, I might not make a full PR for this, but adding this to clipboard2markdown.js has worked for converting Reddit's bold text properly for me: ```js { filter: function (node)...