- 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.
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.
- Snipe as low as 1 second, of course, caveats apply.
- Better ANSI compliance for gcc3.1
- Several UI enhancements
- Fixed some bid processing issues
- Fixed getting user bids
- Fixed some big memory leaks
- Added localtime patch
- Better execution of Mozilla
- Fixed some snipe error messages
- We're sending HTTP/1.1 now.
- Fixed description skewing when reading from file.
- Applied patch from dbs@tanj.com to fix ended auctions.
- Added Copy item number menu option
- CodeStyle: Replaced if( with if (
- Fixed 'First Bid' field in Details window
- Fixed Reserve detection: Thanks to Thomas Enstall
- Fixed eBay motors non car auctions + dutch.
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
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.