lakshyacis
d271996ac1
helper_sent flake8 fixes
3 years ago
lakshyacis
d5f541a2ab
helper_search pylint fixes
3 years ago
lakshyacis
9041b8f644
helper_search flake8 fixes
3 years ago
lakshyacis
28cfe78e67
helper_random pylint fixes
3 years ago
lakshyacis
05cda087d6
helper_msgcoding pylint fixes
3 years ago
lakshyacis
f4c7ac5604
helper_inbox pylint fixes
3 years ago
lakshyacis
27c58b05f3
helper_bitcoin pylint fixes
3 years ago
lakshyacis
31e3d60fb0
helper_ackPayload pylint fixes
3 years ago
lakshyacis
e97d02ed78
depends pylint fixes
3 years ago
lakshyacis
21faf52f2f
debug pylint fixes
3 years ago
lakshyacis
a9991a7a5a
class_sqlThread pylint fixes
3 years ago
lakshyacis
dbbf454c15
class_sqlThread flake8 fixes
3 years ago
lakshyacis
4a54c200d4
class_smtpServer quality fixes
3 years ago
lakshyacis
9923e97279
class_singleWorker quality fixes
3 years ago
lakshyacis
80b2bc1c9a
class_singleCleaner.py quality fixes
3 years ago
lakshyacis
059e82e2a2
class_objectProcessor quality fixes
3 years ago
lakshyacis
e534994ee3
class_addressGenerator quality fixes
3 years ago
lakshyacis
77b8b5aa42
bmconfigparser quality fixes
3 years ago
lakshyacis
af52d95503
bitmessagemain quality fixes
3 years ago
Dmitri Bogomolov
49d731c478
.readthedocs.yml
3 years ago
Dmitri Bogomolov
d9fa6a94f4
More docstrings and formatting fixes in highlevelcrypto and shutdown
3 years ago
Dmitri Bogomolov
a7da0c0eff
Fixed google style docstrings in addresses
3 years ago
Dmitri Bogomolov
aa7e7dd658
Fixed some docstrings in shared and state
3 years ago
Dmitri Bogomolov
f18f534c48
Formatted protocol and its docstrings
3 years ago
Peter Šurda
2a165380bb
Restrict outbound connections on network groups
Logic borrowed from bitcoin, see CNetAddr::GetGroup() in src/netaddress.cpp
Simplified, so may not work fully identically but for our purposes it's good
enough. Won't connect to more than one host from a /16 subnet on IPv4 and a /32
subnet on IPv6.
3 years ago
bug Lady
7e1f1d2604
fix 'true' not True
else error
3 years ago
Dmitri Bogomolov
35a2962552
Fixed misleading comment about receiveDataThreads in queues
3 years ago
Dmitri Bogomolov
c40c70f807
Marked variables comments in defaults for use in doc.
Allowed autodoc in bitmessagemain, class_objectProcessor, defaults:
seems safe now.
Changed docs conf: don't sort module members, treat any string
inside backticks as :obj:.
3 years ago
Dmitri Bogomolov
d6c1845b71
Moved Peer from state to network.node
and trustedPeer to network.connectionpool.BMConnectionPool attribute
3 years ago
Dmitri Bogomolov
388de96495
Alphabetical internal import order in bitmessagemain
3 years ago
Dmitri Bogomolov
0967f03b40
addresses: raise varintEncodeError in encodeVarint()
instead of SystemExit (looks like a bug)
3 years ago
Dmitri Bogomolov
7a1f803c92
network.BMConnectionPool: added shortcuts connections()
and establishedConnections(), some formatting fixes
3 years ago
Dmitri Bogomolov
4d8d9b169f
Moved ObjectProcessorQueue to queues, added some doc
3 years ago
Dmitri Bogomolov
341651973a
Reduced imports:
- exported from network package all objects used outside;
- made all threads available in threads module.
Wrote some module docstrings.
3 years ago
bug Lady
061a9ef973
fix typos
and flesh out placeholder
3 years ago
lakshyacis
58e5fac6d7
tr quality fixes
3 years ago
lakshyacis
fda5d23c2d
state quality fixes
3 years ago
lakshyacis
b9ad6a3bac
singleinstance quality fixes
3 years ago
lakshyacis
503d0b33d0
shutdown quality fixes
3 years ago
lakshyacis
6f91ba1b33
shared quality fixes
3 years ago
lakshyacis
27be035e51
paths quality fixes
3 years ago
lakshyacis
cacac00e21
openclpow quality fixes
3 years ago
lakshyacis
1181db66e0
l10n quality fixes
3 years ago
lakshyacis
afce500085
knownnodes quality fixes
3 years ago
lakshyacis
ee5be28179
helper_threading quality fixes
3 years ago
Dmitri Bogomolov
1a7ef791e5
message_data_reader is obsolete
3 years ago
George McCandless
f871cd450c
Add test for 'onionservicesonly' mode.
Credit to Dmitri Bogomolov in commit 557a8cc6d2bec881b8a3c531d3f725460ed515f5.
3 years ago
George McCandless
b42f536d23
Add a checkbox to the network settings tab that allows restricting outbound connections to onion services (i.e., hosts that end with '.onion').
3 years ago
Dmitri Bogomolov
f0b4e4ded4
Replaced logging.getLogger() in other possible places
3 years ago
Dmitri Bogomolov
a48b51721d
Test new logging approach, both debug.logger and resetLogging
3 years ago