Commit Graph

7 Commits

Author SHA1 Message Date
Alex Bramley 8f19c23050 bump x/net again, dependabot version was still ancient 2023-11-23 20:48:11 +00:00
dependabot[bot] d655f8950c Bump golang.org/x/net from 0.0.0-20210119194325-5f4716e94777 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210119194325-5f4716e94777 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 20:14:34 +00:00
Taavi Väänänen e64b5d47c3 Add SASL authentication support
This hacks together support for IRCv3.1 SASL. Currently only SASL PLAIN
is supported, but it's implemented in a way that adding support for
other types should not require too many changes to the current code.
2022-11-28 09:05:14 +00:00
Alex Bramley cb4b7e5d82 Go version update; mod tidy. 2021-03-26 09:06:36 +00:00
Luca Bigliardi e0c319f8ff Support context during connect
Signed-off-by: Luca Bigliardi <shammash@google.com>
2021-02-24 19:06:21 +00:00
Alex Bramley d8596aa285 Remove explicit dependency on optional logging packages. 2020-03-17 16:51:30 +00:00
Alex Bramley 0dc1109b0d Go modules for goirc. 2018-09-28 20:19:31 +01:00