Commit Graph

60 Commits

Author SHA1 Message Date
jai.s
9b1088b2e2
updated origin with upstream changes 2019-12-23 16:48:37 +05:30
lakshyacis
65ef7b3a0e
fixes after pull 2019-12-18 19:20:56 +05:30
navjot
c98d1a70f4
fixed conflicts after merge 2019-12-18 17:31:07 +05:30
3150956cdc
fix conflicts after merging 2019-12-18 16:38:10 +05:30
navjot
fda6e5605a
Kivy code update part 1 2019-12-12 20:08:07 +05:30
navjot
895a705657
worked on infinite scroller functionality 2019-11-19 21:28:30 +05:30
aa7e7dd658
Fixed some docstrings in shared and state 2019-11-18 13:34:00 +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
navjot
63a7f10244
worked on fixing kivy app crashing issues 2019-11-08 17:38:26 +05:30
lakshyacis
fda5d23c2d
state quality fixes 2019-10-31 14:52:43 +05:30
Navjot
f3f6715d46
worked on implementing sql query for sent and inbox on the bases of unique id 2019-10-03 21:57:54 +05:30
lakshyacis
8f09140513
Code fixes 3 regarding PR#11 2019-09-25 17:06:12 +05:30
95f6ac27fd
Merge branch 'v0.6' of https://github.com/surbhicis/PyBitmessage into UiChanges 2019-09-24 16:52:32 +05:30
df66277e2d
state.resetNetworkProtocolAvailability() is obsolete 2019-09-20 14:31:51 +03:00
Navjot
1177e17c81
resolve conflicts 2019-09-17 19:08:05 +05:30
73aa60e554
kivy searchbar adding with few more implementation 2019-09-17 15:38:12 +05:30
f0494cadd4
kivy toolbar title updated with new ehancements 2019-09-17 15:38:12 +05:30
2fc2101e80
Implement qrcode display feature with Ui enhancement and message avtar display based on message 2019-09-17 15:38:12 +05:30
4904f8d3ee
kivy new updates 2019-09-17 15:38:12 +05:30
2c666dddc7
Added Enhancement for Sent Screen and also manage KivyMD with virtual env 2019-09-17 15:38:12 +05:30
73ce4b4c83
rebase conflict fix and Ui Enhancement with dynamic addressbook updation and sent screen updation
Ui Enhancement with dynamic addressbook updation and sent screen updation

Changes made for Sent Items refresh feature with auto add new message in kivy
2019-09-17 15:38:12 +05:30
Navjot
a1bd95fedb
wokred on implementing free credit functionality in subscription package 2019-09-16 15:51:05 +05:30
Navjot
63fd415ae7
worked on UI design 2019-09-11 20:33:51 +05:30
Navjot
d6f006198c
worked on all mail detail page functionality 2019-08-26 20:58:12 +05:30
Navjot
a3964aee5a
worekd on draft mail detail page or sent draft mail functionality 2019-08-19 16:36:24 +05:30
Navjot
de39ac89ae
wokred on all mail listing functionality 2019-08-14 20:25:34 +05:30
3edfc98753
kivy searchbar adding with few more implementation 2019-08-02 14:41:33 +05:30
4a695795da
kivy toolbar title updated with new ehancements 2019-08-02 14:29:20 +05:30
92b0f45f2e
Implement qrcode display feature with Ui enhancement and message avtar display based on message 2019-08-02 14:29:20 +05:30
f64d68f7b0
kivy new updates 2019-08-02 14:29:20 +05:30
1873722783
Added Enhancement for Sent Screen and also manage KivyMD with virtual env 2019-08-02 14:28:03 +05:30
ed6cd83cae
rebase conflict fix and Ui Enhancement with dynamic addressbook updation and sent screen updation
Ui Enhancement with dynamic addressbook updation and sent screen updation

Changes made for Sent Items refresh feature with auto add new message in kivy
2019-08-02 14:28:03 +05:30
ca567acab3
Put uploads into a separate thread
- instead of being processed in the ReceiveQueue thread, uploads are now done
  in a dedicated thread. Only the parsing is done in ReceiveQueue thread.
- the UploadThread is modelled based on the DownloadThred, but simpler.
- it checks for intersection attack, eliminates duplicates and restricts the
  write buffer size to 2MB (may still grow slightly higher if too many big
  objects are requested, but the absolute limit appears to be about 4.5MB in the
  worst case scenario).
- the restriction of the write buffer may cause some upload throttling (to
  about 2MB per second per connection), but can be optimised later
- fixes #1414
2018-12-20 20:34:01 +01:00
38318150bd
Moved missingObjects dict from state to network.objectracker 2018-12-16 17:44:26 +02:00
7c7d6781a2
Removed old code from protocol, shared, state
and class_objectProcessor modules (#1374), temporarily commented
  shared.checkAndShareObjectWithPeers() call
2018-10-27 17:55:01 +03:00
a5833be1b7
Fix pylint Instance of 'str' has no 'ids' member issue 2018-09-04 18:35:22 +05:30
abd3e02d72
Fix pylint global variable undefined at the module level issue 2018-09-04 18:21:27 +05:30
f4d25ab0ed
Fix pylint global variable warning issue 2018-09-04 18:14:28 +05:30
4770790597
Added kivy for making it run on Desktop and Mobile Clients 2018-07-09 17:22:08 +05:30
57ddf8f2fd
flake8: state 2018-06-26 16:28:31 +03:00
f97ada87
cb59b8abbd
component control switches 2018-04-09 15:03:02 +10:00
43a471a79b
Used state.testmode to indicate when operating in test mode 2018-04-05 13:48:13 +03:00
fd1a6c1fa1
Dandelion update
- dandelion fixes
- try to wait as long as possible before expiration if there are no
outbound connections
- expire in invThread rather than singleCleaner thread
- deduplication of code in inv and dinv command methods
- turn on by default, seems to work correctly now
- turn off dandelion if outbound connections are disabled
- start tracking downloads earlier, and faster download loop
- remove some obsolete lines
- minor PEP8 updates
2018-02-03 11:46:39 +01:00
6655e99aa3
Pending download stats optimisations
- tracks separately a global list for a faster sum. Needs slightly
more memory
2017-10-20 23:11:33 +02:00
f338c00f8e
Change peer discovery tracking from queue to a dict
- with a queue, a situation could occur when new entries are appended
but nothing is polling the queue
2017-08-06 21:29:54 +02:00
fc19e4119a
Download thread updates
- now tracks downloads globally too, so it doesn't request the same
object from multiple peers at the same time
- retries at the earliest every minute
- stops trying to download an object after an hour
- minor fixes in retrying downloading invalid objects
2017-07-05 09:25:49 +02:00
e00a02206b
AddrThread
- this thread is for spreading new/updated addresses in active
connections, analogous to the InvThread
- it doesn't do anything yet, this is just a dummy queue at the moment
2017-07-05 08:57:44 +02:00
f23c169eec
Don't connect to myself
- track local IP+port of incoming connections and don't connect
to them in the future
2017-05-31 00:04:21 +02:00
c85d52b8e8
Asyncore updates
- asyncore is now on by default
- inv announcements implemented
- bandwidth limit implemented / fixed
- stats on download / upload speed now work
- make prints into logger
- limit knownNodes to 20k as it was before
- green light fixed
- other minor fixes
2017-05-29 00:24:07 +02:00
e309a1edb3
Asyncore update
- separate queue for processing blocking stuff on reception
- rewrote write buffer as a queue
- some addr handling
- number of half open connections correct
2017-05-25 23:04:33 +02:00