mirror of
https://github.com/fluffle/goirc
synced 2025-11-03 11:38:04 +00:00
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. |
||
|---|---|---|
| .. | ||
| commands.go | ||
| commands_test.go | ||
| connection.go | ||
| connection_test.go | ||
| dispatch.go | ||
| dispatch_test.go | ||
| doc.go | ||
| handlers.go | ||
| handlers_test.go | ||
| line.go | ||
| line_test.go | ||
| mocknetconn_test.go | ||
| sasl_test.go | ||
| state_handlers.go | ||