diff options
143 files changed, 8478 insertions, 8938 deletions
@@ -1,14 +1,3 @@ -Changes from 0.7.6-RELEASE to 0.7.7-RELEASE -- Major code cleanup -- Bugfix in /col -- Bugfix in gcol #1 (destroy session also if no database is used) -- Bugfix in gcol #2 (now runs each hour not once a day) -- Renew the style.css and stream.html - -Changes from 0.7.5-RELEASE to 0.7.6-RELEASE -- Removed the old hash maps and included the SGI C++ STL extenstion - hash_map. - Changes from 0.7.4.1-RELEASE to 0.7.5-RELEASE - Garbage collector will now run once a hour rather than each ten minutes. - Dynamic thread pool improvements. diff --git a/CVS/Entries b/CVS/Entries index dc0de3d..9131cd2 100644 --- a/CVS/Entries +++ b/CVS/Entries @@ -1,10 +1,10 @@ -/CHANGES/1.21/Mon Feb 21 02:02:48 2005// +/CHANGES/1.17/Mon Feb 14 20:09:50 2005// /COPYING/1.6/Sun Jun 27 06:32:26 2004// /INSTALL/1.7/Fri Jul 9 22:33:20 2004// /Makefile/1.31/Sun Feb 13 07:56:58 2005// -/NEWS/1.35/Mon Feb 21 02:02:48 2005// -/README/1.104/Mon Feb 21 02:02:48 2005// +/NEWS/1.34/Thu Feb 17 18:09:41 2005// +/README/1.101/Thu Feb 17 18:09:42 2005// /RELEASES/1.2/Thu Feb 17 18:09:42 2005// -/TODO/1.69/Fri Feb 18 14:40:56 2005// +/TODO/1.68/Mon Feb 14 17:33:09 2005// /configure/1.31/Wed Feb 9 22:42:58 2005// D @@ -1,4 +1,3 @@ -::(21.02.05)::Released yChat 0.7.7. A major code cleanup has been made and the ANSI code formating is now being used. Bugfixes in the timer thread have been made and the standard demo HTML style has been renewed. ::(17.02.05)::Released yChat 0.7.6. This release now uses the hash_map class from the SGI STL extension which is more stable then the old Hash Map used by yChat. ::(14.02.05)::Released yChat 0.7.5. The garbage collector will now run once a hour. The dynamic thread pool has been improved. Removed thre equiv-http-refresh meta tag from the online list. Added a minor bugfix in the /topic command. Implemented an HTML based list of all logged in users and the /users command which does the same. ::(13.02.05)::Released yChat 0.7.4.1 This new version includes a major bugfix made in the new dynamic thread pool which has been introdouced in 0.7.4. The bug resulted in a thread pool dead lock.. Tagged yChat 0.7.5-CURRENT into CVS. @@ -1,4 +1,4 @@ -yChat; Homepage: www.yChat.org; Version 0.7.7.1-RELEASE +yChat; Homepage: www.yChat.org; Version 0.7.6-RELEASE Copyright (C) 2003 Paul C. Buetow, Volker Richter Copyright (C) 2004, 2005 Paul C. Buetow ----------------------------------------------------------------- @@ -112,7 +112,7 @@ well . To improve performance, you can define the logging puffer (standardly new logs will be written to disk after each 20 lines). If you want to log everything immediately, you can reset this option to 1 in ychat.conf. -- Its modular through own command and dynamic HTML engine - +- Its modular - All chat commands are realized through dynamic loadable module files which can be recompiled and reloaded without restarting the whole yChat server. Also HTML-Sites with certain tasks can be compiled as a module like @@ -1 +1 @@ -Mon Feb 21 03:04:02 CET 2005 +Thu Feb 17 23:59:05 CET 2005 @@ -30,6 +30,7 @@ To do in general for some later RELEASE: - Implement several HTML styles, each user can use his favourite style - Implement compatibility to Opera, Links, Konqueror and Safari - Implement browser side caching for gfx files support +- Disable http-refresh of the online frame. Reload it only if there has been s.t. changed. - Implement a http:// url detection and make a link out of it! - Remove user.cpp member variables as possible and replace them with hash maps for (integer,mutex) and (string,mutex) pairs. Maybe use s.t. like this: @@ -1 +1 @@ -yChat 0.7.7-RELEASE Build 3384 +yChat 0.7.6-RELEASE Build 3341 diff --git a/html/CVS/Entries b/html/CVS/Entries index b212293..b9ef70c 100644 --- a/html/CVS/Entries +++ b/html/CVS/Entries @@ -13,8 +13,8 @@ /options.html/1.6/Sun Nov 7 02:24:57 2004// /register.html/1.10/Sun Nov 7 02:37:57 2004// /robots.txt/1.1.1.1/Fri Jan 2 03:15:10 2004// -/stream.html/1.6/Sat Feb 19 11:08:50 2005// -/style.css/1.4/Sat Feb 19 11:08:50 2005// +/stream.html/1.5/Sat Feb 12 16:15:30 2005// +/style.css/1.3/Sun Nov 7 02:24:57 2004// /test.cgi/1.2/Sat Sep 25 04:12:43 2004// /urlredirect.html/1.1/Sun Nov 7 00:33:14 2004// D diff --git a/html/stream.html b/html/stream.html index ed08a23..5bbdb43 100755 --- a/html/stream.html +++ b/html/stream.html @@ -27,12 +27,11 @@ </script> </head> <body class="stream"> -<h1>Engine: %%ychat.version%%</h2> <script language="JavaScript"> autos |
