<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.network.irc.ngircd">
    <title>gmane.network.irc.ngircd</title>
    <link>http://blog.gmane.org/gmane.network.irc.ngircd</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/554"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/547"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/538"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/535"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/534"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/532"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/531"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/530"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/529"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/524"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/523"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/513"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/512"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/511"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/509"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/508"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/503"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/502"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/501"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.irc.ngircd/500"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/554">
    <title>IRC OP</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/554</link>
    <description>&lt;pre&gt;Hallo,
ich habe das Problem das ich keine OP (Admin) Rechte mir geben kann, 
bzw. bekomme.

In der Config habe ich auch dafür ein User eingetragen, aber es geht nicht.

Bitte um Hilfe.

Gruß,
André
_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml

&lt;/pre&gt;</description>
    <dc:creator>André Z.</dc:creator>
    <dc:date>2012-05-25T10:55:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/547">
    <title>Channel Management</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/547</link>
    <description>&lt;pre&gt;





Arthur,
i solved my login problems. It was an SDL socket problem. So, i created a brand new socket management on my own and now everything works fine.
 
I am actually enjoying checking the various client commands and relative server responds, and i have two questions for you, i believe you can help.
 
 
On Channel_Create you actually create one channel (&amp;amp;Server) in your server. Then you have another method   Channel_InitPredefined(), which created a list of 'predefined' channels contained into a GLOBAL array Conf_Channels. I actually don't understand where (and if) this array is populated. 
 
Second question regards messages in chan. Actually the IRC protocol talks about PRVMSG but not about messages that client sends to chan. Is there a prefix or is a server feature, which broadcasts the message to all the clients belonging to  the same chan?
 
Tnx again for your help, and congrats for the IRC Server developed.
 
Cheers
alex
  _______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Alessandro Alessio</dc:creator>
    <dc:date>2012-05-03T13:20:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/538">
    <title>User Registration</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/538</link>
    <description>&lt;pre&gt;








 
Hi all,
I am a new user of the ngircd. I created an IRC client in C++ and i am now interested in testing it with your ngircd server.
 
i am having some troubles during the registration phase and i don't understand where i am wrong. I wonder if any of you can help.
 
The IRC protocol states that client has to register the user following these steps:
 
1. Pass message
2. Nick message                 2. Service message
3. User message
 
 
Actually, i create first a socket to the ngicrd  (run win -n) which responds "Accepted connection  from &amp;lt;IP&amp;gt; on socket &amp;lt;id&amp;gt;"
 
then i send the following messages:
 
PASS NOPASS\n\r
NICK giggio\n\r
USER guest 0 * :Ronald Reagan\n\r
 
 
And  after a while i get the following answers:
Shutting down connection &amp;lt;id&amp;gt; (Timeout) with &amp;lt;IP:port&amp;gt;
Client unregistered (&amp;lt;id&amp;gt;) : Timeout
 
I tried to use   /PASS   or to erase    \n\r   but i always get a Timeout error.
I don't get what i'm doing wrong since i am respecting the IRC Protocol
 
cheers,
alex
 
  _______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Alessandro Alessio</dc:creator>
    <dc:date>2012-04-24T14:56:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/535">
    <title>Multiple LAN Servers.....</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/535</link>
    <description>&lt;pre&gt;Hello,

I am trying to configure several servers that all connect over a LAN/MESH
(AD-HOC) network. I thought I had edited the ngircd.conf right but cannot
get it to work. How can I go about doing this? all of the servers would
share the same IP since they are on a AD-HOC MESH system


KC7NEC
Damon
_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Damon Talbot</dc:creator>
    <dc:date>2012-04-15T22:44:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/534">
    <title>ngIRCd 19.1</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/534</link>
    <description>&lt;pre&gt;Hello!

I just released the first „bug fix release“ for ngIRCd 19, named „19.1“. You can grab it on the usual locations, see below.

All changes are cosmetic (fixed typos in comments and log messages) or fix our build system, there have been no functional changes – so if you built and installed ngIRCd 19 successfully, there is no big reason to update. But feel free to do so anyway :-)

Please see the NEWS and ChangeLog files for all the glory details:

- &amp;lt;http://ngircd.barton.de/doc/NEWS&amp;gt;
- &amp;lt;http://ngircd.barton.de/doc/ChangeLog&amp;gt;

You can find more information on our homepage at &amp;lt;http://ngircd.barton.de/&amp;gt; and its mirror &amp;lt;http://ngircd.berlios.de/&amp;gt;. The primary download locations are:

- &amp;lt;ftp://ftp.berlios.de/pub/ngircd/&amp;gt;
- &amp;lt;http://ngircd.barton.de/pub/ngircd/&amp;gt;

Regards
Alex


_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Alexander Barton</dc:creator>
    <dc:date>2012-03-19T19:05:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/532">
    <title>[PATCH] Fix testcase error for Debian using sbuild</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/532</link>
    <description>&lt;pre&gt;Hello,

for reasons beyond my understanding, when

* building the ngircd Debian package (on Linux at least) and
* using the sbuild build system,

the command "ps -af" does not include the commands running inside the
sbuild system. Therefore, start-server.sh will report a fail as
getpid.sh cannot not find the ./T-ngircd1 just started although it's
actually running. This results in a funny build log ...

  starting server 1 ... failure!
    FAIL: start-server1
  running connect-test ... ok.
    PASS: connect-test

The self-test of getpid.sh however will likely succeed as it's happy
if it sees any process with "sh" somewhere in the name. Things go
downhill from there.

The confusing things are:

* The alternative cowbuilder/pbuilder does not have this problem.
* The alternative usage "ps ax" does fine.

This took a few days to track down.

So, as a quick hack, the patch attached adds another switch to
getpid.sh. It's already included in the Debian package ngircd-19-1
uploaded a few hours ago.

As briefly discussed in IRC, the whole start-server/getpid thingie is
very fragile and needs a cleanup. Unfortunately, any solution has to
keep in mind ngircd aims to be portable so we cannot use advanced
solutions for the problem of sane daemon starting/stopping like
start-stop-daemon.

Cheers,

    Christoph

diff --git a/src/testsuite/getpid.sh b/src/testsuite/getpid.sh
index fd3b342..19ced76 100755
--- a/src/testsuite/getpid.sh
+++ b/src/testsuite/getpid.sh
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -13,6 +13,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; elif [ $UNAME = "A/UX" ]; then
   PS_FLAGS="-ae"; PS_PIDCOL="1"; HEAD_FLAGS="-1"
 elif [ $UNAME = "GNU" ]; then
   PS_FLAGS="-ax"; PS_PIDCOL="2"; HEAD_FLAGS="-n 1"
+elif [ $UNAME = "Linux" ]; then
+  PS_FLAGS="ax"; PS_PIDCOL="1"; HEAD_FLAGS="-n 1"
 elif [ $UNAME = "SunOS" ]; then
   PS_FLAGS="-af"; PS_PIDCOL=2; HEAD_FLAGS="-n 1"
 else


_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Christoph Biedl</dc:creator>
    <dc:date>2012-03-03T16:24:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/531">
    <title>ngIRCd 19</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/531</link>
    <description>&lt;pre&gt;Hi List Readers!

„We proudly present ngIRCd 19!“ – so here it is, the next stable release of ngIRCd!

There have been a few last fixes since the release candidate, for example the „SyslogFacility“ configuration variable should really work now and you can use GCC 2.7.2 again to build it [yeah, I know, who cares – but indeed a few do, including me ;-)].

Besides these fixes, ngIRCd 19 is the most usable release in combination with Anope IRC services ever: lots of enhancements and fixes went in, in addition to an updated Anope protocol module that works with Anope 1.9.6 released in early February (see included ./doc/Services.txt and ./contrib/Anope/README files for details).

The flood protection and „abuse prevention behavior“ has been greatly enhanced, for example by introducing new limits for channel ban and invite lists (MODE +b/+I) and other list replies (LIST, WHO, WHOIS, WHOWAS). And there are new commands (like GLINE and KLINE), new user modes (R, C) and channel modes (r, R), and channel exception lists (e) have been implemented as well. Lots of commands have been enhanced to better follow the RFC-specified and/or well known syntax and behavior (MODE, LINKS, WHO, LUSERS, …).

Please read the NEWS and ChangeLog files for the whole story:

- &amp;lt;http://ngircd.barton.de/doc/NEWS&amp;gt;
- &amp;lt;http://ngircd.barton.de/doc/ChangeLog&amp;gt;

You can find more information on our homepage at &amp;lt;http://ngircd.barton.de/&amp;gt; and its mirror &amp;lt;http://ngircd.berlios.de/&amp;gt;. The primary download locations are:

- &amp;lt;ftp://ftp.berlios.de/pub/ngircd/&amp;gt;
- &amp;lt;http://ngircd.barton.de/pub/ngircd/&amp;gt;

And as usual: send questions to this list, file bug reports (for bugs and enhancements), send patches, join &amp;lt;irc://irc.barton.de/ngircd&amp;gt;, and have fun! ;-)

Regards
Alex



_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Alexander Barton</dc:creator>
    <dc:date>2012-02-29T23:11:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/530">
    <title>ngIRCd 19~rc1</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/530</link>
    <description>&lt;pre&gt;Hello!

Today I prepared the first release candidate for the next release of ngIRCd: version 19~rc1.

Since the last release back in July, there have been lots of enhancements, new features, and bug fixes. Thanks to all testers, bug reporters and contributors!

There is support for more user modes (like „C“), channel modes (like „R“), IRC commands (like GLINE and KLINE), much better flood and overload protection, and an updated protocol module for Anope IRC services 1.9.6.

Please have a look at the GIT history or the NEWS and ChangeLog files:

 * &amp;lt;http://ngircd.barton.de/doc/NEWS&amp;gt;
 * &amp;lt;http://ngircd.barton.de/doc/ChangeLog&amp;gt;
 * &amp;lt;http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&amp;gt;

This is our first release candidate; not the final release. So keep in mind that there can be bugs: please report all problems you encounter, to the mailing list or our bug tracker — thanks!

You can find this on the download page and the usual mirrors:

 * &amp;lt;http://ngircd.barton.de/download&amp;gt;
 * &amp;lt;http://ngircd.barton.de/pub/ngircd/&amp;gt;
 * &amp;lt;ftp://ftp.berlios.de/pub/ngircd/&amp;gt;

There are source packages, GnuPG signatures, and a binary package for Mac OS X.

And I updated my unofficial Debian packages as well.

Regards
Alex



_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Alexander Barton</dc:creator>
    <dc:date>2012-02-13T00:18:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/529">
    <title>qwebirc connection limit</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/529</link>
    <description>&lt;pre&gt;hi, I have reached the ip connection limit. is it possible to raise it for
webchat (localhost) and not for every ip address?
_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Rodrigo Valiña Gutiérrez</dc:creator>
    <dc:date>2012-01-22T08:11:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/524">
    <title>"MODE #CHANNEL +b !" can crash the ircd ...</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/524</link>
    <description>&lt;pre&gt;"MODE #CHANNEL +b !" can crash the ircd ...
_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Cahata</dc:creator>
    <dc:date>2012-01-02T21:33:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/523">
    <title>ngIRCd bans doesnt work properly...</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/523</link>
    <description>&lt;pre&gt;in ngircd bans can be set in freeform dont acording that nick cant exceed
"NICKLEN" ident cant be longer that 9 characters and domain name cant
exceed 63 characters or longer if subdomain is used ....
_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Cahata</dc:creator>
    <dc:date>2011-12-24T01:18:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/513">
    <title>Modifications to prevent abuse</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/513</link>
    <description>&lt;pre&gt;Hello,

I've modified a bit the source code of ngircd to let the IRC operators to bypass the +x and +i mode, so the commands who, whois, whowas, userhost and list will show the invisible and host masked users and invisible channels. I made it in my network to prevent abuse.

However, before releasing the modification, I would like to ask: is that forbidden by the ngircd philosophy?

If not, can someone please tell me how to release a patch, so everyone could also use this features?

Thanks : )_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Wyke Yeahman</dc:creator>
    <dc:date>2011-12-15T16:04:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/512">
    <title>Frage: KLINE</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/512</link>
    <description>&lt;pre&gt;
Hi:

Kann man im ngircd /mode +k setzen, um User notfalls komplett aus dem
Server zu entfernen?

Danke.

mm.


_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml

&lt;/pre&gt;</description>
    <dc:creator>Michaela Merz</dc:creator>
    <dc:date>2011-12-15T15:59:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/511">
    <title>Spam protection</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/511</link>
    <description>&lt;pre&gt;Hi,

at the moment I have a problem with someone who is using proxies and/or 
bots to connect to the server, then he sends a spam message, reconnects 
with another IP/Nick and sends a slightly modified message again and so on.

At the moment I helped myself by setting the channel modes to +m. But I 
dont really like this. Is there a way to block proxies/bots before they 
actually connect? I know that other IRC servers can use DNSBLs for that 
but afaik ngircd doesn't have that option.


Sebastian
_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml

&lt;/pre&gt;</description>
    <dc:creator>Sebastian Köhler</dc:creator>
    <dc:date>2011-10-07T10:16:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/509">
    <title>ngircd 18 on Nexenta: works</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/509</link>
    <description>&lt;pre&gt;ngIRCd 18 has been configured with the following options:

             Target: i386-pc-solaris2.11
           Compiler: gcc -std=gnu99
     Compiler flags: -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"$(sysconfdir)"'
          Libraries: -lz -lsocket -lnsl 

    'ngircd' binary: /usr/local/sbin
 Configuration file: /usr/local/etc
       Manual pages: /usr/local/share/man
      Documentation: /usr/local/share/doc/ngircd

     Syslog support: yes     Enable debug code: no
   zlib compression: yes           IRC sniffer: no
   Use TCP Wrappers: no        Strict RFC mode: no
      IDENT support: no          IRC+ protocol: yes
      IPv6 protocol: no            I/O backend: "/dev/poll"
        PAM support: no            SSL support: no



                              the executable works ("runs") as expected --+
                                tests run successfully ("make check") --+ |
                                           ngIRCd compiles ("make") --+ | |
                                                ./configure works --+ | | |
                                                                    | | | |
Platform                    Compiler     ngIRCd     Date     Tester C M T R See
--------------------------- ------------ ---------- -------- ------ - - - - ---
i386/pc/solaris2.11         gcc 4.2.3    18         11-08-17 goetz  Y Y Y Y (4)

# file src/ngircd/ngircd
src/ngircd/ngircd: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), not stripped

# uname -a
SunOS nexentia 5.11 NexentaOS_134f i86pc i386 i86pc Solaris

(Nexenta is in 64 bit mode here)

Regards
Götz
_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml

&lt;/pre&gt;</description>
    <dc:creator>Götz Hoffart</dc:creator>
    <dc:date>2011-08-16T22:33:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/508">
    <title>ngIRCd 18</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/508</link>
    <description>&lt;pre&gt;Hi All!

Finally, here it is: ngIRCd 18 has been released today!

Since our 2nd release candidate, a preliminary protocol module for the upcoming Anope 1.9 services package has been added to our contrib/ directory, our documentation has been slightly updated, and no WHOWAS information will be leaked when disabling „MorePrivacy“ mode during runtime.

Please see doc/Services.txt and contrib/Anope/README if you are interested in using ngIRCd 18 with the development branch 1.9.x of Anope IRC services! Latest tested release of Anope is 1.9.4, there is no guarantee that it will work with newer versions, because the 1.9 branch of Anope is under heavy development …

Since release 17.1, there is quite a bit of new functionality with new configuration options like „MorePrivacy“, „ScrubCTCP“, „RequireAuthPing“, „ NoticeAuth“, „CloakHost“ and „CloakUserToNick“; a new channel mode „O“ („IRC Ops only“); support for ZeroConf service registration has been removed; and, quite prominent, the restructuring of the ngircd.conf configuration file.

Please have a look at our GIT history or the NEWS and ChangeLog files for the whole story:

- &amp;lt;http://ngircd.barton.de/doc/NEWS&amp;gt;
- &amp;lt;http://ngircd.barton.de/doc/ChangeLog&amp;gt;

And please DON’T FORGET TO READ the INSTALL text, it contains valuable upgrading information regarding the new structure of ngircd.conf:

- &amp;lt;http://ngircd.barton.de/doc/INSTALL&amp;gt;

You can find more information on our homepage at &amp;lt;http://ngircd.barton.de/&amp;gt; and its mirror &amp;lt;http://ngircd.berlios.de/&amp;gt;. Our primary download locations are:

- &amp;lt;ftp://ftp.berlios.de/pub/ngircd/&amp;gt;
- &amp;lt;http://ngircd.barton.de/pub/ngircd/&amp;gt;

I hope you enjoy this new release – have fun!

Regards
Alex



_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Alexander Barton</dc:creator>
    <dc:date>2011-07-10T20:45:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/503">
    <title>ngIRCd 18~rc2 on NetBSD 1.6.2 i386</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/503</link>
    <description>&lt;pre&gt;Works fine:

ngIRCd 18~rc2 has been configured with the following options:

             Target: i386-unknown-netbsdelf1.6.2
           Compiler: gcc
     Compiler flags: -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"$(sysconfdir)"'
          Libraries: -lz 

    'ngircd' binary: /usr/local/sbin
 Configuration file: /usr/local/etc
       Manual pages: /usr/local/share/man
      Documentation: /usr/local/share/doc/ngircd

     Syslog support: yes     Enable debug code: no
   zlib compression: yes           IRC sniffer: no
   Use TCP Wrappers: no        Strict RFC mode: no
      IDENT support: no          IRC+ protocol: yes
      IPv6 protocol: no            I/O backend: "poll()"
        PAM support: no            SSL support: no



platformtest.sh: Checking ngIRCd base source directory ...
platformtest.sh: Checking for "./autogen.sh" script ...
platformtest.sh: Running "./configure" script ...
platformtest.sh: Running "make" ...
platformtest.sh: Running "make check" ...

                              the executable works ("runs") as expected --+
                                tests run successfully ("make check") --+ |
                                           ngIRCd compiles ("make") --+ | |
                                                ./configure works --+ | | |
                                                                    | | | |
Platform                    Compiler     ngIRCd     Date     Tester C M T R See
--------------------------- ------------ ---------- -------- ------ - - - - ---
i386/unknown/netbsdelf1.6.2 gcc 2.95.3   18~rc2     11-07-10 root   Y Y Y Y



Grüße
Götz
_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml

&lt;/pre&gt;</description>
    <dc:creator>Götz Hoffart</dc:creator>
    <dc:date>2011-07-09T22:38:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/502">
    <title>sudo nick command for IRC operators</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/502</link>
    <description>&lt;pre&gt;This might exist, but perhaps someone can send me the exact command.

I am looking for a command that IRC operators can use that would  
change another users nickname. Something like;

/sudo nick Guest849 peter

If this exists could someone send me the syntax?

I am running a small IRC network that I use on my website as a simple  
way for people to contact me real time. The initial page uses a mibbit  
web interface that asks people to start by entering their nickname,  
but you would be amazed at how many people just click through with the  
Guest??? nick. And then... the first thing they will say is "Rich,  
it's peter". At that point I it would be great for me for me to be  
able to change their nickname for them instead of telling them how to  
change their nick themselves.

Cheers! RichGriese-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml

&lt;/pre&gt;</description>
    <dc:creator>Rich Griese</dc:creator>
    <dc:date>2011-07-09T00:24:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/501">
    <title>ngircd: Checks on Debian &lt; at &gt; MIPS</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/501</link>
    <description>&lt;pre&gt;Hi,

there are some errors for platformtest.sh on my Cobalt Qube 1, 150 MHz MIPS CPU, 60 MB RAM, Debian 4.0.

# cat /etc/debian_version 
4.0

# cat /proc/cpuinfo 
system type: Cobalt Qube
processor: 0
cpu model: Nevada V1.0  FPU V1.0
BogoMIPS: 148.99
wait instruction: yes
microsecond timers: yes
tlb_entries: 48
extra interrupt vector: yes
hardware watchpoint: no
ASEs implemented:
shadow register sets: 1
VCED exceptions: not available
VCEI exceptions: not available


# time ./configure

ngIRCd 18~rc2 has been configured with the following options:

             Target: mipsel-unknown-linux-gnu
           Compiler: gcc -std=gnu99
     Compiler flags: -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"$(sysconfdir)"'
          Libraries: -lz 

    'ngircd' binary: /usr/local/sbin
 Configuration file: /usr/local/etc
       Manual pages: /usr/local/share/man
      Documentation: /usr/local/share/doc/ngircd

     Syslog support: yes     Enable debug code: no
   zlib compression: yes           IRC sniffer: no
   Use TCP Wrappers: no        Strict RFC mode: no
      IDENT support: no          IRC+ protocol: yes
      IPv6 protocol: no            I/O backend: "epoll(), select()"
        PAM support: no            SSL support: no


real6m3.430s
user3m43.846s
sys2m6.552s


# time make

real10m12.506s
user9m21.779s
sys0m35.626s


root&amp;lt; at &amp;gt;qube:~/ngircd-18~rc2/contrib # ./platformtest.sh 
platformtest.sh: Checking ngIRCd base source directory ...
platformtest.sh: Checking for "./autogen.sh" script ...
platformtest.sh: Running "./configure" script ...
platformtest.sh: Running "make" ...
platformtest.sh: Running "make check" ...
portabtest.c: In function 'main':
portabtest.c:43: warning: the address of 'snprintf', will always evaluate as 'true'
portabtest.c:44: warning: the address of 'vsnprintf', will always evaluate as 'true'
portabtest.c:45: warning: the address of 'strlcpy', will always evaluate as 'true'
portabtest.c:46: warning: the address of 'strlcat', will always evaluate as 'true'
./getpid.sh: line 22:  7161 Speicherzugriffsfehler  ps $PS_FLAGS &amp;gt;/dev/null 2&amp;gt;&amp;amp;1
./getpid.sh: line 31:  7162 Speicherzugriffsfehler  ps $PS_FLAGS &amp;gt;procs.tmp
./getpid.sh: line 22:  7185 Speicherzugriffsfehler  ps $PS_FLAGS &amp;gt;/dev/null 2&amp;gt;&amp;amp;1
./getpid.sh: line 31:  7186 Speicherzugriffsfehler  ps $PS_FLAGS &amp;gt;procs.tmp
make[3]: *** [check-TESTS] Fehler 1
make[2]: *** [check-am] Fehler 2
make[1]: *** [check-recursive] Fehler 1
make: *** [check-recursive] Fehler 1

                              the executable works ("runs") as expected --+
                                tests run successfully ("make check") --+ |
                                           ngIRCd compiles ("make") --+ | |
                                                ./configure works --+ | | |
                                                                    | | | |
Platform                    Compiler     ngIRCd     Date     Tester C M T R See
--------------------------- ------------ ---------- -------- ------ - - - - ---
mipsel/unknown/linux-gnu    gcc 4.1.2    18~rc2     11-07-05 root   Y Y N Y (1)


Grüße
Götz


_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml

&lt;/pre&gt;</description>
    <dc:creator>Götz Hoffart</dc:creator>
    <dc:date>2011-07-05T20:43:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/500">
    <title>ngIRCd 18~rc2</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/500</link>
    <description>&lt;pre&gt;Moin, moin!

This morning I released the 2nd release candidate for the ngIRCd 18 release: ngIRCd 18~rc2.

Some documentation and our manual pages have been updated and a SSL-related regression has been fixed, that prevented the current ngIRCd to link with elder releases using SSL.

Please have a look at our GIT history or the NEWS and ChangeLog files for the whole story:

 - &amp;lt;http://ngircd.barton.de/doc/NEWS&amp;gt;
 - &amp;lt;http://ngircd.barton.de/doc/ChangeLog&amp;gt;

And as already stated for the 1st release candidate, please DON’T FORGET TO READ the INSTALL text, it contains valuable upgrading information regarding the new structure of ngircd.conf:

 - &amp;lt;http://ngircd.barton.de/doc/INSTALL&amp;gt;

You can find this prerelease here:

 - &amp;lt;ftp://ftp.berlios.de/pub/ngircd/&amp;gt;
 - &amp;lt;ftp://ngircd.barton.de/pub/ngircd/&amp;gt;

There are source packages, GnuPG signatures, and a binary package for Mac OS X.

Regards
Alex



_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml
&lt;/pre&gt;</description>
    <dc:creator>Alexander Barton</dc:creator>
    <dc:date>2011-06-29T11:53:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.irc.ngircd/499">
    <title>ngIRCd 18~rc1</title>
    <link>http://comments.gmane.org/gmane.network.irc.ngircd/499</link>
    <description>&lt;pre&gt;Hi All!

Here it is, the first release candidate for ngIRCd release 18!

Our last release dates back to 2010, so it’s long overdue … and in the meantime, lots of patches and enhancements have accumulated. All in all, 116 files changed and there were 3590 insertions and 2306 deletions to our codebase since release 17.1 — quite a lot.

There is new functionality with new configuration options like „MorePrivacy“, „ScrubCTCP“, „RequireAuthPing“, „ NoticeAuth“, „CloakHost“ and „CloakUserToNick“; a new channel mode „O“ („IRC Ops only“); support for ZeroConf service registration has been removed; and, quite prominent, the restructuring of the ngircd.conf configuration file.

Please have a look at our GIT history or the NEWS and ChangeLog files for the whole story:

 - &amp;lt;http://ngircd.barton.de/doc/NEWS&amp;gt;
 - &amp;lt;http://ngircd.barton.de/doc/ChangeLog&amp;gt;

And please DON’T FORGET TO READ the INSTALL text, it contains valuable upgrading information regarding the new structure of ngircd.conf:

 - &amp;lt;http://ngircd.barton.de/doc/INSTALL&amp;gt;

This is our first release candidate; not the final release. So keep in mind that there can be bugs: please report all problems you encounter, to the mailing list or our bug tracker — thanks!

You can find this prerelease here:

 - &amp;lt;ftp://ftp.berlios.de/pub/ngircd/&amp;gt;
 - &amp;lt;ftp://ngircd.barton.de/pub/ngircd/&amp;gt;

There are source packages, GnuPG signatures, and a binary package for Mac OS X.

Regards
Alex

PS.: I will update my unofficial debian repository as soon as I find time …



_______________________________________________

ngIRCd Mailing List: ngIRCd-ML-EMpFFsXnuz6pQb5flZfKBQ&amp;lt; at &amp;gt;public.gmane.org
http://arthur.barton.de/mailman/listinfo/ngircd-ml

&lt;/pre&gt;</description>
    <dc:creator>Alexander Barton</dc:creator>
    <dc:date>2011-06-27T22:22:48</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.irc.ngircd">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.irc.ngircd</link>
  </textinput>
</rdf:RDF>

