Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Integration of IRC services  (Read 4430 times)

0 Members and 1 Guest are viewing this topic.

Michal Dziczkowski

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 5
Integration of IRC services
« on: January 23, 2021, 05:32:38 PM »

Hello. I would like to propose to add following services support in Anope:
  • BotServ, a bot which allows channel operators to assign bots to their channels
  • HelpServ, the help service bot, is used to provide help on a variety of IRC topics
  • HostServ, a host service bot, is used to allow general users to register a vhost so that their real IP address on IRC is hidden.
  • RootServ, used on specific networks, is utilized by Services Root Administrators to perform Root Administrative functions for the IRC Network and Services Program.
  • SpamServ, used to protect channels against spam.
This would make it easier to manage the IRC servers
Logged

Lord255

  • Anope User
  • Offline Offline
  • Posts: 136
Re: Integration of IRC services
« Reply #1 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.



« Last Edit: January 23, 2021, 10:38:40 PM by Lord255 »
Logged
Pages: [1]   Go Up