[00:17:23] hm.. I was thinking to just drop suffix-agnistic matching, but as always there's more to it huh.. [00:29:08] before we had the round-trip checks, we would often see edits in which these punctuation characters would be garbled in the article text [00:29:36] brion (IIRC) added the suffix to the CSRF token as a quick one-line hack to stop that from happening [00:31:08] the client issues which led to that being a common problem are hopefully less common now [00:32:00] backslashes were mostly corrupted by PHP's magic_quotes_gpc, and that feature has been removed from PHP now [00:33:38] encoding of "+" was mostly messed up due to errors in URL encoding of form POST data [01:51:38] whoops, rebased a patch with +2