Wiki » History » Version 1

Version 1/23 - Next » - Current version
Aaron Nies, 02/06/2015 12:59 AM


Team: Null_Pointer
Members: Aaron Nies, Nick Namba, Rafael Trujillo, Santiago Roig
Project: I2P

Ticket: #738, Router console redesign
Estimated fix time: 25h
Actual fix time: N/A
Comments: While redesigning the current console may prove sufficient, maintaining the current design and creating a user friendly splash page is potentially better solution.

Ticket: #372, Button for manual recheck
Estimated fix time: 8h
Actual fix time: N/A
Comments: Long requested option for i2pSnark. An option to force a manual recheck of individual torrents. This feature is already in other main stream torrent clients.

Ticket: #1415, I2PSnark filename conversion to builtin charset in windows may cause data loss
Estimated fix time: 15h
Actual fix time: N/A
Tests to reproduce: Affecting torrents listed in ticket. When two or more are downloaded, both are given the same file name causing issues.
Tests to validate fix: N/A
Comments: May be tricky to implement fully, but an immediate fix is sufficient starting point.

Ticket: #1320, BOB “quiet true” fail
Estimated fix time: 8h
Actual fix time: N/A
Tests to reproduce: While using BOB, enter a series of commands listed on the ticket entry, one command being “quiet true”. Next, connect to 127.0.0.1:12545 with socket S and type "duck.i2p\n".

Ticket #1456 Refactor Java Methods for Java 9 compatibility
Estimated time to fix: 6 hours
Actual time to fix: N/A
These warnings are a list of the warning’s being produced by compatibility with Java 9.
When these warnings disappear my fix will be validated.

Ticket #1274 Easy Backup Button for I2P
Feature request, user wants a backup button for I2P settings.
Estimated time to fix: 20 hours
Actual time to fix: N/A
First I will create the button, adjust my settings and export my settings then try to import them into a teammate’s I2P to test functionality works.

Ticket #730
Feature request: User wants the default location for downloaded torrents changed to a non-hidden folder.
Estimated time to fix: 6 hours
Actual time to fix: N/A
Comment: Should be simple enough, though it will involve hunting down for all the locations this folder is mentioned in the code.

Ticket #1432
Bug: If one downloads a torrent file and then replaces the partially downloaded file with a complete version i2psnark will not start seeding.
Estimated time to fix: 24 hours
Actual time to fix: N/A
Comments: this should probably involve making i2psnark scan the file before it starts acting on it in order to determine what to do.

Ticket #(Pending approval)
Bug: if one downloads a torrent and then deletes the file it creates automatically and starts the torrent it will not remake the file but instead give a java I/O error.
Estimated time to fix: 5 hours
Actual Time to fix: N/A
Comments: This should be very easy, all that should be done is to check if the file exists and if it doesn’t simply make it again and start over.

Ticket #(Pending approval)
feature request. allow users to select individual torrent files from their computers to download and no be forced to place them all within the default folder.
Estimated time to fix: 24 hours
Actual time: N/A
Comments: This seems to be a very odd missing feature that should be present within the default GUI of the torrent client.

Ticket #(Pending approval)
Feature request: have i2psnark show “orphaned” files whose torrent files cannot be found in the default folder so that users will know that they still posses the data on their harddrive if they attempted to delete the file but only deleted the torrent file.
Estimated time to fix: 10 hours
Actual time: N/A
Comments: could be done by looking at the torrent files and pairing them with their corresponding files and then listing the unpaired files.