61 Commits

Author SHA1 Message Date
Jackson Palmer
f0d25ffd92 Will it build?
Find out next time on…. Corruption.
2014-02-08 19:41:46 +11:00
ummjackson
f4341095f1 Merge pull request #227 from dogecoin/develop
let user select wallet file with -wallet=foo.dat
2014-02-08 17:29:27 +11:00
Jackson Palmer
d30bf07be3 let user select wallet file with -wallet=foo.dat
Ported from: https://github.com/bitcoin/bitcoin/pull/1889/commits
2014-02-07 22:42:24 +11:00
ummjackson
0a024e1995 Merge pull request #224 from dogecoin/develop
QUrl predec
2014-02-07 19:49:10 +11:00
Alan Westbrook
1a1f3cb7e8 QUrl predec
This actually should not have worked for me. Oh Qt.
2014-02-07 00:12:55 -08:00
ummjackson
50be2ef8f2 Merge pull request #223 from dogecoin/develop
Develop
2014-02-07 18:37:02 +11:00
Alan Westbrook
f62bb24297 Fix some URI handling weirdness in Qt
remove whack paths like file:dogecoin:
change out dogecoin:/D for dogecoin:D
Add a local URI handler so it doesn’t have to go through the system if
we try a local url.
2014-02-06 22:23:46 -08:00
Alan Westbrook
64bd2e4536 Version updates and read me to include boost instructions
Nothing major
2014-02-06 18:03:31 -08:00
billym2k
7b55eff3b5 Merge pull request #219 from dooglus/change-1.5
Document the -change option.
2014-02-06 12:36:13 -08:00
Chris Moore
10e652f319 Document the -change option. 2014-02-06 12:11:42 -08:00
billym2k
35345478bc Merge pull request #187 from dooglus/change-1.5
Allow a fixed list of change addresses.
2014-02-04 18:41:54 -08:00
ummjackson
7045aeccae Comment fix
Luckynumeric? No idea...
2014-02-04 23:29:53 +11:00
Jackson Palmer
f1677f3129 Fixing testnet crash in RPC 2014-02-04 20:16:41 +11:00
ummjackson
bfab06a22e Merge pull request #189 from sinemetu1/test-fixes
test - fixed tests that were failing because of bit/litecoin cruft
2014-02-03 20:04:57 -08:00
Alan Westbrook
d9e0af564d Mac splash no longer tries to own the desktop
Reset the window flags to the minimum necessary on Mac.
2014-02-02 17:53:50 -08:00
Alan Westbrook
18ccdab281 Fix Transaction to string conversion and add shortcut for dogechain
There was literally no reason to add -000 to transaction string
conversion. The idx itself is used for sorting internally
Add a menu item to load up a transaction in Dogechain.info
2014-02-02 15:57:59 -08:00
Alan Westbrook
9dd5cdf841 URL handling
Well, carp. Both Qt and the code base were quite broken for this. I
implemented workarounds and fixes such that things that weren’t broken
before should stay working, for example, if qt4 worked for a lot of
this, it still would, and if Qt on Windows / Linux worked for this
before, it shall still work for it.
2014-02-02 05:51:50 -08:00
Sam Garrett
56d42a9d90 test - fixed tests that were failing because of bit/litecoin cruft 2014-02-01 13:03:43 -05:00
Chris Moore
bfc0df8673 Allow a fixed list of change addresses. 2014-02-01 08:06:22 -08:00
Alan Westbrook
87f599d648 Debug logging changes
Don’t write out logs by default unless you are using -server or -daemon
flags
Write debug logs out if you specify the -debuglog flag
Do not write debug logs out if you specify -nodebuglog
Write debug logs out if you specify -debug (overrides all other options)
2014-01-30 01:28:46 -08:00
Jackson Palmer
06fce482d6 Removing IRC for gathering addresses
Such DNS. Very seed.
2014-01-30 19:42:43 +11:00
Billy Markus
af5f6d6509 fix irc 2014-01-29 20:53:53 -08:00
Zbigniew Siciarz
d6bb7c994d Small improvements in Polish translation. 2014-01-30 03:08:18 +01:00
Alan Westbrook
665efc9ecc Change the lookup span modulo constant to something smaller
Why? Not really sure, but whatever.
2014-01-29 00:17:34 -08:00
ummjackson
be94b62b17 Toolbar icon fix for Windows (system tray) 2014-01-28 13:04:37 +11:00
Jackson Palmer
198f178f60 Dogecoin v1.5.0 2014-01-28 12:57:04 +11:00
Alan Westbrook
4f73f5194f Update plist for 1.5 release
versions are 1.5.0 and 1.5 for the description strings
2014-01-27 17:51:44 -08:00
ummjackson
ad442d49ef Adding official DNS seed (seed.dogecoin.com) 2014-01-28 09:03:28 +11:00
Alan Westbrook
9748bc3f52 Fix dogecoind build errors
* wildcard on mac makefile doesn’t work the way it works on other
platforms =P
 * Add missing json_spirit_value objects for all the platform makefiles
2014-01-27 13:39:05 -08:00
Alan Westbrook
5a22b46b1f Fix warnings in Mac build
Minor but annoying warnings from the mac build fixed.
 * Incorrect duplication of header causing moc build rule duplication
in generated makefile
 * you aren’t supposed to use char as an array type, probably because
it can be a signed type in some compilers. Negative array indexes are
problematic.
2014-01-27 01:11:38 -08:00
Alan Westbrook
572eac9746 Fix warnings, update version
Fix a sprintf format warning without changing the actual functionality
Putting statics in headers is re-tard-ed (json_spirit_value)
This is alpha 3 of 1.5
2014-01-26 16:22:41 -08:00
Alan Westbrook
6844db1741 Merge branch 'Mac'
Mac only specific changes.
2014-01-26 15:46:22 -08:00
Alan Westbrook
794627fdc6 Merge branch 'Mac'
Cherry pick the number display change
2014-01-26 15:33:56 -08:00
Evan Anderson
49b9694b8a Fix build_detect_platform permissions
build_detect_platform was missing the executable bit which caused make to fail.

Signed-off-by: Evan Anderson <evan1124@gmail.com>
2014-01-26 15:41:05 -05:00
Jackson Palmer
9a4b221f09 RPC security tweaks 2014-01-26 19:33:23 +11:00
Joshua Charles Campbell
7de7798ee0 Check for weak RPC passwords. 2014-01-25 23:40:59 -07:00
Jackson Palmer
76a5ddbd06 Updates submitted from 1.4
All cosmetic
2014-01-26 17:29:14 +11:00
Jackson Palmer
5a97e1b03a Fixed example address across entire project 2014-01-26 16:19:32 +11:00
Jackson Palmer
0621bb78c2 Revert 0163949..fc1a317
This rolls back to commit 016394940ff1e746f0716f3250c2b3b1a0c974df.
2014-01-26 10:37:56 +11:00
Alan Westbrook
fc1a317b65 mac build updates
uses home-brew instead of macports
uses static libs
set the defines before we call out to leveldb compile
make sure the leveldb script is executable
update the plist appropriately
use the correct MSG_NOSIGNAL value for Mac
update the app icons for mac including all the retina versions.
2014-01-24 20:44:28 -08:00
Alan Westbrook
8cc4b37302 Changes to get it working with the current osx platform
Fix some nomenclature in the Plist and set some flags for static builds
2014-01-23 13:42:18 -08:00
ummjackson
016394940f Updating favicon
Chatty shibe shrunk down looks ugly. Such sad.
2014-01-24 00:14:10 +11:00
ummjackson
fc6090b7c0 Revert "Such icon updates."
This reverts commit f5c1284ccadaf7d9d917618384801f0c2d237f7f.
2014-01-23 23:49:19 +11:00
ummjackson
f5c1284cca Such icon updates. 2014-01-23 22:51:52 +11:00
ummjackson
7ce5e22693 Fixing Makefile for LevelDB to compile 2014-01-23 19:43:44 +11:00
ummjackson
4d5e616b96 Bringing /src/ up to speed with 0.8.6.2 2014-01-23 19:30:28 +11:00
ummjackson
b084dd0d67 Litecoin clean up + removed stray thumbs.db 2014-01-23 17:44:25 +11:00
ummjackson
c8d231461a Updating PROTOCOL_VERSION for 1.5 2014-01-23 09:08:28 +11:00
ummjackson
207cfdb59b Version update II
Still need to figure out the git commit stamp / build time... doesn't
seem to be set on Windows build right now.
2014-01-22 23:59:41 +11:00
ummjackson
bd80a9abcc Update alert keys 2014-01-22 22:43:55 +11:00