I have posted a beta release of 3.1.5 for critique and early deployment of some significant security/crash fixes. Revar has finally reappeared from an...
Artiste Extrordinaire!
artie@...
Dec 9, 1999 5:11 am
218
I thought there was a way to use @find to list players with the suspect flag, but I can't remember how, and I can't find it in the docs anywhere. Also, is...
Davis, Iain E.
feaelin@...
Dec 11, 1999 9:51 pm
219
... '@find *=ps' seems to work fine. ... '"s" flag?' also seems to work fine. Mark/Natasha markpasc@... Admin, The muf Den ...
markpasc@...
Dec 12, 1999 1:43 am
220
I've been meaning to ask and now seems as good a time as any: Has anyone had trouble with guest programs such as Syvel's on the precompiled Win9x binary of...
markpasc@...
Dec 12, 1999 2:00 am
221
... 'S' is the sticky/setuid flag, not suspect. As a W4 use @find =P# to find suspects. ... A W4 program should be able to use "SUSPECT" flag?. ... This should...
Artiste Extrordinaire!
artie@...
Dec 12, 1999 2:34 am
222
... It is possible there are Windows compiler specific issues that may cause some of the 'tricks' used in FB code to fail only under Windows. Particularly...
Artiste Extrordinaire!
artie@...
Dec 12, 1999 2:38 am
223
... I wasn't aware there was a difference, sorry. My mistake....
markpasc@...
Dec 12, 1999 5:03 am
224
... Hash: SHA1 The descr_setuser doesnt work on my binary. In fact, my binary is totally unstable, and the core GlowMUCK code is very old. (Like a year old...
Pkunk Fury
pkunk@...
Dec 12, 1999 12:52 pm
225
... Hash: SHA1 For what it's worth, I've been running my Multi-Guest program on FurryFaire for quite some time, it never has any problems to my knowledge....
Pkunk Fury
pkunk@...
Dec 12, 1999 12:54 pm
226
LearFox's con-guest program is easy to set up, although you must follow directions carefully. It works well in Glow (at least in Unix) and doesn't use...
Stephanie Jansen
sciuridae@...
Dec 13, 1999 3:22 am
227
On the MUCK where I am wiz, we want all players to have a builder bit, but newly created players don't come with one. We've been manually setting the bit on...
Tony Belding
tlbelding@...
Dec 16, 1999 4:20 pm
228
There's an option for what bits to set at @pcreate in params.h in the inc folder when you go to compile glow. Scroll untill you see: #define PCREATE_FLAGS...
Inhandra
inhandra@...
Dec 16, 1999 10:24 pm
229
You need to set a #define in local.h, I think it's PCREATE_FLAGS. Put these 2 lines in local.h... #undef PCREATE_FLAGS #define PCREATE_FLAGS (JUMP_OK |...
Artiste Extrordinaire!
artie@...
Dec 17, 1999 12:15 am
230
... I am familiar with C. However, I guess I will have to pass this information on to our sitewiz. I don't have any means of recompiling the program myself. ...
Tony Belding
tlbelding@...
Dec 17, 1999 4:59 am
231
I've seen MUF programs use a variety of properties to mark a player or a room as private. That makes it hard on someone who wants to be private when they must...
Stephanie Jansen
sciuridae@...
Dec 17, 1999 5:59 am
232
Most mucks have specific privacy policies that decide what marks an object as private and what rights that grants. The most common property used to denote...
Artiste Extrordinaire!
artie@...
Dec 17, 1999 6:51 pm
233
What are the consequences of setting a program suck as a replacement "look" command W3? I mean that, in order for it to run, I had to do this, and I ...
Jeffrey E. Szymona
grendel@...
Dec 18, 1999 4:52 pm
234
... I wish someone who understands would take time to write out a document or an essay and explain all about security and permissions in GlowMUCK. This has ...
Tony Belding
tlbelding@...
Dec 18, 1999 7:37 pm
235
... Hash: SHA1 I would say that strongly depends on the program itself, and its internal measures for security. - -----Original Message----- From: Jeffrey E....
Pkunk Fury
pkunk@...
Dec 18, 1999 10:20 pm
236
... Hash: SHA1 - -----Original Message----- From: Tony Belding [SMTP:tlbelding@...] Sent: Saturday, December 18, 1999 11:40 AM To: glowmuck@egroups.com ...
Pkunk Fury
pkunk@...
Dec 18, 1999 10:25 pm
237
... I added the multi-wiz permissions concept to the docs/admin-guide. It will be in the 3.1.5 release (whenever Foxen/Revar gets out fb5.66 to the public.)...
Artiste Extrordinaire!
artie@...
Dec 20, 1999 12:35 am
238
On the same subject, there are many other properties like that which are inconsistently set in different locations in the prop tree, and inconsistently used....
Davis, Iain E.
feaelin@...
Dec 20, 1999 4:44 pm
239
... There are folk that have volunteered to try to document Glow. Andy is trying to do so (take a peep at adminguide, the hanges files and related files) in...
Davis, Iain E.
feaelin@...
Dec 20, 1999 4:52 pm
240
For those wanting to try the latest fixes in Glow, you can check out the latest beta snapshot. Be careful untarring it as I put a few more *.txt files in the...
... Reading the admin-guide goes through my recommended way of setting up room #0 and large property owning wizard players. Any room you want modifiable by...
Artiste Extrordinaire!
artie@...
Dec 25, 1999 12:42 am
244
We have just added the feature Realm control, but we noticed something the other day. The Realm Wizards can't set their areas g, so guest can visit them. Are...
medusa@...
Dec 27, 1999 12:00 am
245
Realms controllers, although they do control objects in their realm, are not considered wizards by any stretch of the imagination. Only wizards are intended...
Artiste Extrordinaire!
artie@...
Dec 27, 1999 1:24 am
246
... Your man.txt file may not be up to date, your site wizard would need to copy a newer version from the latest Glow server tarball....