0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 6 hours ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updates from tststs6 More... over 13 years ago
Patch from ripit's post from April 29th: Detect when item is not available for current locale More... almost 14 years ago
Make ripit-100328 branch new head More... almost 14 years ago
a few comments added More... about 14 years ago
Merged changes back from layout-changes-2009-07 into HEAD More... about 14 years ago
Two fixes for the locale de: - fix for daylight saving time - accept fractional bid amount in the from x.yz ; It is not allowed to use x,yz ; This way we have the same interface for all locales. Not sure yet if that is a good design decision, though.... More... almost 15 years ago
eBayAgent is broken for Germany. Previously the whole process for items listed on ebay.de where run over the ebay.com site in eBayAgent. More... over 15 years ago
error_exit(), one line.. if no args are given More... almost 16 years ago
repair min bid extraction More... almost 16 years ago
perltidy -gnu -bli More... almost 16 years ago
remove broken old check for bid too low More... almost 16 years ago
- give clearer error if we bid and got back that the bid was too low - error_exit now uses log_message so exits are logged to email when email is enabled - some message formattting changes More... almost 16 years ago
email log message now includes link to view item page More... almost 16 years ago
use Reply-To and Reference headers so that email log messages thread properly More... almost 16 years ago
update time check -t to work with latest ebay time page More... almost 16 years ago
update matching of end time to adapt to new changes, also break it out using /x to be a litlte more clear More... almost 16 years ago
ebay changed its HTML code slightly: detection of auction end time was broken since a while url detection for bid processing was broken More... over 16 years ago
Added Hartmut Wahl's modifications: "Stripped repeat action feature (by calling repebay) since it results in heavy system load when bid is under ebay minimum bid. Improved performance when already bidding (no ebayagent -i check). Added comments." More... about 17 years ago
- Changed debug file output patern to a more easily recognizable name of "eBayAgent-ITEM-PROCESS_START_DATE-INC_NBR-CALLING_SUBFUNCTION" - Minor typos corections More... about 17 years ago
Jan 21 2007 -- Martial MICHEL - Incorporated the patch provided by Bugs to make bidding work again - Added the calling function to the 'cleanpage' debug print 'cleanpage' cleans a few more characters too - extracted the proper information from the cleanup HTML to make "number of bids, end time, bid increment, minimum bids" work again More... about 17 years ago
apply patch for end time, provided by Rainer Dorsch More... over 17 years ago
blind commit of patch from: More... almost 18 years ago
commit patch provided by Gary Bruce. More... about 18 years ago
removing check for empty page for now. as we're getting too many false positives. More... about 18 years ago
patch from Moritz Barsnick he says matching for empty pages was yielding false positives. More... about 18 years ago
end_time() should not worry about the date header when in ntponly mode. More... about 18 years ago
- adjusted retry logic. to combine the previous retry and the timeout retry logic. - adjusted retry semantics so it's hopefully less confusing with less globals. - GetOpt call doens't use pointles sub{} style calls. - tried to make perl -cw give no warnings, but don't know what to do about Mail::Sendmail::error etc. - adjusted end_time() semantics so it's less confusing with less global variables, and adjusted it to return in error when it couldn't parse the date header from ebay. - initial request, now retries 4 times if end_time can't be determined. this is on top of the regular http retries. - perltidy -gnu -bli More... about 18 years ago
replace concat_strings with join() More... about 18 years ago
patch from Moritz Barsnick More... about 18 years ago
patch from Moritz Barsnick More... about 18 years ago