moodle/mod/chat
2015-12-03 11:16:30 +01:00
..
backup MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
classes Merge branch 'MDL-51664-master' of git://github.com/FMCorz/moodle 2015-12-03 11:16:30 +01:00
db MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts 2015-11-17 17:08:56 +01:00
gui_ajax MDL-28286 JavaScript: Convert all uses of M.str to M.util.get_string 2014-12-01 08:32:04 +13:00
gui_basic MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
gui_header_js MDL-46477 chat:hard coded string in mod/chat 2014-08-21 17:29:45 +05:30
gui_sockets MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
lang/en MDL-51148 lang: Merge English strings from the en_fix language pack 2015-08-26 16:46:43 +02:00
pix MDL-36436 use hacky aspect ratio to work around IE9 issues 2012-11-20 13:01:27 +01:00
tests MDL-50537 mod_chat: Use the utility class and several fixes 2015-09-09 14:08:02 +02:00
beep.wav MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
chat_ajax.php MDL-50853 mod_chat: New Web Service mod_chat_get_chat_latest_messages 2015-09-02 17:23:42 +02:00
chatd.php MDL-43483 mod_chat: Fixed race condition issues, including not useful logs. 2014-11-24 08:58:38 +08:00
empty.php
index.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
lib.php MDL-46049 chat: update calendar times on repeating chat sessions 2015-11-05 16:02:08 +00:00
locallib.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08: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-52059 versions: bump all versions and requires near release 2015-11-10 12:33:52 +01:00
view.php MDL-50853 mod_chat: New Web Service mod_chat_view_chat 2015-09-02 17:23:43 +02: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