Nic Ferrier
Nic Ferrier
Done. You should be able to upload it now.
Ok. That's a bit odd because I am pretty sure I did these at the time. Try it now though and let me know.
Thanks for the report, I will get a fix together unless you want to?
One thing: the latest Elnode (0.9.9) does not log send-strings by default. So you could check you're using that. I'm not even sure logging send-strings ever is a good idea,...
Sounds like an issue to me... can't remember if \* is a valid char in urls though. I think I might have written a check with an error in there...
Yes. That's what I want the front end to look like.
I rarely use a designer. code comes first.
The files stuff is done. `elnode-log-access` and `elnode-error` both now go through a general buffer logging function that constantly writes the buffer.
Right. Not sure what elnode should do. Automatically convert? (how would we send bytes?) or make it clear that it's not really a string... it's a string of bytes?
I think that's option 2, accept that send-string is sending bytes, not strings. Either way it needs to change, but it could be either way.