- Update year on LICENSE.txt; add, "All rights reserved."
- Add self to copyright notice and license (privately authorized).
- Add '\n' to last lines of files missing such.
- Remove a.m.o. metadata.
Files from the 1.0.8.6 xpi were missing '\n' at the end of their last
lines. Changing this would invalidate the Mozilla manifest/signature
data, so I removed that.
No substantive code changes in this commit.
This is a huge jump. Sorry, I will not manually import all intermediary
versions to track development. Significant changes:
- Major feature: Now works with Firefox 52 / current Tor Browser.
Closes #2.
- Major feature: Error page. Closes #3.
- Major feature: Whitelist. Closes #4.
- Regression: Indentation/style is busted. Reopens #1.
I tried to copy the indent style of files seen in Torbutton, with added
guidance from my instincts as a C programmer accustomed to KNF. This
can now be edited without wrecking diffs, unless I change it again
because this will drive me crazy.
Closes issue #1.
Initial commit. Version 0.0.0-prealpha.
- Glance over code to make sure it looks sane
- Create git repository
- Add substantive files
- Fix icons (PNG CRC errors)
- Add archival copy of xpi from addons.mozilla.org, with metadata
- Add README.md, LICENSE.md
- NOT YET TESTED BY MAINTAINER (@nym-zone)