moodle/mod/chat
2014-11-24 08:58:38 +08:00
..
backup MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
classes/event MDL-45630 events: removed unnecessary 'the' from event descriptions 2014-05-31 15:27:11 -07:00
db MDL-48144 upgrade: add v2.8.0 sep lines 2014-11-10 18:08:15 +01:00
gui_ajax MDL-46633 chat: Chat send button gets stuck 2014-08-28 14:45:59 +05:30
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-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
pix MDL-36436 use hacky aspect ratio to work around IE9 issues 2012-11-20 13:01:27 +01:00
tests MDL-45219 add \mod\chat\course_module_viewed event 2014-04-23 11:53:35 +08:00
beep.wav MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
chat_ajax.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08: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-44725 Availability: Replace groupmembersonly - FEATURE_xx (6) 2014-09-02 13:03:17 +01:00
locallib.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
mod_form.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +08:00
README.txt MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 13:17:47 +00:00
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-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01:00
view.php MDL-46465 mod_chat: assorted coding style fixes 2014-07-28 10:01:41 +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