* When using the javascript instant messenger screen, transmit outgoing messages...
commit77249679e5a2ce8953b93c4e92c35b26bbd8fc0c
authorajc <ajc@c9418f8e-8c02-0410-9258-ad310909226a>
Thu, 19 Mar 2009 04:32:15 +0000 (19 04:32 +0000)
committerajc <ajc@c9418f8e-8c02-0410-9258-ad310909226a>
Thu, 19 Mar 2009 04:32:15 +0000 (19 04:32 +0000)
treeb08cfd5421e9ecc01eeb9991570b20f646ae44fa
parent1858870a42d6009f6fdae1ad9527d4342cf8d558
* When using the javascript instant messenger screen, transmit outgoing messages to webcit using a real webcit command (new command: ajax_send_instant_message) instead of the ajax_server_cmd framework.  This gives us string unescaping for free, so we now escape all strings before transmitting them.  I was hoping this would fix the problem with sending non-ASCII characters through the instant messenger, but it didn't.  This will probably still be part of the solution though.

git-svn-id: svn://uncensored.citadel.org/trunk@7231 c9418f8e-8c02-0410-9258-ad310909226a
webcit/paging.c
webcit/static/instant_messenger.html