Search found 6 matches

by Rutseg
Thu Mar 29, 2012 2:50 pm
Forum: Help Forum
Topic: What happens with "<" and ">" ?
Replies: 8
Views: 7438

Re: What happens with "<" and ">" ?

Checking against Discworld MUD, which also runs FlufflOS, the only difference is: RLMud: TELNET IAC DO ATCP Discworld: TELNET IAC DO GMCP The complete negotiation: OK we are willing to enable telnet option TERMINAL_TYPE OK we are willing to enable telnet option NAWS MCCP v2 negotiated! SORRY, we are...
by Rutseg
Thu Mar 29, 2012 12:44 pm
Forum: Help Forum
Topic: What happens with "<" and ">" ?
Replies: 8
Views: 7438

Re: What happens with "<" and ">" ?

In fact, checking the source code, ctelnet.cpp, line 684, no profilepreference option seems to be checked. if( option == MXP ) // MXP support { sendTelnetOption( TN_WILL, 91 ); mpHost->mpConsole->print("\n<MXP support enabled>\n"); break; }
by Rutseg
Thu Mar 29, 2012 12:42 pm
Forum: Help Forum
Topic: What happens with "<" and ">" ?
Replies: 8
Views: 7438

Re: What happens with "<" and ">" ?

I've checked that even if MXP off is checked in profile preferences, the first line on connecting to the MUD says: <MXP support enabled> Can someone else confirm this? you may need to scroll up on connection as it appears over the: LPmud version: FluffOS v2.22-RL. Mudlib version: Pusa-v2.1 in the ti...
by Rutseg
Thu Mar 29, 2012 1:24 am
Forum: Help Forum
Topic: What happens with "<" and ">" ?
Replies: 8
Views: 7438

Re: What happens with "<" and ">" ?

Done it, but problem persists, even after restarting mudlet and reconnecting.
Weird enough I tried another MUD and works fine... and if I access the previous with telnet client it also works properly.
Somehow it is the interaction rlmud.org - mudlet...
by Rutseg
Wed Mar 28, 2012 10:54 am
Forum: Help Forum
Topic: What happens with "<" and ">" ?
Replies: 8
Views: 7438

What happens with "<" and ">" ?

The "<" and ">" characters are not being showed correctly in the mud output. Example: say test->this() and-<this() Rutseg kindly says: test-this() and- /d/orgoth] This is anoying me so much as makes imposible ot read LPC code online using mudlet. I've checked the triggers and scr...
by Rutseg
Tue Mar 27, 2012 4:27 pm
Forum: Mudlet Development
Topic: Encoding Character Set
Replies: 1
Views: 2911

Encoding Character Set

Not all the MUD the servers support Unicode. When that's the case, sending characters like íóúö etc... ends in bad results. As requested in http://forums.mudlet.org/viewtopic.php?f=9&t=1250 I have added a combobox to the profile preferences menu so you can set the encoding of your MUD solving th...