]> git.mjollnir.org Git - moodle.git/commit
Very early version of new chat module, made by Martin using ARSC as
authormoodler <moodler>
Mon, 7 Jul 2003 06:44:16 +0000 (06:44 +0000)
committermoodler <moodler>
Mon, 7 Jul 2003 06:44:16 +0000 (06:44 +0000)
commit1515a89e2dddf556d349c1085d22781766c532d2
treea04fda00041ae42084768002756a1819dcacfe80
parent96e1bd4a55c9ff9bfc74fe756afe281e0a894af3
Very early version of new chat module, made by Martin using ARSC as
an inspiration.

Works OK already on most newish browsers .. see mod/chat/README.txt for details.
31 files changed:
lang/en/chat.php [new file with mode: 0644]
mod/chat/README.txt [new file with mode: 0644]
mod/chat/db/mysql.php [new file with mode: 0644]
mod/chat/db/mysql.sql [new file with mode: 0644]
mod/chat/drawboard.php [new file with mode: 0644]
mod/chat/empty.php [new file with mode: 0644]
mod/chat/gui_header/chatinput.php [new file with mode: 0644]
mod/chat/gui_header/chatmsg.php [new file with mode: 0644]
mod/chat/gui_header/index.php [new file with mode: 0644]
mod/chat/gui_header_js/chatinput.php [new file with mode: 0644]
mod/chat/gui_header_js/chatmsg.php [new file with mode: 0644]
mod/chat/gui_header_js/index.php [new file with mode: 0644]
mod/chat/gui_header_js/jsupdate.php [new file with mode: 0644]
mod/chat/gui_java/MainFrameGui.java [new file with mode: 0644]
mod/chat/gui_java/TextDialog.java [new file with mode: 0644]
mod/chat/gui_java/arsc.java [new file with mode: 0644]
mod/chat/gui_push_js/chatinput.php [new file with mode: 0644]
mod/chat/gui_push_js/chatmsg.php [new file with mode: 0644]
mod/chat/gui_push_js/index.php [new file with mode: 0644]
mod/chat/gui_sockets/arscd.php [new file with mode: 0644]
mod/chat/gui_sockets/chatinput.php [new file with mode: 0644]
mod/chat/gui_sockets/index.php [new file with mode: 0644]
mod/chat/gui_text/index.php [new file with mode: 0644]
mod/chat/icon.gif [new file with mode: 0755]
mod/chat/index.php [new file with mode: 0644]
mod/chat/insert.php [new file with mode: 0644]
mod/chat/lib.php [new file with mode: 0644]
mod/chat/mod.html [new file with mode: 0644]
mod/chat/users.php [new file with mode: 0644]
mod/chat/version.php [new file with mode: 0644]
mod/chat/view.php [new file with mode: 0644]