]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix secure websocket users not being seen as secure.
authorMatt Schatz <genius3000@g3k.solutions>
Tue, 21 Jul 2020 02:37:20 +0000 (20:37 -0600)
committerSadie Powell <sadie@witchery.services>
Mon, 27 Jul 2020 08:38:11 +0000 (09:38 +0100)
commit30648e84ce9c2515994b95b9d1e2e870283ed214
tree19012b55331f7725d1bca1c683fab1bae245e139
parentc2218abac11a2ddaff197f93721818efdcc9ae01
Fix secure websocket users not being seen as secure.

Since a TLS (SSL) module will always be the last IOHook attached
to a socket, IsSSL() needs to ignore any Middle IOHooks that may
also be attached.
include/inspsocket.h
include/modules/ssl.h
src/inspsocket.cpp