moodle/mod/chat
2004-08-23 15:03:26 +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 Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44: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 Suppress some errors in set_time_limit ... (these scripts aren't used yet) 2004-05-18 14:16:34 +00:00
gui_sockets Miscellaneous fixes from the PJ man 2004-08-23 14:40:53 +00:00
gui_text Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44: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 More goodness! Goodness is on discount here in Greece! :P 2004-08-23 15:03:26 +00:00
config.html Fixed a typo 2004-07-30 15:48:02 +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 New stuff to support socket mode 2004-07-30 15:36:39 +00:00
lib.php Miscellaneous fixes from the PJ man 2004-08-23 14:40:53 +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 MOdules are dependent on this version of course/mod.php 2004-06-04 07:28:34 +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