novacoin.git
12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Tue, 27 Mar 2012 00:07:28 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Tue, 27 Mar 2012 00:06:55 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoRemove wxWidgets .exe and locales during setup
Gavin Andresen [Mon, 26 Mar 2012 16:33:35 +0000]
Remove wxWidgets .exe and locales during setup

12 years agoCheck minversion before loading the rest of the wallet
Pieter Wuille [Thu, 22 Mar 2012 03:59:59 +0000]
Check minversion before loading the rest of the wallet

When a 0.6 wallet with compressed pubkeys is created, it writes a
minversion record to prevent older clients from reading it. If the 0.5
loading it sees a key record before seeing the minversion record however,
it will fail with DB_CORRUPT instead of DB_TOO_NEW.

12 years agoFix warning about deprecated unescaped backslash
Wladimir J. van der Laan [Wed, 21 Mar 2012 21:29:33 +0000]
Fix warning about deprecated unescaped backslash

12 years agoWhen disconnecting a node, clear the received buffer so that we do
Alistair Buxton [Sun, 18 Mar 2012 03:03:24 +0000]
When disconnecting a node, clear the received buffer so that we do
not process any already received messages.

The primary reason to do this is if a node spams hundreds of messages
and we ban them, we don't want to continue processing the rest of it.

12 years agoMore debug output for failed reorganizations
Pieter Wuille [Wed, 21 Mar 2012 12:15:27 +0000]
More debug output for failed reorganizations

12 years agoReport number of (dis)connected blocks in reorganization
Pieter Wuille [Sun, 19 Feb 2012 18:42:15 +0000]
Report number of (dis)connected blocks in reorganization

Also report old and new best, and fork point.

12 years agoFix grammatical errors in translation process documentation (partial of 2fac102)
Luke Dashjr [Thu, 22 Mar 2012 20:15:30 +0000]
Fix grammatical errors in translation process documentation (partial of 2fac102)

12 years agoUse last checkpoint instead of hard-coded 140,700. Fixes #913.
Gavin Andresen [Tue, 20 Mar 2012 17:45:45 +0000]
Use last checkpoint instead of hard-coded 140,700. Fixes #913.

12 years agoMerge branch '0.5.3.x' into 0.5.x
Luke Dashjr [Thu, 22 Mar 2012 18:15:12 +0000]
Merge branch '0.5.3.x' into 0.5.x

Conflicts:
bitcoin-qt.pro
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h

12 years agoMove QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
Luke Dashjr [Sat, 17 Mar 2012 23:54:22 +0000]
Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build

It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it.
v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it.

Use `qmake MINGW_THREAD_BUGFIX=0` to disable

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Wed, 21 Mar 2012 17:50:35 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Wed, 21 Mar 2012 17:39:57 +0000]
Merge branch '0.4.x' into 0.5.0.x

Conflicts:
src/main.cpp

12 years agoMerge branch 'bip16_0.4.x' into 0.4.x
Luke Dashjr [Wed, 21 Mar 2012 17:30:56 +0000]
Merge branch 'bip16_0.4.x' into 0.4.x

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Wed, 21 Mar 2012 17:22:24 +0000]
Merge branch '0.5.0.x' into 0.5.x

Conflicts:
bitcoin-qt.pro
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Wed, 21 Mar 2012 17:19:25 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoMinimal support for validating BIP16 pay-to-script-hash transactions
Luke Dashjr [Tue, 13 Mar 2012 21:22:07 +0000]
Minimal support for validating BIP16 pay-to-script-hash transactions

Note this does NOT include accepting them in blocks (making them standard)

12 years agoWorkaround for BN_bn2mpi reading/writing out of bounds
Pieter Wuille [Sat, 18 Feb 2012 12:32:25 +0000]
Workaround for BN_bn2mpi reading/writing out of bounds

When OpenSSL's BN_bn2mpi is passed a buffer of size 4, valgrind
reports reading/writing one byte past it. I am unable to find
evidence of this behaviour in BN_bn2mpi's source code, so it may
be a spurious warning. However, this change is harmless, as only
the bignum with value 0 results in an mpi serialization of size 4.

12 years agoYet another attempt at implementing "minimize to tray" that works on all OSes
Wladimir J. van der Laan [Thu, 15 Mar 2012 21:30:08 +0000]
Yet another attempt at implementing "minimize to tray" that works on all OSes

12 years agoHide window from taskbar when "minimize to tray" active by making window into Tool...
Wladimir J. van der Laan [Fri, 17 Feb 2012 12:50:32 +0000]
Hide window from taskbar when "minimize to tray" active by making window into Tool window

12 years agoMake the sendcoins dialog use the configured unit type, even on the first attempt.
Joel Kaartinen [Fri, 16 Mar 2012 12:23:59 +0000]
Make the sendcoins dialog use the configured unit type, even on the first attempt.

12 years agoPrint more diagnostic info for the various DB_CORRUPT conditions
Luke Dashjr [Sun, 11 Mar 2012 22:07:40 +0000]
Print more diagnostic info for the various DB_CORRUPT conditions

12 years agoPrint wallet load errors (to debug.log)
Luke Dashjr [Sun, 11 Mar 2012 21:57:44 +0000]
Print wallet load errors (to debug.log)

12 years agoBump version to 0.5.0.6
Luke Dashjr [Mon, 19 Mar 2012 16:15:03 +0000]
Bump version to 0.5.0.6

12 years agoMove QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
Luke Dashjr [Sat, 17 Mar 2012 23:54:22 +0000]
Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build

It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it.
v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it.

12 years agoMove QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
Luke Dashjr [Sat, 17 Mar 2012 23:54:22 +0000]
Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build

It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it.
v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it.

12 years agoBump version to 0.5.3.1
Matt Corallo [Fri, 16 Mar 2012 02:25:07 +0000]
Bump version to 0.5.3.1

12 years agoBugfix: Missing includes
Luke Dashjr [Sat, 17 Mar 2012 00:31:12 +0000]
Bugfix: Missing includes

12 years agoBugfix: Missing includes
Luke Dashjr [Sat, 17 Mar 2012 00:31:12 +0000]
Bugfix: Missing includes

12 years agoMerge branch '0.5.0.x' into 0.5.3.x
Luke Dashjr [Fri, 16 Mar 2012 21:28:22 +0000]
Merge branch '0.5.0.x' into 0.5.3.x

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Fri, 16 Mar 2012 20:45:32 +0000]
Merge branch '0.5.0.x' into 0.5.x

Conflicts:
bitcoin-qt.pro
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Fri, 16 Mar 2012 20:44:00 +0000]
Merge branch '0.4.x' into 0.5.0.x

Conflicts:
contrib/Bitcoin.app/Contents/Info.plist
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h

12 years agoFix issue #848 : broken mining on testnet
Gavin Andresen [Thu, 16 Feb 2012 15:22:31 +0000]
Fix issue #848 : broken mining on testnet

12 years agoFix issue #848 : broken mining on testnet
Gavin Andresen [Thu, 16 Feb 2012 15:22:31 +0000]
Fix issue #848 : broken mining on testnet

12 years agofix default suffixes in save dialog in GNOME, make it more clear that PNG is used...
Wladimir J. van der Laan [Wed, 15 Feb 2012 13:47:08 +0000]
fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833)

12 years agoBump version to 0.5.4
Luke Dashjr [Fri, 16 Mar 2012 20:12:16 +0000]
Bump version to 0.5.4

12 years agoBump version to 0.5.0.5
Luke Dashjr [Fri, 16 Mar 2012 20:11:11 +0000]
Bump version to 0.5.0.5

12 years agoBump version to 0.4.5
Luke Dashjr [Fri, 16 Mar 2012 20:04:26 +0000]
Bump version to 0.4.5

12 years agoFix Win32 RPC Crashes.
Matt Corallo [Fri, 16 Mar 2012 02:55:12 +0000]
Fix Win32 RPC Crashes.

12 years agoCode cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and explicity...
Gavin Andresen [Tue, 20 Dec 2011 00:04:47 +0000]
Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and explicity init static var

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Mon, 12 Mar 2012 02:21:06 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Mon, 12 Mar 2012 02:20:31 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoResolves issue #922 - "wallet passphrase timeout of several years doesn't work"
Gregory Maxwell [Sat, 10 Mar 2012 21:05:28 +0000]
Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"

2^31 milliseconds is only about 25 days. Also clamps Sleep() to 10 years,
because it currently sleeps for 0 seconds when the sleep time would cross
2^31 seconds since the epoch. Hopefully boost will be fixed by 2028.

12 years agofix typo src/net.cpp
nomnombtc [Mon, 5 Mar 2012 18:33:24 +0000]
fix typo src/net.cpp

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Sat, 3 Mar 2012 18:59:31 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Sat, 3 Mar 2012 18:59:19 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoBugfix: Fix possible buffer overflow (#901)
Luke Dashjr [Sat, 3 Mar 2012 18:51:10 +0000]
Bugfix: Fix possible buffer overflow (#901)

Upstream commit: 21ae37d (partial)

12 years agoBugfix: Check return value of SHGetSpecialFolderPath in MyGetSpecialFolderPath
Luke Dashjr [Sat, 3 Mar 2012 18:44:42 +0000]
Bugfix: Check return value of SHGetSpecialFolderPath in MyGetSpecialFolderPath

Upstream commit: 21ae37d (partial)

12 years agoMerge remote branch 'sipa/nooverwritetx_v0.4.0' into 0.4.x
Luke Dashjr [Sat, 3 Mar 2012 17:59:09 +0000]
Merge remote branch 'sipa/nooverwritetx_v0.4.0' into 0.4.x

12 years agoDo not allow overwriting unspent transactions (BIP 30)
Pieter Wuille [Fri, 17 Feb 2012 16:58:02 +0000]
Do not allow overwriting unspent transactions (BIP 30)

Introduce the following network rule:
 * a block is not valid if it contains a transaction whose hash
   already exists in the block chain, unless all that transaction's
   outputs were already spent before said block.

Warning: this is effectively a network rule change, with potential
risk for forking the block chain. Leaving this unfixed carries the
same risk however, for attackers that can cause a reorganisation
in part of the network.

Thanks to Russell O'Connor and Ben Reeves.

12 years agoDoS fix for mapOrphanTransactions
Gavin Andresen [Wed, 29 Feb 2012 15:14:18 +0000]
DoS fix for mapOrphanTransactions

12 years agoIn UI, handle cases in which the last received block was generated in the future...
Wladimir J. van der Laan [Sat, 25 Feb 2012 18:07:53 +0000]
In UI, handle cases in which the last received block was generated in the future (secs<0)

Fixes #874.

12 years agoDon't show splash screen when -min is specified on the command line.
Chris Moore [Sat, 25 Feb 2012 02:54:18 +0000]
Don't show splash screen when -min is specified on the command line.

12 years agoCheckpoint block 168,000
Gavin Andresen [Thu, 23 Feb 2012 18:33:30 +0000]
Checkpoint block 168,000

12 years agoProcessBlock is sometimes called with pfrom==NULL
Pieter Wuille [Mon, 20 Feb 2012 21:35:08 +0000]
ProcessBlock is sometimes called with pfrom==NULL

12 years agoFix #616: remove base_uint::operator&=(uint64 b)
Pieter Wuille [Sun, 19 Feb 2012 18:12:41 +0000]
Fix #616: remove base_uint::operator&=(uint64 b)

12 years agoFix #626: RecvLine wrong error message
Pieter Wuille [Sun, 19 Feb 2012 18:05:41 +0000]
Fix #626: RecvLine wrong error message

12 years agoOn windows, show message box with help, as there is no stderr (fixes #702)
Wladimir J. van der Laan [Fri, 17 Feb 2012 16:53:41 +0000]
On windows, show message box with help, as there is no stderr (fixes #702)

(partial)

12 years agoOnly fill in label from address book, if no label is filled in yet, fixes #840
Wladimir J. van der Laan [Fri, 17 Feb 2012 17:25:14 +0000]
Only fill in label from address book, if no label is filled in yet, fixes #840

12 years agoFix #650: CKey::SetSecret BIGNUM leak
Pieter Wuille [Sun, 19 Feb 2012 17:44:51 +0000]
Fix #650: CKey::SetSecret BIGNUM leak

12 years agoFree pwalletdbEncryption after encryping wallet
Pieter Wuille [Sat, 18 Feb 2012 14:36:40 +0000]
Free pwalletdbEncryption after encryping wallet

Fixes a memory leak.

12 years agoRestructure IPC URL handling (fixes #851)
Wladimir J. van der Laan [Fri, 17 Feb 2012 14:26:20 +0000]
Restructure IPC URL handling (fixes #851)

12 years agoChange #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore...
Wladimir J. van der Laan [Fri, 17 Feb 2012 17:00:41 +0000]
Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore...

12 years agoExtra wallet locking fixes
Pieter Wuille [Sat, 11 Feb 2012 17:01:24 +0000]
Extra wallet locking fixes

* Fix sign error in calculation of seconds to sleep
* Do not mix GetTime() (seconds) and Sleep() (milliseconds)
* Do not sleep forever if walletlock() is called
* Do locking within critical section

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Fri, 17 Feb 2012 14:40:00 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Fri, 17 Feb 2012 14:39:54 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoFix wallet locking locking
Pieter Wuille [Sat, 11 Feb 2012 15:35:40 +0000]
Fix wallet locking locking

12 years agoMacros for manual critical sections
Pieter Wuille [Sat, 11 Feb 2012 19:02:55 +0000]
Macros for manual critical sections

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Fri, 17 Feb 2012 14:16:19 +0000]
Merge branch '0.5.0.x' into 0.5.x

Conflicts:
src/qt/bitcoingui.cpp

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Fri, 17 Feb 2012 14:15:21 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agodon't allow -daemon in bitcoin-qt (changes only #defines)
Wladimir J. van der Laan [Fri, 17 Feb 2012 13:46:06 +0000]
don't allow -daemon in bitcoin-qt (changes only #defines)

12 years agoProperly include $*_LIB_PATH in makefile.unix
Matt Corallo [Wed, 15 Feb 2012 21:05:55 +0000]
Properly include $*_LIB_PATH in makefile.unix

12 years agoSeveral shutdown-related fixes
Pieter Wuille [Wed, 15 Feb 2012 20:17:15 +0000]
Several shutdown-related fixes

* do not let vnThreadsRunning[1] go negative
* do not perform locking operations while vnThreadsRunning[1] is decreased
* check vnThreadsRunning[1] at exit

12 years agoBugfix: do not create CAddress for invalid accepts
Pieter Wuille [Wed, 15 Feb 2012 19:56:29 +0000]
Bugfix: do not create CAddress for invalid accepts

12 years agoFix Minimize to the tray instead of the taskbar
Janne Pulkkinen [Fri, 3 Feb 2012 18:08:50 +0000]
Fix Minimize to the tray instead of the taskbar

12 years agoPrevent window from being shown momentarily when using -min
Wladimir J. van der Laan [Fri, 9 Dec 2011 21:35:57 +0000]
Prevent window from being shown momentarily when using -min
- In a previous patch, show() was added to all the page switcher functions. As the contructor calls showOverviewPage(), this means the window is shown in the constructor.
- This change prevents this by connecting show() to the signal instead.

12 years agoEnable accessible widgets Qt module on win32, so that people with screen readers...
Wladimir J. van der Laan [Fri, 10 Feb 2012 07:28:32 +0000]
Enable accessible widgets Qt module on win32, so that people with screen readers such as NVDA can make sense of it.

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Sun, 12 Feb 2012 02:26:22 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Sun, 12 Feb 2012 02:26:11 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoGet ext. IP from UPnP, make sure addrMe IsRoutable() in version.
Matt Corallo [Fri, 10 Feb 2012 03:41:42 +0000]
Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.

This fixes a potential bug where some NATs may replace the node's
interal IP with its external IP in version messages, causing
incorrect checksums when version messages begin being checksummed
on February 14, 2012.

12 years agoFix #822
Pieter Wuille [Sat, 11 Feb 2012 14:25:42 +0000]
Fix #822

12 years agoBugfix: Capitalize kB correctly (upstream: 9d4b05c)
Luke Dashjr [Tue, 7 Feb 2012 23:20:01 +0000]
Bugfix: Capitalize kB correctly (upstream: 9d4b05c)

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Wed, 8 Feb 2012 03:49:03 +0000]
Merge branch '0.5.0.x' into 0.5.x

Conflicts:
src/qt/locale/bitcoin_ru.ts
src/qt/locale/bitcoin_zh_TW.ts

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Wed, 8 Feb 2012 03:46:07 +0000]
Merge branch '0.4.x' into 0.5.0.x

Conflicts:
src/bitcoinrpc.cpp

12 years agoUpdate copyrights to 2012 for files modified this year
Luke Dashjr [Wed, 8 Feb 2012 03:30:21 +0000]
Update copyrights to 2012 for files modified this year

12 years agoHave bitcoind recommend a secure RPC password. Increase invalid password delay.
Gregory Maxwell [Sun, 5 Feb 2012 07:30:43 +0000]
Have bitcoind recommend a secure RPC password. Increase invalid password delay.

Help users avoid insecure configurations a bit by recommending a
secure RPC password and increasing the incorrect password delay.

This may open up a RPC DOS for users with exposed RPC ports and
short passwords. Since users shouldn't have exposed RPC ports OR
short passwords, the DOS risk is preferable to the compromise
risk.

Also logs the client IP address for incorrect attempts.

12 years agoRestructure credit transaction decomposition (solves issue #689)
Wladimir J. van der Laan [Sun, 5 Feb 2012 10:53:52 +0000]
Restructure credit transaction decomposition (solves issue #689)

When a transaction has multiple outputs that go to the wallet, list these
as multiple transactions in the UI. This is also applied to generated
(coinbase) transactions. Also makes the code shorter and easier
to understand.

12 years agoBugfix: Capitalize kB correctly (upstream: 9d4b05c)
Luke Dashjr [Tue, 7 Feb 2012 23:20:01 +0000]
Bugfix: Capitalize kB correctly (upstream: 9d4b05c)

12 years agoUpdate copyrights to 2012 for files modified this year
Luke Dashjr [Wed, 8 Feb 2012 03:30:21 +0000]
Update copyrights to 2012 for files modified this year

12 years agoHave bitcoind recommend a secure RPC password. Increase invalid password delay.
Gregory Maxwell [Sun, 5 Feb 2012 07:30:43 +0000]
Have bitcoind recommend a secure RPC password. Increase invalid password delay.

Help users avoid insecure configurations a bit by recommending a
secure RPC password and increasing the incorrect password delay.

This may open up a RPC DOS for users with exposed RPC ports and
short passwords. Since users shouldn't have exposed RPC ports OR
short passwords, the DOS risk is preferable to the compromise
risk.

Also logs the client IP address for incorrect attempts.

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Fri, 3 Feb 2012 01:17:56 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Fri, 3 Feb 2012 01:17:41 +0000]
Merge branch '0.4.x' into 0.5.0.x

Conflicts:
src/main.cpp

12 years agoOnly store transactions with missing inputs in the orphan pool.
Gavin Andresen [Wed, 18 Jan 2012 18:36:44 +0000]
Only store transactions with missing inputs in the orphan pool.

All previous versions of bitcoin could store some types of
invalid transactions in the orphan-transaction list.

12 years agoFull checking of all loaded keys
Pieter Wuille [Thu, 26 Jan 2012 18:26:34 +0000]
Full checking of all loaded keys

12 years agoRevert to global progress indication (see #753)
Wladimir J. van der Laan [Tue, 17 Jan 2012 08:19:23 +0000]
Revert to global progress indication (see #753)

12 years agoCheck consistency of private keys
Pieter Wuille [Wed, 25 Jan 2012 02:05:16 +0000]
Check consistency of private keys

Reported by onlineproof on IRC: Bitcoin does not verify whether private
keys and public keys correspond, when loading a wallet.

12 years agoRemove loose amp; from Portugese translation (issue #701)
Wladimir J. van der Laan [Wed, 1 Feb 2012 19:14:13 +0000]
Remove loose amp; from Portugese translation (issue #701)

12 years agoAllow -upnp to override setting in wallet (and simplify logic a bit)
Gavin Andresen [Wed, 1 Feb 2012 18:24:15 +0000]
Allow -upnp to override setting in wallet (and simplify logic a bit)

12 years agoFix UPnP by reannouncing every 20 minutes.
Matt Corallo [Tue, 31 Jan 2012 22:36:25 +0000]
Fix UPnP by reannouncing every 20 minutes.