moodle/mod/chat
2003-08-25 02:48:09 +00:00
..
db New feature - chat scheduling. Can now set a time for the next chat, 2003-07-25 06:47:06 +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 COnfiguration variables can now be edited via GUI 2003-08-23 14:03:14 +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 Minor formatting fixes 2003-08-09 10:11:04 +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 COnfiguration variables can now be edited via GUI 2003-08-23 14:03:14 +00:00
mod.html New feature - chat scheduling. Can now set a time for the next chat, 2003-07-25 06:47:06 +00:00
README.txt Added a simple help popup for chat 2003-08-11 15:06:57 +00:00
report.php Some improved popup windows / links for user pictures 2003-07-24 02:25:23 +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 New feature - chat scheduling. Can now set a time for the next chat, 2003-07-25 06:47:06 +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