[srvx-commits] commit: Rotate ChangeLog for new repository; clarify documentation files
Brought to you by:
entrope
|
From: Michael P. <md...@tr...> - 2005-01-04 19:36:29
|
Revision: srvx--devo--1.3--patch-1
Archive: sr...@sr...--2005-srvx
Creator: Michael Poole <md...@tr...>
Date: Tue Jan 4 14:35:57 EST 2005
Standard-date: 2005-01-04 19:35:57 GMT
New-files: .arch-ids/ChangeLog.id .arch-ids/UPGRADE.id
ChangeLog UPGRADE
Removed-files: .arch-ids/ChangeLog.id ChangeLog
Modified-files: FAQ INSTALL Makefile.am TODO
languages/de/chanserv.help languages/de/global.help
languages/de/modcmd.help languages/de/nickserv.help
languages/de/strings.db languages/en_UK/chanserv.help
languages/en_UK/strings.db src/chanserv.help
New-patches: sr...@sr...--2005-srvx/srvx--devo--1.3--patch-1
Summary: Rotate ChangeLog for new repository; clarify documentation files
Keywords:
Rotate ChangeLog to show changes for sr...@sr...--2005-srvx repo.
Fix various file permissions to 664 instead of 620.
Update FAQ and TODO. Add UPGRADE file to arch and to distribution.
* removed files
.arch-ids/ChangeLog.id
ChangeLog
* added files
.arch-ids/ChangeLog.id
.arch-ids/UPGRADE.id
ChangeLog
UPGRADE
{arch}/srvx/srvx--devo/srvx--devo--1.3/sr...@sr...--2005-srvx/patch-log/patch-1
* file metadata changed
./INSTALL
--permissions 620
=> --permissions 664
./languages/de/chanserv.help
--permissions 620
=> --permissions 664
./languages/de/global.help
--permissions 620
=> --permissions 664
./languages/de/modcmd.help
--permissions 620
=> --permissions 664
./languages/de/nickserv.help
--permissions 620
=> --permissions 664
./languages/de/strings.db
--permissions 620
=> --permissions 664
./languages/en_UK/chanserv.help
--permissions 620
=> --permissions 664
./languages/en_UK/strings.db
--permissions 620
=> --permissions 664
./src/chanserv.help
--permissions 620
=> --permissions 664
* modified files
--- orig/FAQ
+++ mod/FAQ
@@ -5,7 +5,8 @@
OpServ respectively.
Q1) How do I set up srvx?
-A1) Read the README and INSTALL files, especially INSTALL.
+A1) Read the README and INSTALL files, especially INSTALL. If you are
+upgrading from srvx-1.2, read UPGRADE.
Q2) How do I set up my IRC server so srvx talks to it?
A2) That depends on which IRC server you use. Check its
@@ -50,3 +51,9 @@
module; for example, "./configure --enable-modules=memoserv". Then
see the comment near the start of src/mod-memoserv.c for configuration
options.
+
+Q8) How do I enable both HelpServ and MemoServ? In addition to the
+configuration steps above, you must mention both when you run the
+configure script. For example, run it using "./configure
+--enable-modules=memoserv,helpserv". (You may add the snoop and/or
+sockcheck modules as well; separate the module names with commas.)
--- orig/Makefile.am
+++ mod/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = FAQ srvx.conf.example sockcheck.conf.example
+EXTRA_DIST = FAQ UPGRADE srvx.conf.example sockcheck.conf.example
SUBDIRS = @MY_SUBDIRS@
DIST_SUBDIRS = src rx
--- orig/TODO
+++ mod/TODO
@@ -18,3 +18,6 @@
[FEATREQ] Suspension durations and/or comments when suspending user access to a channel
[FEATREQ] support "unregistered": ?ctrace print mode +s unregistered
+
+- rewrite memory allocation calls to use wrapper macros, and add
+ optional debugging for the stubs to tag size and/or type.
|