soju forked to be LESS SHIT
Go to file
Simon Ser 519cdd9e38
Close connection from writer goroutine
Connections were being closed from the reader goroutine, causing issues
when sending messages and immediately closing the connection.
2020-02-07 12:42:24 +01:00
cmd/jounce Per-user connections 2020-02-07 11:36:42 +01:00
.gitignore Add basic IRC listener 2020-02-04 10:46:22 +01:00
LICENSE Add LICENSE and README.md 2020-02-04 10:50:28 +01:00
README.md Add LICENSE and README.md 2020-02-04 10:50:28 +01:00
bridge.go Add missing bridge.go, oops 2020-02-06 22:45:54 +01:00
downstream.go Close connection from writer goroutine 2020-02-07 12:42:24 +01:00
go.mod Add basic IRC listener 2020-02-04 10:46:22 +01:00
go.sum Add basic IRC listener 2020-02-04 10:46:22 +01:00
irc.go Add parseMessageParams helper 2020-02-07 12:36:02 +01:00
server.go Add upstreamConn.register 2020-02-07 12:37:44 +01:00
upstream.go Close connection from writer goroutine 2020-02-07 12:42:24 +01:00

README.md

jounce

An IRC bouncer.

License

MIT