* When using the javascript instant messenger screen, transmit outgoing messages...
authorArt Cancro <ajc@citadel.org>
Thu, 19 Mar 2009 04:32:15 +0000 (04:32 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 19 Mar 2009 04:32:15 +0000 (04:32 +0000)
commit8e2ed0d27fe4f81b8a3230af941da7c7d5deee1e
treeb08cfd5421e9ecc01eeb9991570b20f646ae44fa
parent39ccce5ef3b61e2c0f35ba1fc08804e1c2e8d29c
* 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.
webcit/paging.c
webcit/static/instant_messenger.html