|
From: Lo?c C. <lo...@us...> - 2001-06-13 18:09:12
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/docs
In directory usw-pr-cvs1:/tmp/cvs-serv8377/docs
Modified Files:
changes.txt
Log Message:
Updated with new features
Index: changes.txt
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/docs/changes.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** changes.txt 2001/06/10 14:57:50 1.7
--- changes.txt 2001/06/13 18:09:09 1.8
***************
*** 8,12 ****
! v 0.15.0 - 10/06/2001
"""""""""""""""""""""
--- 8,12 ----
! v 0.15.0 - 13/06/2001
"""""""""""""""""""""
***************
*** 20,23 ****
--- 20,25 ----
As a result, phpMyChat works far better with Mozilla M18 (and the should
also with Netscape 6).
+ ENHANCEMENT : password are no long crypted and a password reminder has been added (if
+ the php 'mail()' function is enabled).
ENHANCEMENT : the '/away' command has been added. Moreover the way incative users are
handled have changed: in a first time they are automatically defined as
***************
*** 33,44 ****
ENHANCEMENT : you may now defined a maximum number of graphical smilies per message
thanks to a piece of code from Tomas Haluza <th...@ki...>.
BUG FIXED : many JavaScript bugs have been fixed in this release.
! v 0.14.5-RC1 - 08/06/2001
"""""""""""""""""""""""""
BUG FIXED : two security issues has been fixed thanks to
Alexei Shalin <hap...@to...>.
BUG FIXED : when registered users used the '/join' command or on the link in an
invitation messages they may loose their rights or be kicked off
--- 35,50 ----
ENHANCEMENT : you may now defined a maximum number of graphical smilies per message
thanks to a piece of code from Tomas Haluza <th...@ki...>.
+ ENHANCEMENT : the maximum allowed size for nicks, password and rooms names is 20
+ characters.
BUG FIXED : many JavaScript bugs have been fixed in this release.
! v 0.14.5-RC1 - 12/06/2001
"""""""""""""""""""""""""
BUG FIXED : two security issues has been fixed thanks to
Alexei Shalin <hap...@to...>.
+ BUG FIXED : nicks containing dot characters can't be deleted/banished/updated
+ in the administration sheets
BUG FIXED : when registered users used the '/join' command or on the link in an
invitation messages they may loose their rights or be kicked off
|