> I have a patch against the latest released ircu that adds a bofh mode.
> It is essentially a hack, that gives a oper with a special useflag (G)
> to act as a op everywhere on the network.
can't you just enable opmode?
___
Coder-com mailing list
Coder-c
most ircds have it as a constant.
the advantage of a constant is that fixed length buffers can be used for
speed.
the disadvantage is you have to recompile to change it.
On Sun, 13 Jun 2004, peter green wrote:
> doesn't gnuworld itself have a nicklen constant?
Is it really necessary to
doesn't gnuworld itself have a nicklen constant?
From: The Storm Surfer <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [Coder-Com] Re: [Bugs] Minor bug when banning with X using 12
letter nicknames
Date: Sat, 5 Jun 2004 15:08:49 -0400
MIME-Version: 1.0 (Apple Message framework v618)
Receiv
sounds like you've enabled realible clock on servers without reliable clocks
From: "wensu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: [Coder-Com] Weird behaviour
Date: Fri, 19 Mar 2004 01:34:10 +1100
MIME-Version: 1.0
Received: from mc5-f26.hotmail.com ([65.54.252.33]) by mc5-s2.hotmail
did you remember ./configure before make?
also you are very unlikely to be allowed to link to undernet the routing
comitte require very fast connection *and* an admin with a clue
From: "Malik Trueheart" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [Coder-Com] hlp
Date: Fri, 20 Feb
ok this should solve your problem
http://www.hfautism.com/filterproxy.exe
run it with the irc server you wan' to use as a command line perameter
for example
filterproxy eu.undernet.org
then tell mschat to connect to localhost
and it should work
note : i don't actually have a copy of mschat so i ha
fang)
Sender: [EMAIL PROTECTED]
Precedence: bulk
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 31 Mar 2003 11:58:43.0204 (UTC)
FILETIME=[E05DBC40:01C2F77C]
peter green wrote:
>
> ok tonight i'll try to code a sanitiseing proxy, mscaht connects to
> localhost my program connect
ok tonight i'll try to code a sanitiseing proxy, mscaht connects to
localhost my program connects on to the irc server then the program will
parse the traffic flowing from the irc server back to mschat and rebuild it
in a form mschat can handle
From: Kev <[EMAIL PROTECTED]>
To: [EMAIL PRO
for those of you who wan't to run gnuworld but don't have the disk space or
cannot get root access to install postgresql I would like to make it known
that in the next few days the linux/freebsd version of bworld should be
being released
it currently comes with the following bots
abot an auth servi
D]
X-OriginalArrivalTime: 18 Mar 2003 14:47:22.0023 (UTC)
FILETIME=[48483B70:01C2ED5D]
peter green wrote:
>
> i said end site not end user
>
> in other words a home connection will likely get a /48
> so will a large university site
>
it's li
i said end site not end user
in other words a home connection will likely get a /48
so will a large university site
If every end user were allocated a /48, clone control would not be a big
problem: just ignore the last 48 bits of the address. The harder problem
is that some end users are allocate
the way i would be inclient to implement a binary server - server protocol
would be as follows
perameters shorter than 64 chars would have a one byte prefix with the msb
0 for a perameter other than the last or 1 for the last perameter
the second most significant bit would be 0
the low 6 bits
firstly as most of you are no doubt aware 4 of the worlds 6 largest irc
networks are running p10 ircd's
would it not be easier to have a single codebase and have each network
#define out the features they don't require rather than everyone haveing to
make a patch work against a radically change
anding commands with just /n is allowed by all irc servers thaty i have
encountered
mirc sends this way and that is the worlds most popular irc client so no net
would dare disallow it
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [Coder-Com] user parameter
hmm a desynched op shouldn't happen in the first place
how did you create the desynch?
From: bas <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [Coder-Com] flaw in bounce
Date: Wed, 19 Feb 2003 12:55:48 +0100
MIME-Version: 1.0
Received: from mc9-f29.bay6.hotmail.com ([65.54.166.36]) by
mc9-s
one option is to use a * in the ip field so a server can link form anywhere
then set a very strong password
From: Kev <[EMAIL PROTECTED]>
To: Philippe Roux <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [Coder-Com] Idea. (HIGHLY RECOMMENDED)
Date: Tue, 17 Dec 2002 17:24:41 -0500
Received:
the best soloution i can think of for the mschat users would be for them to
run a relay which breaks up the messages and rebuilds them the way mschat
likes them
From: Kriztina <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [Coder-Com] a minor bug with mschat and the undernet?
Date: Sat, 26
but only a chanop in a channel a user joins can do that to a user and you
would need to get them back in after a sucessfull ban to continue testing
maybe it would work if a usaer had on both auto join on invite and auto
rejoin on kick but it would still
assumeing both of theese were on it would
running an irc daemon as root is a bad idea for security reasons
therefore you should run it as a user with the minumum permissions required
to make it run
now for some reason rather than expecting server admins to be sensible and
take responsibility for thier own security they force them to do
a netburst DOES flood clients it's just the flooding is only a problem in
very large channels you get similar flood problems on first joining a verry
large channel which is the whole reason for this auditorium stuff
>From: Mathieu Rene <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>CC: [EMAIL PRO
you do until everyone happens to leave and someone else steals ops
another option would be to make +channels start with no ops but be otherwise
normal
so an ircop could use /opmode in there if nessacerry
>From: Jeekay <[EMAIL PROTECTED]>
>To: Braden Temme <[EMAIL PROTECTED]>
>CC: [EMAIL PROTEC
you could broadcast the +v to clients whenever an opped and voiced client
uses thier opsr loses their ops
eg. if the user is opped and voiced when they are deoped clients will be
sent
:user2 mode -o+v user1 user1
rather than
:user2 mode -o user1
that should fix the problem
>From: "Tom Rons
i have an idea
one should have a seperate hard length and soft length
the hard length would be the maximum length a server could handle
the soft length would be the maximum length a client directly connected to a
server would be allowed to use
so you could increase the hard length slowly first
hmm kev
what does u2.10.11 do if it gets a hostname with an ! in form another
server?
>From: Kev <[EMAIL PROTECTED]>
>To: Mark Foster <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: Re: [Coder-Com] Allowed Hostnames Patch Required?
>Date: Mon, 29 Jul 2002 11:36:33 -0400
>Received: from mc
I think i have a soloution to your problem which would requier much less
upheavel
first you add a channel mode which redirects limit blocked clients to
another channel
then you have a bot which replicates the traffic
>From: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: [Coder-Com] Pa
see message below
can someone please ban [EMAIL PROTECTED]
>From: [EMAIL PROTECTED]
>Subject: [Coder-Com] Supply electric appliance
>Date: Fri, 28 Jun 2002 01:26:55 -0700
>MIME-Version: 1.0
>Received: from hotmail.com ([65.54.236.10]) by hotmail.com with Microsoft
>SMTPSVC(5.0.2195.4905); Fri,
0
>Sender: [EMAIL PROTECTED]
>Precedence: bulk
>Return-Path: [EMAIL PROTECTED]
>X-OriginalArrivalTime: 01 Jun 2002 10:21:25.0155 (UTC)
>FILETIME=[1573E730:01C20956]
>
>put this at the top of /etc/resolv.conf:
>
>domain yourisp.net
>
>- Original Message -
>F
bind?
>From: "peter green" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: [Coder-Com] Re: i got it
>Date: Fri, 31 May 2002 12:00:40 +
>MIME-Version: 1.0
>X-Originating-IP: [194.247.51.21]
>Received: from [66.134.
to install it in any way
>From: "Aaron Mason" <[EMAIL PROTECTED]>
>To: "peter green" <[EMAIL PROTECTED]>
>Subject: Re: [Coder-Com] Re: i got it
>Date: Fri, 31 May 2002 19:09:33 +1000
>MIME-Version: 1.0
>Received: from [203.29.126.5] by hotmail.com (3.
>X-MSMail-Priority: Normal
>X-Mailer: Microsoft Outlook Express 6.00.2600.
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.
>Sender: [EMAIL PROTECTED]
>Precedence: bulk
>
>lonfigure? I must have made a typo... it should be konfigure
>
>and did you install bind like
it will not build
first i got errors about a file called lonfigure missing
copying configure.in to lonfigure.in and configure to lonfigure fixed this
but i then got nonexistent function errors from res.c when linking
can you help
plugwash
On Sat, 25 May 2002 22:05:41 +1000 "Aaron Mason" wrot
if anyone has managed to get ircu to build under cygwin please e-mail
modified sources to [EMAIL PROTECTED] (it has a larger capacity than this
e-mail address :) )
_
Get your FREE download of MSN Explorer at http://explorer.msn.com
32 matches
Mail list logo