moodle/mod/chat
2024-08-20 09:30:44 +07:00
..
backup MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
classes MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
db MDL-81616 upgrade: add the 4.4.0 separation line to all upgrade scripts 2024-04-20 21:01:04 +08:00
gui_ajax MDL-75671 theme_boost: Refactor spacing classes for BS5 2024-08-09 07:40:17 +02:00
gui_basic MDL-80204 lang: Polysemic lang strings to & from 2024-03-12 11:51:03 +01:00
gui_header_js MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
gui_sockets MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lang/en MDL-81872 course: Improve wording and workflow for reset 2024-05-27 16:18:54 +02:00
pix NOBUG: Fixed SVG browser compatibility 2024-02-23 08:37:37 +07:00
tests MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +08:00
beep.mp3 MDL-57772 chat: BEEP is back baby! 2017-11-07 11:25:02 +08:00
chat_ajax.php MDL-68964 mod_chat: fix theme param 2020-08-12 17:32:36 +02:00
chatd.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
empty.php
index.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lib.php MDL-81872 course: Improve the summary page for reset 2024-05-27 16:18:54 +02:00
locallib.php MDL-77347 mod_chat: Added missing class properties. 2023-03-27 15:58:01 +07:00
mod_form.php
README.txt
renderer.php
report.php MDL-78559 mod_chat: Fix chat report loading with TeX filter 2023-07-05 10:54:33 -03:00
settings.php
styles.css MDL-62151 Theme boost: mod_chat styles 2018-05-03 09:34:40 +02:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00
view.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30

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