Search the web
Sign In
New User? Sign Up
protomuck
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 529 - 558 of 838   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
529
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...
kalzarius@...
kalzarius
Online Now Send Email
Jan 5, 2004
9:13 pm
530
The new check_password() function is incorrectly tested resulting in an "Incorrect Password" abort_interpt only when the password is correct. The line below: ...
kalzarius@...
kalzarius
Online Now Send Email
Jan 13, 2004
2:01 am
531
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...
hinoserm
Offline Send Email
Jan 13, 2004
11:23 pm
532
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:...
Zobeid Zarathustra
zinn_west
Offline Send Email
Jan 21, 2004
2:47 pm
533
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)...
kalzarius@...
kalzarius
Online Now Send Email
Jan 25, 2004
10:58 pm
534
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...
kalzarius@...
kalzarius
Online Now Send Email
Jan 25, 2004
11:27 pm
535
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 ...
Nakoruru SNK
akarisensei
Offline Send Email
Jan 26, 2004
8:16 pm
536
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. ...
hinoserm
Offline Send Email
Jan 26, 2004
11:32 pm
537
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...
kalzarius@...
kalzarius
Online Now Send Email
Jan 27, 2004
12:50 am
538
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...
hinoserm
Offline Send Email
Jan 27, 2004
1:03 am
539
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...
kalzarius@...
kalzarius
Online Now Send Email
Jan 27, 2004
2:22 pm
540
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 ...
Alynna Trypnotk
alynnafoxie
Online Now Send Email
Jan 27, 2004
4:27 pm
541
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...
Zobeid Zarathustra
zinn_west
Offline Send Email
Feb 2, 2004
10:00 pm
542
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...
Nakoruru SNK
akarisensei
Offline Send Email
Feb 6, 2004
7:48 am
543
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...
kalzarius@...
kalzarius
Online Now Send Email
Feb 19, 2004
10:52 pm
544
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...
kalzarius@...
kalzarius
Online Now Send Email
Feb 19, 2004
11:00 pm
545
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 ...
Lorrim
minstrel32
Offline Send Email
Feb 21, 2004
3:41 am
546
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...
Nakoruru SNK
akarisensei
Offline Send Email
Feb 24, 2004
3:49 am
547
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...
Nakoruru SNK
akarisensei
Offline Send Email
Feb 24, 2004
3:53 am
548
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...
ALLEYcat009
alleycat009502
Offline Send Email
Feb 25, 2004
4:03 pm
549
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...
Nakoruru SNK
akarisensei
Offline Send Email
Feb 25, 2004
8:16 pm
550
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...
kalzarius@...
kalzarius
Online Now Send Email
Mar 1, 2004
11:57 pm
551
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...
kalzarius@...
kalzarius
Online Now Send Email
Mar 2, 2004
12:15 am
552
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...
Zobeid Zarathustra
zinn_west
Offline Send Email
Mar 29, 2004
3:46 pm
553
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:...
kalzarius@...
kalzarius
Online Now Send Email
Apr 1, 2004
11:56 pm
554
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...
kalzarius@...
kalzarius
Online Now Send Email
Apr 2, 2004
4:44 am
555
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...
kalzarius@...
kalzarius
Online Now Send Email
Apr 3, 2004
1:11 am
556
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...
phantomwolfling
Offline Send Email
Apr 3, 2004
4:42 am
557
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...
hinoserm
Offline Send Email
Apr 3, 2004
5:57 am
558
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...
kalzarius@...
kalzarius
Online Now Send Email
Apr 4, 2004
5:48 am
Messages 529 - 558 of 838   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help