FellowTraveler / Open-Transactions-old

Open-Transactions democratizes financial and monetary actions. You can use it for issuing currencies/stock, paying dividends, creating asset accounts, sending/receiving digital cash, writing/depositing cheques, cashier's cheques, creating basket currencies, trading on markets, scripting custom agreements, recurring payments, escrow, etc. Open-Transactions uses strong crypto. The balances are unchangeable (even by a malicious server.) The receipt history is destructible. The transactions are unforgeable. The cash is unlinkable. The cheques are non-repudiable. Etc.
http://opentransactions.org
407 stars 84 forks source link

C# Demo for Windows, PidFile Updates, Swig Updates #179

Closed da2ce7 closed 11 years ago

da2ce7 commented 11 years ago

New Demo app, based upon the BlueWall C# test app. Is built in two parts, a dll and a command line prompt.

I have updated the client-side pid-file protection. OT will now more elegantly exit; it is now more friendly for Swig programs.

I have also cleaned up the Swig file. The functionally is the same, just moved code around. Deleted lots of unused code.

da2ce7 commented 11 years ago

I have also cleaned up swig a little as-well. This code doesn't remove any of the crazy java macro's that FT did a while back. It just reorganizes them. The interface file should be a bit easier to read and maintain.

da2ce7 commented 11 years ago

Fixed yet another prefix path bug, Gah.