moodle/mod/chat
2006-04-24 08:43:29 +00:00
..
db Inserts for log_display. 2006-04-24 08:43:29 +00:00
gui_header_js mod/chat: Normal method - introducing "Stream" updates. 2006-04-19 02:20:48 +00:00
gui_sockets And chat is using current_charset() too. 2006-01-05 16:31:29 +00:00
backuplib.php Granular backup & restore: 2006-01-13 03:45:31 +00:00
beep.wav A default beep 2003-07-09 12:37:17 +00:00
chatd.php Merging from STABLE: 2005-07-08 03:51:38 +00:00
config.html mod/chat: Normal method - introducing "Stream" updates. 2006-04-19 02:20:48 +00:00
empty.php
icon.gif
index.php Now chat->name works under filterall. 2005-03-27 11:36:54 +00:00
lib.php mod/chat - use empty value instead of erroring out if $USER->lastIP and getremoteaddr() don't yield any interesting value 2006-04-19 21:22:36 +00:00
mod.html Activities can now be hidden/shown from the activity editing page. Also for modules that know about groups the groupmode can be set from there. See bug 2533. This required adding to the mod.html files calls to new functions print_visible_setting() and print_groupmode_setting() which are combined in print_standard_coursemodule_settings(). 2005-02-12 21:41:22 +00:00
pagelib.php Now chat->name works under filterall. 2005-03-27 11:36:54 +00:00
README.txt Info about using socket server 2004-07-30 16:16:12 +00:00
report.php More efficient chat listings (less database calling) 2006-04-18 07:14:21 +00:00
restorelib.php htmlentities() to s() 2006-04-11 16:09:52 +00:00
version.php Variety of small fixes, but mostly related to how the recent activity 2005-03-10 13:30:57 +00:00
view.php block editing now uses PARAM_BOOL 2006-04-23 20:58:06 +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