tangled
alpha
login
or
join now
rockorager.dev
/
comlink
2
fork
atom
an experimental irc client
2
fork
atom
overview
issues
pulls
pipelines
sasl: use user for both fields
rockorager.dev
1 year ago
6de3d13b
22d22e39
verified
This commit was signed with the committer's
known signature
.
rockorager.dev
SSH Key Fingerprint:
SHA256:qn/Fjy7CpbcogGEPB14Y53hLnQleZNFY9lkQnuudFLs=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
irc.zig
+1
-1
src/irc.zig
···
2094
2094
const sasl = try std.fmt.bufPrint(
2095
2095
&buf,
2096
2096
"{s}\x00{s}\x00{s}",
2097
2097
-
.{ config.user, config.nick, config.password },
2097
2097
+
.{ config.user, config.user, config.password },
2098
2098
);
2099
2099
2100
2100
// Create a buffer big enough for the base64 encoded string