moodle/mod/chat
2006-11-11 17:23:20 +00:00
..
db Deprecating old "upgrade" files. MDL-7214 2006-10-26 22:46:02 +00:00
gui_header_js we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
gui_sockets we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +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 add code to redirect to modedit.php from course/mod.php for activities adding / updating using new formslib 2006-11-09 18:25:58 +00:00
mod_form.php add code to redirect to modedit.php from course/mod.php for activities adding / updating using new formslib 2006-11-09 18:25:58 +00:00
pagelib.php Now chat->name works under filterall. 2005-03-27 11:36:54 +00:00
README.txt Info about using socket server 2004-07-30 16:16:12 +00:00
report.php fixed capabilities in chat recent activity, removed broken optimization from message insert, fixed closing of box MDL-7313; merged from MOODLE_17_STABLE 2006-10-31 21:07:00 +00:00
restorelib.php fixed whitespace merge 2006-10-26 20:08:52 +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