Find a file
2020-02-17 16:25:09 +01:00
cmd/jounce Add CLI flags for listening address and hostname 2020-02-17 16:25:09 +01:00
.gitignore Add basic IRC listener 2020-02-04 10:46:22 +01:00
bridge.go Don't write to downstreamConn.messages directly 2020-02-17 12:27:48 +01:00
downstream.go Add upstreamConn.SendMessage 2020-02-17 16:17:31 +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
LICENSE Switch license to AGPLv3 2020-02-07 17:41:51 +01:00
README.md readme: add some high-level goals, add contributing links 2020-02-17 12:19:27 +01:00
ring.go Document Ring 2020-02-17 16:09:35 +01:00
server.go Fix issues related to Ring 2020-02-17 15:46:29 +01:00
upstream.go Add upstreamConn.SendMessage 2020-02-17 16:17:31 +01:00

jounce

A user-friendly IRC bouncer.

  • Multi-user
  • Support multiple clients for a single user, with proper backlog synchronization
  • Support connecting to multiple upstream servers via a single IRC connection to the bouncer

Contributing

Send patches on the mailing list, report bugs on the issue tracker.

License

AGPLv3, see LICENSE.

Copyright (C) 2020 Simon Ser