moodle/mod/chat
2008-06-25 01:54:21 +00:00
..
db cvsimport fixups - remove obsolete files 2007-05-09 22:01:21 +12:00
gui_basic MDL-8062 chat, login page and messaging - removed name attribute from some <form>s and fixed focus; changed set_focus() JS to accept element ID == the $focus parameter in print_header() + other minor Strict XHTML fixes 2007-01-03 20:35:09 +00:00
gui_header_js Fix drift between CVS and git 2008-06-25 01:54:21 +00:00
gui_sockets Fixed MDL-8582 2007-02-28 05:36:13 +00:00
backuplib.php Granular backup & restore: 2006-01-13 03:45:31 +00:00
beep.wav
chatd.php "MDL-7362, allow_call_time_pass_reference setting may cause bug, see tracker, thanks James" 2008-05-01 08:33:42 +00:00
config.html Fixed many XHTML errors 2007-04-20 07:49:39 +00:00
empty.php
icon.gif
index.php Now chat->name works under filterall. 2005-03-27 11:36:54 +00:00
lib.php Merging from MOODLE_16_STABLE: 2007-03-01 07:18:32 +00:00
mod_form.php MDL-9696 used absolute path include in mod_forms; backported from HEAD 2007-06-10 23:28:44 +00:00
pagelib.php MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit 2007-01-04 18:23:55 +00:00
README.txt Info about using socket server 2004-07-30 16:16:12 +00:00
report.php MDL-9780 Groups 181 cleanup - part 2 2007-05-15 18:26:48 +00:00
restorelib.php fixed whitespace merge 2006-10-26 20:08:52 +00:00
version.php Updated versions and requires (primarily because of formslib dependencies) 2007-02-02 13:02:24 +00:00
view.php Added the missing switch construct to the mymoodle page for flexible column positioning. 2007-09-20 09:45:29 +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