moodle/mod/chat
2007-01-05 04:51:46 +00:00
..
db cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13: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 MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
gui_sockets cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
backuplib.php Granular backup & restore: 2006-01-13 03:45:31 +00:00
beep.wav A default beep 2003-07-09 12:37:17 +00:00
chatd.php Bend over for XHTML 1.0 Strict ... MDL-8049 2007-01-03 14:44:17 +00:00
config.html MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +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 Now chat->name works under filterall. 2005-03-27 11:36:54 +00:00
lib.php MDL-8049 Remove all language=Javascript from javascript includes 2007-01-03 19:33:44 +00:00
mod_form.php added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code. 2007-01-05 04:51:46 +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 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 fixed potential problems with undefined $USER->screenreader 2007-01-04 21:39: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