[Coder-com] gnuworld: gnu-v6 merged to master

2018-05-04 Thread Empus
Hi all, The gnu-v6 gnuworld branch has now been merged into master. This will be the primary moving forward following the significant round of enhancements in the last year. New branches may be used for other large developments, but outside of that we will use master and eventually remove gnu-v6

Re: [Coder-com] GNUWorld CVS

2008-06-09 Thread Kevin L. Mitchell
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

[Coder-com] GNUWorld CVS

2008-06-09 Thread Emanuel
Greetings, 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. ___ Coder-com mailing list Coder-com@undernet.org http://undernet.sbg.org/mailman/

[Coder-com] GNUWorld web problem.

2006-09-26 Thread Julien Landry
Hi, I have a serious problem. I installed GNUWorld yesterday and when I came to login via the web, it says: Too many failed login attempt for this username. But... it was my first and only attempt. At each installation that I made, it says always that. So, how can I fix that problem? It seems that

Re: [Coder-Com] GNUWorld Patches tracker: ADDUSERID

2004-01-27 Thread Dan Karrels
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

[Coder-Com] GNUWorld Patches tracker: ADDUSERID

2004-01-27 Thread darth
not sure if this is the right place to send this, as it isnt officially gnuworld, but would be appreciated if anyone can offer any advice/ support. -- g++ -DHAVE_CONFIG_H -I. -I. -I../include -DHAVE_NAMESPACE_STD -DHAVE_CXX_ST

[Coder-Com] GNUWorld ADDOPERCHAN Command (mod.ccontrol)

2003-02-06 Thread tim ireland
does anyone know if this command work atm? it appears to compile fine, it is listed in the db but whenever i use it UWorld tells me that its an Unknown command. can anyone help with this? _ Chat online in real time with MSN Messenger

Re: [Coder-Com] GNUWorld ADDUSERID Command?

2003-01-30 Thread Dan
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

[Coder-Com] GNUWorld ADDUSERID Command?

2003-01-30 Thread Tim Ireland
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 running if fairly recent ( cvs download from about two weeks ago) and seems to run fine, but the ADDUSERID command does not work. :/ [gnuworld@lo

SV: [Coder-Com] GNUWorld Question.

2003-01-18 Thread Morten Ørskov
Please delete any mail adress @itws.dk @ucon.dk Please confirm. -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] För [EMAIL PROTECTED] Skickat: 18. januar 2003 10:59 Till: clueless person Kopia: [EMAIL PROTECTED] Ämne: Re: [Coder-Com] GNUWorld Question

Re: [Coder-Com] GNUWorld Question.

2003-01-18 Thread volta2
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

Re: [Coder-Com] GNUWorld Question.

2003-01-17 Thread Isomer
-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

[Coder-Com] GNUWorld Question.

2003-01-17 Thread clueless person
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 usernames (i know it's possible, more so is it safe?) to add

[Coder-Com] GNUWorld Starting Bug

2002-12-08 Thread Richard Simard
I'm able to start GNUWorld if the modules are to configure like: #module = libcservice.la cservice.conf #module = libccontrol.la ccontrol.conf #module = libcloner.la cloner.conf #module = libnickserv.la nickserv.conf module = libstats.la stats.conf module = libscanner.la scanner.conf module = libg

Re: [Coder-Com] GNUWorld Query.

2002-10-02 Thread [EMAIL PROTECTED]
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

[Coder-Com] GNUWorld Query.

2002-09-28 Thread mark l
Hello Coder-Com. My network has recently upgraded to ircu2.10.11 and GNUWorld, both are excellent ! However we didn't want to use the website of GNUWorld as we would register channels another way, until we found out that usernames could only be created from the website. I spoke to alala and she

[Coder-Com] GNUWorld compile error

2002-08-30 Thread Berend
When I compile gnuworld on my machine, I get this error: ConnectionManager.cc: In method `bool gnuworld::ConnectionManager::finishAccept(gnuworld::ConnectionHandler *, gnuworld::Connection *)': ConnectionManager.cc:1190: static_cast from `size_t *' to `socklen_t *' and make fails. My machine:

[Coder-Com] GNUWorld problem

2002-07-29 Thread John
Hello. I (we) have a problem with GNUWorld on our network. When we register a channel to someone, no one get access to it. Or that's at least what it looks like. What I mean, is that for example if I registered the channel #coder-com_test to the username Isomer, and then tried to show who's go

Re: [Coder-Com] GNUWorld Compilation error

2002-07-28 Thread Dan
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] >

[Coder-Com] GNUWorld Compilation error

2002-07-28 Thread The legend of the darkness
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] Http://www.etechnova.net/

Re: [Coder-Com] GNUWorld Question - PLEASEEEEE help!

2002-07-27 Thread Tom Rons
> 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/)

Re: [Coder-Com] GNUWorld Question - PLEASEEEEE help!

2002-07-27 Thread Aaron Mason
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

[Coder-Com] GNUWorld Question - PLEASEEEEE help!

2002-07-27 Thread clueless person
Hello coder-com, sorry to bother you! I'm having a weird problem with GNUWorld, which i haven't encountered before and REALLY need your help, please! I tried asking in #coder-com but nobody seemed to know... Whilst i tried to re-compile GNUWorld, the gmake stalls at the point where the cservice

[Coder-Com] gnuworld sends character 0 at end of messages

2002-07-13 Thread bas
i discovered gnuworld sends a character NULL at the end of a lot of the messages, like B, J, M (except when done using QUOTE) this was causing problems with beware ircd as it uses delphi strings. i fixed the problem on my side but i feel gnuworld is breaking the protocol, NULL is a disallowed cha

Re: [Coder-Com] gnuworld numeric

2002-07-13 Thread Isomer
> > 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

Re: [Coder-Com] gnuworld numeric

2002-07-13 Thread bas
> 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

Re: [Coder-Com] gnuworld numeric

2002-07-12 Thread Kev
> 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

Fwd: Re: [Coder-Com] gnuworld problem

2002-07-12 Thread Andrew Miller
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::

Re: [Coder-Com] gnuworld numeric

2002-07-12 Thread Dan
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)

[Coder-Com] gnuworld numeric

2002-07-12 Thread bas
why does gnuworld (still) send its "max users" numeric be "ABl" (obviously NOT a 2^n-1)

Re: [Coder-Com] gnuworld problem

2002-07-12 Thread Sir Vulcan
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

Re: RE : [Coder-Com] gnuworld problem

2002-07-12 Thread Sir Vulcan
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

RE : [Coder-Com] gnuworld problem

2002-07-12 Thread Mathieu René
Objet : [Coder-Com] gnuworld problem 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' cmas

RE: [Coder-Com] gnuworld problem

2002-07-12 Thread David Richards
[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

Re: [Coder-Com] gnuworld problem

2002-07-12 Thread Sir Vulcan
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

[Coder-Com] gnuworld problem

2002-07-12 Thread Sir Vulcan
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::getUserRecord> There are 1 elements in the cache. sqlU

Re: [Coder-Com] GNUworld issue with gmake on FreeBSD

2002-05-28 Thread nighty
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

[Coder-Com] GNUworld issue with gmake on FreeBSD

2002-05-27 Thread pzl
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/local/include/getopt.h ' to ' /usr/include/

Re: [Coder-Com] GNUWorld with cygwin (fwd)

2002-05-16 Thread Chris Crowther
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

RE: [Coder-Com] GNUWorld with cygwin

2002-05-16 Thread David Richards
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

[Coder-Com] GNUWorld with cygwin

2002-05-16 Thread Cosmin Marcu
Hello. I know this is stupid but I want to run UWorld in my LAN on a Windows Me system. I guess the best solution to compile it is cygwin. I've built ircu with cygwin and it works fine. With GNUWorld I had some problems. After compiling and making the libraries and gnuworld.exe files I tried to l

Re: [Coder-Com] GNUworld fails to compile under OpenBSD/sparc 3.0

2002-05-15 Thread nighty
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

[Coder-Com] GNUworld fails to compile under OpenBSD/sparc 3.0

2002-05-15 Thread devnull
-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? $ gcc -v Reading specs from /usr/lib/gcc-lib/sparc-unknown-openbsd3.0/2.95.3/specs gcc version 2

[Coder-Com] GNUWorld Help

2002-04-15 Thread Cti-
Hello, I wrote about this before and nighty told me some stuuf but I can not solved it I have some more info in my hand so I ask for your help again. The original message was received at Tue, 16 Apr 2002 00:17:59 +0300 from apache@localhost - The following addresses had permanent fatal er

[Coder-Com] GNUworld compliation issues

2002-04-05 Thread Mathew Meins
While attempting to compile the latest version of GNUworld from CVS as of today at 0420UTC under OpenBSD/sparc 3.0-release with gcc 2.95.3, gmake 3.79.1, automake 1.4-p5 and autoconf 2.13, the following errors are returned: $ gmake

Re: [Coder-Com] Gnuworld: Suggestion

2002-03-16 Thread Kev
> 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

[Coder-Com] Gnuworld: Suggestion

2002-03-16 Thread Alexander Maassen
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 perform

[Coder-Com] GNUWorld Compile error

2002-03-15 Thread The legend of the darkness
I am running FreeBSD 4.5-Release gcc version 2.95.3 20010315 (release) [FreeBSD], postgresql 7.2 and i got a gnuworld compile error. cservice.cc:2132: syntax error before `;' cservice.cc:2134: `_list' undeclared (first use this function) cservice.cc:2134: (Each undeclared identifier is reported

Re: [Coder-Com] Gnuworld compile failure with postgres 7.2.5

2002-03-12 Thread |MrBean|
> [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

Re: [Coder-Com] Gnuworld compile failure with postgres 7.2.5

2002-03-12 Thread Reed L.
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: > > >

Re: [Coder-Com] Gnuworld compile failure with postgres 7.2.5

2002-03-12 Thread Greg Sikorski
[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

[Coder-Com] Gnuworld update on previous bugreport

2002-03-12 Thread Alexander Maassen
mod.cservice seems not to be affected by this, guess beanie needs to have a look at it since this problems only seems to be with mod.ccontrol, lucky there is /opmode in 2.10.11 :)

[Coder-Com] Gnuworld compile failure with postgres 7.2.5

2002-03-12 Thread Alexander Maassen
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': ccontrol.h:69: invalid use of undefined type `struct pg_conn' /usr/in

Re: [Coder-Com] gnuworld

2002-02-24 Thread Eugen Miculet
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 Su

[Coder-Com] gnuworld

2002-02-23 Thread Sir Vulcan
ive followed all of the instructions step by step off the gnuworld-setup page on your site, even installing postgresql (latest ver) from scratch. But when E (ccservice) comes up on my server it says it cant find the user admin. Without this im stuck i cant do anything I even dropped all the da

Re: [Coder-Com] Gnuworld problems.

2002-02-20 Thread Rémy Cloutier
> > 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

Re: [Coder-Com] Gnuworld problems.

2002-02-20 Thread Andrew Miller
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 >

Re: [Coder-Com] Gnuworld problems.

2002-02-20 Thread Carlo Wood
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]>

[Coder-Com] Gnuworld problems.

2002-02-20 Thread Rémy Cloutier
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 I red all the doc/README files and i'm pretty sure i've done it right. First t

Re: [Coder-Com] GNUWorld disk usage

2002-02-18 Thread Harry
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

Re: [Coder-Com] GNUWorld disk usage

2002-02-18 Thread Dave Coulter
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

[Coder-Com] GNUWorld disk usage

2002-02-18 Thread Harry
Hi everyone, I was just wondering how much disk space GNUWorld uses. I had a guy install them for me on a paid shell account and he says it's using up 210 megs and he wants 100 bucks a month to run the service for me. Thanks, Harry

Re: [Coder-Com] gnuworld or postgres ?

2002-02-09 Thread Reed L.
ruary 09, 2002 6:53 AM Subject: [Coder-Com] gnuworld or postgres ? Hello, I disturb you again with a question. We run gnuworld on a ircu network and we have some problems. The channel application don't pass the Incoming state. We want to know what to do to pass to Traffic Check. Thanks

[Coder-Com] gnuworld or postgres ?

2002-02-09 Thread Radu Adam
Hello, I disturb you again with a question. We run gnuworld on a ircu network and we have some problems. The channel application don't pass the Incoming state. We want to know what to do to pass to Traffic Check. Thanks -- Radu Adam DeltaNet IRC Network Admin http://cservice.deltanet.ro irc

[Coder-Com] GNUworld / PostgreSQL question

2002-01-27 Thread JOE H
I was wondering if someone could tell me how to fix this problem.  Whenever I try to use the Clear App while it's in Pending Mode I get this:    Warning: PostgreSQL query failed: ERROR: pending_review_ref referential integrity violation - key referenced from pending not found in users in /home/htt

Re: [Coder-Com] gnuworld

2001-10-23 Thread Mark Foster
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

Re: [Coder-Com] gnuworld

2001-10-23 Thread Dave C.
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

[Coder-Com] gnuworld

2001-10-23 Thread [EMAIL PROTECTED]
hiya, Is it possible to make gnuworld work as a client ? We are wanting to use the gnuworld for the undernet USP project which was closed during the upgrade of services. Many thanks [EMAIL PROTECTED]

[Coder-Com] Gnuworld

2001-09-26 Thread nice man
hello i want to install gnuworld on my server but when i do ./configure it tell me :checking for libpq++.h... configure: error: Unable to find PostGreSQL and i have install PostGreSQL plz tell me what to do to install it best regards --

[Coder-Com] gnuworld help

2001-09-23 Thread EJ
can u help me with this problem? tried both makes and it's giving me an error message:   g++ -g -Wall -O0 -I/usr/home/edwin/gnuworld/include -I/usr/home/edwin/gnuworld/lib -o /usr/home/edwin/gnuworld/bin/GNUWorld  ccontrol.o  CControlCommands.o  Channel.o  ChannelUser.o  client.o  clientEx

[Coder-Com] Gnuworld and Freebsd 4.3

2001-09-14 Thread David Richards
hi I am trying to compile gnuworld with mod.cservice on a freebsd 4.3-RELEASE machine and get the following errors. See log. Any ideas why ? i use ./configure --enable-modules=cservice --with-pgsql=/usr/local/include/pgsql and it does compile Making all in lib gmake[1]: Entering directory

[Coder-Com] GNUWorld mod.cservice HELP command implementation

2001-09-04 Thread Alex Badea
Hi, I wrote a patch to implement the HELP command in gnuworld's mod.cservice. It uses the existing table layout, although as far as I can tell postgres limits TEXT fields to 8140 bytes; the 'topic' column must be made non-unique, however, since the same command may have different help messages in

Re: [Coder-Com] GNUworld

2001-07-09 Thread Daniel Karrels
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

Re: [Coder-Com] GNUworld

2001-07-09 Thread Dave Coulter
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

[Coder-Com] GNUworld

2001-07-08 Thread Abel Wisman
Sorry for the interruption nad direct email but we are experiencing some trouble in setting up gnuworld (still) Channel.o: In function `gnuworld::Channel::onModeT(bool)': /home/irc/gnuworld/src/Channel.cc:266: undefined reference to `gnuworld::Channel::MODE_T' /home/irc/gnuworld/src/Channel.cc

Re: [Coder-Com] GNUWorld Overview/Status

2001-06-08 Thread rob
- 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

RE: [Coder-Com] GNUWorld Overview/Status

2001-06-07 Thread Shaun O'keefe
]     -Original Message-From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED]]On Behalf Of Daniel KarrelsSent: 04 June 2001 00:55To: [EMAIL PROTECTED]Subject: [Coder-Com] GNUWorld Overview/StatusGreetings:I would like to provide a brief overview of the GNUWorld project.Specifically, I would

[Coder-Com] GNUWorld Overview/Status

2001-06-03 Thread Daniel Karrels
Greetings: I would like to provide a brief overview of the GNUWorld project. Specifically, I would like to describe the two different client modules, as well as the server core, and bring everyone on the list up to date on the current status of the project. As gnuworld has been adopted as the