moodle/mod/chat
2007-10-17 07:28:17 +00:00
..
db Second pass. Modules. Some more default comments are out. MDL-11385 2007-09-24 22:17:05 +00:00
gui_basic MDL-10888: groupings - mod/chat - update to work with groupings 2007-08-27 02:28:35 +00:00
gui_header_js do not optimise the $USER fetching - it was broken by mnethostid and would be again in future 2007-10-09 13:43:51 +00:00
gui_sockets MDL-10888: groupings - mod/chat - update to work with groupings 2007-08-27 02:28:35 +00: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 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 Fixed many xhtml errors 2007-04-20 07:54:42 +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 MDL-9473: Initialise navlinks array before use 2007-07-05 04:55:24 +00:00
lib.php closing the $rs 2007-10-17 07:28:17 +00:00
mod_form.php MDL-10888: groupings - mod/chat - update to work with groupings 2007-08-27 02:28:35 +00:00
pagelib.php Breadcrumbs: mod/chat changes 2007-04-16 20:59:17 +00:00
README.txt Info about using socket server 2004-07-30 16:16:12 +00:00
report.php MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation. 2007-10-12 15:55:49 +00:00
restorelib.php fixed whitespace merge 2006-10-26 20:08:52 +00:00
version.php preparation for 1.9 beta 2 - setting correct requires in mods and plugins 2007-10-10 16:09:17 +00:00
view.php Merged Urs fixes from 1.8 stable and reformatted a bit 2007-10-10 14:57:39 +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