Update of /srv/cvs/ngircd/ngircd/src/ngircd
In directory Arthur:/tmp/cvs-serv13322/src/ngircd
Modified Files:
irc-channel.c
Log Message:
From: Rolf Eike Beer <eike(a)sf-mail.de>
Fix sending of JOINs between servers
I found a bug in "sending join between servers".
This does hit only operators that join a channel with at least 2 servers active in the net
the server the oper connects to sends "channel^Go" to the other servers
the other server first searches for the channel and then strips the modes from the channel name
he has to do the other way round: first strip and then check the channel name.
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd/src/ngircd
In directory Arthur:/tmp/cvs-serv12103/src/ngircd
Modified Files:
irc-mode.c
Log Message:
Channel_Mode cleanups
- better indentation
- move answering request into seperate function.
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd/contrib/MacOSX
In directory Arthur:/tmp/cvs-serv30798/contrib/MacOSX
Added Files:
de.barton.ngircd.plist.tmpl
Log Message:
LaunchDaemon plist for Mac OS X/Darwin launchd.
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd/contrib/MacOSX
In directory Arthur:/tmp/cvs-serv30414/contrib/MacOSX
Modified Files:
Makefile.am
Log Message:
Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd
In directory Arthur:/tmp/cvs-serv30414
Modified Files:
ChangeLog
Log Message:
Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd/contrib/MacOSX/ngIRCd.xcodeproj
In directory Arthur:/tmp/cvs-serv20165/contrib/MacOSX/ngIRCd.xcodeproj
Modified Files:
project.pbxproj
Log Message:
Added new test files to Xcode project.
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd/src/testsuite
In directory Arthur:/tmp/cvs-serv19455
Modified Files:
misc-test.e
Log Message:
Removed the SQUIT test for now, actually we don't support it yet.
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd/src/testsuite
In directory Arthur:/tmp/cvs-serv16637/src/testsuite
Modified Files:
Makefile.am
Added Files:
misc-test.e
Log Message:
Implemented IRC commands INFO, USERS (dummy), and SUMMON (dummy).
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd/src/ngircd
In directory Arthur:/tmp/cvs-serv16637/src/ngircd
Modified Files:
irc-info.c irc-info.h messages.h parse.c
Log Message:
Implemented IRC commands INFO, USERS (dummy), and SUMMON (dummy).
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd
In directory Arthur:/tmp/cvs-serv16637
Modified Files:
ChangeLog NEWS
Log Message:
Implemented IRC commands INFO, USERS (dummy), and SUMMON (dummy).
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.