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 : [Coder-Com] gnuworld problem >Date:

RE : [Coder-Com] gnuworld problem

2002-07-12 Thread Mathieu René
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-

RE: [Coder-Com] gnuworld problem

2002-07-12 Thread David Richards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 just send it once. The people on this list have other lifes beside irc. they work, go to school and stuff. They are not going to reply instantly. You will get a reply when they get around to doing so. - -Original Message- From: Sir Vulcan [

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