moodle/mod/chat
2016-07-26 11:57:09 +01:00
..
backup MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
classes MDL-55278 search: Updating references to area namespace 2016-07-21 18:38:18 +02:00
db MDL-55251 mod_chat: Add view permissions 2016-07-15 16:13:06 -04:00
gui_ajax MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
gui_basic MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
gui_header_js Merge branch 'MDL-55114-master' of git://github.com/andrewnicols/moodle 2016-07-05 12:44:52 +02:00
gui_sockets MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
lang/en MDL-55251 mod_chat: Add view permissions 2016-07-15 16:13:06 -04:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-54951 webservice: Return intro text files in modules 2016-07-04 09:24:28 +01:00
beep.wav
chat_ajax.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
chatd.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
empty.php
index.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
lib.php MDL-55252 mod_chat: prevent direct script access to lib files. 2016-07-25 09:42:36 +01:00
locallib.php MDL-55252 mod_chat: prevent direct script access to lib files. 2016-07-25 09:42:36 +01:00
mod_form.php MDL-49101 core: Add a global admin setting config->requiremodintro 2015-04-07 10:11:53 +01:00
README.txt
renderer.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
report.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
settings.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
styles.css MDL-38856 reposition activity group control and fixed titles in chat, database and forum 2013-09-02 11:49:39 +07:00
upgrade.txt MDL-36561 chat: Chat does not use calendar icons 2012-11-13 17:40:04 +08:00
version.php MDL-55251 mod_chat: Add view permissions 2016-07-15 16:13:06 -04:00
view.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10: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