Most of the pages on the protomuck.org website that claim to be valid HTML 4.01 Transition are in fact not so. Just letting you know, as requested on the...
The new check_password() function is incorrectly tested resulting in an "Incorrect Password" abort_interpt only when the password is correct. The line below: ...
Thank you for pointing this out. I've fixed it as of revision 1.27 of p_db.c in the proto2 CVS branch. Hinoserm, ProtoMUCK developer. -- See ProtoMUCK in...
Our MUCK curled up and died this morning, leaving only this clue in the status log: 01/21/04 00:01:40: DUMP: data/proto.new.#71# 01/21/04 02:01:41: DUMP:...
In game.c:241, dump_database_internal(), the dumpdone_mesg only displays if the MUCK was compiled with DISKBASE defined: #ifdef DISKBASE if (tp_dbdump_warning)...
I was wondering if it would be possible to have a few new array primitives added to Proto. Below are the suggested primitives, with the suggested names and...
I agree. Report that at sourceforge's bug tracking so it can get taken care of. http://sourceforge.net/tracker/?atid=107012&group_id=7012&func=browse -Akari ...
This is not a bug. If diskbasing is enabled, forked dumps are disabled. If forked dumps are enabled, dumpdone message handling is controlled in signal.c. ...
Diskbasing is disabled for the MUCK I adminstrate, and we are not seeing save done messages. Just save warning and 'saving ...' messages. It works when we...
I've noticed this myself. It's a bit random, and I thought it was possibly just my machine, since nobody else ever reported it. Out of 15+ games hosted on...
I'll post it to the bug tracker later today. Just to note, both the server I program on my local system (to make sure code is roughly bug free before...
Actually the cause is unknown but the effect is very well known: An ssl socket *can never* be written to by the forked dump process. If this happens, for ...
Speaking hypothetically. . . How hard would it be to incorporate a BASIC interpreter into ProtoMUCK? I'm not talking about some fancy-pants modern version of...
Basically, you would need something that could parse BASIC into MUF. Actually writing a MUCK-specific BASIC parser and interpreter is a bigger project than...
My brother is currently working on an upper level language compiler (aptly called xMUF), which compiles a somewhat Lua-like language into MUF. If you're...
There appears to be a server-crasher bug in toadplayer that occurs when the primitive is run while the player-to-toad is still connected. While this can easily...
Is there an in-server replacement for the old @hopper registration system? And along the same lines is there a documentation project for Proto? The advanced ...
Huh. Been a long time since a crasher like that's come up. They used to be a common problem way back in 1.0. Anyway, make sure to file a bug report so we can...
The in-server version of @hopper was completely stripped out due to problems with the way it had been implemented. I've written a MUF version that should be...
Using cmd-playerkit.muf myself now. there seems to be issues with the mailing system. I know I have the SMTP server @tuned in properly, and I've tried...
Yeah... that's due to a strange bug that's recently popped up in SOCKSEND that I have yet to figure out exactly. This is causing lib-smtp to error out on a...
Even though the source to random.c has changed slightly since I last checked, it seems that the last 12 bytes of the 16 byte digest for srand are not being...
It seems there is an odd bug with program_linecount that causes it to always return 0, regardless of the number of lines in the program, even though...
In summary. . . When an object is locked to "foo:yes" . . . If it finds "testprop:yes", the lock passes. If it finds "testprop:no", the lock fails. If it...
Well, it appears not only does toadplayer cause a server crash, but @toad does as well! Below is the relevant lines from my status log: 04/01/04 15:06:46:...
I'm not exactly sure what the cause of this bug is, but it happens when a program is compiled with the compile primitive, contains the code '0 <some program...
This actually doesn't have to do with the crash portion of my last message. Instead, it deals with the watchpid issue. I misread the documentation on it...
From what information I've been able to find, problems with routers are nothing new to the mucking world. The problem I'm talking about is summed up nicely in...
I've had lots of the same problems with Linksys wire(less) routers. Currently using: AMD K5/266 32mb RedHat 8+Belkin WiFi-G WAP National Semiconductor 333MHz...
I'm not sure if this would be considered a bug, but I don't think it is appropriate for getpids to return duplicates of PIDs. What I am saying is that when...