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)
v1.5.0
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.
1.5alpha2
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
Alan Westbrook
ee6965909e
Merge branch 'master' into Mac
...
Conflicts not committed
dogecoin-qt.pro
src/makefile.osx
2014-01-25 21:46:49 -08:00
Jackson Palmer
5a97e1b03a
Fixed example address across entire project
2014-01-26 16:19:32 +11:00
Alan Westbrook
0be55e35d1
home-brew and macports checking extravaganza
...
Update the pro file to check for port v brew
Fix the makefile.osx check bug
Some formatting fixes
2014-01-25 16:42:02 -08:00
Alan Westbrook
007f0f7f73
Better detection of homebrew
...
This should reduce false positives.
2014-01-25 16:30:31 -08:00
Alan Westbrook
1672c4a510
It's INCLUDE not HEADER
...
Dammit macros!
2014-01-25 16:23:09 -08:00
Alan Westbrook
4e4cf11179
Allow for m4d customization of directory locations
...
Yeah, all that.
2014-01-25 16:18:23 -08:00
Alan Westbrook
338a7b0001
"Detect" macports vs homebrew
...
Just looks for the /opt v /usr dir, probably not very fool proof
Prefers home-brew in case of conflict in detection.
2014-01-25 15:54:30 -08:00
Alan Westbrook
f0e74cc464
Linux fix
...
Make sure to add the dylibs for not mac
2014-01-25 15:53:42 -08:00
Jackson Palmer
0621bb78c2
Revert 0163949..fc1a317
...
This rolls back to commit 016394940ff1e746f0716f3250c2b3b1a0c974df.
2014-01-26 10:37:56 +11:00