Search found 7 matches
- Fri Nov 11, 2011 10:15 pm
- Forum: Help Forum
- Topic: replace all NUL characters
- Replies: 7
- Views: 7100
Re: replace all NUL characters
Thanks for looking into this, Heiko. Much appreciated.
- Wed Nov 02, 2011 8:04 pm
- Forum: Help Forum
- Topic: replace all NUL characters
- Replies: 7
- Views: 7100
Re: replace all NUL characters
The MUD is WoTMUD
wotmud.org:2222
207.234.147.46:2222
There's actually a NUL in the output during logon, immediately after you enter and existing name, and just before it prompts for the passphrase:
The Wheel Of Time MUD
Mark IV
Updated and Maintained by
Flash, Ingtar, Mournblade, & Zun ...
wotmud.org:2222
207.234.147.46:2222
There's actually a NUL in the output during logon, immediately after you enter and existing name, and just before it prompts for the passphrase:
The Wheel Of Time MUD
Mark IV
Updated and Maintained by
Flash, Ingtar, Mournblade, & Zun ...
- Tue Nov 01, 2011 5:16 pm
- Forum: Help Forum
- Topic: replace all NUL characters
- Replies: 7
- Views: 7100
Re: replace all NUL characters
Continuing my quest to be able to post logs of exciting MUD action to forums. To recap the challenge. If I log via text, my sent commands are not included. If I log to html, I get all the output and the sent commands, but the logging stops in unpredictable ways. If I copy and paste from the screen ...
- Fri Oct 28, 2011 1:44 am
- Forum: Help Forum
- Topic: replace all NUL characters
- Replies: 7
- Views: 7100
Re: replace all NUL characters
That sounds great, Heiko. I tried searching for your script, but couldn't find anything. Any clues on where I can search for it?
- Sat Oct 22, 2011 5:23 pm
- Forum: Help Forum
- Topic: replace all NUL characters
- Replies: 7
- Views: 7100
replace all NUL characters
The MUD I play on (WoTMUD) outputs NUL characters which messes many things up. If I save a plain text log, I can use Notepad++ to replace all instances of \0 (backslash zero) with a space or nothing. What I'd like to do is create a trigger to replace those instances on the fly. What I can't figure ...
- Sat Aug 27, 2011 11:49 pm
- Forum: General Forum
- Topic: Logging of commands sent
- Replies: 3
- Views: 4359
Re: Logging of commands sent
Excellent! I guess the older version I was using didn't do that with HTML logging, but I got 2.0 test3 and it works like a champ. Thanks.
- Sat Aug 27, 2011 6:35 pm
- Forum: General Forum
- Topic: Logging of commands sent
- Replies: 3
- Views: 4359
Logging of commands sent
I tried searching for a topic that covers this and couldn't find one, which rather surprises me since it seems like an important topic. When I turn logging on, I do not see the commands that I send to the mud in the log. The only items in the log are the text I get back from the mud. Is this by ...