Commit graph

26 commits

Author SHA1 Message Date
rillig
0c3bf8b56d Added a patch to make bidwatcher build on NetBSD-1.6.2. Reviewed by tron. 2005-02-27 10:40:04 +00:00
tron
ab70bfa545 Update "bidwatcher" package to version 1.3.17.
Changes since version 1.3.16:
- Fix eBay parser.
- Add libcurl support.  libcurl is now a dependency.
- Tons of little fixes.
- Fix potential security bug in versions <= 1.3.16 (CAN-2005-0158).
- Added Seller id to the Log.
- Fixed BUY Only items that expire but bidwather don't think so.
- Should compile on cygwin now.
- Be more compatible with BSD.
2005-02-18 10:10:06 +00:00
tron
cca8d935e2 Update "bidwatcher" to version 1.3.16. Changes since version 1.3.15:
- Parse eBay pages properly again
- A parsing error leading to a segmentation fault is fixed (patch
  from Klaus Singvogel)
- Get the snipe key 60 seconds before sniping because this key becomes
  stale.
- Snipes do not try to get a snipe key at startup or setup.
- Set the proxy during startup.  Otherwise a "Network error" is issued
  at startup behind a proxy.
- Workaround a bug with german umlauts and other ascii > 127 in the
  details windows. They are simply removed.
- Recognize shifting end times of auctions.
- User listings:
  - The auction-id was read as "unsigned long" (4 Byte) instead of
    "unsigned long long" (8 Byte). Due to that truncation some
     auction-ids were not handled correctly.
  - Ebay places linebreaks at the worst places in its pages: the
    parser did not remove them all. So the auction id was not
    found.
- Obtain snipe-key just when necessary, not earlier.
- New feature: Snipe groups
2004-09-21 07:43:10 +00:00
tron
9dd2f84b89 Add a patch from the bidwatcher home page which avoid segfaults while
bidwatcher is parsing auction data. Bump package revision.
2004-07-20 13:59:12 +00:00
tron
faee28f3d3 Update "bidwatcher" package to version 1.3.11rc1.
Changes since version 1.3.10:
- Fixed Bug #779784 Keeps updating finished auctions
- More portable build (builds with Compaq's C++ compiler)
- Removed some dead code.
- Details window shows all available information.
- Fixed BuyItNow autodeletion bug.
- Added basic proxy authentication.
- Fixed some BuyItNow handling.
- GetUserListings fixes.
- Better compatibility with Purchase Only auctions.
- Fixed quantity amount in detail window.
- Fixed bigUpdate: timeToNextEnd was > 5 mins, so it wouldn't fire.
- Fixed the idempotent header defines in bidwatcher.h
- Added functionality to open to a specific ebay country website.
- Fixed GMTIME BSD specific code.
- Don't try to bid if we failed to get the snipe key
- Fixed "Bid too low" message
- Fixed "You are highest bidder" message
- Fixed "Outbid" detection
- Added Pragma headers to coerce proxies into refreshing the content
- Printout log messages since they currently disappear in the statusbar.
- Changed needelessly complex status bar operations.
- Fixed pre-bid on ended auctions error message
- Fixed pre-bid/snipe URL+headers
- Fixed updating after snipe
- Updated User-Agent
- Handy --enable-debug configure option
2003-11-25 08:43:51 +00:00
tron
f51e7eedad Add patch from bidwatcher's home page for bug 782059 ("snipe fails with
parseerror".
2003-08-30 22:17:29 +00:00
tron
840a169b70 Update "bidwatcher" package to version 1.3.10. Changes since version 1.3.9:
- Fixed TimeSync issue.
- Fixed reserve detection.
- Fixed BuyItNow detection.
- Handle fixed price auctions.
2003-07-20 11:54:23 +00:00
tron
a293c63db5 Add a patch submitted my Uwe Klein via the sourceforge homepage to fix
time synchronization with eBay servers. Bump package revision.
2003-07-16 13:52:15 +00:00
tron
aeb8f4de6b Back out timezone fix from revision 1. It doesn't work properly when
California an Central Europe are both on DST. Bump package revision again.
2003-04-06 11:48:25 +00:00
tron
ee0eb406d5 Fix time difference problem which shows up when the local system is on
DST and eBay is not. Based on a suggestion from Bernd Ernesti.
2003-03-31 07:57:24 +00:00
dmcmahill
c9c2283065 fix some format string bugs on 64 bit systems. 2002-12-30 02:09:25 +00:00
tron
846127cb01 Update "bidwatcher" package to version 1.3.7. Changes since version 1.3.6:
- Fix the bigdelay callback
- Fix eBay breakage.
- Added autogen.sh to CVS for easier building.
2002-12-23 22:46:55 +00:00
tron
741d13e15c Use a patch from the CVS repository to fix problem with adding auctions.
Bump package revision.
2002-12-19 11:45:20 +00:00
tron
ac924b3526 Update "bidwatcher" to version 1.3.6. Changes since version 1.3.5:
- Added Comment field.
- Fixed ebay time sync'ing.
- Fix bad "Host:" entity-header if a proxy server was used. It used
  to send "Host: proxy.do.main" instead of "Host: whatever.ebay.com".
- It now sends an "User-Agent" string which looks like Mozilla 1.1
  including the real operating system and machine.
- It support using "POST" for the actual bid. I've succesfully tested
  this by bidding on an auction.
- Fixed stupid bug introduced in 1.3.5 for certain ebay motors auctions
- Fixed handling bad DNS responses.
2002-10-27 21:54:25 +00:00
tron
2c1a79550d Fix bugs in HTTP protocol handling:
1.) Send correct "Host:" entity-header if a proxy is used.
2.) Supply a more appropriate User Agent intetification.
3.) Use a "POST" for request for the actual bid like the eBay form would.
Bump package revision to 2.
2002-10-12 15:32:15 +00:00
tron
45be4ae561 Add changes from the "bidwatcher" CVS repository which fixes the problem
with the time synchronization. Bump package revision to 1.
2002-10-12 12:25:55 +00:00
martin
7721daae4f Ooops, botched last update. Remove patch-aa, which is now already integrated
into the distribution.
2002-09-15 06:34:03 +00:00
tron
c29c5dea20 "bidwatcher" tries to use HTTP/1.1 but is not able to handle persistant
connections. Use "Connection: close" in HTTP request headers to avoid
network timeout caused by this bug. Bump version number to 1.3.4nb2.
2002-06-12 21:51:28 +00:00
tron
d8a241a024 Initialize buffer point to "NULL" in fetchURL() to avoid problem when
free(3) is used later.
2002-06-12 13:55:06 +00:00
tron
6f6acb112e Update "bidwatcher" package to version 1.3.3. Changes since version 1.3.0:
- many bug fixes
- improved GUI
- experimental bidding daemon
2002-03-22 21:59:55 +00:00
tron
61eaa9aa37 Fix build problems under Solaris. 2001-12-08 18:38:50 +00:00
tron
e07cfe8a40 Pull in latest bug fixes from the CVS repository which fix e.g problems
with loading the configuration and updating auctions. Bump version number
to 1.3.0.99 as this is now close to what will be the 1.3.1 release.
2001-11-21 22:40:05 +00:00
tron
1330351485 Don't write empty configuration strings to the configuration file like
e.g. an empty proxy setting because the very optimistic parse can't
handle those.
2001-10-07 22:44:20 +00:00
tron
72e2dbf829 Fix saving and loading of the configuration file and make the proxy support
work
2001-10-07 22:17:20 +00:00
tron
8001c7927a Update "bidwatcher" package to version 1.3.0 beta.
Changes since version 1.1.7:
- Conversion to use the gtk+ toolkit, making this version 100% GPL clean!
- Support for auctions in foreign currencies.
- Cleaner ebay access-- i.e. instead of hardcoded IPs, we now
  do DNS lookups and follow 302 redirects
- HTTP proxy server support
- Support for eBay motors
- Uses the GNU Autoconf (configure) system
- Drag-n-drop support
2001-10-07 08:29:43 +00:00
jlam
e698e70516 BidWatcher is a tool for people using the giant eBay auction site. It
uses your eBay id and password to track your eBay listings, items that you
have bid on, and items that you enter by hand.   It also has an integrated
snipe tool.

This was initially provided by Brad Knotwell <knotwell@ix.netcom.com> in
pkg/13128 but has been heavily modified to remove FreeBSDisms and to use
buildlink.mk files.
2001-09-22 05:38:22 +00:00