]> arthur.barton.de Git - ngircd-alex.git/commit
Allow ngIRCd to detect services connected to an "virtual services server".
authorAlexander Barton <alex@barton.de>
Sat, 16 Aug 2008 00:36:30 +0000 (02:36 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 23 Sep 2008 09:51:16 +0000 (11:51 +0200)
commit02d76230743a63d29800afc4d2f1f2473e624793
treeb55810beed96913b55fac1919c6b73ab5080e1b4
parentc5342fb4670387fb7f7335e36ac3260c1e8ab514
Allow ngIRCd to detect services connected to an "virtual services server".

Introduce a new configuration variable "ServiceMask" in SERVER blocks to
define a mask matching nick names that should be treated as services.
Regular servers don't need this parameter (leave it empty, the default),
but you should set it to "*Serv" when connection ircservices, for example.

This patch allows ngIRCd to detect services, it doesn't change the
functionality: you only get different log messages ;-)
src/ngircd/conf.c
src/ngircd/conf.h
src/ngircd/irc-login.c