DALnet / bahamut

The Bahamut IRC Daemon
http://www.dal.net/?page=Bahamut
Other
59 stars 42 forks source link

The following is for remote /rehash #61

Closed holbrookb closed 6 years ago

holbrookb commented 6 years ago

Current m_rehash is now local_rehash. The new m_rehash determines what to do with the rehash command it has received, then either passes it to local_rehash or passes it on to the target server.

To use remote rehash, the user on the local server must have access to the rehash command on the server the user is on.

For the target server, the ircd.conf option "allow_remote_rehash" must be enabled.

holbrookb commented 6 years ago

Thanks, have tested there myself from the hub and two leafs I have running there, so far it's all working as expected.