-
Notifications
You must be signed in to change notification settings - Fork 102
IRCv3 STS #350
base: master
Are you sure you want to change the base?
IRCv3 STS #350
Conversation
any reason why this hasn't been reviewed yet? |
I was going to do this tomorrow. This will not be merged as-is because it is not complete. Namely, it does not support Server Name Indication. This needs to be extended to take a hostname (ideally as part of the top-level token name, a la Without this, it would be simply stupid to ever enable it, because STS requires clients to validate the server's certificate, but you can't control which hostnames point at your IRCd. Also, the |
Upon further thought, the design I envisage is that whether or not to advertise a port to non-TLS clients should be decided by the |
Minimal STS implementation. Does not support cap-notify.