moodle/mod/chat
2004-11-19 02:30:40 +00:00
..
db Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - chat module 2004-11-18 02:37:58 +00:00
gui_header Resolved problems with previous replacement of 2004-09-21 11:41:58 +00:00
gui_header_js Resolved problems with previous replacement of 2004-09-21 11:41:58 +00:00
gui_java Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +00:00
gui_push_js closed some input tags 2004-09-12 22:23:51 +00:00
gui_sockets closed some input tags 2004-09-12 22:23:51 +00:00
gui_text closed some input tags 2004-09-12 22:23:51 +00:00
backuplib.php fixed capitalization and quoting of attribute values 2004-09-12 15:06:29 +00:00
beep.wav A default beep 2003-07-09 12:37:17 +00:00
chatd.php Undoing an incorrect instance of htmlentity encoding a &. Probably got in 2004-10-03 16:40:20 +00:00
config.html admin/module.php is now using sesskey. 2004-10-03 09:48:08 +00:00
drawboard.php fixed capitalization and quoting of attribute values 2004-09-12 15:06:29 +00:00
empty.php Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +00:00
icon.gif Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +00:00
index.php fixed capitalization and quoting of attribute values 2004-09-12 15:06:29 +00:00
insert.php XHTML compliance 2004-09-16 17:13:57 +00:00
lib.php merged from 14_STABLE - fixed warning in Activity report/Outline 2004-10-23 19:21:30 +00:00
mod.html Changes for XHTML and accessibility compliance 2004-10-19 10:34:02 +00:00
README.txt Info about using socket server 2004-07-30 16:16:12 +00:00
report.php Changes for XHTML and accessibility compliance 2004-10-19 10:34:02 +00:00
restorelib.php fixed capitalization and quoting of attribute values 2004-09-12 15:06:29 +00:00
users.php Resolved problems with previous replacement of 2004-09-21 11:41:58 +00:00
version.php Fixed another version problem, this time not _as_ serious as just in UNSTABLE DEVELOPMENT 2004-11-19 02:30:40 +00:00
view.php XHTML compliance 2004-09-16 17:13:57 +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