moodle/mod/chat
Eloy Lafuente (stronk7) a12207be25 MDL-63276 upgrade: clean < 3.2.0 upgrade steps
3.7 (min PHP 7.1) requires 3.2 (first version supporting PHP 7.1)

This just deletes all the upgrade steps previous to 3.2.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.

Also includes an upgrade step to prevent upgrading from any
version < 2016120500 (v3.2.0) as anti-cheating measure.

Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase. (note there isn't any this time).
2019-01-03 01:17:17 +01:00
..
backup MDL-60793 mod_chat: Renamed 'system' into 'issystem' 2017-12-18 15:23:11 +01:00
classes MDL-63497 mod_chat: Add support for removal of context users 2018-10-22 12:48:31 +02:00
db MDL-63276 upgrade: clean < 3.2.0 upgrade steps 2019-01-03 01:17:17 +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-62763 lang: Merge English strings from the en_fix language pack 2018-07-02 11:15:26 +02:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-63497 mod_chat: Add support for removal of context users 2018-10-22 12:48:31 +02: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-63422 general: review core loop / switch / case / continue 2018-10-31 00:17:59 +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-46783 permissions: let some moodle/ caps be overriden in all mods 2018-12-05 16:44:25 +00:00
locallib.php MDL-61484 mod_chat: Add CHAT_SESSION_GAP constant 2018-06-11 15:59:13 +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-46513 mod_chat: pass has_capability result to fullname function 2018-05-28 15:11:25 +08:00
settings.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
styles.css MDL-62151 Theme boost: mod_chat styles 2018-05-03 09:34:40 +02:00
upgrade.txt MDL-59287 upgrade.txt: avoid misleading versions 2017-07-11 11:30:43 +01:00
version.php MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +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