ngircd-tor/contrib/Anope
Alexander Barton a9cbb375b7 Shorten filenames of Anope protocol module patchfiles
Filenames have been too long and couldn't be stored in all tar
archive formats ...
2012-10-07 12:06:11 +02:00
..
0001-Revert-Removed-ngircd.patch Add preliminary ngIRCd protocol module for Anope 1.9 2011-07-10 14:23:11 +02:00
0002-ngircd-whitespace-fixes.patch Add preliminary ngIRCd protocol module for Anope 1.9 2011-07-10 14:23:11 +02:00
0003-Update-ngIRCd-protocol-module-for-current-Anope.patch Shorten filenames of Anope protocol module patchfiles 2012-10-07 12:06:11 +02:00
0004-ngircd-Do-PING-PONG-on-server-burst-to-sync.patch Shorten filenames of Anope protocol module patchfiles 2012-10-07 12:06:11 +02:00
0005-ngircd-always-prefix-modes-in-CHANINFO-with.patch Update preliminary ngIRCd protocol module for Anope 1.9.6 2012-02-04 12:55:41 +01:00
0006-ngircd-support-user-mode-R-and-channel-mode-R.patch Update preliminary ngIRCd protocol module for Anope 1.9.6 2012-02-04 12:55:41 +01:00
0007-ngircd-Fix-handling-of-JOIN-commands.patch Update preliminary ngIRCd protocol module for Anope 1.9.6 2012-02-04 12:55:41 +01:00
0008-ngircd-Allow-setting-modes-by-clients-on-burst.patch Update preliminary ngIRCd protocol module for Anope 1.9.6 2012-02-04 12:55:41 +01:00
0009-ngircd-Update-protocol-module-for-current-Anope.patch Shorten filenames of Anope protocol module patchfiles 2012-10-07 12:06:11 +02:00
0010-ngircd-Add-ProtongIRCd.patch Update preliminary ngIRCd protocol module for Anope 1.9.6 2012-02-04 12:55:41 +01:00
0011-ngircd-Update-protocol-module-for-current-Anope.patch Shorten filenames of Anope protocol module patchfiles 2012-10-07 12:06:11 +02:00
0012-ngircd-Channel-mode-r-is-supported-now.patch Update preliminary ngIRCd protocol module for Anope 1.9.6 2012-02-04 12:55:41 +01:00
0013-ngircd-Update-copyright-notice.patch Update preliminary ngIRCd protocol module for Anope 1.9.6 2012-02-04 12:55:41 +01:00
0014-ngircd-set-unset-GLINE-s-on-AKILL-commands.patch Update preliminary ngIRCd protocol module for Anope 1.9.6 2012-02-04 12:55:41 +01:00
0015-ngircd-ngIRCd-supports-channel-mode-e-now.patch Update preliminary ngIRCd protocol module for Anope 1.9.6 2012-02-04 12:55:41 +01:00
0016-ngircd-support-SQUERY-command.patch Update preliminary ngIRCd protocol module for Anope 1.9.6 2012-02-04 12:55:41 +01:00
Makefile.am Shorten filenames of Anope protocol module patchfiles 2012-10-07 12:06:11 +02:00
README Update preliminary ngIRCd protocol module for Anope 1.9.6 2012-02-04 12:55:41 +01:00

README

                     ngIRCd - Next Generation IRC Server
                           http://ngircd.barton.de/

               (c)2001-2012 Alexander Barton and Contributors.
               ngIRCd is free software and published under the
                   terms of the GNU General Public License.

                          -- contrib/Anope/README --


This directory contains two preliminary patches that (re-) add a ngIRCd
protocol module to the Anope 1.9 development branch. It has been tested
with Anope 1.9.6, there is no guarantee that it will work with other
versions as Anope 1.9.x is under heavy development ...

To build this Anope protocol module, you have to

 - Download the Anope 1.9.x sources (only tested with 1.9.6!),
 - Patch in the ngIRCd protocol module,
 - Build and install Anope as usual,
 - Configure Anope as usual, use "ngircd" as protocol module.

So the command sequence can be something like this:

 $ tar xzf anope-1.9.6-source.tar.gz
 $ cd anope-1.9.6-source
 $ for p in .../ngircd/contrib/Anope/*.patch ; do patch -p1 < $p ; done
 $ ./Config
 $ cd build
 $ make
 $ make install

Please have a look at the file doc/Services.txt for more information about
how to set up ngIRCd and Anope.