0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added 'ntponly' which will make eBayAgent _not_ trust eBay's time after the initial request (as requested by Paul Seelig) More... about 21 years ago
- Added check for time synchronisation information 5 min and 1 min before the end of the bid as proposed by Michael Krauss (will be performed even when not in W/watch mode) - Added "atomic time" (some computations using time() now use all the same value better than requesting the information each time) - Added a 'skipline' variable for time/request debugging purposes More... about 21 years ago
- Letter case fix for private auctions check - Some auctions (eBay Motors it seems) have only a 'First Bid' information and no 'Current Bid', therefore the 'reserve' and 'BuyItNow' can appear in either of the two fields or even outside of the normal recognized boundaries (<tr>...</tr>) - Added 'dprint' function for debug prints - Extended regexps to incorporate space appearing in information fields for some items and breaking normal search patterns - Moved printout of 'First Bid' just over 'Current Price' (useful for items without a 'Current Price') More... about 21 years ago
- Added 'printaii' function to print additional item informations - Added safeguard to avoid re-reading already processed data - Changed processing of the 'bid increment' recognition - Added 'approx.' recognition for 'BuyItNow' items - 'BuyItNow'-only items are now displayed within a 'Special Note' section - Page content entries are now processed a case insensitive way More... about 21 years ago
[0.9.8b] Added support for 'eBay Motors' items. Thanks to Przemek Klosowski for reporting the problem More... about 21 years ago
[0.9.7] - Release after a few days of tests of the beta version - Added documentation for the 'Now' option. More... over 21 years ago
- Added support for 'Buy It Now' _only_ kind of items (Note that the script will still only bid for a quantity of one for multiple quantity items) More... over 21 years ago
- Corrected small problem in handling of returned pages to allow pages starting with <script..> first line - small fix (removed a "die" in the previous CVS version ... silly me) More... over 21 years ago
[0.9.7b] January 21st, 2003 -- Martial MICHEL ([email protected]) - Add of a feature requested by Lee Matherne to allow bidding for 'Buy It Now' items; adding the 'Now' option (and more displayed information for items) More... over 21 years ago
[0.9.6.2] - Many thanks to Moritz Barsnick for reporting and providing a patch to correct three little buglets - Many thanks to Elmer Fittery for reporting a change in eBay's layout regarding obtaining eBay's time More... over 21 years ago
[0.9.6.1] - Many thanks to Klaus Singvogel, Dominik Pusch and Frederik Ramm for both telling me about a new change in eBay's keyword names, as well as for providing a fix for it More... over 21 years ago
[0.9.6] - incorporated the patch sent to me by Klaus Singvogel to correct eBay's new change of layout (regarding the end time this time) [Note: made one one little change to Klaus's patch to make the regexp less voracious (should not change anything for now)] More... over 21 years ago
v0.9.6 + Added a proper (hopefuly) "Requires:" section More... over 21 years ago
# September 24th, 20002 -- Martial MICHEL ([email protected]) # - incorporated the patch sent to me by Klaus Singvogel to correct eBay's # new change of layout (regarding the end time this time) # #[0.9.5] # September 11th, 2002 -- Martial MICHEL ([email protected]) # - Many thanks to Frederik Ramm, Klaus Singvogel, and "Debianero" for # accepting to test the release to be and then giving me their "ok" # - Made a copyright change, with Andrew's blessing (and updated his contact # information) More... over 21 years ago
September 10th, 2002 -- Martial MICHEL ([email protected]) - Incorporated the patch provided by Frederik Ramm to introduce the 'fake_useragent' option (many thanks to him as well for part of the little howto added in the documentation on how to get a proper useragent field (Thanks also to Paul Seelig for pointing out the need for this option) - Lowered the default Hrdelay from 2 to 1 second (after discussing with Klaus Singvogel about this new feature) - Reformatted the time entries in the CHANGES section More... over 21 years ago
following Klaus Singvogel's recommendation, added a HTTP retry facility (implemented using the 'httpretry' and 'Hrdelay' options) More... over 21 years ago
Thanks to Frederik Ramm for providing a patch to fix eBay's layout change (Many thanks to Gaby Hornik for reporting this same bug) More... over 21 years ago
- 'timetest' bug fix (Thanks to Sven Bombach for reporting this bug) More... over 21 years ago
Added "--sign" in "mmrpm" (to properly GPG sign the RPMs) More... over 21 years ago
[0.9.4] 2nd September 2002 -- Martial MICHEL ([email protected]) - Added support for HTTP proxies (Thanks to Sven Bombach for making me notice that this was missing) - RPMs should now include a proper GPG signature More... over 21 years ago
MM: made an Alan, forgot to change the version number ;) More... over 21 years ago
- changed the name of the "watchchecktime" functions to be more readable More... over 21 years ago
[0.9.3] sprint -> sprintf typo correction reported by Klaus Singvogel (Thanks) More... over 21 years ago
- added a check (when in W/watch mode) 5 minutes before placing the bid More... almost 22 years ago
New function "mmrpm" to force the use of "/usr/bin/perl" and at the same time release a "DEBUG" named rpm in case $debug is set More... almost 22 years ago
25th June 2002 -- Martial MICHEL ([email protected]) - $debug is now just before version number (let us not release a "debug" authorized version) More... almost 22 years ago
[0.9.2] (25th June 2002) 24th June 2002 -- Martial MICHEL ([email protected]) - Bug fix: Many thanks to Gaby Hornik ([email protected]) for reporting a bug in uses of username/passwords using non alphanumerical characters - changed the way we crypt urls (for easier uri_escape check) More... almost 22 years ago
use of the "rpm_release" variable added in main script More... almost 22 years ago
23rd June 2002 -- Martial MICHEL ([email protected]) - corrected "1 days" to "1 day" in the time left to bid text - added a "rpm_release" variable (to work with Makefile) More... almost 22 years ago
- mod to the "rpm" rule to get both the .src and .noarch rpms - rpm release 2 for 0.9.1 More... almost 22 years ago