coffeedogs
d0c2759c41
Fix issue #1288
5 years ago
coffeedogs
e0d31d77c9
Fixed: Style and lint violations in src/bitmessagecli.py
5 years ago
Peter Šurda
7445665963
Merge branch '1228' into v0.6
5 years ago
fdemortain
cafdff7f42
Update bitmessagecli.py
5 years ago
fdemortain
ac297e8d33
Typos
...
l 563 : # Generate Address -> # Delete Address
l 1381 : determinstic -> deterministic
5 years ago
Peter Šurda
07149c73c8
Get rid of evals
...
- eval is evil. Get rid of the remaining evals. They were not assessed
as dangerous but it's matter of policy now.
5 years ago
sigoa
394d564bdc
minor mod of ver.
...
not a biggie
5 years ago
sigoa
a0e5ee4cce
utf chan name support, various fixes
...
no unused variables etc. any longer
5 years ago
Peter Šurda
18119339f8
Add shutdown to CLI
6 years ago
Peter Šurda
6062277d60
Rename configparser.py to bmconfigparser.py
...
- it was causing problems with py2app because the source of python's own
CongigParser is also configparser.py
6 years ago
Peter Šurda
2cc4435cfc
Imports, typos, syntax errors
...
- remove obsolete imports
- add missing imports
- fix typos
- fix syntax errors
- thanks to landscape.io for report
6 years ago
Peter Šurda
8bcfe80ad0
Refactoring of config parser and shared.py
...
- got rid of shared config parser and made it into a singleton
- refactored safeConfigGetBoolean as a method of the config singleton
- refactored safeConfigGet as a method of the config singleton
- moved softwareVersion from shared.py into version.py
- moved some global variables from shared.py into state.py
- moved some protocol-specific functions from shared.py into protocol.py
6 years ago
Peter Šurda
e647d70bbc
New config parser class
...
- workaround for % in labels
- can be extended in the future
6 years ago
ng0
d3a0404274
Fix python shebangs from `#!/usr/bin/env python2.7*' to `#!/usr/bin/python2.7'.
...
* src/bitmessagecli.py: fix it.
* src/bitmessagemain.py: same.
This fixes #887 .
7 years ago
Peter Surda
69309b82fb
Minor changes in cli, PoW, and a couple of new api calls.
7 years ago
Peter Šurda
8198e1922a
Added a CLI interface to the daemon from
...
https://github.com/Dokument/PyBitmessage-Daemon/raw/master/daemon.py
7 years ago