moodle/mod/chat
2016-05-30 13:18:02 +08:00
..
backup MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
classes MDL-31989 search: New search areas 2016-02-23 10:47:57 +00:00
db MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts 2016-05-23 01:31:34 +02:00
gui_ajax MDL-50175 graphics: Optimized PNG images with optipng 2016-02-25 11:56:37 +00: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-53221 search: Renaming search areas 2016-05-16 13:02:02 +08:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-43620 mod_chat: Whitespace fix 2016-01-13 10:20:25 +08: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-37138 chat: Use blanktarget option for chat text 2016-05-30 13:18:02 +08:00
locallib.php MDL-51445 Chat: Fix broken profile links 2015-12-21 20:37:54 -05: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-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02: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