moodle/mod/chat
2018-04-24 10:38:27 +08:00
..
backup MDL-60793 mod_chat: Renamed 'system' into 'issystem' 2017-12-18 15:23:11 +01:00
classes MDL-61984 mod_chat: Do not assume context passed is one of chat 2018-04-24 10:38:27 +08:00
db MDL-57394 mod_chat: New WS mod_chat_get_session_messages 2018-01-30 14:30:51 +01:00
gui_ajax MDL-57772 chat: BEEP is back baby! 2017-11-07 11:25:02 +08:00
gui_basic MDL-56719 boost: Style mod_chat for boost 2016-11-14 15:08:57 +08:00
gui_header_js MDL-57772 chat: BEEP is back baby! 2017-11-07 11:25:02 +08:00
gui_sockets MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
lang/en MDL-61984 mod_chat: Implement privacy API 2018-04-19 17:32:41 +08:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-61984 mod_chat: Implement privacy API 2018-04-19 17:32:41 +08:00
beep.mp3 MDL-57772 chat: BEEP is back baby! 2017-11-07 11:25:02 +08:00
chat_ajax.php MDL-60793 mod_chat: Renamed 'system' into 'issystem' 2017-12-18 15:23:11 +01:00
chatd.php MDL-60793 mod_chat: Renamed 'system' into 'issystem' 2017-12-18 15:23:11 +01:00
empty.php
index.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
lib.php MDL-61375 mod_chat: specify the 'eventtype' to avoid duplicate rows 2018-02-09 14:46:11 +08: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-57394 mod_chat: Move get session messages code to new function 2018-01-30 14:21:13 +01:00
settings.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
styles.css MDL-55168 css: reformat plain css with stylefmt 2016-09-30 09:25:23 +01:00
upgrade.txt MDL-59287 upgrade.txt: avoid misleading versions 2017-07-11 11:30:43 +01:00
version.php MDL-57394 mod_chat: New WS mod_chat_get_session_messages 2018-01-30 14:30:51 +01:00
view.php MDL-57394 mod_chat: Move get session messages code to new function 2018-01-30 14:21: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