moodle/mod/chat
2004-05-05 08:19:03 +00:00
..
db Chat now logs "talk" events ... which also updates last access in the course 2004-04-30 12:40:42 +00:00
gui_header Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +00:00
gui_header_js Fixes when displaying lists of users in group mode 2004-04-08 15:12:35 +00:00
gui_java Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +00:00
gui_push_js Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +00:00
gui_sockets Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +00:00
gui_text Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +00:00
backuplib.php Now message->groupid is supported in backup & restore. 2004-02-24 15:45:01 +00:00
beep.wav A default beep 2003-07-09 12:37:17 +00:00
config.html COnfiguration variables can now be edited via GUI 2003-08-23 14:03:14 +00:00
drawboard.php Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +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
icon.gif Very early version of new chat module, made by Martin using ARSC as 2003-07-07 06:44:16 +00:00
index.php Added dividers and improved display of section 2004-01-26 12:27:11 +00:00
insert.php Chat now logs "talk" events ... which also updates last access in the course 2004-04-30 12:40:42 +00:00
lib.php Hide users in "hidden" chats from students. bug 1308 2004-05-05 08:19:03 +00:00
mod.html Fixed some PHP short_tags 2003-09-09 12:34:51 +00:00
README.txt Added a simple help popup for chat 2003-08-11 15:06:57 +00:00
report.php Some fixes for delete groups sessions 2004-02-24 07:21:52 +00:00
restorelib.php Now message->groupid is supported in backup & restore. 2004-02-24 15:45:01 +00:00
users.php Fixes when displaying lists of users in group mode 2004-04-08 15:12:35 +00:00
version.php Chat now logs "talk" events ... which also updates last access in the course 2004-04-30 12:40:42 +00:00
view.php Fixes when displaying lists of users in group mode 2004-04-08 15:12:35 +00:00

Official Chat Module for Moodle
------------------------------

Version 0.2  (for Moodle 1.1)

This module is still very new and very incomplete compared
to what it will be one day.

It's based in part on:

    ARSC: A Really Simple Chat
    by Manuel Kiessling
    http://manuel.kiessling.net/projects/software/arsc/

but I ended up rewriting so much of it there's hardly a line 
of code in use that has not been changed, so perhaps it's 
better to say *inspired* by ARSC.

Things to do yet:

  - fix up the other chat front-end versions 
    (currently only using header_js)

  - make the socket server work

  - postgresql support (db schema)

  - pop-up interface to insert images from URL or uploaded

  - customisable beeps (based on sound in user profile)
   
  - add ability to whisper to someone 

  - GUI setting to turn scrolling on/off


Martin, 10 August 2003