moodle/mod/chat
2004-09-04 11:30:16 +00:00
..
db Chat now logs "talk" events ... which also updates last access in the course 2004-04-30 12:40:42 +00:00
gui_header Use getremoteaddr() in place of getenv("REMOTE_ADDR") and $_SERVER["REMOTE_ADDR"] 2004-09-04 11:30:16 +00:00
gui_header_js Fix for bug 1759: 2004-08-22 17:03:33 +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 Use getremoteaddr() in place of getenv("REMOTE_ADDR") and $_SERVER["REMOTE_ADDR"] 2004-09-04 11:30:16 +00:00
gui_sockets Merging latest changes from MOODLE_14_STABLE 2004-08-26 10:44:32 +00:00
gui_text Use getremoteaddr() in place of getenv("REMOTE_ADDR") and $_SERVER["REMOTE_ADDR"] 2004-09-04 11:30:16 +00:00
backuplib.php Now message->groupid is supported in backup & restore. 2004-02-24 15:45:01 +00:00
beep.wav A default beep 2003-07-09 12:37:17 +00:00
chatd.php Merging latest changes from MOODLE_14_STABLE 2004-08-26 10:44:32 +00:00
config.html Merging latest changes from MOODLE_14_STABLE 2004-08-26 10:44:32 +00:00
drawboard.php Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +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 All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site. 2004-08-22 14:38:47 +00:00
insert.php Fix bug 1787 where clean_text is applied on input with slashes added 2004-08-28 07:56:42 +00:00
lib.php Merging changes from MOODLE_14_STABLE 2004-08-31 10:47:24 +00:00
mod.html Fixed some notices 2004-08-14 12:42:54 +00:00
README.txt Info about using socket server 2004-07-30 16:16:12 +00:00
report.php Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic. 2004-08-21 20:20:58 +00:00
restorelib.php Now message->groupid is supported in backup & restore. 2004-02-24 15:45:01 +00:00
users.php Update user time 2004-08-08 13:46:23 +00:00
version.php Merging from stable branch 2004-08-24 18:38:14 +00:00
view.php All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site. 2004-08-22 14:38:47 +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