moodle/mod/chat
2012-02-13 11:06:47 +05:30
..
backup MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/" 2011-07-05 14:27:31 +08:00
db MDL-30975 Docs Adding correct pacakge information 2012-02-13 11:06:47 +05:30
gui_ajax MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently 2011-09-08 09:30:27 +12: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-29189 course Minor fixups after code review 2011-09-13 11:17:18 +12:00
gui_sockets MDL-29189 course Minor fixups after code review 2011-09-13 11:17:18 +12:00
lang/en MDL-26105 Block settings should contains less options, and be more user friendly 2011-06-09 13:51:14 +08:00
pix MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
simpletest MDL-28620 - Removed admin/generator.php include as it causes issues if this script is included from any other script that is running in the command line 2011-08-05 16:09:30 +01:00
beep.wav MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
chat_ajax.php MDL-27219 chat: Beep will not display user fullname if user is not in chat 2011-08-16 16:34:16 +08:00
chatd.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
empty.php
index.php fixed var name typo 2010-09-18 12:16:38 +00:00
lib.php MDL-31006 fix various notices in PHP54 2012-01-18 01:03:20 +01: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 MDL-30428 Add br tag when showing the 'Export to Portfolio' text 2011-11-23 14:07:52 +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-30007 standardise module version files 2011-11-29 21:38:14 +01:00
view.php MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently 2011-09-08 09:30:27 +12: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