Find a file
2020-03-04 15:44:13 +01:00
cmd/jounce cmd/jounce: fix non-TLS listener address 2020-03-03 15:15:57 +01:00
config Add config file 2020-02-18 14:10:23 +01:00
.gitignore Add basic IRC listener 2020-02-04 10:46:22 +01:00
bridge.go Add functions to translate between upstream and downstream names 2020-02-19 18:25:19 +01:00
downstream.go Allow clients to specify an upstream name in their username 2020-03-04 15:44:13 +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 Allow clients to specify an upstream name in their username 2020-03-04 15:44:13 +01:00
upstream.go Allow clients to specify an upstream name in their username 2020-03-04 15:44:13 +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