Search found 191 matches

by phasma
Mon Nov 17, 2014 11:10 pm
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175513

Re: Mudlet 3.0.0-beta (preview #2)

No, no. Don't. I only posted that to show that you're not the only person getting the problem. It's something that needs fixing.
by phasma
Mon Nov 17, 2014 11:03 pm
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175513

Re: Mudlet 3.0.0-beta (preview #2)

[ERROR:] object:<JSON decoder error:> function:<json_to_value>
<Lua error:InvalidJSONInput: parse error: premature EOF
I've been getting this when using the GMCP ping feature. Latest git/Debian stable.
by phasma
Sat Nov 15, 2014 12:23 am
Forum: Scripts & Packages
Topic: doubleRunToSend
Replies: 4
Views: 6082

Re: doubleRunToSend

Was just a spam post by the looks.
by phasma
Wed Oct 29, 2014 7:27 pm
Forum: Help Forum
Topic: import lua?
Replies: 16
Views: 13867

Re: import lua?

Yeah. We really need a better way to do things like this, but in the interim, it's a great hack.
by phasma
Wed Oct 29, 2014 10:53 am
Forum: Help Forum
Topic: Room List
Replies: 6
Views: 4836

Re: Room List

Yeah. You basically just need to write handler functions for gmcp.Char.Items.Add as well as for .Remove and .Update (The latter being the most troublesome).
by phasma
Wed Oct 29, 2014 10:51 am
Forum: Scripts & Packages
Topic: Demonnic Chat + Geyser Template UI
Replies: 2
Views: 4615

Re: Demonnic Chat + Geyser Template UI

The positioning and relative values required are hardcoded. Just create a container to hold everything based on %. Easiest way.
by phasma
Mon Oct 27, 2014 10:40 am
Forum: General Forum
Topic: encryption
Replies: 4
Views: 5966

Re: encryption

I did this with IRC and AES. Was a fun little project though it did require I almost entirely rewrote the Mudlet-side IRC functions so that the client would connect to an IRCd of my choice. There's even a ported (and working) AESLua function set on these forums somewhere that somebody posted and whi...
by phasma
Sat Sep 27, 2014 7:08 pm
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134439

Re: Mudlet 3.0.0-alpha

I recall an issue with a segfault with the search box going back a while now. Two years, maybe? Possible regression, perhaps?
by phasma
Fri Sep 19, 2014 10:12 am
Forum: Help Forum
Topic: Order loading script files
Replies: 4
Views: 3747

Re: Order loading script files

Use pcall(). Saves so much hassle and headache when dealing with things like this.