r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[All] except covered in other channels

WuJian
22-Jan-2012
[3993]
haha, gong xi fa cai
Evgeniy Philippov
23-Jan-2012
[3994x2]
xposting here ---
hehe. the greatest &RQ logo with a pointing hand really always greatly 
raises my motivation to develop something :) http://rejetto.com/&RQ/

the motivation is crucial


managers seek hard to rise the motivation. And it's simple: good 
art can do it :)
Ladislav
13-Feb-2012
[3996]
Steeve: "a braced-string {...} mays contain breaced-strings" - can 
you give an example?
Steeve
13-Feb-2012
[3997]
yeah, {{}} is a valid braced-string
Maxim
13-Feb-2012
[3998x2]
>> a: {{}}
== "{}
with the added condition that they must be exactly paired.
Steeve
13-Feb-2012
[4000]
yep
Ladislav
13-Feb-2012
[4001]
ok, that needs a correction
Steeve
13-Feb-2012
[4002x4]
I knew most of rebolers didn't know that rule :-)
It's why I checked that first ;-)
Also, did you  forget binary! ?
#{} 2#{} 64#{] ?
Ladislav
13-Feb-2012
[4006x2]
BRACED-STRING - correction committed
I just did not write many datatypes yet
Steeve
13-Feb-2012
[4008x2]
Ok I see now, some values are still missing
Ok :)
Ladislav
13-Feb-2012
[4010]
binary-syntax added
Steeve
13-Feb-2012
[4011x3]
IIRC, whitespace is allowed in 16-binaries
lf as well
16#{} prefix also allowed
Maxim
13-Feb-2012
[4014]
yep!

>>16#{F F F
    F}
== #{FFFF}
Steeve
13-Feb-2012
[4015]
seems it"s true for 2#{} also, didn't check for 64#
Ladislav
13-Feb-2012
[4016x2]
OK, thanks, whitespace in binaries committed
(I am not sure I defined WHITESPACE correctly, though)
Steeve
13-Feb-2012
[4018x4]
seems legit to me
seems legit to me
just missing :
binary-16: [opt "16" "#{" ....
the binary! datatype is a hard one ;-)
Ladislav
13-Feb-2012
[4022]
committed
Henrik
7-Mar-2012
[4023]
Does anyone know how to change the world password?
Maxim
7-Mar-2012
[4024]
did you forget the rebol4 master passwed?
Henrik
7-Mar-2012
[4025x2]
no, I used a personal one for the world (not master), that I don't 
wish to share.
but... something strange is happening. I can't login and neither 
can Gregg.
Maxim
7-Mar-2012
[4027]
I can't log in on rebol4 either
Henrik
7-Mar-2012
[4028]
The world is running, but noone is allowed to log in.
Maxim
7-Mar-2012
[4029]
could it be that you can't change the IP of the world server so quickly?
Davide
7-Mar-2012
[4030]
rebol4 just said me to check password
Henrik
7-Mar-2012
[4031x5]
I've found a problem: I ask to run the Rebol4 world, but starts a 
new "rebol4" world instead.
with one user
case sensitivity problem
There must be some obvious step I'm missing or this is a very, very 
nasty bug.
The serving directories are renamed on disk from "Rebol4" to "rebol4".
Pekr
7-Mar-2012
[4036]
Henrik - world password != master password? Long time since I set-up 
some world last time ...
Henrik
7-Mar-2012
[4037x2]
The world runs fine, but it only has one user. When I look in the 
users.set file, all users from before are there.
yes, the world password is created once, when you create the world. 
unfortunately I used a personal one, and didn't think anything about 
it.
Maxim
7-Mar-2012
[4039]
Henrik, within my current session I am logged into the rebol3 world
The world I try to REconnect to is *not* Rebol4  it *was*  rebol4
Henrik
7-Mar-2012
[4040x3]
well, it seems that worlds are not case sensitive in some cases and 
are in others.
because my server folder had a sub-folder named "Rebol4" before, 
which now has changed to "rebol4".
but there must be some other or deeper connection, as it does not 
recognize the user list from that folder. but it also doesn't create 
a new one.