AnemoneLabs / unmessage

Privacy enhanced instant messenger
GNU General Public License v3.0
42 stars 7 forks source link

Split long elements #89

Closed felipedau closed 6 years ago

felipedau commented 6 years ago

This still needs to be improved and depends on the future changes to the packet format. Until we discuss that and come to a decision, this is a solution for the current implementation towards #59.

codecov-io commented 6 years ago

Codecov Report

Merging #89 into develop will increase coverage by 0.57%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #89      +/-   ##
===========================================
+ Coverage    47.57%   48.15%   +0.57%     
===========================================
  Files           29       29              
  Lines         4397     4440      +43     
===========================================
+ Hits          2092     2138      +46     
+ Misses        2305     2302       -3
Impacted Files Coverage Δ
unmessage/peer.py 76.87% <100%> (+0.36%) :arrow_up:
tests/test_file_transfer.py 100% <100%> (ø) :arrow_up:
tests/test_elements.py 100% <100%> (ø) :arrow_up:
unmessage/packets.py 100% <100%> (ø) :arrow_up:
unmessage/elements.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5e45c64...3d97f37. Read the comment docs.