Kroc Camen

Results 140 comments of Kroc Camen

Also, knowing the real address of a KERNAL function is necessary when you want to specifically avoid the user-vectors, e.g. debugging

I think this means we will also have to validate the UTF-8 bytes so as to remove invalid code points and byte-ranges. One could insert invalid bytes that string parsers...

Looking at the property list, there's such a number of possibilities to spoof by many means other than spaces; if we are to allow Unicode user names then normalising spaces...

There'll never be an end to the crazy backwards server configurations out there :) Noted.

You know that phrase "If it's stupid, but it works, it's not stupid"? That's PHP. It makes no sense, but it does the job well.

Thanks for the immensely helpful information. iconv is not present in all configurations. We can use it if it's there, but we can't depend entirely on it.

I thought it already supported this?? If not, certainly I do want to add it!

Have decided to drop this issue. Theming cannot be easily solved with the .htaccess and just creates over-engineering. Server-provided 404s are obvious and simple enough.

Reopening issue now that templating has been redone and the PHP has a need to produce 404s.

Very interesting; had not thought about this at all. I have been considering for a long time to unify saving through a single function that takes a SimpleXML object and...