9d5cf32ce0
will not name, was trying to allow certain authentications to proceed directly on the authenticator thread instead of making a round trip through the invoker. This resulted in those authentications trying to post their results from the authenticator thread, which is bad because all downstream messages should be posted from the distributed object thread. The only authentications that would "benefit" from this optimization were peer authentications of which there would be extremely few (currently one in our largest installation) compared to the hundreds of thousands of normal authentications, which have to make the invoker thread round trip as a matter of course. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4655 542714f4-19e9-0310-aa3c-eee0fc999fb1