On Mon, 2008-06-09 at 21:54 +0300, Emanuel wrote:
> Can anyone udpate http://gnuworld.undernet.org/ with a working cvs
> server... or at least a statement which says if GNUWorld can be
> donwloaded or not ?
> Thank you.
That the web site needs an update is a given, but the proper CVS
repository pa
It's difficult to say what the problem might be.
[EMAIL PROTECTED] ~/gnuworld]$ find . -name ADDUSERIDCommand.cc
[EMAIL PROTECTED] ~/gnuworld]$
That file is not part of the standard gnuworld distribution, so it would
be difficult to figure out what is causing the problem. Just from the
first wa
Looks like that module isn't being compiled. Make sure to add it to the
Makefile.am, and rerun automake/autoconf.
Tim Ireland wrote:
> i now this isnt a 'default' part of the services, but i was wondering if
> anyone has managed to get it to work with GNUWorld.
> the version of gnuworld i am ru
Should be possible ..
ALTER table users and replace VARCHAR(12) with VARCHAR(25) for user_name.
And of course you need to change the php script, that is used for account
registration.
> Coder-Com.
>
> Just a quick question. I'm running GNUWorld and IRCu (11.04). I changed
> the
> ACCOUNTLEN in
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> Coder-Com.
>
> Just a quick question. I'm running GNUWorld and IRCu (11.04). I changed the
> ACCOUNTLEN in include/ircd_defs.h as I want to allow the usernames with
> mod.cservice to be longer and i put this to '25'. Is it possible to create
> us
Hi,
tha patch works fine on us... Did you compiled it properly ?
Be sure you did, or give more info about the error you have.
King Regards
Cti-
- Original Message -
From: "mark l" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 29, 2002 3:44 AM
Subject: [Coder-Com] GN
Where on your system is getopt.h located?
The legend of the darkness wrote:
> When i was trying to compile GNUWorld
> getopts.h was not found, required by main.cc
>
> The system is FreeBSD 4.6-Release with gcc 2.95.3
>
> Any ideas?
>
> Thanks for your time,
> Andreas Louca
> [EMAIL PROTECTED]
>
> can you include some error messages?
I doubt that there were any error messages:
> > [...] the gmake stalls at the point where the cservice.cc messages
show [...]
Kind regards
--
Tom Rons ([EMAIL PROTECTED])
(http://openircd.org/trons/)
can you include some error messages?
- Original Message -
From: "clueless person" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 28, 2002 1:33 PM
Subject: [Coder-Com] GNUWorld Question - PLEASE help!
> Hello coder-com, sorry to bother you!
> I'm having a weird problem
> > It is very, very important that the max users field be of the correct
> > form.
> > --
> > Kevin L. Mitchell <[EMAIL PROTECTED]>
>
> indeed. i hope it'll be fixed? (127 looks very ok to me)
>
> i think of another idea: in ircu, check the numeric of the S message and
> force it to be 2^n-1 (o
> It is very, very important that the max users field be of the correct
> form.
> --
> Kevin L. Mitchell <[EMAIL PROTECTED]>
indeed. i hope it'll be fixed? (127 looks very ok to me)
i think of another idea: in ircu, check the numeric of the S message and
force it to be 2^n-1 (otherwise break the
> Why not? As I understand it, the max users field is useless anyway.
The max users field is used by ircu to perform a kind of modulus operation
on the user numeric. The operation used is a bitwise operation that
requires that the max users field be 2^n-1. If you don't do this, you can
have pr
Quoting Sir Vulcan <[EMAIL PROTECTED]>:
>
> sqlUser::loadData> Attempting to load data for user-name: sirvulcan
> sqlUser::loadData> SELECT
>
id,user_name,password,url,language_id,flags,last_updated_by,last_updated,email,maxlogins
>
> FROM users WHERE lower(user_name) = 'sirvulcan'
> cmaster::
Why not? As I understand it, the max users field is useless anyway.
Dan
bas wrote:
> why does gnuworld (still) send its "max users" numeric be "ABl"
> (obviously NOT a 2^n-1)
ok sorry got mixed up before and ran an extra update script (update.delete).
i removed and recreated the databases with my db backup's and inserted the
ccontrol update.. now i get
[IN]: ABAAX P [EMAIL PROTECTED] :login sirvulcan X
cmaster::getUserRecord> Cache hit for sirvulcan
[OUT]: AzAAA
i can insert it because * already exists
cservice=# SELECT id,name FROM CHANNELS;
id |name
+
1 | *
2 | #coder-com
(2 rows)
>From: Mathieu René <[EMAIL PROTECTED]>
>To: 'Sir Vulcan' <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>Subject: RE : [Co
Try recreating the '*' channel with an SQL query... use some code from
cservice.addme.sql if needed.
Math
[EMAIL PROTECTED]
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
De la part de Sir Vulcan
Envoyé : 12 juillet, 2002 06:33
À : [EMAIL PROTECTED]
Objet : [Coder-
[mailto:[EMAIL PROTECTED]]
Sent: 12 July 2002 12:56
To: [EMAIL PROTECTED]
Subject: Re: [Coder-Com] gnuworld problem
ok your not going to be very happy at me for this 3rd email lol
i through id see wat happens with fresh databases and i get the first
problem i had (in the first email of this
ok your not going to be very happy at me for this 3rd email lol
i through id see wat happens with fresh databases and i get the first
problem i had (in the first email of this series)
sqlUser::loadData> Attempting to load data for user-name: sirvulcan
sqlUser::loadData> SELECT
id,user_name,pas
At 06:17 28/05/2002, you wrote:
>on FreeBSD 4.5-release, I had conciderable difficulty getting gmake to work
>after doing a:
>
>' ./configure --enable-modules=cservice,ccontrol '
>
>gmake has difficulty finding 'getopt.h' ... i was able to work around this
>by copying:
>
>' /usr/lo
On Thu, 16 May 2002, Cosmin Marcu wrote:
> it doesn't load the modules (cservice, ccontrol,
> etc...). The "error" is in ltdl.c file in function
> lt_dl_open(...).
I would suspect you need to look at cygwin documentation to do
with porting...the modules will need to be built as DLLs, the
i am not sure many ppl will be able to help you as most of them program
under unix/linux and probably dont even use windows.
david
-Original Message-
From: Cosmin Marcu [mailto:[EMAIL PROTECTED]]
Sent: 16 May 2002 12:46
To: [EMAIL PROTECTED]
Subject: [Coder-Com] GNUWorld with cygwin
At 08:57 15/05/2002, you wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>This is the result of trying to compile the lastest version of
>GNUworld from CVS on an OpenBSD/sparc system.
>
>Any ideas as to a solution to this problem?
Hello,
have you tried using "gmake" as specified in the
> You can use = to have x translate it to userid, same for a lot of
> other features, but when it comes to the neccessary like op/deop/kick/voice
> you can't, how about the option to do the reverse effect in those commands ?
> E.g. if =bla is used in the command X will translate userid to nick and
> [EMAIL PROTECTED] wrote on 12/03/2002 11:08:44:
>
> > Since an upgrade to a new postgres I get the following issue:
> >
> > ccontrol.h:25: libpq-int.h: No such file or directory
> > In file included from ccontrol.cc:31:
> > ccontrol.h: In method `int gnuworld::uworld::cmDatabase::getPID()
> cons
In my diff to ccontrol that bug has been fixed... I will try to send it
all to bean today to fix the problem.
v7.2.5 already out? wow... last time I checked v7.2 had just come out...
~reed
On Tue, 2002-03-12 at 11:30, Greg Sikorski wrote:
> [EMAIL PROTECTED] wrote on 12/03/2002 11:08:44:
>
> >
[EMAIL PROTECTED] wrote on 12/03/2002 11:08:44:
> Since an upgrade to a new postgres I get the following issue:
>
> ccontrol.h:25: libpq-int.h: No such file or directory
> In file included from ccontrol.cc:31:
> ccontrol.h: In method `int gnuworld::uworld::cmDatabase::getPID()
const':
> ccontro
Hello,
May I see the answer to this email please? I'm interesting too in manually
editing the valuest stored in CService Database.
Thanks,
FunX
- Original Message -
From: Sir Vulcan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 24, 2002 8:38 AM
Subject: [Coder-Com]
>
> Your problem looks like you have upgraded your C++ compiler
> between building the library and gnuworld. The g++ people
> changed the mangling algorithm they use in their compiler a
> while back, and that means that some symbols in old
> libraries will try to be accessed with a different name
On Wed, 20 Feb 2002 11:36:09 -0500 you wrote:
> Hi,
> Dont tell me it's not the right mailing list, i've sent a similar
> msg to gnuworld dlevel mailing list and got no answer so feel free to
> help :)
>
> i'm using Slakware 7.0 2.2.20
> postrgreSQL 7.1.3
> gcc 3.0
> make 3.79
>
On Wed, Feb 20, 2002 at 11:36:09AM -0500, Rémy Cloutier wrote:
> /usr/local/include/g++-v3/bits/std_fstream.h:228: Internal error:
Upgrade your compiler. gcc-3.0.4 is out in two days or so.
--
Carlo Wood <[EMAIL PROTECTED]>
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 7:45 AM
Subject: Re: [Coder-Com] GNUWorld disk usage
> I don't know how to get a total byte size of every file in the bin
directory,
> but if you compile everything, gnuworld/bin appears to have at least 1
I don't know how to get a total byte size of every file in the bin directory,
but if you compile everything, gnuworld/bin appears to have at least 150MB of
executable, libraries and configuration files (I knew it used a fair
bit, but I didn't really look and didn't expect it to be THAT big
Make sure you read gnuworld/doc/README.appjudge and follow the directions.
Be SURE you edit the appjudge-config to set your settings also!
~reed
R33D33R@UnderNet
- Original Message -
From: "Radu Adam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 09, 2002 6:53 AM
S
Last I heard we were working on this.. but yeah, USP is still running the
old-x-emulation code, at least for the meantime. I know of a couple of
people whove coded emulation TCL so im sure our brilliant coders will work
their miracles per usual :P
Cheers
BlakJak
UserService Administrator :)
A
Speaking only as a user of gnuworld and not a coder, I would think it would
take a lot of recoding of the gnuworld core to do that...
Why not just do what I did Make an eggdrop tcl to emulate it Sure,
it'll be annoying getting users to sign up for usernames on a botservice
botnet (in
afaik, these problems are related to beta/unofficial releases of
compilers. Redhat and Mandrake (perhaps others as well) were shipped
with these incomplete compilers.
The gnuworld source code is written according to the C++ standard.
We have attempted on many occasions to find a way around t
That's pretty much the problem I was having wiith the 2.96* compilers, which
was included in Mandrake 8.0 that I just recently installed..
Uninstalling the 2.96* compiler rpms and installing the 2.95* rpms from my
Mandrake7.1 cd fixed the problem just fine.
In other words, GNUWorld do
- Original Message -
From: "Shaun O'keefe" <[EMAIL PROTECTED]>
To: "'Daniel Karrels'" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, June 07, 2001 7:32 PM
Subject: RE: [Coder-Com] GNUWorld Overview/Status
> May I
Title:
May I just add,
One of the testnet servers where we
are testing ccontrol is down at the moment due to some hardware faults on the
server.
This should be back up within the
week and ccontrol back onto the undernet testnet.
Kind Regards
Simba
Shaun Okeefe
[EMAIL PROTECTED]
40 matches
Mail list logo