Age | Commit message (Collapse) | Author | Files | Lines |
|
version 1.3.11 is not available. But according to PR pkg/24677 by
Dick Davies it adapts "bidwatcher" to eBay's latest changes.
|
|
|
|
- Added appropriate pre-approval error message
- Made failed parse messages a little less ambiguous
- Fixed uppercase password problem: eBay uses all lowercase
- Fixed password error message
- Update so we get feedback on auctions as they are added
- Add a bunch of encoding checking from Klaus Singvogel
|
|
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
|
|
parseerror".
|
|
- Fixed TimeSync issue.
- Fixed reserve detection.
- Fixed BuyItNow detection.
- Handle fixed price auctions.
|
|
|
|
time synchronization with eBay servers. Bump package revision.
|
|
- Fixed handling of eBay's output changes.
- Fixed corrupted log messages.
- Save update interval values.
- Fix timers.
- Made some changes to help deal with TZ.
|
|
|
|
- Fixed checkredir bug.
- Cleaned up configuration window.
- Removed double statusbar.
- Modified statusbar output.
- Fixed time zone problems.
- Fixed eBay maintenance window zapping.
- Fixed status LEDs.
- Added configurable update intervals.
- Added some HTML entities.
- Added local ending time feature.
- Added a warning about upper security levels and password blanking.
- Cleaned up debugging harness.
- Various minor bug fixes.
|
|
dependency bumps.
|
|
California an Central Europe are both on DST. Bump package revision again.
|
|
DST and eBay is not. Based on a suggestion from Bernd Ernesti.
|
|
|
|
- Fix the bigdelay callback
- Fix eBay breakage.
- Added autogen.sh to CVS for easier building.
|
|
Bump package revision.
|
|
|
|
- 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.
|
|
with the time synchronization. Bump package revision to 1.
|
|
into the distribution.
|
|
Main change: handle new eBay html layout.
Provided by Marko Schütz in PR pkg/18288.
|
|
connections. Use "Connection: close" in HTTP request headers to avoid
network timeout caused by this bug. Bump version number to 1.3.4nb2.
|
|
free(3) is used later.
|
|
revision to 1.
|
|
- 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.
|
|
|
|
- many bug fixes
- improved GUI
- experimental bidding daemon
|
|
|
|
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.
|
|
|
|
e.g. an empty proxy setting because the very optimistic parse can't
handle those.
|
|
work
|
|
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.
|