squidowl / halloy

IRC application written in Rust
GNU General Public License v3.0
1.37k stars 47 forks source link

soju.im/bouncer-networks support #77

Open remexre opened 1 year ago

remexre commented 1 year ago

The Soju bouncer has an IRCv3 capability, soju.im/bouncer-networks, to allow automatically creating connections to the networks that are configured in the bouncer.

It would be very convenient to have support for this in halloy.

An example implementation of client support for this as a Weechat script may be found here.

tarkah commented 1 year ago

It appears there are still traditional ways to connect to soju w/out a custom IRC extension:

https://git.sr.ht/~emersion/soju/tree/HEAD/doc/getting-started.md#other-clients

remexre commented 1 year ago

Yep, that works as a workaround, but then the list of networks needs to be edited on the client whenever a new network is added.