ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.23k stars 178 forks source link

How to configure a multi-server network? (CONNECT Unknown command) #2059

Closed microaaron closed 1 year ago

microaaron commented 1 year ago

ergo doesn't seem to implement the CONNECT command(rfc1459#4.3.5). But I found a comment in the yaml file: "# limits - these need to be the same across the network". Does this mean that multiple servers can exist in one ergo network?

Mikaela commented 1 year ago

https://github.com/ergochat/ergo/blob/master/docs/MANUAL.md#scalability

microaaron commented 1 year ago

https://github.com/ergochat/ergo/blob/master/docs/MANUAL.md#Scalability

Thanks a lot.