Dmitri Bogomolov
bbdbca253b
Added warnings about changing port settings in api and network.tcp
3 years ago
Dmitri Bogomolov
d2a896697d
Used logger.isEnabledFor() to prevent unneeded calculations
3 years ago
Dmitri Bogomolov
7a89109fc9
New logging approach in order to reduce imports from submodules
and use logging without risk of circular import. Only subpackage
that imports from debug is bitmessageqt - because it also uses
debug.resetLogging().
Instead of from debug import logger is now recommended to use:
import logging
logger = logging.getLogger('default')
All subclasses of StoppableThread now have a logger attribute.
All threading related stuff except for set_thread_name()
was moved from helper_threading to network.threads.
Fixed two my mistakes from previous edit of debug in a1a8d3a:
- logger.handlers is not dict but iterable
- sys.excepthook should be set unconditionally
3 years ago
Dmitri Bogomolov
c63ed02153
Minimal changes to document Singleton and class definitions it wraps
3 years ago
Dmitri Bogomolov
86f0860cb2
Slightly rewritten docstrings in singleinstance
3 years ago
Dmitri Bogomolov
5cf4d8a946
Update README
3 years ago
Dmitri Bogomolov
86932617bd
Add setuptools sphinx integration
3 years ago
Dmitri Bogomolov
7ba296a6fe
Remove "Edit on Github" link: https://github.com/sphinx-doc/sphinx/issues/2386
3 years ago
Dmitri Bogomolov
9e72e3b2af
Rewritten epytext strings in qidenticon and removed __all__
3 years ago
Dmitri Bogomolov
53cc08edec
Renamed invalid python module http-old
3 years ago
Dmitri Bogomolov
4d15c8e590
Fix fallback package docstring
3 years ago
Dmitri Bogomolov
b5df242141
Fixed badly formatted docstrings and some wrong text
3 years ago
Dmitri Bogomolov
d412e8341b
Create requirements.txt for readthedocs
3 years ago
Dmitri Bogomolov
9a3a5ec9e8
Adjusted conf and rst to fix modindex and get informative index
3 years ago
Dmitri Bogomolov
c99997dbb9
Fix mistakes in Exception() instantiation
3 years ago
Dmitri Bogomolov
5cf8ef06cc
A symlink for famous setuptools bug
https://bitbucket.org/tarek/distribute/issues/177
3 years ago
Dmitri Bogomolov
69a7dc594a
Ignore deprecated flake8 W503
3 years ago
Dmitri Bogomolov
9a438c1a1a
flake8: paths
3 years ago
lakshyacis
e5b92e29a2
vote pylint fixes
3 years ago
lakshyacis
9aa7dd9d78
message pylint fixes
3 years ago
lakshyacis
40e15579fd
messagetypes init flake and pylint fixes
3 years ago
lakshyacis
fba2d6d837
storage pylint fixes
3 years ago
lakshyacis
e924e9208f
storage flake8 fixes
3 years ago
lakshyacis
da5d085a39
sqlite pylint fixes
3 years ago
lakshyacis
54ebbcb7db
sqlite flake8 fixes
3 years ago
lakshyacis
ac341482d4
filesystem pylint fixes
3 years ago
lakshyacis
6f910f67c0
filesystem flake8 fixes
3 years ago
lakshyacis
433cb9818b
sound_playfile pylint fixes
3 years ago
lakshyacis
a86e43c108
sound_gstreamer pylint fixes
3 years ago
lakshyacis
a86c5188c4
sound_canberra pylint fixes
3 years ago
lakshyacis
df1994d6f3
proxyconfig_stem pylint fixes
3 years ago
lakshyacis
e50f99419f
plugin pylint fixes
3 years ago
lakshyacis
7aa9b94c11
notification_notify2 pylint fixes
3 years ago
lakshyacis
4c1568a3eb
menu_qrcode pylint fixes
3 years ago
lakshyacis
36775ae88b
indicator_libmessaging pylint fixes
3 years ago
lakshyacis
a6f951d37f
openssl pylint fixes
3 years ago
lakshyacis
4448e6ee7b
hash pylint fixes
3 years ago
lakshyacis
e0d81bb7e8
cipher pylint fixes
3 years ago
lakshyacis
fa65b17fc9
__init__ pylint fixes
3 years ago
lakshyacis
944c30f9b4
test_config pylint fixes
3 years ago
lakshyacis
7839f83f20
test_api pylint fixes
3 years ago
lakshyacis
8ed1d48799
core pylint fixes
3 years ago
Dmitri Bogomolov
88f2c51595
quzwelsuziwqgpt2.onion:8444 is also a bootstrap server
3 years ago
Dmitri Bogomolov
a7cfe5ba32
Try to test with tor
3 years ago
Dmitri Bogomolov
6a0c3ae075
Remove obsolete helper_bootstrap and bundled SocksiPy
3 years ago
Dmitri Bogomolov
bcb29facaa
A test for bootstrapping, have problem with test_tcpconnection ):
3 years ago
Dmitri Bogomolov
bdb09c2d00
Ignore self node in connectionchooser.chooseConnection()
3 years ago
Dmitri Bogomolov
7215003c6f
No DNS resolving in knownnodes
3 years ago
Dmitri Bogomolov
4825c5a136
Universal bootstrap procedure for any connection type
3 years ago
Dmitri Bogomolov
0a06567071
Connect to bootstrap nodes by name
3 years ago