moodle/mod/chat
2013-10-01 09:23:42 +02:00
..
backup MDL-30982 Improving phpDocs for the classes that extend backup_activity_task 2012-02-27 11:59:42 +01:00
classes/event MDL-40048 mod_chat: Replacing add_to_log with new events 2013-09-23 11:41:33 +08:00
db MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
gui_ajax Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
gui_basic MDL-40048 mod_chat: Replacing add_to_log with new events 2013-09-23 11:41:33 +08:00
gui_header_js MDL-41999 fix setting of USER in chat 2013-10-01 09:23:42 +02:00
gui_sockets MDL-39628 Chat: check mod/chat:chat capability when using daemon. 2013-07-02 12:20:29 +08:00
lang/en MDL-40048 mod_chat: Replacing add_to_log with new events 2013-09-23 11:41:33 +08:00
pix MDL-36436 use hacky aspect ratio to work around IE9 issues 2012-11-20 13:01:27 +01:00
tests MDL-40048 mod_chat: Replacing add_to_log with new events 2013-09-23 11:41:33 +08:00
beep.wav MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
chat_ajax.php Merge branch 'MDL-40048-master' of git://github.com/FMCorz/moodle 2013-09-24 08:51:41 +12:00
chatd.php MDL-40048 mod_chat: Replacing add_to_log with new events 2013-09-23 11:41:33 +08:00
empty.php
index.php MDL-40048 mod_chat: Replacing add_to_log with new events 2013-09-23 11:41:33 +08:00
lib.php MDL-40048 mod_chat: Replacing add_to_log with new events 2013-09-23 11:41:33 +08:00
locallib.php Merge branch 'MDL-22937_message_html2' of git://github.com/andyjdavis/moodle 2012-08-06 16:23:05 +08:00
mod_form.php MDL-39422 mod_forms: prevent long coruse module names 2013-04-30 17:41:36 +01: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-22937 Chat: fixed whitespaces. 2012-08-06 16:28:13 +08:00
report.php MDL-40048 mod_chat: Replacing add_to_log with new events 2013-09-23 11:41:33 +08:00
settings.php MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00: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-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02:00
view.php MDL-38856 reposition activity group control and fixed titles in chat, database and forum 2013-09-02 11:49:39 +07: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