moodle/mod/chat
2011-04-14 15:56:10 +08:00
..
backup/moodle2 MDL-22135 - logs restore, course and activities + cleanup 2010-11-11 19:46:04 +00:00
db MDL-25069 CHAT added events definition file 2010-11-08 06:03:00 +00:00
gui_ajax CSS MDL-26013 Fixed several display bugs when using right to left languages 2011-04-14 15:56:10 +08:00
gui_basic MDL-26238 remove deprecated second parameter from groups_get_group() calls 2011-02-06 18:15:36 +01:00
gui_header_js MDL-26238 remove deprecated second parameter from groups_get_group() calls 2011-02-06 18:15:36 +01:00
gui_sockets MDL-26238 remove deprecated second parameter from groups_get_group() calls 2011-02-06 18:15:36 +01:00
lang/en MDL-21250 capital letters removal 2010-11-29 16:03:59 +00:00
pix MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
simpletest Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them 2010-11-10 12:06:24 +00:00
beep.wav MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
chat_ajax.php MDL-25097, fixed CSRF in chat_ajax.php 2010-11-08 07:59:55 +00:00
chatd.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
empty.php Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +00:00
index.php fixed var name typo 2010-09-18 12:16:38 +00:00
lib.php MDL-24941, fixed nopermission error when student entering scheduled chat session 2010-11-17 07:56:40 +00:00
locallib.php "MDL-24646, fixed portfolio export in chat module" 2010-10-14 08:16:36 +00:00
mod_form.php fixed missing global 2010-09-18 12:16:02 +00:00
README.txt MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 13:17:47 +00:00
report.php "CHAT MDL-23374, removed require_capability" 2010-07-30 03:06:37 +00:00
settings.php MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
styles.css MDL-8224, minor changes to tweak ui 2010-05-20 06:26:40 +00:00
version.php MDL-25069 CHAT added events definition file 2010-11-08 06:03:00 +00:00
view.php MDL-26778 Change to completion should immediately affect nav block 2011-04-11 12:40:13 +01: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