mirror of
https://github.com/fluffle/goirc
synced 2025-11-03 11:38:04 +00:00
Dialers who don't implement DialContext but upgrade past https://github.com/fluffle/goirc/pull/109 (which is 2.5 years old but still) will break. This change falls back to the non-context dial method, where calls may take longer and time out, and goirc would give them a warning as well. |
||
|---|---|---|
| .. | ||
| 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 | ||