moodle/mod/chat
2006-09-20 21:00:45 +00:00
..
db major whitespace cleanup - fixed trailng whitespace in new files and admin area 2006-09-20 21:00:45 +00:00
gui_header_js major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
gui_sockets major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
backuplib.php Granular backup & restore: 2006-01-13 03:45:31 +00:00
beep.wav
chatd.php Merging from STABLE: 2005-07-08 03:51:38 +00:00
config.html mod/chat: Normal method - introducing "Stream" updates. 2006-04-19 02:20:48 +00:00
empty.php
icon.gif
index.php Now chat->name works under filterall. 2005-03-27 11:36:54 +00:00
lib.php adding capabilities 2006-09-11 08:56:23 +00:00
mod.html
pagelib.php Now chat->name works under filterall. 2005-03-27 11:36:54 +00:00
README.txt
report.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
restorelib.php FIxed to use the new debugging function 2006-09-18 09:13:04 +00:00
version.php added capabilty risks into access.php and GUI for define role and override; minor fixes for capability types in forum 2006-09-18 21:32:49 +00:00
view.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00

Official Chat Module for Moodle
------------------------------

The chat module now supports a backend daemon for 
more efficiency.

It's still buggy and being worked on, but if you 
want to test it and help out here are some quick
instructions:

1) Admin -> Config -> Modules -> Chat -> Settings

2) Set the method to "sockets" and set up the ports etc 

3) Start the server like this (from the Unix command line):

   cd moodle/mod/chat
   php chatd.php --start &

4) Go to a chat room in Moodle and open it as normal.

------

KNOWN PROBLEMS

 - User list is not always working
 - Some browsers (eg Safari) cause lines to be repeated
   by 10 - 20 times
 - Occasionally "Document was empty" messages

Help solving these very welcome!


Martin, 31 July 2004