automatic arch-version.h update; CTCP support; helpfile fixes; disk-out-of-space...
authorMichael Poole <mdpoole@troilus.org>
Mon, 29 Mar 2004 21:10:10 +0000 (21:10 +0000)
committerMichael Poole <mdpoole@troilus.org>
Mon, 29 Mar 2004 21:10:10 +0000 (21:10 +0000)
commit898026eba8e1d97d881808d7dfd3c79a58bda6cc
tree73a3768fe0860010c3a8116a0239a19d0c8915b7
parent8a5bcf3a5adec3c5e248d5a5b33ef822a5508ac1
automatic arch-version.h update; CTCP support; helpfile fixes; disk-out-of-space error detection and handling

* Add a rule to automatically check arch version and update
arch-version.h when needed

* Implement CTCP response handling messages direct to services.

* Fix grammar error in GIVEOWNERSHIP help entry, fix cross-reference
markup in several ChanServ commands (should underline, not bold, the
"See Also:" link), remove VERSION help entries from modules that no
longer implement that command.

* Check for errors (using setjmp/longjmp) when writing to a saxdb
file, and log the failures.
git-archimport-id: srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-36
13 files changed:
src/Makefile.am
src/chanserv.help
src/global.help
src/mod-helpserv.c
src/mod-memoserv.help
src/modcmd.c
src/opserv.help
src/proto-bahamut.c
src/proto-p10.c
src/proto.h
src/saxdb.c
src/saxdb.h
src/tools.c