Commit Graph

3396 Commits

Author SHA1 Message Date
lakshyacis
6c9d1a2666
kivy_helper_search fixes 2019-11-21 15:38:06 +05:30
lakshyacis
ccc21b33b0
identiconGeneration fixes 2019-11-21 15:38:06 +05:30
navjotcis
1ee59643eb
Merge pull request #58 from navjotcis/newwork
worked on infinite scroller functionality
2019-11-19 21:31:32 +05:30
navjot
895a705657
worked on infinite scroller functionality 2019-11-19 21:28:30 +05:30
49d731c478
.readthedocs.yml 2019-11-18 13:34:01 +02:00
d9fa6a94f4
More docstrings and formatting fixes in highlevelcrypto and shutdown 2019-11-18 13:34:01 +02:00
a7da0c0eff
Fixed google style docstrings in addresses 2019-11-18 13:34:00 +02:00
aa7e7dd658
Fixed some docstrings in shared and state 2019-11-18 13:34:00 +02:00
f18f534c48
Formatted protocol and its docstrings 2019-11-18 13:34:00 +02:00
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.
2019-11-18 12:20:29 +01:00
jai.s
0e593b66ad
Added iteritems issues 2019-11-15 20:12:19 +05:30
jai.s
a08b0707bb
Working on the network issues 2019-11-15 16:01:14 +05:30
jai.s
fdbf7ad0f2
Worked on the network issues 2019-11-14 20:39:26 +05:30
bug Lady
7e1f1d2604
fix 'true' not True
else error
2019-11-14 13:32:15 +01:00
35a2962552
Fixed misleading comment about receiveDataThreads in queues 2019-11-11 17:13:20 +02:00
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:.
2019-11-11 17:13:20 +02:00
d6c1845b71
Moved Peer from state to network.node
and trustedPeer to network.connectionpool.BMConnectionPool attribute
2019-11-11 17:13:12 +02:00
388de96495
Alphabetical internal import order in bitmessagemain 2019-11-11 12:03:04 +02:00
0967f03b40
addresses: raise varintEncodeError in encodeVarint()
instead of SystemExit (looks like a bug)
2019-11-11 12:03:04 +02:00
7a1f803c92
network.BMConnectionPool: added shortcuts connections()
and establishedConnections(), some formatting fixes
2019-11-11 12:03:04 +02:00
4d8d9b169f
Moved ObjectProcessorQueue to queues, added some doc 2019-11-11 12:03:04 +02:00
341651973a
Reduced imports:
- exported from network package all objects used outside;
  - made all threads available in threads module.

Wrote some module docstrings.
2019-11-11 12:03:03 +02:00
bug Lady
061a9ef973
fix typos
and flesh out placeholder
2019-11-10 04:07:50 +01:00
navjotcis
dda19ad876
Merge pull request #55 from navjotcis/newwork
worked on fixing kivy app crashing issues
2019-11-08 17:40:58 +05:30
navjot
63a7f10244
worked on fixing kivy app crashing issues 2019-11-08 17:38:26 +05:30
lakshyacis
60ae9fbc07
Merge pull request #54 from navjotcis/codequalitykivy
mpybit quality fix
2019-11-06 19:41:46 +05:30
lakshyacis
d22c241d70
mpybit quality fix 2019-11-06 19:34:22 +05:30
navjotcis
4ffdf2510c
Merge pull request #53 from navjotcis/newwork
worked on new address creation time loader functionality
2019-11-04 21:59:40 +05:30
navjot
fc347c3731
worked on new address creation time loader functionality 2019-11-04 21:57:53 +05:30
navjotcis
15795e75ce
Merge pull request #51 from navjotcis/newwork
worked on implementing loader popup functionality on account switching
2019-10-31 16:28:27 +05:30
navjot
d3cbe45608
worked on implementing loader popup functionality on account switching 2019-10-31 16:24:18 +05:30
lakshyacis
58e5fac6d7
tr quality fixes 2019-10-31 14:52:43 +05:30
lakshyacis
fda5d23c2d
state quality fixes 2019-10-31 14:52:43 +05:30
lakshyacis
b9ad6a3bac
singleinstance quality fixes 2019-10-31 14:52:43 +05:30
lakshyacis
503d0b33d0
shutdown quality fixes 2019-10-31 14:52:43 +05:30
lakshyacis
6f91ba1b33
shared quality fixes 2019-10-31 14:52:43 +05:30
lakshyacis
27be035e51
paths quality fixes 2019-10-31 14:52:43 +05:30
lakshyacis
cacac00e21
openclpow quality fixes 2019-10-31 14:52:43 +05:30
lakshyacis
1181db66e0
l10n quality fixes 2019-10-31 14:52:43 +05:30
lakshyacis
afce500085
knownnodes quality fixes 2019-10-31 14:52:43 +05:30
lakshyacis
ee5be28179
helper_threading quality fixes 2019-10-29 11:45:51 +05:30
1a7ef791e5
message_data_reader is obsolete 2019-10-28 09:14:48 +02:00
George McCandless
f871cd450c
Add test for 'onionservicesonly' mode.
Credit to Dmitri Bogomolov in commit 557a8cc6d2bec881b8a3c531d3f725460ed515f5.
2019-10-24 19:35:32 +00:00
jai.s
f3cb78557b
Solved encode-decode, pack-unpack, new address creation issues 2019-10-22 20:09:42 +05:30
lakshyacis
bc748acada
Merge pull request #5 from jaicis/py3codequality
Code Quality fixes based on Flake8, Pycodestyle, Pylint.
2019-10-22 20:03:51 +05:30
lakshyacis
55085af208
py3 quality fixes 2019-10-22 19:13:05 +05:30
lakshyacis
d68085869b
mpybit py3 fixes 2019-10-22 13:22:23 +05:30
jaicis
907479801f
Merge pull request #6 from jaicis/py3convert
Solved encode-decode, pack-unpack, new address creation issues
2019-10-22 13:14:51 +05:30
jai.s
3f70ae8c4d
Added python3 requirements.txt file 2019-10-22 13:14:10 +05:30
jai.s
f4d14c11e9
Solved encode-decode, pack-unpack, new address creation issues 2019-10-22 13:07:54 +05:30