]> git.mjollnir.org Git - moodle.git/commit
mod/chat: make http-chat more database friendly and change msg insertion to use POST
authormartinlanghoff <martinlanghoff>
Mon, 17 Apr 2006 21:03:44 +0000 (21:03 +0000)
committermartinlanghoff <martinlanghoff>
Mon, 17 Apr 2006 21:03:44 +0000 (21:03 +0000)
commit4d5525c650598b369d3beb7a44d41b7052100c1c
tree61107b1b4ba3bf478a2bedc05eec0cfb9c156731
parent960855b9a1e52d537ea623708b5af6fd18251c0d
mod/chat: make http-chat more database friendly and change msg insertion to use POST

+ we are now more conservative in the fields it asks from the db
+ also more conservative with upates to chat_users
+ messages are now added via POST requests instead of GET
mod/chat/gui_header_js/chatinput.php
mod/chat/gui_header_js/insert.php
mod/chat/gui_header_js/jsupdate.php