File tree 6 files changed +772
-390
lines changed
6 files changed +772
-390
lines changed Original file line number Diff line number Diff line change @@ -1113,12 +1113,18 @@ server add ssl.example.net +7000
1113
1113
# 1 = ECDSA-NIST256P-CHALLENGE (Uses a certificate; usually requires a
1114
1114
# public key to be registered with NickServ
1115
1115
# or other similar service. Set certificate
1116
- # to use in sasl-ecdsa-key setting below)
1116
+ # to use in sasl-ecdsa-key setting below.
1117
+ # Beware: NIST curve could be backdoored,
1118
+ # so please use EXTERNAL or SCRAM instead.)
1117
1119
#
1118
1120
# 2 = EXTERNAL (Some other method you set up. Certificates
1119
1121
# used are defined in ssl-certificate and
1120
1122
# ssl-privatekey settings in SSL section)
1121
1123
#
1124
+ # 3 = SCRAM-SHA-256
1125
+ #
1126
+ # 4 = SCRAM-SHA-512
1127
+ #
1122
1128
#set sasl-mechanism 0
1123
1129
1124
1130
# Set username to authenticate to IRC NickServ with
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ distclean: clean
40
40
.././server.mod/server.h .././server.mod/isupport.c \
41
41
.././server.mod/tclisupport.c .././server.mod/servmsg.c \
42
42
.././server.mod/../irc.mod/irc.h \
43
- .././server.mod/../channels.mod/channels.h .././server.mod/cmdsserv .c \
44
- .././server.mod/tclserv.c
43
+ .././server.mod/../channels.mod/channels.h .././server.mod/sasl .c \
44
+ .././server.mod/cmdsserv.c .././server.mod/ tclserv.c
You can’t perform that action at this time.
0 commit comments