Files are now stored as a FileInfo object.
authorJustin Lewis <jtl1728@rit.edu>
Tue, 5 Jan 2010 20:05:40 +0000 (15:05 -0500)
committerJustin Lewis <jtl1728@rit.edu>
Tue, 5 Jan 2010 20:05:40 +0000 (15:05 -0500)
commit9e382bbf1079a058f786a201d43b4ce62f8940ea
treea1326bf47ec2f72042dec498f5b942434ef27ed0
parent4f668b77b20ec173a4a17b34b5e917571309f347
Files are now stored as a FileInfo object.

This makes networking much easier as we don't need to worry about
sending tainted data.

This update breaks compatibility with older versions due to removing
unneeded information from the file list transfer.  It also breaks
loading old entires from the journal for the same reason, unneeded
information is no longer stored in the save/load arrays, object takes
care of adding/removing extra information

This update also updates how the gui gets its information though the
object instead of the lists that were used before.
FileShare.activity/FileInfo.py [new file with mode: 0644]
FileShare.activity/FileShareActivity.py