Fix service triggers; allow service hostname configuration; fix glitches
authorMichael Poole <mdpoole@troilus.org>
Fri, 9 Apr 2004 20:08:58 +0000 (20:08 +0000)
committerMichael Poole <mdpoole@troilus.org>
Fri, 9 Apr 2004 20:08:58 +0000 (20:08 +0000)
commitb1329b979cf8b1be5f8e3908c0c7796bf14c0b2e
tree80a8e2e300f31177e18b89391fe6520ffe6c9395
parent5a6712593c7a5df6cdb20dd3430358bf2acdebab
Fix service triggers; allow service hostname configuration; fix glitches

* Improve length checking logic in ChanServ.names command.

* Fix service trigger registration so that database is used in
preference to srvx.conf and compiled-in defaults.

* Allow service hostnames to be configured in srvx.conf and through
"service add"; document this and show an example of setting the
service description.

* Fix an uninitialized value bug in OpServ.join.

* Make OpServ.addtrust accept a count of 0.

* Remove untranslated messages from languages/de/modcmd.help (so that
new "service add" help is inherited).
git-archimport-id: srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-47
15 files changed:
ChangeLog
languages/de/modcmd.help
src/chanserv.c
src/global.c
src/mod-helpserv.c
src/modcmd.c
src/modcmd.h
src/modcmd.help
src/nickserv.c
src/opserv.c
src/opserv.help
src/proto-bahamut.c
src/proto-p10.c
src/proto.h
srvx.conf.example