# ChangeLog for yasuck # Copyright (c)2004 badpenguins.com; Distributed under the GPL v2 # *yasuck2-0.0.1_rc3 (08 Aug 2006) 08 Aug 2006; Mike Green docs/ChangeLog, includes/yasuck.board.class.php: Added code to parse out message ratings and generate pseudo recs based on average ratings over 3 and number of raters. *yasuck2-0.0.1_rc2 (24 Jul 2006) 24 Jul 2006; Mike Green docs/ChangeLog, includes/yasuck.board.class.php, includes/globals.php, docs/README: Retrieval of old board posts has been disabled by yahoo. Now retrieving all information from new board except for the original retrieve by message id from the old board, which gives the topic id in the redirect. Disabled recs until the ratings system can be used, ignore them in the mean time to prevent old correct recs from being overwritten. Add MY_TZ define to globals to account for Eastern Time Zone of yahoo boards. Cannot convert dates of "20 minutes ago" without setting the timezone. After setting the environment TZ variable, it will not set back to the original timezone (at least php 4) correctly, so require it to be set in globals.php. *yasuck2-0.0.1_rc1 (20 Jul 2006) 20 Jul 2006; Mike Green docs/ChangeLog, yasuck2, includes/yasuck.board.class.php, includes/yasuck.http.class.php, includes/globals.php, includes/yasuck.functions.php, docs/README: Code cleanup. Most functionality is now working with the exceptions of --plugholes, --refresh, and --status. Added new functionlity: --add BOARD will create the table entries for the board, --debugsuck will save raw copies of sent headers and GET requests. The following functions were implemented: --add, --drop, --dumphtml, --exporthtml, --listmissing, --poster, --quiet, --recs, --sanity, --skipmsgs, --subject. After I get some sleep the remaining functionality will be implemented ;) *yasuck2-0.0.1_alpha2 (18 Jul 2006) 16 Jul 2006; Mike Green : Initial release of alpha version. Table structure not compatible with original yasuck. Very limited functionality with new yahoo finance message boards. The only functions that currently work are --get, --init, --dumpnntp, --exportnntp, --start, --end.