Module: ngircd.git
Branch: master
Commit: 884c5bcff1dc1f4fb0e41b12af76d56db28d7de3
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=884c5bcf…
Author: Alexander Barton <alex(a)barton.de>
Date: Sun Apr 29 22:45:46 2012 +0200
doc/Platforms.txt: add "armv7l/unknown/linux-gnueabi"
---
doc/Platforms.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/doc/Platforms.txt b/doc/Platforms.txt
index 2f71038..bb13200 100644
--- a/doc/Platforms.txt
+++ b/doc/Platforms.txt
@@ -26,6 +26,7 @@ list can be updated. Thanks for your help!
Platform Compiler ngIRCd Date Tester C M T R See
--------------------------- ------------ ---------- -------- ------ - - - - ---
alpha/unknown/netbsd3.0 gcc 3.3.3 CVSHEAD 06-05-07 fw Y Y Y Y (3)
+armv7l/unkn./linux-gnueabi gcc 4.4.3 19.1 12-04-29 goetz Y Y Y Y (5)
hppa/unknown/openbsd3.5 gcc 2.95.3 CVSHEAD 04-05-25 alex Y Y Y Y
hppa1.1/unknown/linux-gnu gcc 3.3.3 0.8.0 04-05-30 alex Y Y Y Y
hppa2.0/unknown/linux-gnu gcc 3.3.5 13~rc1 08-12-02 alex Y Y Y Y
Module: ngircd.git
Branch: master
Commit: 3a2fcc32cd60822bf08c8e3e75061791e0abbf9d
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=3a2fcc32…
Author: William Pitcock <nenolod(a)dereferenced.org>
Date: Sun Apr 29 17:36:10 2012 +0000
Add instructions for setting up Atheme.
---
doc/Services.txt | 24 ++++++++++++++++++++++--
1 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/doc/Services.txt b/doc/Services.txt
index c2059b2..944afd4 100644
--- a/doc/Services.txt
+++ b/doc/Services.txt
@@ -14,8 +14,9 @@ But services acting as a "regular server" are supported, either using the IRC
protocol defined in RFC 1459 or RFC 2812.
Support for Services has been tested using "IRC Services" version 5.x by
-Andrew Church (<http://achurch.org/services/>), and a Anope 1.9 using a
-preliminary protocol module for ngIRCd (<http://www.anope.org/>).
+Andrew Church (<http://achurch.org/services/>), Anope 1.9 using a
+preliminary protocol module for ngIRCd (<http://www.anope.org/>), and
+Atheme 7.0.2 or later.
This document describes setting up ngIRCd and these services.
@@ -93,5 +94,24 @@ The documentation of IRC Services can be found here:
<http://www.ircservices.za.net/docs/>
+Setting up Atheme 7.0.2 or later
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Atheme 7.0.2 or later may be used with ngIRCd using the "ngircd" protocol
+module.
+
+The following settings need to be in atheme.conf:
+
+loadmodule "modules/protocol/ngircd";
+
+uplink "server.irc.net" {
+ password = "123abc";
+ port = 6667;
+};
+
+The documentation of Atheme can be found in the doc/ directory of the
+Atheme source distribution.
+
+
Please let us know if you are successfully using other IRC service packages or
which problems you encounter, thanks!
Module: ngircd.git
Branch: master
Commit: 2419a701d8d255275e731c8bcd594d92a46b7067
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=2419a701…
Author: Alexander Barton <alex(a)barton.de>
Date: Sun Apr 29 12:11:50 2012 +0200
doc/Modes.txt: Document missing channel mode "e"
---
doc/Modes.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/doc/Modes.txt b/doc/Modes.txt
index 0b0e488..e47e270 100644
--- a/doc/Modes.txt
+++ b/doc/Modes.txt
@@ -43,6 +43,7 @@ users to lists (e.g. "invite list", "ban list"), others have parameters
mode since description
b 0.5.0 Add/remove a host mask to the ban list.
+ e 19 Add/remove a host mask to the exception list.
i 0.5.0 Channel is "invite only".
I 0.5.0 Add/remove a host mask to the invite list.
k 0.6.0 Channel has a "key" (a password).
Module: ngircd.git
Branch: master
Commit: 110be707c306683c666bd736a8dcd7aef86d9f21
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=110be707…
Author: Alexander Barton <alex(a)barton.de>
Date: Sat Apr 28 01:00:34 2012 +0200
Merge branch 'master' of /srv/git/ngircd
* 'master' of /srv/git/ngircd:
"multi-prefix" capability 2/2: adjust NAME and WHO handlers
"multi-prefix" capability 1/2: implement complete CAP infrastructure
IRC_Send_NAMES(): Code cleanup
New function Client_CapSet() in addition to Client_Cap{Add|Del}
"CAP REQ" starts capability negotiation and delays user registration
Xcode: update project file for Xcode 4.3
Correctly handle "CAP END", new client type CLIENT_WAITCAPEND
Implement core IRC capability handling and "CAP" command
New "login" source file
Introduce_Client() => Client_Introduce(), and move it to client.c
---
Module: ngircd.git
Branch: master
Commit: 76565022fbda9a4054d7f74a46439db4145e5655
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=76565022…
Author: Alexander Barton <alex(a)barton.de>
Date: Sat Apr 28 00:49:37 2012 +0200
Merge branch 'capabilities'
* capabilities:
"multi-prefix" capability 2/2: adjust NAME and WHO handlers
"multi-prefix" capability 1/2: implement complete CAP infrastructure
IRC_Send_NAMES(): Code cleanup
New function Client_CapSet() in addition to Client_Cap{Add|Del}
"CAP REQ" starts capability negotiation and delays user registration
Correctly handle "CAP END", new client type CLIENT_WAITCAPEND
Implement core IRC capability handling and "CAP" command
New "login" source file
Introduce_Client() => Client_Introduce(), and move it to client.c
---