diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-21 16:21:22 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-21 16:21:22 +0000 |
| commit | 371cf3aa2a132401a4557e227577a9f3a57f4477 (patch) | |
| tree | 1ce345520f684fd56ed1445d237e14174f6e6dd7 | |
| parent | 58885c244c2b9625d0917797dedd3850bf07ae53 (diff) | |
| -rw-r--r-- | CHANGES | 36 | ||||
| -rw-r--r-- | ChangeLog | 484 | ||||
| -rw-r--r-- | Makefile | 37 | ||||
| -rw-r--r-- | Makefile.in | 12 | ||||
| -rw-r--r-- | README | 58 | ||||
| -rw-r--r-- | SHORTDESC | 4 | ||||
| -rw-r--r-- | base.cpp | 65 | ||||
| -rw-r--r-- | base.h | 71 | ||||
| -rw-r--r-- | chat.cpp | 147 | ||||
| -rw-r--r-- | chat.h | 46 | ||||
| -rw-r--r-- | cmnd.cpp | 19 | ||||
| -rw-r--r-- | cmnd.h | 18 | ||||
| -rw-r--r-- | conf.cpp | 75 | ||||
| -rw-r--r-- | conf.h | 24 | ||||
| -rw-r--r-- | conf.txt | 10 | ||||
| -rwxr-xr-x | configure | 1556 | ||||
| -rw-r--r-- | configure.in | 28 | ||||
| -rw-r--r-- | cont.cpp | 24 | ||||
| -rw-r--r-- | cont.h | 26 | ||||
| -rw-r--r-- | docs/header.txt | 20 | ||||
| -rw-r--r-- | hmap.cpp | 180 | ||||
| -rw-r--r-- | hmap.h | 118 | ||||
| -rw-r--r-- | html.cpp | 140 | ||||
| -rw-r--r-- | html.h | 42 | ||||
| -rw-r--r-- | html/favicon.ico | bin | 2238 -> 2239 bytes | |||
| -rw-r--r-- | html/index.html | 4 | ||||
| -rw-r--r-- | html/y_ani.gif | bin | 35107 -> 0 bytes | |||
| -rw-r--r-- | html/y_black.gif | bin | 61100 -> 61101 bytes | |||
| -rw-r--r-- | incl.h | 16 | ||||
| -rw-r--r-- | lang.cpp | 78 | ||||
| -rw-r--r-- | lang.h | 24 | ||||
| -rw-r--r-- | logd.cpp | 65 | ||||
| -rw-r--r-- | logd.h | 24 | ||||
| -rw-r--r-- | main.cpp | 98 | ||||
| -rw-r--r-- | modl.cpp | 98 | ||||
| -rw-r--r-- | modl.h | 29 | ||||
| -rw-r--r-- | msgs.h | 36 | ||||
| -rw-r--r-- | mutx.cpp | 20 | ||||
| -rw-r--r-- | mutx.h | 21 | ||||
| -rw-r--r-- | name.cpp | 32 | ||||
| -rw-r--r-- | name.h | 28 | ||||
| -rw-r--r-- | pool.cpp | 214 | ||||
| -rw-r--r-- | pool.h | 77 | ||||
| -rw-r--r-- | reqp.cpp | 291 | ||||
| -rw-r--r-- | reqp.h | 47 | ||||
| -rw-r--r-- | room.cpp | 18 | ||||
| -rw-r--r-- | room.h | 34 | ||||
| -rw-r--r-- | s_chat.cpp | 10 | ||||
| -rw-r--r-- | s_chat.h | 26 | ||||
| -rw-r--r-- | s_conf.cpp | 10 | ||||
| -rw-r--r-- | s_conf.h | 26 | ||||
| -rw-r--r-- | s_html.cpp | 10 | ||||
| -rw-r--r-- | s_html.h | 26 | ||||
| -rw-r--r-- | s_lang.cpp | 10 | ||||
| -rw-r--r-- | s_lang.h | 26 | ||||
| -rw-r--r-- | s_modl.cpp | 10 | ||||
| -rw-r--r-- | s_modl.h | 26 | ||||
| -rw-r--r-- | s_mutx.cpp | 10 | ||||
| -rw-r--r-- | s_mutx.h | 26 | ||||
| -rw-r--r-- | s_sman.cpp | 10 | ||||
| -rw-r--r-- | s_sman.h | 26 | ||||
| -rw-r--r-- | s_sock.cpp | 10 | ||||
| -rw-r--r-- | s_sock.h | 26 | ||||
| -rw-r--r-- | s_tool.cpp | 111 | ||||
| -rw-r--r-- | s_tool.h | 19 | ||||
| -rwxr-xr-x | scripts/astyle.sh | 15 | ||||
| -rw-r--r-- | scripts/modules/file.pm | 28 | ||||
| -rwxr-xr-x | scripts/stats.pl | 95 | ||||
| -rwxr-xr-x | scripts/version.sh | 6 | ||||
| -rw-r--r-- | sess.cpp | 35 | ||||
| -rw-r--r-- | sess.h | 28 | ||||
| -rw-r--r-- | sman.cpp | 48 | ||||
| -rw-r--r-- | sman.h | 32 | ||||
| -rw-r--r-- | sock.cpp | 238 | ||||
| -rw-r--r-- | sock.h | 53 | ||||
| -rw-r--r-- | src/Makefile.in | 17 | ||||
| -rw-r--r-- | src/base.cpp | 92 | ||||
| -rw-r--r-- | src/base.h | 94 | ||||
| -rw-r--r-- | src/chat.cpp | 179 | ||||
| -rw-r--r-- | src/chat.h | 69 | ||||
| -rw-r--r-- | src/conf.cpp | 99 | ||||
| -rw-r--r-- | src/conf.h | 47 | ||||
| -rwxr-xr-x | src/configure | 1555 | ||||
| -rw-r--r-- | src/cont.cpp | 47 | ||||
| -rw-r--r-- | src/cont.h | 52 | ||||
| -rw-r--r-- | src/glob.h (renamed from glob.h) | 51 | ||||
| -rw-r--r-- | src/hmap.cpp | 206 | ||||
| -rw-r--r-- | src/hmap.h | 146 | ||||
| -rw-r--r-- | src/html.cpp | 170 | ||||
| -rw-r--r-- | src/html.h | 65 | ||||
| -rw-r--r-- | src/incl.h | 39 | ||||
| -rw-r--r-- | src/lang.cpp | 102 | ||||
| -rw-r--r-- | src/lang.h | 47 | ||||
| -rw-r--r-- | src/main.cpp | 101 | ||||
| -rw-r--r-- | src/msgs.h | 65 | ||||
| -rw-r--r-- | src/mutx.cpp | 43 | ||||
| -rw-r--r-- | src/mutx.h | 44 | ||||
| -rw-r--r-- | src/name.cpp | 54 | ||||
| -rw-r--r-- | src/name.h | 53 | ||||
| -rw-r--r-- | src/pool.cpp | 203 | ||||
| -rw-r--r-- | src/pool.h | 75 | ||||
| -rw-r--r-- | src/reqp.cpp | 466 | ||||
| -rw-r--r-- | src/reqp.h | 72 | ||||
| -rw-r--r-- | src/room.cpp | 39 | ||||
| -rw-r--r-- | src/room.h | 57 | ||||
| -rw-r--r-- | src/s_chat.cpp | 33 | ||||
| -rw-r--r-- | src/s_chat.h | 50 | ||||
| -rw-r--r-- | src/s_conf.cpp | 33 | ||||
| -rw-r--r-- | src/s_conf.h | 50 | ||||
| -rw-r--r-- | src/s_html.cpp | 33 | ||||
| -rw-r--r-- | src/s_html.h | 50 | ||||
| -rw-r--r-- | src/s_lang.cpp | 33 | ||||
| -rw-r--r-- | src/s_lang.h | 51 | ||||
| -rw-r--r-- | src/s_mutx.cpp | 33 | ||||
| -rw-r--r-- | src/s_mutx.h | 50 | ||||
| -rw-r--r-- | src/s_sman.cpp | 33 | ||||
| -rw-r--r-- | src/s_sman.h | 50 | ||||
| -rw-r--r-- | src/s_sock.cpp | 33 | ||||
| -rw-r--r-- | src/s_sock.h | 50 | ||||
| -rw-r--r-- | src/s_tool.cpp | 162 | ||||
| -rw-r--r-- | src/s_tool.h | 44 | ||||
| -rw-r--r-- | src/sess.cpp | 62 | ||||
| -rw-r--r-- | src/sess.h | 51 | ||||
| -rw-r--r-- | src/sman.cpp | 80 | ||||
| -rw-r--r-- | src/sman.h | 59 | ||||
| -rw-r--r-- | src/sock.cpp | 263 | ||||
| -rw-r--r-- | src/sock.h | 80 | ||||
| -rw-r--r-- | src/thrd.cpp | 52 | ||||
| -rw-r--r-- | src/thrd.h | 52 | ||||
| -rw-r--r-- | src/user.cpp | 167 | ||||
| -rw-r--r-- | src/user.h | 125 | ||||
| -rw-r--r-- | thrd.cpp | 28 | ||||
| -rw-r--r-- | thrd.h | 26 | ||||
| -rw-r--r-- | todo.txt | 11 | ||||
| -rw-r--r-- | user.cpp | 170 | ||||
| -rw-r--r-- | user.h | 84 |
136 files changed, 6405 insertions, 5532 deletions
@@ -0,0 +1,36 @@ +Changes from 0.5.5-STABLERELEASE to 0.5.6-BASIC +- Rearanged the startup messages +- Set 2000 as the standard port (3000 has been used before) +- Run astyle on src/*.{h,cpp} +- Fixed some errors in the README file +- Added the SHORTDESC file +- Changed Copyright to EXA Digital Solutions +- Added .pm to scripts/stats.pl +- Modified the README (New CVS pserver) +- Added the headers and header rules to the Makefile +- Added the docs directory and the containing header.txt file which + does have a header skel for the source files (all source files now do + have a new source header containgin copyrights) +- The ychat-0.5 CVS branch now also has ychat-basic as its synonym +- Added the replace rule to the top level Makefile + +Changes from 0.5.4-STABLERELEASE to 0.5.5-STABLERELEASE +- Added scripts/version.sh (can be invoked by gmake version) +- Fixed a bug in the session manager. +- Removed the large animated GIF graphic. + +Changes from 0.5.3-LEGACYRELEASE to 0.5.4-STABLERELEASE +- Backported reqp::get_url from yChat 0.7.8-CURRENT. +- Tagged 0.5-STABLE + +Changes from 0.5.2-LEGACYRELEASE to 0.5.3-LEGACYRLEASE +- Code cleanup +- Added ./scripts/* +- Added gmake stats option + +Changes from 0.5.1-RELEASE to 0.5.2-LEGACYRLEASE +- Changed this branch into a LEGACY branch. +- Rewrote the dynamic thread pool (backport from 0.7.8-CURRENT). +- Added scripts/* +- Code now uses ANSI C++ style with 2 space code indenting. + diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index b3ada67..0000000 --- a/ChangeLog +++ /dev/null @@ -1,484 +0,0 @@ -2003-09-14 16:55 snooper - - * cmnd/yc_version.cpp: Added /version command. - -2003-09-14 16:48 snooper - - * README, msgs.h: Changed Version to 0.5 ( Will be released as soon - as possible ). - -2003-09-14 16:34 snooper - - * msgs.h: Changed version description. - -2003-09-14 16:31 snooper - - * README, conf.txt, glob.h, reqp.cpp, sock.cpp, cmnd/compile.sh: - Fixed all known bugs which already have been fixed in yChat++ - Advanced. - -2003-09-13 20:52 snooper - - * gfx/y_ani_black.gif, gfx/y_ani_white.gif, html/favicon.ico: [no - log message] - -2003-09-07 14:49 snooper - - * pool.cpp: - Removed a pthread_cond_signal which has been set twice! - -2003-09-06 23:34 rover - - * pool.cpp: fixed a typo ( multi thread bug ) - -2003-09-03 18:30 rover - - * reqp.cpp: modified End-Of-Headers to RFC compliant version - -2003-07-26 14:30 snooper - - * reqp.cpp: Added Pragma: no-cache and Expires: 0 to the HTTP - header. ( this is a bugfix ). - -2003-04-19 21:39 rover - - * chat.cpp, reqp.cpp, sess.cpp, sess.h, sman.h, sock.cpp, user.h: - identification now only depends on session - -2003-04-19 18:16 rover - - * Makefile.in, chat.cpp, chat.h, conf.txt, main.cpp, s_sman.cpp, - sess.cpp, sman.cpp, s_sman.h, sess.h, sman.h: added session - manager and session object. - -2003-04-10 17:36 rover - - * logd.cpp: fixed a typo - -2003-04-07 15:24 rover - - * hmap.cpp: added a really really important newline ( this is just - a loginfo test ) - -2003-04-07 15:18 rover - - * msgs.h: message templates are now replaced by language manager - -2003-04-05 00:17 rover - - * Makefile.in: language support - -2003-04-05 00:14 rover - - * chat.cpp, chat.h, conf.txt, lang.cpp, lang.h, main.cpp, - s_lang.cpp, s_lang.h, sock.cpp, user.cpp, user.h, lang/de, - lang/en: support for different languages in chat output - -2003-04-04 23:35 rover - - * conf.cpp, conf.txt, glob.h, s_conf.h, sock.cpp: another bug that - was caused due sed conversion - -2003-04-04 17:42 rover - - * Makefile.in: added log_daemon - -2003-04-04 17:19 rover - - * conf.txt, logd.cpp, logd.h, reqp.cpp, reqp.h, sock.cpp, sock.h: - added access log compatible logging - -2003-04-04 13:13 rover - - * sock.cpp: added IP / PORT to map_params to make logging possible - with only this map - -2003-04-04 12:41 rover - - * s_tool.cpp, s_tool.h: added trim() function to strip whitespaces - at the beginning and end of a string - -2003-04-04 12:40 rover - - * reqp.cpp, reqp.h: http headers are now stored in the requestmap - |
