Anope IRC Services

Anope Development => Feature Requests => Topic started by: Michal Dziczkowski on January 23, 2021, 05:32:38 PM

Title: Integration of IRC services
Post by: Michal Dziczkowski on January 23, 2021, 05:32:38 PM
Hello. I would like to propose to add following services support in Anope:
This would make it easier to manage the IRC servers
Title: Re: Integration of IRC services
Post by: Lord255 on January 23, 2021, 10:33:20 PM
hello.

BotServ already exists in anope.
/msg botserv help for more details.
(( i guess you didn't read through your default config (example.conf -> services.conf). ))
https://github.com/anope/anope/blob/2.0/data/botserv.example.conf

HelpServ: this should be handled by your ircd i presume. with unrealircd you can use /helpop ? and so you will get lots of hints and suggestions.
services also respond to "help";
examples:
/msg nickserv help
/msg chanserv help

etc..

HostServ: already built in anope. i guess you didn't read through your default config (example.conf -> services.conf).
https://github.com/anope/anope/blob/2.0/data/hostserv.example.conf

RootServ: it's called OperServ in anope. see oper block in services.conf. you can set yourself as services root, login to operserv and have lots of useful commands. see /msg operserv help for more details.
https://github.com/anope/anope/blob/c5a4e8337c3c1315821cb9434db89aac059a17c0/data/example.conf#L894-L920

SpamServ: such things are built in ircd side, see like flood protection, antirandom, connthrottle, etc.. also see help and hints in botserv, those bots also can have some secu features.