Commit graph

88 commits

Author SHA1 Message Date
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
ummjackson 2eebeb2f4c Fixed auto start after install in NSIS script for Windows 2014-02-02 22:28:38 +11:00
ummjackson 3bd177df52 Fixing Windows installer
- Updated pixmaps for NSIS
- Created alternate setup-win-build.nsi for Windows machines (fixes
relative path issues)
- Updated Windows readme that is bundled with install
2014-02-02 22:23:41 +11:00
Jackson Palmer f5d7f8dc03 Broken Windows installer script
Will rework, test with NSIS and submit new pull request. Gitain builds
work entirely differently, it would seem…
2014-02-02 21:33:27 +11:00
Jackson Palmer 8b17327a76 Updating cross-compile NSIS script 2014-02-02 20:53:35 +11:00
Jackson Palmer 12911f5183 Added modified install script for Windows builders 2014-02-02 20:51:59 +11:00
ummjackson a2eec277a9 Merge pull request #184 from CodeNameTheOnlyOne/patch-1
Changed Litecoin To Dogecoin in readme
2014-02-01 03:41:02 -08:00
Brandon Lund 54efed79b5 Changed Litecoin To Dogecoin in readme
just a quck Ctrl-f. but i left the litecoin in copyright info...
2014-02-01 04:49:29 -06:00
billym2k 1e3d196d56 Merge pull request #177 from gnarmedia/patch-2
Update readme-qt.rst
2014-01-30 07:32:15 -08:00
Adam Murphy 2ae65f378b Update readme-qt.rst 2014-01-30 05:52:34 -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 4075147917 Merge branch 'irc-removal' into master-1.5 2014-01-30 19:45:28 +11:00
Jackson Palmer 06fce482d6 Removing IRC for gathering addresses
Such DNS. Very seed.
2014-01-30 19:42:43 +11:00
ummjackson 5088804b39 Merge pull request #174 from Superdood/master-1.5
Re-add IRC random channel adding
2014-01-29 21:28:01 -08:00
Billy Markus af5f6d6509 fix irc 2014-01-29 20:53:53 -08:00
ummjackson 1f7e1bee2d Merge pull request #173 from zsiciarz/patch-1
Small improvements in Polish translation.
2014-01-29 19:14:51 -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 ca71bf0783 Update dogecoin.conf 2014-01-28 14:57:30 +11: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
ummjackson b84fa978ad Merge pull request #156 from vitaminmoo/contrib-to-dogecoin
Contrib to dogecoin
2014-01-27 13:53:43 -08: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
vitaminmoo 8e0bb733dc Back out pixmap path changes
dogecoin doesn't have custom linux icons (yet)
2014-01-27 10:29:29 -08:00
vitaminmoo 3c99a18a7d Replace bitcoin with dogecoin in debian files
- Primarily bitcoin Bitcoin and BITCOIN
- A few fixes (e.g. bitcoin.org -> dogecoin.com)
- Debian building not actually tested, I'm doing this to prep for RPMs
2014-01-27 10:06:28 -08:00
vitaminmoo a77b4d6ded Rename contrib files where appropriate 2014-01-27 09:58:37 -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
ummjackson 644dfd422e Update README.md 2014-01-27 16:25:27 +11:00
ummjackson 3826769143 Update README.md 2014-01-27 16:25:10 +11: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
ummjackson 810be7c61e Merge pull request #96 from ummjackson/Mac
Mac - fingers be crossed.
2014-01-26 16:05:55 -08:00
Alan Westbrook 6844db1741 Merge branch 'Mac'
Mac only specific changes.
2014-01-26 15:46:22 -08:00
Alan Westbrook a2f3242922 Merge branch 'master' into Mac
Latest master changes
2014-01-26 15:36:46 -08:00
Alan Westbrook 794627fdc6 Merge branch 'Mac'
Cherry pick the number display change
2014-01-26 15:33:56 -08:00
Alan Westbrook f071389397 Re-enable preceding + hidden feature
Not sure how this would be enabled, but make sure we don’t break it.
2014-01-26 15:25:26 -08:00
Alan Westbrook 776a33296d Balance shown with locale specific thousands and decimal separators
Balance shown with locale specific thousands and decimal separators
2014-01-26 15:05:30 -08:00
ummjackson 51a4b1b9f0 Merge pull request #93 from linuxman94/master
Fix build_detect_platform permissions
2014-01-26 14:02:32 -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
ummjackson caebe98774 Merge pull request #92 from orezpraw/rpc
Check for weak RPC passwords.
2014-01-26 00:29:41 -08:00
ummjackson f1572f34d8 Update README.md 2014-01-26 18:56:13 +11:00
ummjackson fb193f5c21 Update README.md 2014-01-26 18:56:00 +11:00
Joshua Charles Campbell 7de7798ee0 Check for weak RPC passwords. 2014-01-25 23:40:59 -07:00
Alan Westbrook 91c8ddd99d Merge branch 'master' into Mac 2014-01-25 22:37:09 -08:00
Jackson Palmer 76a5ddbd06 Updates submitted from 1.4
All cosmetic
2014-01-26 17:29:14 +11:00
Alan Westbrook a7e6d40d77 fix merge issues
git hub is so fun!
2014-01-25 22:15:57 -08:00
Alan Westbrook 4957562dd6 Merge branch 'master' into Mac 2014-01-25 22:07:24 -08:00
Alan Westbrook 063b468578 Mac icons, again. 2014-01-25 22:06:39 -08:00