Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Firo

Bringing financial privacy and freedom to the blockchain.
Collective - Host: opensource - https://opencollective.com/firo - Website: https://firo.org - Code: https://github.com/firoorg

Fix minimum transaction fee calculation mismatch between CreateTransaction and CreateBlock

github.com/firoorg/firo - 395c1f44bd480416a12c881c89721e72ab40ee32 authored almost 14 years ago by Gavin Andresen <[email protected]>
Merge branch 'rounding'

github.com/firoorg/firo - 411493b1f70d1493b1203bce847baa9f41e79f91 authored almost 14 years ago by Gavin Andresen <[email protected]>
Bugfix: avoid sub-cent change (lost in fees) whenever possible

github.com/firoorg/firo - a14bf1946dfade7c615cd41924c7cd41abdbc119 authored almost 14 years ago by Luke Dashjr <[email protected]>
Avoid sprintf decimal-point localization

github.com/firoorg/firo - 8a9cad44a57f1e0057c127ced5078d7e722b9cc8 authored almost 14 years ago by Gavin Andresen <[email protected]>
fix missing newline in help

github.com/firoorg/firo - 6665aca02421e62c194dd8291b4ab7c91eea72c7 authored almost 14 years ago by tcatm <[email protected]>
Merge branch 'rounding' of https://github.com/gavinandresen/bitcoin-git into gavinandresen-rounding

github.com/firoorg/firo - c993ac69328177da7bcaa89e05f0a40133ed2bc6 authored almost 14 years ago by tcatm <[email protected]>
Added .gitignore, which prevents 'bitcoin' and 'bitcoind' from showing up in git.

github.com/firoorg/firo - a357424a257a9367d0d8f011d7a202d449428c55 authored almost 14 years ago by Matt Giuca <[email protected]>
Merge branch 'mgiuca-wx-config' into integration

github.com/firoorg/firo - 5078a54b529f6a108cde765bd888c1603c10ac8b authored almost 14 years ago by tcatm <[email protected]>
build-unix.txt: Updated (now OK to use wxWidgets > 2.9.0).

github.com/firoorg/firo - 84711b18bc956e5900493c3722d5375758e9f584 authored almost 14 years ago by Matt Giuca <[email protected]>
makefile.unix: Fixed errors building bitcoind without wxWidgets installed.

WXINCLUDEPATHS and WXLIBS now assigned with '=' instead of ':='.
This means they are only...

github.com/firoorg/firo - 84778a5b465bce7d30532eab30f5befe92bfbd13 authored almost 14 years ago by Matt Giuca <[email protected]>
makefile.unix: WXINCLUDEPATHS now only used for building GUI object files.

Moved it out of CXXFLAGS and into the command-line for the GUI objects.
It will no longer...

github.com/firoorg/firo - 3415b15a56e2ffec16c831d5994b969daa65dc2b authored almost 14 years ago by Matt Giuca <[email protected]>
makefile.unix: Removed redundant use of wx-config in DEFS (it was being included twice).

Also changed wx-config --cppflags to --cxxflags. I am not sure what the
difference is sup...

github.com/firoorg/firo - 8314b7f5e68007db1ffe12a0fe5d3204d4e79d2d authored almost 14 years ago by Matt Giuca <[email protected]>
Merge https://github.com/ojab/bitcoin into wx-config

github.com/firoorg/firo - 32e94947dc39edc5cb601bd656011f4c8066aacb authored almost 14 years ago by Matt Giuca <[email protected]>
ParseMoney: allow full precision

github.com/firoorg/firo - b0ad55a08a32832709f3b298b588577422071a93 authored almost 14 years ago by Gavin Andresen <[email protected]>
FormatMoney: show full-precision values

github.com/firoorg/firo - 87504abb070cf9df4b2bf24787ce14643df9b07d authored almost 14 years ago by Gavin Andresen <[email protected]>
Do not round input amounts; allow RPC full precision.

github.com/firoorg/firo - 789259d2e72f28330dbe70e8acfdf752bd950b76 authored almost 14 years ago by Gavin Andresen <[email protected]>
Use ValueFromAmount consistently

github.com/firoorg/firo - 83b9f4279644d570a9d4629f23ef2f6e413167db authored almost 14 years ago by Gavin Andresen <[email protected]>
Bump version to 0.3.20.02

github.com/firoorg/firo - ccd7fe8de52bbc9210b444838eefb7ddbc880457 authored almost 14 years ago by Gavin Andresen <[email protected]>
Set SO_REUSEADDR on JSON port

github.com/firoorg/firo - 2175c9dae1122d9360cc2f7ae90fcb47f8bb8270 authored almost 14 years ago by tcatm <[email protected]>
Merge branch 'master' of https://github.com/sandos/bitcoin into sandos-master

github.com/firoorg/firo - 10e135af70683fa5d0477fb008fe7fd00b83d914 authored almost 14 years ago by tcatm <[email protected]>
remove From/Message fields from SendDialog

github.com/firoorg/firo - 4d9b223ac2b596d93ef772fea27b75d1b959b9ae authored almost 14 years ago by tcatm <[email protected]>
Merge branch 'master' of https://github.com/tcatm/bitcoin into tcatm-master

github.com/firoorg/firo - 6696beed4502fe4e4c8a8d4801cbc4c9007239d9 authored almost 14 years ago by tcatm <[email protected]>
Changed setup for mingw toolchain

github.com/firoorg/firo - d787e00a3bb47c513566a8f9baef5b6b3c6d93b4 authored almost 14 years ago by Gavin Andresen <[email protected]>
Windows mingw32 makefile and build notes (thanks m0mchil)

github.com/firoorg/firo - e6e87891a90c322a4f9d94799948f76add3634a1 authored almost 14 years ago by Gavin Andresen <[email protected]>
Bump version to 0.3.20.01

github.com/firoorg/firo - 930a07c3f508fa734e7a3deeca2b0502da3b27a7 authored almost 14 years ago by Gavin Andresen <[email protected]>
move gitian descriptor file

github.com/firoorg/firo - 0d0bd331aea5bb3143c668f05810bc0147e6f9e8 authored almost 14 years ago by devrandom <[email protected]>
Set maxconnections default to 125

github.com/firoorg/firo - 5a3e82f9f543bdc88b8eaadee5d694b4f6cebdc7 authored almost 14 years ago by Gavin Andresen <[email protected]>
Denial-of-service flood control

Drop connections that are either sending messages too fast to handle or are processing messages s...

github.com/firoorg/firo - 9cbae55a6ed6fcc46e636b4ae670816aab3746ec authored almost 14 years ago by Gavin Andresen <[email protected]>
Update windows build process for 0.3.20 release

github.com/firoorg/firo - cf7c1874fead05a828a1a28a239da411a0cb725e authored almost 14 years ago by Gavin Andresen <[email protected]>
Visual C++ compatibility fixes

github.com/firoorg/firo - 47908a890726f424371c9784b8508cff163c2c78 authored almost 14 years ago by Gavin Andresen <[email protected]>
Set SO_REUSEADDR for JSON-RPC port

github.com/firoorg/firo - 8fd402bfcf3ab32bd59b0b80017ce5eccf94f093 authored almost 14 years ago by sandos <sandos@sanddesk.(none)>
Added 320 fresh seednodes to replace the old ones.

Thanks to MagicalTux for providing the data for node uptime
Thanks to sgornick for scapy script ...

github.com/firoorg/firo - d2e2cb0d27deb3098153b43d26743030f24ac1c8 authored almost 14 years ago by Daniel Folkinshteyn <[email protected]>
Reset testnet with a new genesis block

github.com/firoorg/firo - 98ba262a48b66cae8478525e809898512e997948 authored almost 14 years ago by David FRANCOIS <[email protected]>
add gitian build descriptor

github.com/firoorg/firo - 768b41017c3f5b29100af7d8315797565d072681 authored almost 14 years ago by devrandom <[email protected]>
new checkpoint at block 105,000

github.com/firoorg/firo - bd7d9140f915d68e0abfdcd7ebdbb681c87d18c7 authored almost 14 years ago by Gavin Andresen <[email protected]>
do not create 'Your Address' account

github.com/firoorg/firo - b1ca5eb58ac322a1a14f5f8479502a735d128443 authored almost 14 years ago by tcatm <[email protected]>
1. Change hardcoded g++ to $(CXX)

2. Change CFLAGS to CXXFLAGS
3. Add binaries to clean target
4. Generate wxWidgets includes/ldfla...

github.com/firoorg/firo - f0b7952caaf2500faa3cb6b0ddae8ff41f3cad96 authored almost 14 years ago by ojab <[email protected]>
Explicitly state that make -f makfile.unix is the way to build

github.com/firoorg/firo - b1a657a00d0b4bbdb67f8b97f3bddde3ae9edba9 authored almost 14 years ago by Gavin Andresen <[email protected]>
Don't scan the time offsets vector repeatedly once we've displayed the warning that the user's clock may be wrong.

github.com/firoorg/firo - d9711a5798709f679521e701034f3ec47d7941c4 authored almost 14 years ago by Chris Moore <[email protected]>
Repeatedly resetting the timestamp for seed nodes in the database was slow. Only update the database if it's a real change.

github.com/firoorg/firo - 10abe4f26e83ddc56a984a5be2b901e206ada75d authored almost 14 years ago by Chris Moore <[email protected]>
Bump version number to 0.3.20

github.com/firoorg/firo - 84e7ad922bc6b59219d0b5f2220b531eb549c8f5 authored almost 14 years ago by Gavin Andresen <[email protected]>
Fix -maxconnections. It used to account for the 8 outbound connections twice when calculating the number of slots left for incoming connections.

github.com/firoorg/firo - 4698dd9a0230a58e8d83eab76315f550e016ec21 authored almost 14 years ago by Chris Moore <[email protected]>
cpuid instruction clobbers eax/ebx/ecx/edx

github.com/firoorg/firo - c90ea2bd6dc76d4b14f747f818ca18b788aa035e authored almost 14 years ago by Gavin Andresen <[email protected]>
Merge branch show-version-in-help-2 of https://github.com/dooglus/bitcoin

github.com/firoorg/firo - fdec7fe2035f118237d30c314a27dae0624822b6 authored almost 14 years ago by Chris Moore <[email protected]>
Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoin

github.com/firoorg/firo - 18cb92ab184d0864af3fd9ff6423536333820c3b authored almost 14 years ago by Chris Moore <[email protected]>
Merge branch 'rpcssl-help' of github.com:dooglus/bitcoin into dooglus-rpcssl-help

github.com/firoorg/firo - 86c0af514b59971f7a5c3876898165667cbbeb6b authored almost 14 years ago by Chris Moore <[email protected]>
The -rpcssl command line option is a boolean, like -server, -daemon, -testnet, etc. Specifying -rpcssl=1 is the same as just -rpcssl, as for any other boolean flag, so let's show it the same in the help text.

github.com/firoorg/firo - 2aadc8bb5b00cc45fb3a93a9f3893347b67472aa authored almost 14 years ago by Chris Moore <[email protected]>
Updated development process description

github.com/firoorg/firo - ae42d69d722f5e55536617851096063d460ffcf3 authored almost 14 years ago by Gavin Andresen <[email protected]>
Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the version string. Show the version string in --help text too.

github.com/firoorg/firo - 5284e1b60e79bd535e808fb1d9968f22d565f9c2 authored almost 14 years ago by Chris Moore <[email protected]>
Add -rescan option to --help output

github.com/firoorg/firo - 05563e9ef26e40c05092bf840a01d78bd2e7efb6 authored almost 14 years ago by Gavin Andresen <[email protected]>
Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into integration

github.com/firoorg/firo - 458cf9070b2a30553e1ad981c333503d4d18efb7 authored almost 14 years ago by Gavin Andresen <[email protected]>
Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration

github.com/firoorg/firo - 245e1b4fdba704cdb1e9fa4d33d6e09d0647e0fe authored almost 14 years ago by Gavin Andresen <[email protected]>
Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into integration

github.com/firoorg/firo - 87c1947d494c015a51dfb75721c43e2185b49c32 authored almost 14 years ago by Gavin Andresen <[email protected]>
Don't use GetBoolArg() and mapArgs; use one or the other.

github.com/firoorg/firo - 8b8d59eefb739349608f40cfacddf007f9d56f3b authored almost 14 years ago by Chris <chris@vikki-old.(none)>
Fix bus error in DebugPrint if -datadir given non-existent directory.

github.com/firoorg/firo - dbe79d3451647dae6d07644081fde7b42a408335 authored almost 14 years ago by Gavin Andresen <[email protected]>
The --help text wasn't showing the default values for three of the options, as follows:

-rpcport (default: 8332)
-rpcconnect (default: 127.0.0.1)
-keypool (default: 100)

E...

github.com/firoorg/firo - 10152506fe60071f36c588b52c94ec55f938ae01 authored almost 14 years ago by Chris <chris@vikki-old.(none)>
Add new command line argument "-printtoconsole" to send debugging output to the console instead of to debug.log. The code for this was already in place, but there was no way other than editing the source and rebuilding to turn it on.

github.com/firoorg/firo - aaac71d38fcd1d7ee86e5dd44c4de2cf4be6445b authored almost 14 years ago by Chris <chris@vikki-old.(none)>
Merge branch 'fix-statusbar-color' of https://github.com/mhanne/bitcoin into FIXES

github.com/firoorg/firo - 415535e47be437cd89d70f31e499d2522e6dbeca authored almost 14 years ago by Gavin Andresen <[email protected]>
Merge branch 'issue34' of https://github.com/dooglus/bitcoin into FIXES

github.com/firoorg/firo - 3475caf8f5eb207ae0b239f989c6c8c73ce03af0 authored almost 14 years ago by Gavin Andresen <[email protected]>
print -rescan timing info in debug.log

github.com/firoorg/firo - f1307515b75cae1db84d73dc543edb2e001bc4ce authored almost 14 years ago by Gavin Andresen <[email protected]>
Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text.

github.com/firoorg/firo - ab931be45b7bb4d131f31402c4a3eb25c8cdade8 authored almost 14 years ago by Chris <chris@vikki-old.(none)>
Reconcile getbalance and listaccounts 0 in the shared-wallet case

If you copied your wallet and used it on two different machines, the balance reported by getbalan...

github.com/firoorg/firo - d9574c2f14028297ad5121695a0c10e517bf638e authored almost 14 years ago by Gavin Andresen <[email protected]>
ReacceptWalletTransactions bugfix

Fix two bugs that can happen if you copy your wallet to another machine
and perform transactions...

github.com/firoorg/firo - 1d23c7436164faa0b1822acf5ce9507bf6ff257a authored almost 14 years ago by Gavin Andresen <[email protected]>
include version information in help output

github.com/firoorg/firo - 0654e1c4ef472c90fa6575af5222a5953d4cf55b authored almost 14 years ago by Marius Hanne <[email protected]>
don't set statusbar background color

people with dark system theme otherwise have white text on light-grey bg

github.com/firoorg/firo - ed4e8830d71308f827aa9cc93323aa788c33fb47 authored almost 14 years ago by Marius Hanne <[email protected]>
Merge branch 'integration' into FIXES

github.com/firoorg/firo - c9f70b381dc8ee4197fd5b3d4d20f302632da0ed authored almost 14 years ago by Gavin Andresen <[email protected]>
Merge branch 'listaccountsbug' of https://github.com/gavinandresen/bitcoin-git into integration

github.com/firoorg/firo - b4671902f2c5aa1c95be547a61b0a72b8a3025de authored almost 14 years ago by Gavin Andresen <[email protected]>
Merge branch 'gettransaction' of https://github.com/gavinandresen/bitcoin-git into integration

github.com/firoorg/firo - 76e97c40028b544e54df017382679e8b954bb9b5 authored almost 14 years ago by Gavin Andresen <[email protected]>
Merge branch 'setaccountbug' of https://github.com/gavinandresen/bitcoin-git into integration

github.com/firoorg/firo - 1aefe491fb1b1311973c9561493d201c7504a120 authored almost 14 years ago by Gavin Andresen <[email protected]>
Add the -keypool option description to help output

github.com/firoorg/firo - 04a9217dcf8c1c73e30b89e886c199522c4bbe9d authored almost 14 years ago by David FRANCOIS <[email protected]>
Fix setaccount/getaccountaddress interaction bug

See https://github.com/bitcoin/bitcoin/issues#issue/29

github.com/firoorg/firo - fa446a563e4dab12ed68daf0832652b1bf133a21 authored almost 14 years ago by Gavin Andresen <[email protected]>
Fix so listaccounts with minconf works.

github.com/firoorg/firo - 2eb09b66efba479acd6a7043ac42456c8733dce9 authored almost 14 years ago by Gavin Andresen <[email protected]>
Add account/address details to gettransaction output

github.com/firoorg/firo - 80be6e69a92130175da623fbb75552a04d3ff4f8 authored about 14 years ago by Gavin Andresen <[email protected]>
Merge branch 'listaddresses' into integration

github.com/firoorg/firo - 009d5fb41f3aa39baeeb3f72454cdc14459fc67e authored about 14 years ago by Gavin Andresen <[email protected]>
Add time to category:move transactions.

github.com/firoorg/firo - f86655fdddb519f59ab70043d0c065aca807b94f authored about 14 years ago by Gavin Andresen <[email protected]>
Merge branch 'listaddresses' of https://github.com/gavinandresen/bitcoin-git

github.com/firoorg/firo - 0ded557af65282350509654e4ec7fb48d7903e8d authored about 14 years ago by Gavin Andresen <[email protected]>
don't advertise on IRC if we don't allow external connections

github.com/firoorg/firo - 72b9861635dcdb9fd73b84bbb43b3f755bc9f64a authored about 14 years ago by Witchspace <[email protected]>
add -nolisten command line option

github.com/firoorg/firo - 5f88e8887a31db68493334fc8e5652c5dd9cbf89 authored about 14 years ago by Witchspace <[email protected]>
Add address to listtransactions output

github.com/firoorg/firo - ddb68acebe0c41e1958a783c38a272ae11671f86 authored about 14 years ago by Gavin Andresen <[email protected]>
EndModal fix for Mac from piotrp

github.com/firoorg/firo - 2d96276e243c93add0b0d292ae9f05a54508b6e7 authored about 14 years ago by Gavin Andresen <[email protected]>
EndModal fix for Mac from piotrp

github.com/firoorg/firo - 86c2bdfd5d7773e94dda258c52d2dd056fcfb261 authored about 14 years ago by Gavin Andresen <[email protected]>
Straw-man for dev process

github.com/firoorg/firo - cba3a1741a8d7874eeb729bd2e1734b1ba712da9 authored about 14 years ago by Gavin Andresen <[email protected]>
Merge remote branch 'refs/remotes/svn/trunk' into svn

github.com/firoorg/firo - 5568d82c26d59aa90df22a6ac0900a93a5731aaf authored about 14 years ago by Gavin Andresen <[email protected]>
Missed a int64_t cast when I added transaction time output

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@205 1a98c847-1fd6-4fd8-948...

github.com/firoorg/firo - 1c0bf23ba2e0cf5127518856cb2f46f56fbc6a20 authored about 14 years ago by gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
Merge remote branch 'refs/remotes/svn/trunk' into svn

github.com/firoorg/firo - 825076061772d4c8105f9ef22f1397b318eebff7 authored about 14 years ago by Gavin Andresen <[email protected]>
listtransactions was reporting address instead of account for 'receive'

setgenerate true 0 is now the same as setgenerate false
And return transaction time

git-svn-i...

github.com/firoorg/firo - 59948a6e1cdc55401d712c731be8558838a525fc authored about 14 years ago by gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
Merge remote branch 'refs/remotes/svn/trunk' into svn

github.com/firoorg/firo - 55c43da5d8606f7abd22ee7af290cf10bb865f6a authored about 14 years ago by Gavin Andresen <[email protected]>
New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransactions '*'

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@203 1a98c847-1fd6-4fd8-948...

github.com/firoorg/firo - 809ee795927f0b9110a5b6e83845f42e3394451d authored about 14 years ago by gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
get external ip from irc

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@202 1a98c847-1fd6-4fd8-948...

github.com/firoorg/firo - 629e37dde1fa93f6ce31544d1ebb5ee5c19052cb authored about 14 years ago by s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
Merge remote branch 'refs/remotes/svn/trunk' into svn

github.com/firoorg/firo - bc530fe89fa2be0bbb991c4f65b187fc1dc00792 authored about 14 years ago by Gavin Andresen <[email protected]>
-- version 0.3.19 release

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@201 1a98c847-1fd6-4fd8-948...

github.com/firoorg/firo - fc73ad644f0b87b91f49b7f6f6b2348f78bdbbf4 authored about 14 years ago by s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
Merge remote branch 'refs/remotes/svn/trunk' into svn

github.com/firoorg/firo - 9c17a685bdd69f60c3140f6d502696c880254893 authored about 14 years ago by Gavin Andresen <[email protected]>
correction

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@200 1a98c847-1fd6-4fd8-948...

github.com/firoorg/firo - 986b5e257e2bb9d7aaed5111ca335732f8808b2d authored about 14 years ago by s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
added some DoS limits, removed safe mode

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@199 1a98c847-1fd6-4fd8-948...

github.com/firoorg/firo - 97ee01ad898b0699c2319a1283313881ef4ba430 authored about 14 years ago by s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
Merge remote branch 'refs/remotes/svn/trunk' into svn

github.com/firoorg/firo - d12e53ea090ba49a82ff4f79782af809d21cf280 authored about 14 years ago by Gavin Andresen <[email protected]>
-- version 0.3.18 release

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@198 1a98c847-1fd6-4fd8-948...

github.com/firoorg/firo - 82201801336f64ee77851b9eaab9383ee4e442f0 authored about 14 years ago by s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
IsStandard() check for CScripts: only relay/include in blocks CScripts we can understand.

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@197 1a98c847-1fd6-4fd8-948...

github.com/firoorg/firo - a206a23980c15cacf39d267c509bd70c23c94bfa authored about 14 years ago by gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
Merge remote branch 'refs/remotes/svn/trunk' into svn

github.com/firoorg/firo - 0a87c91692765abb6d49969b968389133e846768 authored about 14 years ago by Gavin Andresen <[email protected]>
fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then upgrade again

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@196 1a98c847-1fd6-4fd8-948...

github.com/firoorg/firo - 865c3a23832e36d50cb873d38c976032b027b5d3 authored about 14 years ago by s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
preps for future client-only mode,

jgarzik's initial download speedup

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitco...

github.com/firoorg/firo - f03304a9c79a6cc6096ed501ad38702fd012e7f7 authored about 14 years ago by s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>