moodle/mod/chat
stronk7 ea3591e41a Now chat logs are included in restore. I've decided to start with this
simple module to be ready for the difficults... :-)
2004-02-15 00:54:56 +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 Added dividers and improved display of section 2004-01-26 12:27:11 +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 Don't show old chat users in recent activity 2004-01-15 08:44:08 +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 Chat sessions can now be deleted 2004-01-16 13:14:42 +00:00
restorelib.php Now chat logs are included in restore. I've decided to start with this 2004-02-15 00:54:56 +00:00
users.php DIsplay names using the fullname function 2003-11-28 15:35:41 +00:00
version.php Updating version numbers of all Modules to make things a bit clearer 2004-02-01 04:42:39 +00:00
view.php Added timezone display to reduce confusion 2004-02-07 12:27:23 +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