542 Commits (2c619ec41d49072e5be05cd45a5019b32b628774)

Author SHA1 Message Date
ThomasV 92a158b910 proper handling of arg_types. add more options for listaddresses 10 years ago
ThomasV bf98b547e1 fix bug in cmd.params 10 years ago
ThomasV d2f3e3f349 fix cmdline listcontacts 10 years ago
ThomasV 701527df20 fix -P option 10 years ago
ThomasV 3ddbbc1008 Parse arguments with argparse. 10 years ago
Neil Booth 39fe24b4d3 Rename auto_cycle to auto_connect in config 10 years ago
Neil Booth 01d8f79a75 Clean up pick_random_server() and filter_protocol() and their 10 years ago
ThomasV d40c12c949 check gui when loading plugins 10 years ago
ThomasV 8f98ea4aca make plugins available without the GUI 10 years ago
ThomasV c2a4252065 do not pass config to storage. request height from network_proxy if connected 10 years ago
Neil Booth 13341dd4b5 Remove apparenlty dead import and __builtin__ assignment. 10 years ago
Neil Booth d27d80eb28 Should have been setup-release.py 10 years ago
Neil Booth f732365821 Determine is_local not based on cwd but on existence of setup-release.py 10 years ago
ThomasV 8f3add1e33 filter out -psn argument 10 years ago
ThomasV 41d498fda0 open payment request file passed as argument 10 years ago
ThomasV 47f89f43b6 get rid of pyasn1 dependencies 10 years ago
ptrcarta f6b6bbbbae fixes osx bug where user couldn't change proxy or connect to network 10 years ago
ThomasV a3422d3fae generic multisig wallet constructor. fixes #1129 10 years ago
ThomasV 5f29017c9d pass config.path to daemon (exemptore). fixes #901 10 years ago
ThomasV 0200778ac1 require user to start daemon explicitly 10 years ago
ThomasV b1b1a85e80 require ca bundle 10 years ago
ThomasV c3cba78659 remove time.sleep() used for daemon threads 10 years ago
ThomasV 1d311b0a04 don't try to import socks anymore 10 years ago
ThomasV 77d010bcec store gui last wallet separately, to fix command line 10 years ago
ThomasV 80284d5516 updates for the old android GUI 10 years ago
ThomasV 1f58673915 add python mode for emacs 10 years ago
Andy Weidenbaum 80446aca9c s/defaut/default/ 10 years ago
ThomasV 19d7a81d70 restrict plugins to qt for now 10 years ago
ThomasV b6c1b22c35 use sys.exit 10 years ago
ThomasV 935a9a980d disable auo-connect is --server option is passed. fixes #992 10 years ago
ThomasV 56e80566f9 simplify packages insertion 10 years ago
Maran 2bf32880e8 Add dynamic package loading for Py2App osx binaries 10 years ago
ThomasV 3ef3bebeb3 print debug message with ca bundle status 10 years ago
ThomasV 4120678dff add google protobuf to packages 10 years ago
ThomasV 9d40fb2ea8 detect if we are in a pyinstaller bundle 10 years ago
ThomasV 16c72d286c try to import all python dependencies from the main script 10 years ago
ThomasV 576954555c fix: check_password for imported wallets 10 years ago
ThomasV 63c7a27d7e add InvalidPassword exception 10 years ago
ThomasV 72489da26d signtxwithkey: use prompt if privkey is not passed 10 years ago
ThomasV 581ed1ed26 separate signtxwithkey and signtxwithwallet, and simplify sign_transaction 10 years ago
ThomasV cfa965fdae set env to python2 10 years ago
ThomasV 484cd3983b init_plugins only for gui 10 years ago
ThomasV b782a1bb3f fix argument for check_seed 10 years ago
ThomasV bd6f21232d fix restore from mpk command line 10 years ago
ThomasV 65a155401b remove 2of3 option in cmd line 11 years ago
ThomasV e9f4ed0474 remove deprecated usb option 11 years ago
ThomasV 79588eb4da init plugins before gui. register wallet types in plugin constructor 11 years ago
ThomasV c7f667e2ed separate add_seed from create_master_keys 11 years ago
ThomasV 4d71707be8 add portuguese wordlist, and adapt wordlist parsing 11 years ago
ThomasV 4dcdcbc068 move mnemonic to separate class and use slush's wordlist. new commands: make_seed and check_seed 11 years ago