X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=doc%2FServices.txt;h=3daa7296cbda6bfdbe594572a3dd6df7349f3a18;hp=dc0872f01b9befef0be9c94987923934fa61ce54;hb=34578b8b300bdb39d6fef7dba0ba8e02fe6c17fd;hpb=3e3585708010cc0da22355aca84c9e79f8286e0b diff --git a/doc/Services.txt b/doc/Services.txt index dc0872f0..3daa7296 100644 --- a/doc/Services.txt +++ b/doc/Services.txt @@ -14,7 +14,7 @@ acting as a "regular servers" ("pseudo servers") are supported, either using the IRC protocol as defined in RFC 1459 or RFC 2812. Support for Services has been tested using - - Anope 1.9.8 or later (; unreleased!) + - Anope 1.9.8 or later () - Atheme 7.0.2 or later () - "IRC Services" 5.1.x by Andrew Church () @@ -41,13 +41,11 @@ Example: ServiceMask = *Serv -Setting up Anope 1.9.x -~~~~~~~~~~~~~~~~~~~~~~ +Setting up Anope 1.9.x & 2.x +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Anope 1.9.8 or later (; unreleased as of 2013-02-26) -may be used with ngIRCd using the "ngircd" protocol module. -Until Anope 1.9.8 is released, you have to use the sources from the Anope -development GIT tree, see ! +Anope 1.9.8 or later () can be used with ngIRCd using +the "ngircd" protocol module. At least the following settings have to be tweaked, in addition to all the settings marked as required by Anope: @@ -68,20 +66,28 @@ In conf/services.conf: } # Load ngIRCd protocol module - module { name = "ngircd" } + module + { + name = "ngircd" + } networkinfo { # Must be set to the "MaxNickLength" setting of ngIRCd! nicklen = 9 + # When not using "strict mode", which is the default: + userlen = 20 + chanlen = 50 } In conf/nickserv.conf: - nickserv + module { + name = "nickserv" + # not required if you are running ngIRCd with a higher nickname limit # ("MaxNickLength") than 11 characters, but REQUIRED by default! guestnickprefix = "G-" @@ -117,7 +123,7 @@ Please note that versions up to and including 5.1.3 contain a bug that sometimes causes IRC Services to hang on startup. There are two workarounds: a) send the services process a HUP signal ("killall -HUP ircservices") b) apply this patch to the IRC Services source tree: - + At least the following settings have to be tweaked, in addition to all the settings marked as required by IRC Services: