Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
a0c5b852
Commit
a0c5b852
authored
Dec 15, 2021
by
Randy Sommerfeld
Browse files
Use ssl_session for reporting secure connections via WHOIS. Found by nelgin, thanks!
parent
8dd98cfd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exec/load/ircd/core.js
exec/load/ircd/core.js
+1
-1
No files found.
exec/load/ircd/core.js
View file @
a0c5b852
...
...
@@ -1135,7 +1135,7 @@ function IRCClient_do_whois(wi) {
));
}
if
(
wi
.
local
)
{
if
(
wi
.
socket
.
ssl_se
rver
)
{
if
(
wi
.
socket
.
ssl_se
ssion
)
{
this
.
numeric
(
671
,
format
(
"
%s :is using a secure connection.
"
,
wi
.
nick
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment