diff options
| author | Alexander Barton <alex@barton.de> | 2012-11-04 13:58:25 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-11-10 21:26:25 +0100 |
| commit | 45b0bb5aff6157409ea88b344c34b7bf84dc8886 (patch) | |
| tree | 8a07254443c887b6dbdd648d8866702cb8e43e71 /contrib/Anope/README | |
| parent | c7db2f8429c161835f6a9ed4523f45c23918892b (diff) | |
| download | ngircd-45b0bb5aff6157409ea88b344c34b7bf84dc8886.tar.gz ngircd-45b0bb5aff6157409ea88b344c34b7bf84dc8886.zip | |
Remove Anope "ngircd" protocol module patches
Starting with Anope 1.9.8, the ngIRCd protocol module is included in the Anope distribution, so there's no longer any need to support our own (but now heavily outdated!) patches. Therefore remove them.
Diffstat (limited to 'contrib/Anope/README')
| -rw-r--r-- | contrib/Anope/README | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/contrib/Anope/README b/contrib/Anope/README deleted file mode 100644 index 50f025c7..00000000 --- a/contrib/Anope/README +++ /dev/null @@ -1,35 +0,0 @@ - - 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. |