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
Alan Westbrook
1a1f3cb7e8
QUrl predec
...
This actually should not have worked for me. Oh Qt.
2014-02-07 00:12:55 -08: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
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
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
ummjackson
add7f18c84
Version update + p2pool fix for RPC help calls
2014-01-22 22:16:15 +11:00
Jackson Palmer
23af359aff
Update splash(es)
2014-01-21 23:13:16 +11:00
S3x0r
7460dcade3
added cr to file info
2014-01-21 00:22:55 +01:00
S3x0r
6d79d85daa
changed pic from litecoin to doge / smaller /
2014-01-20 20:34:32 +01:00
S3x0r
5d2ff1a8bb
changed some text from lite to doge
2014-01-20 01:20:49 +01:00
S3x0r
764548b02d
added cr
2014-01-20 00:59:37 +01:00
S3x0r
a8dc721d60
thumbs remove and new logo about
2014-01-20 00:13:02 +01:00
S3x0r
750a8d96db
added cr
2014-01-19 23:50:40 +01:00
Jackson Palmer
a1a15464d6
Such tab group label updates
...
Wow...
2014-01-19 19:26:01 +11:00
Jackson Palmer
26b154ca9d
1.5 Graphic
2014-01-19 16:07:25 +11:00
Jackson Palmer
68b0507f00
Initial commit
...
Successfully building on Ubuntu + Windows.
2014-01-19 15:41:55 +11:00