moodle/mod/chat
2010-09-18 12:31:20 +00:00
..
backup/moodle2 improved spelling 2010-09-18 12:31:20 +00:00
db MDL-23628 improved log action support - now similar to handling of capabilities 2010-08-03 10:07:18 +00:00
gui_ajax fixed missing ; 2010-09-18 12:11:10 +00:00
gui_basic MDL-23184 chat supports html only input 2010-09-02 18:42:29 +00:00
gui_header_js fixed invalid js init call 2010-09-18 12:14:20 +00:00
gui_sockets Trivial fix missing quote generating file syntax error 2010-05-26 11:38:44 +00:00
lang/en MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block 2010-08-17 17:35:12 +00:00
pix MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
simpletest MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 13:17:47 +00:00
beep.wav A default beep 2003-07-09 12:37:17 +00:00
chat_ajax.php CHAT MDL-8224, use json encoded success message 2010-09-14 07:33:40 +00:00
chatd.php MDL-19698 deprecated assign new by ref in chat server - there are much worse problems left I think 2010-07-19 08:32:19 +00:00
empty.php Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +00:00
index.php fixed var name typo 2010-09-18 12:16:38 +00:00
lib.php improved PHPDocs 2010-09-18 12:15:36 +00:00
locallib.php portfolio MDL-21079 be more selective about including libraries. 2009-12-12 11:27:07 +00:00
mod_form.php fixed missing global 2010-09-18 12:16:02 +00: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
report.php "CHAT MDL-23374, removed require_capability" 2010-07-30 03:06:37 +00:00
restorelib.php improved spelling 2010-09-18 12:31:20 +00: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-8224, minor changes to tweak ui 2010-05-20 06:26:40 +00:00
version.php MDL-23628 improved log action support - now similar to handling of capabilities 2010-08-03 10:07:18 +00:00
view.php CHAT, MDL-23374, fixed studentlogs option 2010-07-28 04:12:16 +00: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