Moderated mailing list for the discussion of the Glowmuck server. Discussion could (but isn't limited to) problems with installing it, new features taht...
2
Davis, Iain E.
DavisI@...
Jun 10, 1998 2:42 pm
Test! ... Read this list on the Web at http://www.FindMail.com/list/glowmuck/ To unsubscribe, email to glowmuck-unsubscribe@... To subscribe, email to...
3
Davis, Iain E.
DavisI@...
Jun 10, 1998 2:47 pm
blah ...
4
Davis, Iain E.
DavisI@...
Jun 18, 1998 3:15 am
Well here we are...all 4 of us on this big big mailing list (*cough*) Andy finally put up a webpage for glow! http://legacy.muq.org/~legacy/glowmuck.html I'm...
5
Artiste Extrordinaire!
artie@...
Jun 24, 1998 1:45 am
I have released the 3.0.1 server source and a Windows 95 executable along with diffs to ftp://muq.org/pub/legacy/glowmuck/glow-3.0.1.tgz. The diffs are in the...
6
Mark O'Brien
markpasc@...
Jun 27, 1998 11:29 pm
Wouldn't an inserver ignore button be nice? So you could just 'ignore <name> and any notify or notify_exclude or anything initiated by that fur would never...
7
Davis, Iain E.
iain@...
Jun 27, 1998 11:36 pm
I've set the list policy to allow automatic subscribe (instead of approved) and turned off the moderation options of the list. For now, as little traffic as...
8
Destiny
destiny@...
Jun 28, 1998 4:36 pm
... At one point, there was an @gag feature in glow, but it was removed, becuase of all the problems inherinet in it. ... Read this list on the Web at...
9
Artiste Extrordinaire!
artie@...
Jun 28, 1998 10:44 pm
The @gag was actually a muf program by Deuce@delusions which required changes to each program that used it. After several complaints it became known that the...
10
Davis, Iain E.
DavisI@...
Jul 1, 1998 3:43 pm
The problems associated with porting programs that use macros (defined via def <word> <code> in the muf editor) finally annoyed me enough to do something about...
11
Davis, Iain E.
DavisI@...
Jul 1, 1998 5:22 pm
Heheh. It's downloadable at http://www.missouri.edu/~vetain/downloads.html ... Read this list on the Web at http://www.FindMail.com/list/glowmuck/ To...
12
Mark O'Brien
markpasc@...
Jul 1, 1998 5:23 pm
I can't seem to get a program running in a _listen prop to work properly. It's really annoying, because I'm trying to write a new NPC/AI program for a Glow...
13
Davis, Iain E.
DavisI@...
Jul 1, 1998 5:36 pm
... Is the program running at all? If not, I'd take a glance at the following @tune parameters: (int) *listen_mlev = 7 Sets the wizard/mucker...
14
Mark O'Brien
markpasc@...
Jul 1, 1998 5:58 pm
... Whee! That was it! I feel so stupid now! ;) Now I'm wondering why an action @linked to do-nothing.muf and @succed to {null:{otell:says\,...
15
Mark O'Brien
markpasc@...
Jul 5, 1998 6:48 pm
I know it's a big security breach, but... well, what if ansify_string or a primitive that did the same thing were added as a W4-only prim? I'm writing an...
16
Artiste Extrordinaire!
artie@...
Jul 5, 1998 6:52 pm
There is a prim like ansi_strip that will take out whatever ^^ or ~& color codes are in a string and be the same as the result output of a {ansi:} command. It...
17
Mark O'Brien
markpasc@...
Jul 6, 1998 1:02 am
... Well, how do I strip *parsed* ansi (with actual escape codes, not in ^format^ or ~&fmt ) out of _listen triggertext? You seem t've neglected to have the...
18
Artiste Extrordinaire!
artie@...
Jul 6, 1998 3:23 am
Erm, how did these parsed ansi escaped code strings get in the server? There's no way to get those saved in a standard Glow server. IMHO just clear em all...
19
Mark O'Brien
markpasc@...
Jul 6, 1998 3:44 am
... Using a MUF running from a _listen. ... and set a _listen prop on yourself to run the MUF (with the appropriate mlevel on the MUF and @tune settings, and...
20
Artiste Extrordinaire!
artie@...
Jul 7, 1998 12:02 am
I tried making a listen program that did : main .tell ; and set it listening on the room. The debug output showed no ANSI sequences when speaking. I believe...
21
Mark O'Brien
markpasc@...
Jul 7, 1998 4:43 pm
... Yeah, I should've tested that a bit more before suggesting it... ;P Anyway, I got with Feaelin when I was trying to test it on one Glow muck (3.0.0) and...
22
Davis, Iain E.
DavisI@...
Jul 7, 1998 5:59 pm
... Yeah. ansi_notify doesn't trigger _listen(s), but notify does. They need to, for some things to work properly (_listen's on players for instance). ... ...
23
Mark O'Brien
markpasc@...
Jul 7, 1998 10:59 pm
... That 1.9.5e again. ;P ... Shouldn't an {otell:} trigger _listens on players in the room? It was a player {otell:} it wasn't triggering... ... @act say=me ...
24
Destiny
destiny@...
Jul 8, 1998 12:48 am
... Why in God's name are you doing that? ~Maddax ... Read this list on the Web at http://www.FindMail.com/list/glowmuck/ To unsubscribe, email to...
25
Mark O'Brien
markpasc@...
Jul 8, 1998 12:57 am
... To deansify my 'say's. Mark O'Brien ... Read this list on the Web at http://www.FindMail.com/list/glowmuck/ To unsubscribe, email to...
26
Davis, Iain E.
DavisI@...
Jul 8, 1998 1:59 am
Set _listen:prg on a player. Make sure 'prg' is set debug. Use the inserver pose. The string apparently contains a true ansi code, 'cuz the debug string shows...
27
Davis, Iain E.
DavisI@...
Jul 8, 1998 2:11 am
Oh. And apparently plain notify doesn't trigger _listen/~listen/@listen either. :) I've only tested all of this on _listen, I didn't try ~listen/@listen. ... ...
28
Artiste Extrordinaire!
artie@...
Jul 12, 1998 3:06 pm
There should be a fixed win95/nt binary of 3.0.1 that will run under Winsock 2.0 on the ftp site somewhere. The bug wasn't with the binding, it was in how I...
29
Davis, Iain E.
DavisI@...
Jul 12, 1998 10:11 pm
... We'll be testing win98 at work soon, I can probably test glow3.0.1 at that time. :) ... Read this list on the Web at http://www.FindMail.com/list/glowmuck/...
30
Artiste Extrordinaire!
artie@...
Jul 18, 1998 2:23 am
If people send me posts I feel generally useful for the list I'll cc it to the list to better spread information, and save me from having to answer multiple...