Age | Commit message (Collapse) | Author | Files | Lines |
|
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
|
|
|
|
|
|
|
|
|
|
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.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
- 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
|
|
bidwatcher is parsing auction data. Bump package revision.
|
|
Changes since 1.3.13:
4/23/04
* TimeSync logic improved. If we can't hit eBay, rely on local time,
but, for real this time.
* Version 1.3.15
4/22/04
* Fix time synchronization
4/20/04
* Allow configurable X font string
* Fix item location parsing
* Fix currency parsing
* Version 1.3.14
4/11/04
* Show seller in main window (RFE #902344)
* Use unsigned long longs for auction numbers.
* Applied add by URL patch (#820963)
3/30/04
* Changed default fonts
* Added some missing HTML entites
|
|
|
|
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
|
|
|
|
|