moodle/mod/chat
Eloy Lafuente (stronk7) 100bc51f1d MDL-73485 phpunit: externallib, generator and filter tescase names
All externallib_test, generator_test and filter_test classes:

- Namespaced with component[\level2-API]
- Moved to level2-API subdirectory when required.
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed.
- Fix some relative paths and comments here and there.
- All them passing individually.
- Complete runs passing too.

Special mention to tests under testing/tests:

1) The core_testing component doesn't exist.
2) But testing/tests are allowed because there is a suite pointing to it (phpunit.xml).
3) So, the only possible namespace for them is "core".
4) And to avoid problems with other core testcases (under lib/tests)
   they have been renamed to have testing_xxxx as prefix.

Finally, also modified calendar/tests/events/events_test.php because it uses
some renamed (core_calendar_externallib_testcase => \core_calendar\externallib_test)
classes.
2022-01-21 19:48:23 +01:00
..
backup MDL-60793 mod_chat: Renamed 'system' into 'issystem' 2017-12-18 15:23:11 +01:00
classes MDL-71330 mod_chat: Implement the activity dates functionality 2021-04-28 15:33:14 +10:00
db MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
gui_ajax MDL-42434 chat: Disable stylelint important check 2020-08-21 11:25:26 +08:00
gui_basic MDL-42434 mod_chat: add again the usingchat help icon 2020-08-14 17:12:48 +02:00
gui_header_js MDL-70409 chat: Use require_once to import lib.php 2020-12-04 10:44:12 -05:00
gui_sockets MDL-70409 chat: Use require_once to import lib.php 2020-12-04 10:44:12 -05:00
lang/en MDL-71912 course modules: Toggle heading depending on navigation. 2021-11-09 11:24:08 +08:00
pix NOBUG: Fixed SVG browser compatibility 2021-12-23 16:29:57 +01:00
tests MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
beep.mp3
chat_ajax.php MDL-68964 mod_chat: fix theme param 2020-08-12 17:32:36 +02:00
chatd.php MDL-63422 general: review core loop / switch / case / continue 2018-10-31 00:17:59 +01:00
empty.php
index.php
lib.php MDL-71457 theme_boost: activity icon styling 2021-12-20 15:02:24 +01:00
locallib.php MDL-61484 mod_chat: Add CHAT_SESSION_GAP constant 2018-06-11 15:59:13 +08:00
mod_form.php
README.txt
renderer.php
report.php MDL-73356 mod_chat: Move group selector on page and update title. 2022-01-12 14:16:57 +08:00
settings.php
styles.css MDL-62151 Theme boost: mod_chat styles 2018-05-03 09:34:40 +02:00
upgrade.txt
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
view.php MDL-73356 mod_chat: Move group selector on page and update title. 2022-01-12 14:16:57 +08: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