moodle/mod/chat
2003-11-03 10:22:24 +00:00
..
db Removed blank lines at the end (!) 2003-11-03 02:59:09 +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 Keep guests out of chat 2003-11-03 10:22:24 +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 chats are backuped too !! :-) 2003-08-03 22:24: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 Now the JumpMenu is showed when listing activities of this module. 2003-09-28 16:53:17 +00:00
insert.php Some new code related to the new reports - uploading for testing on 2003-07-21 03:16:19 +00:00
lib.php Simply, move the XXXX_get_participants() function from 2003-09-29 15:27:30 +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 Keep guests out of chat 2003-11-03 10:22:24 +00:00
restorelib.php Fixed some array indices 2003-08-25 02:48:09 +00:00
users.php COnfiguration variables can now be edited via GUI 2003-08-23 14:03:14 +00:00
version.php New feature - chat scheduling. Can now set a time for the next chat, 2003-07-25 06:47:06 +00:00
view.php Keep guests out of chat 2003-11-03 10:22:24 +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