Search found 7 matches

by robg
Tue Jul 20, 2010 2:52 am
Forum: Help Forum
Topic: Regex help.
Replies: 9
Views: 5581

Re: Regex help.

\w is any letter (any word character). It doesn't match spaces. ^(.*?) \[(.*?)\]$ is what you want. I'm assuming you're trying to match a room short desc + exits. Of the posted responses, this is the best one. It backtracks less, and unlike the others, will actually not break if there's more than o...
by robg
Wed May 12, 2010 3:17 pm
Forum: Mudlet Development
Topic: Requesting LPEG
Replies: 15
Views: 10594

Re: Requesting LPEG

I've spent the last day reading up on LPEG, looking at examples, trying to figure out why LPEG is special, and I just don't see it. Every example that I've seen, I can instantly think of a solution in PCRE that does the exact same thing with a simple syntax change. Can you think of anything -specif...
by robg
Mon May 10, 2010 11:39 pm
Forum: Mudlet Development
Topic: Requesting LPEG
Replies: 15
Views: 10594

Re: Requesting LPEG

I find LPEG to be much more elegant than gates/chains etc.

I would support seeing it incorporated. People tend to fear it initially, but quickly come to realize many, many things are easily done using LPEG that would otherwise be unwieldly and annoying to maintain.
by robg
Tue Apr 06, 2010 6:35 pm
Forum: Mudlet Development
Topic: Feature Request: Proxy Server configuration
Replies: 6
Views: 7569

Re: Feature Request: Proxy Server configuration

Vadi wrote:Mudlet doesn't work with your default OS proxy settings?
That would be bad. I generally want to be able to connect to muds from behind restrictive firewalls/proxies by using my own, which I generally create through ssh tunnels. I don't really find this type of thing to be uncommon. :)
by robg
Tue Apr 06, 2010 2:29 pm
Forum: Mudlet Development
Topic: Feature Request: Obey echo off requests
Replies: 1
Views: 2640

Feature Request: Obey echo off requests

It'd be really, really nice if the client would honor echo off requests from mud servers, so that entering my password didn't involve seeing it on the input bar, seeing it echo'd to the mud, and having it appear in scroll back. All of which are kind of unacceptable. :)
by robg
Tue Apr 06, 2010 2:23 pm
Forum: Mudlet Development
Topic: Feature Request: Proxy Server configuration
Replies: 6
Views: 7569

Feature Request: Proxy Server configuration

Apologies if this exists, but I sure don't see it anywhere. It'd be fantastic if we could specify a socks proxy for our connections. Preferably in the world details, but I'd take a single definable one if nothing else :)
by robg
Tue Apr 06, 2010 2:09 pm
Forum: General Forum
Topic: Thank You.
Replies: 2
Views: 4090

Re: Thank You.

Let me just second this big thanks. It's nice to finally see a decent client in active development with a solid OS X port. I've been a MushClient user forever, but this project has me porting all my stuff over. Now if you can add a mapper, too, you'll have won over the hearts and minds of the world ...