moodle/mod/chat
skodak 9152fc9938 MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE
MDL-7962 chat seems to be completely broken in head (fixed wrong JS)
* reworked chat themes support
MDL-8338 Cron does not need cookies
MDL-8339 forum cron capabilities problems
* minor deprecated function current_encoding() cleanup
2007-01-28 21:18:08 +00:00
..
db Convert DB lang fields to 30cc. Part of MDL-7157 2007-01-21 23:49:23 +00: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-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE 2007-01-28 21:18:08 +00:00
gui_sockets MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE 2007-01-28 21:18:08 +00:00
backuplib.php Granular backup & restore: 2006-01-13 03:45:31 +00:00
beep.wav
chatd.php MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE 2007-01-28 21:18:08 +00:00
config.html Now all the modules global config pages are valid XML. Related to MDL-7861 2007-01-13 20:13:58 +00:00
empty.php
icon.gif
index.php Now chat->name works under filterall. 2005-03-27 11:36:54 +00:00
lib.php MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE 2007-01-28 21:18:08 +00:00
mod_form.php fixed text field widths in new forms 2007-01-11 19:47:08 +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-7861, chat realated xhtml strict fixes, changed stlye in notice_yesno 2007-01-09 04:50:07 +00:00
restorelib.php fixed whitespace merge 2006-10-26 20:08:52 +00:00
version.php Convert DB lang fields to 30cc. Part of MDL-7157 2007-01-21 23:49:23 +00:00
view.php FIxed up the intro boxes XHTML Strict 2007-01-11 08:06:15 +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