[Skip to Content]
homehome
contact CTIcontact
feedrss

Recent Development Log Entries


kylehuff pushed to webpg-chrome/v0.5.0 2011-11-10 11:51:50

Project: webpg-chrome

Repository: webpg-chrome

kylehuff pushed to webpg-chrome/v0.5 2011-11-10 11:51:43

Project: webpg-chrome

Repository: webpg-chrome

kylehuff pushed to webpg-chrome/master 2011-11-10 11:51:43

Project: webpg-chrome

Repository: webpg-chrome

release v0.5.0

  • Remvoed google analytics; closes #48
  • Improved key listing; closes #47
  • Moved to webpg-npapi binary v0.3.10
  • Changed references to gpg_status to webpg_status
  • Modified order of binary architecture
  • Added detection of good signature with expired key
  • Added sample of symmetric inline parsing/detection
  • Removed reference to gcc3 in pluing path
Files added:
  • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.10.plugin/Contents/Info.plist
  • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.10.plugin/Contents/MacOS/webpgPlugin
  • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.10.plugin/Contents/Resources/English.lproj/InfoPlist.strings
  • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.10.plugin/Contents/Resources/English.lproj/Localized.rsrc
  • extension/plugins/Linux_x86-gcc/npwebpgPlugin-v0.3.10.so
  • extension/plugins/Linux_x86_64-gcc/npwebpgPlugin-v0.3.10.so
  • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.10.dll
Files modified:
  • extension/background.html
  • extension/error.html
  • extension/key_manager.html
  • extension/manifest.json
  • extension/webpg_results.html
  • extension_tests/various_tests.html
Files removed:
  • extension/analytics.js
  • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.9.plugin/Contents/Info.plist
  • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.9.plugin/Contents/Resources/English.lproj/InfoPlist.strings
  • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.9.plugin/Contents/MacOS/webpgPlugin
  • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.9.so
  • extension/plugins/Linux_x86_64-gcc/npwebpgPlugin-v0.3.9.so
  • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.9.dll

kylehuff pushed to webpg-npapi/performance_fix 2011-10-15 10:52:43

Project: webpg-npapi

Repository: webpg-npapi

kylehuff pushed to webpg-npapi/v0.3 2011-10-15 10:52:25

Project: webpg-npapi

Repository: webpg-npapi

Changed to improve performance

  • This commit should address the parsing time for returning keylists
Files modified:
  • webpgPlugin/PluginConfig.cmake
  • webpgPlugin/webpgPluginAPI.cpp
  • webpgPlugin/webpgPluginAPI.h

Changes for release v0.3.10

  • Set firebreath submodule to v1.6.0rc2
  • Changed gpg_status variable to webpg_status
  • Added plugin information to the status variable
  • Fixed some comments
  • Changed reporting of version string to use PluginConfig.cmake variable
Files modified:
  • firebreath
  • webpgPlugin/PluginConfig.cmake
  • webpgPlugin/webpgPlugin.h
  • webpgPlugin/webpgPluginAPI.cpp
  • webpgPlugin/webpgPluginAPI.h

kylehuff pushed to webpg-npapi/master 2011-10-15 10:52:21

Project: webpg-npapi

Repository: webpg-npapi

Changes for release v0.3.10

  • Set firebreath submodule to v1.6.0rc2
  • Changed gpg_status variable to webpg_status
  • Added plugin information to the status variable
  • Fixed some comments
  • Changed reporting of version string to use PluginConfig.cmake variable
Files modified:
  • firebreath
  • webpgPlugin/PluginConfig.cmake
  • webpgPlugin/webpgPlugin.h
  • webpgPlugin/webpgPluginAPI.cpp
  • webpgPlugin/webpgPluginAPI.h

kylehuff pushed to webpg-npapi/performance_fix 2011-10-15 10:52:20

Project: webpg-npapi

Repository: webpg-npapi

Changed to improve performance

  • This commit should address the parsing time for returning keylists
Files modified:
  • webpgPlugin/PluginConfig.cmake
  • webpgPlugin/webpgPluginAPI.cpp
  • webpgPlugin/webpgPluginAPI.h

kylehuff pushed to webpg-npapi/performance_fix 2011-10-13 16:28:02

Project: webpg-npapi

Repository: webpg-npapi

kylehuff pushed to webpg-npapi/master 2011-10-13 16:25:17

Project: webpg-npapi

Repository: webpg-npapi

Merge branch 'v0.3' of github.com:kylehuff/webpg-npapi into v0.3

    Changed to improve performance

    • This commit should address the parsing time for returning keylists
    Files modified:
    • webpgPlugin/PluginConfig.cmake
    • webpgPlugin/webpgPluginAPI.cpp
    • webpgPlugin/webpgPluginAPI.h

    kylehuff pushed to webpg-chrome/master 2011-10-12 08:57:01

    Project: webpg-chrome

    Repository: webpg-chrome

    use current_keylist instead of keylist where possible

    • with private keys
    Files modified:
    • extension/key_manager.html

    only load public keylist when needed (? clicked on the public tab)

    • minimizes initial load time of the key manager
    • depends on c9e7f509e2730bf261311c505ed8325db1dc379f or will try
    • to get the key details from the wrong list and fail
    Files modified:
    • extension/key_manager.html

    Merge pull request #49 from evgeni/speed_improvements

    • Speed improvements courtesy of evgeni; these improvements are to help address issue #47
    Files modified:
    • extension/key_manager.html

    kylehuff pushed to webpg-npapi/performance_fix 2011-10-04 18:08:59

    Project: webpg-npapi

    Repository: webpg-npapi

    Changed to improve performance

    • This commit should address the parsing time for returning keylists
    Files modified:
    • webpgPlugin/PluginConfig.cmake
    • webpgPlugin/webpgPluginAPI.cpp
    • webpgPlugin/webpgPluginAPI.h

    kylehuff pushed to webpg-chrome/v0.4.2 2011-10-04 17:53:31

    Project: webpg-chrome

    Repository: webpg-chrome

    kylehuff pushed to webpg-chrome/master-app 2011-10-04 17:53:22

    Project: webpg-chrome

    Repository: webpg-chrome

    Initial App version of WebPG

      Files modified:
      • extension/manifest.json

      kylehuff pushed to webpg-chrome/v0.4 2011-10-04 17:52:46

      Project: webpg-chrome

      Repository: webpg-chrome

      Changes to manifest in prep for App version

        Files modified:
        • extension/manifest.json

        Changes for release v0.4.2

        • Added Linux 64bit binary (Thanks evgeni!); closes #46
        • Bumpbed version to v0.4.2 for upload to webstore
        Files added:
        • extension/plugins/Linux_x86_64-gcc/npwebpgPlugin-v0.3.9.so
        Files modified:
        • extension/manifest.json

        kylehuff pushed to webpg-chrome/master 2011-10-04 17:44:31

        Project: webpg-chrome

        Repository: webpg-chrome

        Changes for release v0.4.2

        • Added Linux 64bit binary (Thanks evgeni!); closes #46
        • Bumpbed version to v0.4.2 for upload to webstore
        Files added:
        • extension/plugins/Linux_x86_64-gcc/npwebpgPlugin-v0.3.9.so
        Files modified:
        • extension/manifest.json

        kylehuff pushed to webpg-chrome/v0.4.1-app 2011-09-20 10:52:34

        Project: webpg-chrome

        Repository: webpg-chrome

        kylehuff pushed to webpg-chrome/master-app 2011-09-20 10:52:31

        Project: webpg-chrome

        Repository: webpg-chrome

        Initial App version of WebPG

          Files modified:
          • extension/manifest.json

          kylehuff pushed to webpg-chrome/master 2011-09-20 10:52:30

          Project: webpg-chrome

          Repository: webpg-chrome

          Changes to manifest in prep for App version

            Files modified:
            • extension/manifest.json

            kylehuff pushed to webpg-chrome/master-app 2011-09-20 10:32:01

            Project: webpg-chrome

            Repository: webpg-chrome

            kylehuff pushed to webpg-chrome/v0.4.1 2011-09-20 09:18:40

            Project: webpg-chrome

            Repository: webpg-chrome

            kylehuff pushed to webpg-chrome/master-app 2011-09-20 09:18:33

            Project: webpg-chrome

            Repository: webpg-chrome

            Initial App version

              Files added:
              • app/analytics.js
              • app/background.html
              • app/browser_action_menu.html
              • app/images/badges/stock_decrypted-signature-bad.png
              • app/images/badges/stock_decrypted-signature-ok.png
              • app/images/badges/stock_decrypted-signature.png
              • app/images/badges/stock_decrypted.png
              • app/images/badges/stock_encrypted.png
              • app/images/badges/stock_keypair.png
              • app/images/badges/stock_signature-bad.png
              • app/images/badges/stock_signature-ok.png
              • app/images/badges/stock_signature.png
              • app/images/cancel.png
              • app/images/check.png
              • app/images/expand-collapse.gif
              • app/images/menumask.png
              • app/images/webpg-128.png
              • app/images/webpg-16.png
              • app/images/webpg-32.png
              • app/images/webpg-48.png
              • app/images/webpg-64.png
              • app/images/webpg-96.png
              • app/jquery/css/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
              • app/jquery/css/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
              • app/jquery/css/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
              • app/jquery/css/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
              • app/jquery/css/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
              • app/jquery/css/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png
              • app/jquery/css/dot-luv/images/ui-bg_flat_40_292929_40x100.png
              • app/jquery/css/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
              • app/jquery/css/dot-luv/images/ui-icons_00498f_256x240.png
              • app/jquery/css/dot-luv/images/ui-icons_98d2fb_256x240.png
              • app/jquery/css/dot-luv/images/ui-icons_9ccdfc_256x240.png
              • app/jquery/css/dot-luv/images/ui-icons_ffffff_256x240.png
              • app/jquery/css/dot-luv/jquery-ui-1.8.14.custom.css
              • app/jquery/js/jquery-1.5.1.min.js
              • app/jquery/js/jquery-ui-1.8.14.custom.min.js
              • app/jquery/js/jquery.passwordStrength.js
              • app/key_manager.html
              • app/manifest.json
              • app/options.html
              • app/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Info.plist
              • app/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/MacOS/webpgPlugin
              • app/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Resources/English.lproj/InfoPlist.strings
              • app/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.8.so
              • app/plugins/WINNT_x86-msvc/libgpg-error-0.dll
              • app/plugins/WINNT_x86-msvc/libgpgme-11.dll
              • app/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.8.dll
              • app/webpg.js
              • app/webpg_results.html
              Files removed:
              • extension/analytics.js
              • extension/background.html
              • extension/browser_action_menu.html
              • extension/images/badges/stock_decrypted-signature-bad.png
              • extension/images/badges/stock_decrypted-signature-ok.png
              • extension/images/badges/stock_decrypted-signature.png
              • extension/images/badges/stock_decrypted.png
              • extension/images/badges/stock_encrypted.png
              • extension/images/badges/stock_keypair.png
              • extension/images/badges/stock_signature-bad.png
              • extension/images/badges/stock_signature-ok.png
              • extension/images/badges/stock_signature.png
              • extension/images/cancel.png
              • extension/images/check.png
              • extension/images/expand-collapse.gif
              • extension/images/menumask.png
              • extension/images/webpg-128.png
              • extension/images/webpg-16.png
              • extension/images/webpg-32.png
              • extension/images/webpg-48.png
              • extension/images/webpg-64.png
              • extension/images/webpg-96.png
              • extension/jquery/css/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
              • extension/jquery/css/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
              • extension/jquery/css/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
              • extension/jquery/css/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
              • extension/jquery/css/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
              • extension/jquery/css/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png
              • extension/jquery/css/dot-luv/images/ui-bg_flat_40_292929_40x100.png
              • extension/jquery/css/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
              • extension/jquery/css/dot-luv/images/ui-icons_00498f_256x240.png
              • extension/jquery/css/dot-luv/images/ui-icons_98d2fb_256x240.png
              • extension/jquery/css/dot-luv/images/ui-icons_9ccdfc_256x240.png
              • extension/jquery/css/dot-luv/images/ui-icons_ffffff_256x240.png
              • extension/jquery/css/dot-luv/jquery-ui-1.8.14.custom.css
              • extension/jquery/js/jquery-1.5.1.min.js
              • extension/jquery/js/jquery-ui-1.8.14.custom.min.js
              • extension/jquery/js/jquery.passwordStrength.js
              • extension/key_manager.html
              • extension/manifest.json
              • extension/options.html
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Info.plist
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/MacOS/webpgPlugin
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Resources/English.lproj/InfoPlist.strings
              • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.8.so
              • extension/plugins/WINNT_x86-msvc/libgpg-error-0.dll
              • extension/plugins/WINNT_x86-msvc/libgpgme-11.dll
              • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.8.dll
              • extension/webpg.js
              • extension/webpg_results.html

              kylehuff pushed to webpg-chrome/master 2011-09-20 09:18:32

              Project: webpg-chrome

              Repository: webpg-chrome

              More changes for release v0.4.1

              • Added better detection of GnuPG/GPGConf/GPGME problems
              • Added context menu items for options and key-manager
              • Added context menu items for signing, importing and pasting public keys
              • Created logic to detect if app-mode; closes #43
              • Limited parsing of inline items to 10 iterations; closes #44
              • Corrected some circular variable names
              • Added compiled webpg-plugin v0.3.9 for all platforms
              Files added:
              • extension/error.html
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.9.plugin/Contents/Info.plist
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.9.plugin/Contents/MacOS/webpgPlugin
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.9.plugin/Contents/Resources/English.lproj/InfoPlist.strings
              • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.9.so
              • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.9.dll
              Files modified:
              • extension/background.html
              • extension/key_manager.html
              • extension/manifest.json
              • extension/options.html
              • extension/webpg.js
              • extension/webpg_results.html
              Files removed:
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/MacOS/webpgPlugin
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Info.plist
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Resources/English.lproj/InfoPlist.strings
              • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.8.so
              • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.8.dll

              kylehuff pushed to webpg-chrome/v0.4 2011-09-20 09:18:32

              Project: webpg-chrome

              Repository: webpg-chrome

              More changes for release v0.4.1

              • Added better detection of GnuPG/GPGConf/GPGME problems
              • Added context menu items for options and key-manager
              • Added context menu items for signing, importing and pasting public keys
              • Created logic to detect if app-mode; closes #43
              • Limited parsing of inline items to 10 iterations; closes #44
              • Corrected some circular variable names
              • Added compiled webpg-plugin v0.3.9 for all platforms
              Files added:
              • extension/error.html
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.9.plugin/Contents/Info.plist
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.9.plugin/Contents/MacOS/webpgPlugin
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.9.plugin/Contents/Resources/English.lproj/InfoPlist.strings
              • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.9.so
              • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.9.dll
              Files modified:
              • extension/background.html
              • extension/key_manager.html
              • extension/manifest.json
              • extension/options.html
              • extension/webpg.js
              • extension/webpg_results.html
              Files removed:
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/MacOS/webpgPlugin
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Info.plist
              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Resources/English.lproj/InfoPlist.strings
              • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.8.so
              • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.8.dll

              kylehuff pushed to webpg-npapi/v0.3 2011-09-19 18:15:57

              Project: webpg-npapi

              Repository: webpg-npapi

              Changes/fixes and features for v0.3.9

              • Added method for retrieving GPGConf settings; closes #16
              • Added method for signing text; closes #17
              • Fixed parameter assignment of gpgSetPreference(); closes #15
              • Added better detection of required componenets/plugin failure
              • Changed version v0.3.9
              Files modified:
              • webpgPlugin/PluginConfig.cmake
              • webpgPlugin/webpgPluginAPI.cpp
              • webpgPlugin/webpgPluginAPI.h

              Merge branch 'v0.3' of github.com:kylehuff/webpg-npapi into v0.3

                kylehuff pushed to webpg-npapi/v0.3.9 2011-09-19 18:14:30

                Project: webpg-npapi

                Repository: webpg-npapi

                kylehuff pushed to webpg-npapi/master 2011-09-19 18:13:49

                Project: webpg-npapi

                Repository: webpg-npapi

                Changes/fixes and features for v0.3.9

                • Added method for retrieving GPGConf settings; closes #16
                • Added method for signing text; closes #17
                • Fixed parameter assignment of gpgSetPreference(); closes #15
                • Added better detection of required componenets/plugin failure
                • Changed version v0.3.9
                Files modified:
                • webpgPlugin/PluginConfig.cmake
                • webpgPlugin/webpgPluginAPI.cpp
                • webpgPlugin/webpgPluginAPI.h

                kylehuff pushed to webpg-chrome/master 2011-09-13 07:44:27

                Project: webpg-chrome

                Repository: webpg-chrome

                Bugfix for chrome v15 and new screenshot

                • Added URL scheme "" to permissions section of manifest; possibly closes #38
                • Added updated screenshot of inline parsed data for webstore
                Files modified:
                • extension/manifest.json
                • webstore_content/webpg-screenshot-inline1200x800.png

                Changes for release v0.4.1

                • New version v0.4
                • Created relationship between WebPG Default key and GnuPG Default key; closes #7
                • Fixed missing URL scheme in permissions section of manifest; closes #38
                • Fixed text displayed on inline-parsed keys already in keyring; closes #40
                • Fixed disconnect with comment field on the key generation dialog; closes #39
                • Fixed display of UID emails on inline parsed keys; closes #41
                • Split out the options page from the keymanager; closes #42
                • Created a branch for the "app" version of WebPG for Chrome
                • Added larger image icon sizes
                Files added:
                • extension/images/webpg-128.png
                • extension/images/webpg-96.png
                • extension/key_manager.html
                Files modified:
                • extension/background.html
                • extension/browser_action_menu.html
                • extension/manifest.json
                • extension/options.html
                • extension/webpg.js
                • extension/webpg_results.html

                kylehuff pushed to webpg-chrome/v0.4 2011-09-13 07:44:27

                Project: webpg-chrome

                Repository: webpg-chrome

                WebPG - A GnuPG Extension for Chrome version v0.3.11 now available!

                Project: webpg-chrome

                I just made version v0.3.11 available in the chrome webstore, notable chagnes are -

                • Ability to add subkeys
                • Better inline-parsing
                • Added ability to change passphrase
                • Importation of dummy keys into temporary keyring
                • Moved to webpg-npapi v0.3.8
                • Minor bug-fixes

                 

                The extesion is available in the Chrome Webstore, and the source is available via my github account

                (if you already have the extension installed, it should automatically update)

                Enjoy!

                 

                kylehuff pushed to webpg-chrome/v0.3 2011-09-11 17:02:40

                Project: webpg-chrome

                Repository: webpg-chrome

                kylehuff pushed to webpg-chrome/v0.3.11 2011-09-11 16:57:55

                Project: webpg-chrome

                Repository: webpg-chrome

                kylehuff pushed to webpg-chrome/master 2011-09-11 16:57:46

                Project: webpg-chrome

                Repository: webpg-chrome

                kylehuff pushed to webpg-chrome/v0.3 2011-09-11 16:50:49

                Project: webpg-chrome

                Repository: webpg-chrome

                Changes for release v0.3.6

                • Fixed functions for inline messages; closes #25
                • Revised inline parsing logic and display formatting
                • Added ability to verify without accessing the private-key (except on windows); closes #26
                • Added some more PGP data blocks to the inline-parsing example page
                • Refreshed binaries for all platforms
                • Bumped to version v0.3.6
                Files added:
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.6.plugin/Contents/Info.plist
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.6.plugin/Contents/MacOS/webpgPlugin
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.6.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.6.so
                • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.6.dll
                Files modified:
                • extension/background.html
                • extension/manifest.json
                • extension/options.html
                • extension/webpg.js
                • extension/webpg_results.html
                • extension_tests/various_tests.html
                Files removed:
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/MacOS/webpgPlugin
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Info.plist
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.5.so
                • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.5.dll

                Changes towards release v0.3.11

                • Added ability to create subkeys; closes #23
                • Added list of signaures to inline parsed messages; closes #27
                • Added ability to invoke a change passphrase; closes #28
                • Added icons to inline parsed data; closes #29
                • Fixed reference to variable changed out of band; closes #30
                • Added more information to inline parsed keys; closes #31
                • Some GPG/GPGConf prefs added; closes #32
                • Added URL link to keymanager for keys in keyring; closes #33
                • Fixed parsing of multiple PGP Data blocks in same element; closes #34
                • Fixed subkeys listing incorrect create and expire dates; closes #35
                • Added subkey capability flags to display; closes #36
                • Added google-analytics
                Files added:
                • extension/analytics.js
                • extension/images/badges/stock_decrypted-signature-bad.png
                • extension/images/badges/stock_decrypted-signature-ok.png
                • extension/images/badges/stock_decrypted-signature.png
                • extension/images/badges/stock_decrypted.png
                • extension/images/badges/stock_encrypted.png
                • extension/images/badges/stock_keypair.png
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Info.plist
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/MacOS/webpgPlugin
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.8.so
                • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.8.dll
                • webstore_content/webpg-small-tile440x280.png
                Files modified:
                • extension/background.html
                • extension/manifest.json
                • extension/options.html
                • extension/webpg.js
                • extension/webpg_results.html
                • extension_tests/various_tests.html
                Files removed:
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.6.plugin/Contents/MacOS/webpgPlugin
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.6.plugin/Contents/Info.plist
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.6.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.6.so
                • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.6.dll

                Merge branch 'master' into v0.3

                • Conflicts:
                • extension/background.html
                • extension/manifest.json
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Info.plist
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Info.plist
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                • extension/plugins/Darwin_x86-gcc3/npwebpgPlugin-v0.3.6.plugin/Contents/Info.plist
                • extension/plugins/Darwin_x86-gcc3/npwebpgPlugin-v0.3.6.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                • extension/webpg.js
                • extension/webpg_results.html
                • extension_tests/various_tests.html
                Files added:
                • extension/analytics.js
                • extension/images/badges/stock_decrypted-signature-bad.png
                • extension/images/badges/stock_decrypted-signature-ok.png
                • extension/images/badges/stock_decrypted-signature.png
                • extension/images/badges/stock_decrypted.png
                • extension/images/badges/stock_encrypted.png
                • extension/images/badges/stock_keypair.png
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Info.plist
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/MacOS/webpgPlugin
                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.8.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.8.so
                • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.8.dll
                • webstore_content/webpg-small-tile440x280.png
                Files modified:
                • extension/background.html
                • extension/manifest.json
                • extension/options.html
                • extension/webpg.js
                • extension/webpg_results.html
                • extension_tests/various_tests.html

                kylehuff pushed to webpg-npapi/v0.3.8 2011-09-11 15:47:16

                Project: webpg-npapi

                Repository: webpg-npapi

                kylehuff pushed to webpg-npapi/v0.3 2011-09-11 15:47:12

                Project: webpg-npapi

                Repository: webpg-npapi

                Merge branch 'master' of github.com:kylehuff/webpg-npapi

                  Changes towards release v0.3.8

                  • Added method for invoking a passphrase change; closes #11
                  • Made property gpg_status dynamic; closes #12
                  • Made property gpgconf_detected dynamic; closes #13
                  • Added method for changing GPGConf preferences; #10
                  • Added method(s) for setting temporary non-GPGConf settings
                  • Changed version to v0.3.8
                  • Removed hard-coding of build-config type
                  • Added method for creatoin of subkeys; closes #14
                  • Added ability to alter the GNUPGHOME path for a given context instance
                  • Added Engine information to gpg_status map
                  Files modified:
                  • webpgPlugin/PluginConfig.cmake
                  • webpgPlugin/X11/projectDef.cmake
                  • webpgPlugin/keyedit.h
                  • webpgPlugin/webpgPluginAPI.cpp
                  • webpgPlugin/webpgPluginAPI.h

                  Merge branch 'master' into v0.3

                    Files modified:
                    • webpgPlugin/PluginConfig.cmake
                    • webpgPlugin/X11/projectDef.cmake
                    • webpgPlugin/keyedit.h
                    • webpgPlugin/webpgPluginAPI.cpp
                    • webpgPlugin/webpgPluginAPI.h

                    kylehuff pushed to webpg-npapi/master 2011-09-11 15:47:11

                    Project: webpg-npapi

                    Repository: webpg-npapi

                    Changes towards release v0.3.8

                    • Added method for invoking a passphrase change; closes #11
                    • Made property gpg_status dynamic; closes #12
                    • Made property gpgconf_detected dynamic; closes #13
                    • Added method for changing GPGConf preferences; #10
                    • Added method(s) for setting temporary non-GPGConf settings
                    • Changed version to v0.3.8
                    • Removed hard-coding of build-config type
                    • Added method for creatoin of subkeys; closes #14
                    • Added ability to alter the GNUPGHOME path for a given context instance
                    • Added Engine information to gpg_status map
                    Files modified:
                    • webpgPlugin/PluginConfig.cmake
                    • webpgPlugin/X11/projectDef.cmake
                    • webpgPlugin/keyedit.h
                    • webpgPlugin/webpgPluginAPI.cpp
                    • webpgPlugin/webpgPluginAPI.h

                    kylehuff pushed to webpg-chrome/v0.3.6 2011-09-06 00:03:12

                    Project: webpg-chrome

                    Repository: webpg-chrome

                    kylehuff pushed to webpg-chrome/v0.3 2011-09-06 00:03:09

                    Project: webpg-chrome

                    Repository: webpg-chrome

                    Changes for release v0.3.6

                    • Fixed functions for inline messages; closes #25
                    • Revised inline parsing logic and display formatting
                    • Added ability to verify without accessing the private-key (except on windows); closes #26
                    • Added some more PGP data blocks to the inline-parsing example page
                    • Refreshed binaries for all platforms
                    • Bumped to version v0.3.6
                    Files added:
                    • extension/plugins/Darwin_x86-gcc3/npwebpgPlugin-v0.3.6.plugin/Contents/Info.plist
                    • extension/plugins/Darwin_x86-gcc3/npwebpgPlugin-v0.3.6.plugin/Contents/MacOS/webpgPlugin
                    • extension/plugins/Darwin_x86-gcc3/npwebpgPlugin-v0.3.6.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                    • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.6.so
                    • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.6.dll
                    Files modified:
                    • extension/background.html
                    • extension/manifest.json
                    • extension/options.html
                    • extension/webpg.js
                    • extension/webpg_results.html
                    • extension_tests/various_tests.html
                    Files removed:
                    • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/MacOS/webpgPlugin
                    • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Info.plist
                    • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                    • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.5.so
                    • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.5.dll

                    Merge branch 'master' into v0.3

                      Files added:
                      • extension/plugins/Darwin_x86-gcc3/npwebpgPlugin-v0.3.6.plugin/Contents/Info.plist
                      • extension/plugins/Darwin_x86-gcc3/npwebpgPlugin-v0.3.6.plugin/Contents/MacOS/webpgPlugin
                      • extension/plugins/Darwin_x86-gcc3/npwebpgPlugin-v0.3.6.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                      • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.6.so
                      • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.6.dll
                      Files modified:
                      • extension/background.html
                      • extension/manifest.json
                      • extension/options.html
                      • extension/webpg.js
                      • extension/webpg_results.html
                      • extension_tests/various_tests.html
                      Files removed:
                      • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/MacOS/webpgPlugin
                      • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Info.plist
                      • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                      • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.5.so
                      • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.5.dll

                      kylehuff pushed to webpg-chrome/master 2011-09-06 00:03:07

                      Project: webpg-chrome

                      Repository: webpg-chrome

                      Changes for release v0.3.6

                      • Fixed functions for inline messages; closes #25
                      • Revised inline parsing logic and display formatting
                      • Added ability to verify without accessing the private-key (except on windows); closes #26
                      • Added some more PGP data blocks to the inline-parsing example page
                      • Refreshed binaries for all platforms
                      • Bumped to version v0.3.6
                      Files added:
                      • extension/plugins/Darwin_x86-gcc3/npwebpgPlugin-v0.3.6.plugin/Contents/Info.plist
                      • extension/plugins/Darwin_x86-gcc3/npwebpgPlugin-v0.3.6.plugin/Contents/MacOS/webpgPlugin
                      • extension/plugins/Darwin_x86-gcc3/npwebpgPlugin-v0.3.6.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                      • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.6.so
                      • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.6.dll
                      Files modified:
                      • extension/background.html
                      • extension/manifest.json
                      • extension/options.html
                      • extension/webpg.js
                      • extension/webpg_results.html
                      • extension_tests/various_tests.html
                      Files removed:
                      • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/MacOS/webpgPlugin
                      • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Info.plist
                      • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                      • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.5.so
                      • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.5.dll

                      kylehuff pushed to webpg-npapi/v0.3.6 2011-09-05 23:33:18

                      Project: webpg-npapi

                      Repository: webpg-npapi

                      Merge branch 'master' of github.com:kylehuff/webpg-npapi

                        Files modified:
                        • webpgPlugin/webpgPluginAPI.cpp

                        Merge branch 'master' into v0.3

                          Files modified:
                          • webpgPlugin/webpgPluginAPI.cpp

                          kylehuff pushed to webpg-npapi/master 2011-09-05 23:33:14

                          Project: webpg-npapi

                          Repository: webpg-npapi

                          Merge branch 'master' of github.com:kylehuff/webpg-npapi

                            Files modified:
                            • webpgPlugin/webpgPluginAPI.cpp

                            Merge branch 'master' of github.com:kylehuff/webpg-npapi

                              kylehuff pushed to webpg-npapi/v0.3 2011-09-05 23:33:01

                              Project: webpg-npapi

                              Repository: webpg-npapi

                              Merge branch 'master' of github.com:kylehuff/webpg-npapi

                                Files modified:
                                • webpgPlugin/webpgPluginAPI.cpp

                                Merge branch 'master' into v0.3

                                  Files modified:
                                  • webpgPlugin/webpgPluginAPI.cpp

                                  kylehuff pushed to webpg-npapi/v0.3.6 2011-09-05 18:56:14

                                  Project: webpg-npapi

                                  Repository: webpg-npapi

                                  Changes for v0.3.6

                                  • Added logic to handle verify vs. decrypt; closes #9
                                  Files modified:
                                  • webpgPlugin/PluginConfig.cmake
                                  • webpgPlugin/webpgPluginAPI.cpp
                                  • webpgPlugin/webpgPluginAPI.h

                                  Merge branch 'master' into v0.3

                                    Files modified:
                                    • webpgPlugin/PluginConfig.cmake
                                    • webpgPlugin/webpgPluginAPI.cpp

                                    kylehuff pushed to webpg-npapi/master 2011-09-05 18:56:10

                                    Project: webpg-npapi

                                    Repository: webpg-npapi

                                    Changes for v0.3.6

                                    • Added logic to handle verify vs. decrypt; closes #9
                                    Files modified:
                                    • webpgPlugin/PluginConfig.cmake
                                    • webpgPlugin/webpgPluginAPI.cpp
                                    • webpgPlugin/webpgPluginAPI.h

                                    Merge branch 'master' of github.com:kylehuff/webpg-npapi

                                      kylehuff pushed to webpg-npapi/v0.3 2011-09-05 18:55:53

                                      Project: webpg-npapi

                                      Repository: webpg-npapi

                                      Changes for v0.3.6

                                      • Added logic to handle verify vs. decrypt; closes #9
                                      Files modified:
                                      • webpgPlugin/PluginConfig.cmake
                                      • webpgPlugin/webpgPluginAPI.cpp
                                      • webpgPlugin/webpgPluginAPI.h

                                      Merge branch 'master' into v0.3

                                        Files modified:
                                        • webpgPlugin/PluginConfig.cmake
                                        • webpgPlugin/webpgPluginAPI.cpp

                                        kylehuff pushed to webpg-npapi/v0.3.6 2011-09-05 18:50:33

                                        Project: webpg-npapi

                                        Repository: webpg-npapi

                                        kylehuff pushed to webpg-npapi/v0.3 2011-09-05 18:50:25

                                        Project: webpg-npapi

                                        Repository: webpg-npapi

                                        Changes for v0.3.6

                                        • Added logic to handle verify vs. decrypt; closes #9
                                        Files modified:
                                        • webpgPlugin/webpgPluginAPI.cpp
                                        • webpgPlugin/webpgPluginAPI.h

                                        kylehuff pushed to webpg-npapi/master 2011-09-05 18:50:25

                                        Project: webpg-npapi

                                        Repository: webpg-npapi

                                        Changes for v0.3.6

                                        • Added logic to handle verify vs. decrypt; closes #9
                                        Files modified:
                                        • webpgPlugin/webpgPluginAPI.cpp
                                        • webpgPlugin/webpgPluginAPI.h

                                        WebPG - A GnuPG Extension for Chrome version v0.3.5 now available!

                                        Project: webpg-chrome

                                        I just made version v0.3.5 available in the chrome webstore, notable chagnes are -

                                        • revocation of primary keys
                                        • revocation of subkeys
                                        • revocation of UIDs
                                        • revocation of signatures
                                        • option for inline formatting
                                        • various bug-fixes

                                         

                                        Thre is still lots to do, and I'm sure many bugs, but I am happy about the progress I have made.

                                        The extesion is available in the Chrome Webstore, and the source is available via my github account

                                        Enjoy!

                                         

                                        kylehuff pushed to webpg-chrome/v0.3.5 2011-09-04 21:49:30

                                        Project: webpg-chrome

                                        Repository: webpg-chrome

                                        Changes for v0.3.5

                                        • Added webpg-npapi linux binary v0.3.5
                                        • Added ability to export public keys; closes #15
                                        • Fixed "Make Primary" button showing for invalid/revoked keys; closes #22
                                        • Fixed incorrect Subkey ID display; closes #21
                                        • Fixed CSS styling of SELECT inputs on windows; closes #9
                                        • Improved signature display; closes #20
                                        • Added ability to revoke signatures; closes #12
                                        • Bumped version to v0.3.5
                                        Files added:
                                        • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.5.so
                                        Files modified:
                                        • extension/options.html
                                        Files removed:
                                        • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.2.23.so

                                        Changes for v0.3.5

                                        • Added webpg-npapi linux binary v0.3.5
                                        • Added ability to export public keys; closes #15
                                        • Fixed "Make Primary" button showing for invalid/revoked keys; closes #22
                                        • Fixed incorrect Subkey ID display; closes #21
                                        • Fixed CSS styling of SELECT inputs on windows; closes #9
                                        • Improved signature display; closes #20
                                        • Added ability to revoke signatures; closes #12
                                        • Bumped version to v0.3.5
                                        Files added:
                                        • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.5.so
                                        Files modified:
                                        • extension/manifest.json
                                        • extension/options.html
                                        Files removed:
                                        • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.2.23.so

                                        Merge branch 'master' into v0.3

                                          Files modified:
                                          • extension/manifest.json

                                          kylehuff pushed to webpg-chrome/list 2011-09-04 21:48:16

                                          Project: webpg-chrome

                                          Repository: webpg-chrome

                                          kylehuff pushed to webpg-chrome/master 2011-09-04 21:43:08

                                          Project: webpg-chrome

                                          Repository: webpg-chrome

                                          Added webpg-npapi osx binary v0.3.5

                                            Files added:
                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Info.plist
                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/MacOS/webpgPlugin
                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                                            Files modified:
                                            • extension/manifest.json
                                            Files removed:
                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/MacOS/webpgPlugin
                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/Info.plist
                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/Resources/English.lproj/InfoPlist.strings

                                            kylehuff pushed to webpg-chrome/v0.3 2011-09-04 21:43:08

                                            Project: webpg-chrome

                                            Repository: webpg-chrome

                                            Merge branch 'master' into v0.3

                                              Files added:
                                              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Info.plist
                                              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/MacOS/webpgPlugin
                                              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.3.5.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                                              Files modified:
                                              • extension/manifest.json
                                              Files removed:
                                              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/MacOS/webpgPlugin
                                              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/Info.plist
                                              • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/Resources/English.lproj/InfoPlist.strings

                                              kylehuff pushed to webpg-chrome/v0.3 2011-09-04 21:17:52

                                              Project: webpg-chrome

                                              Repository: webpg-chrome

                                              Added webpg-npapi windows binary v0.3.5

                                                Files added:
                                                • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.5.dll
                                                Files modified:
                                                • extension/manifest.json
                                                Files removed:
                                                • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.1.18b.dll
                                                • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.2.23.dll

                                                Merge branch 'master' into v0.3

                                                  Files added:
                                                  • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.5.dll
                                                  Files modified:
                                                  • extension/manifest.json
                                                  Files removed:
                                                  • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.1.18b.dll
                                                  • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.2.23.dll

                                                  kylehuff pushed to webpg-chrome/master 2011-09-04 21:17:50

                                                  Project: webpg-chrome

                                                  Repository: webpg-chrome

                                                  Added webpg-npapi windows binary v0.3.5

                                                    Files added:
                                                    • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.3.5.dll
                                                    Files modified:
                                                    • extension/manifest.json
                                                    Files removed:
                                                    • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.1.18b.dll
                                                    • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.2.23.dll

                                                    kylehuff pushed to webpg-chrome/list 2011-09-04 21:17:47

                                                    Project: webpg-chrome

                                                    Repository: webpg-chrome

                                                    kylehuff pushed to webpg-chrome/v0.3 2011-09-04 21:03:32

                                                    Project: webpg-chrome

                                                    Repository: webpg-chrome

                                                    Changes for v0.3.5

                                                    • Added webpg-npapi linux binary v0.3.5
                                                    • Added ability to export public keys; closes #15
                                                    • Fixed "Make Primary" button showing for invalid/revoked keys; closes #22
                                                    • Fixed incorrect Subkey ID display; closes #21
                                                    • Fixed CSS styling of SELECT inputs on windows; closes #9
                                                    • Improved signature display; closes #20
                                                    • Added ability to revoke signatures; closes #12
                                                    • Bumped version to v0.3.5
                                                    Files added:
                                                    • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.5.so
                                                    Files modified:
                                                    • extension/manifest.json
                                                    • extension/options.html
                                                    Files removed:
                                                    • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.2.23.so

                                                    Merge branch 'master' into v0.3

                                                      Files modified:
                                                      • extension/manifest.json

                                                      kylehuff pushed to webpg-chrome/master 2011-09-04 21:03:27

                                                      Project: webpg-chrome

                                                      Repository: webpg-chrome

                                                      kylehuff pushed to webpg-chrome/master 2011-09-04 20:55:20

                                                      Project: webpg-chrome

                                                      Repository: webpg-chrome

                                                      Changes for v0.3.5

                                                      • Added webpg-npapi linux binary v0.3.5
                                                      • Added ability to export public keys; closes #15
                                                      • Fixed "Make Primary" button showing for invalid/revoked keys; closes #22
                                                      • Fixed incorrect Subkey ID display; closes #21
                                                      • Fixed CSS styling of SELECT inputs on windows; closes #9
                                                      • Improved signature display; closes #20
                                                      • Added ability to revoke signatures; closes #12
                                                      • Bumped version to v0.3.5
                                                      Files added:
                                                      • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.3.5.so
                                                      Files modified:
                                                      • extension/options.html
                                                      Files removed:
                                                      • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.2.23.so

                                                      kylehuff pushed to webpg-chrome/v0.3 2011-09-04 20:55:17

                                                      Project: webpg-chrome

                                                      Repository: webpg-chrome

                                                      kylehuff pushed to webpg-npapi/v0.3 2011-09-04 20:18:00

                                                      Project: webpg-npapi

                                                      Repository: webpg-npapi

                                                      kylehuff pushed to webpg-npapi/master 2011-09-04 20:17:54

                                                      Project: webpg-npapi

                                                      Repository: webpg-npapi

                                                      Working towards release v0.3.5

                                                      • Added method for revoking signatures on UIDs; closes #7
                                                      • Added method for revoking UIDs on Keys; closes #6
                                                      • Added method for revoking Keys and Subkeys; closes #5
                                                      • Bumped version to v0.3.5
                                                      Files modified:
                                                      • webpgPlugin/PluginConfig.cmake
                                                      • webpgPlugin/keyedit.h
                                                      • webpgPlugin/webpgPluginAPI.cpp
                                                      • webpgPlugin/webpgPluginAPI.h

                                                      More work towards release v0.3.5

                                                      • Added method for deleting subkeys; closes #8
                                                      Files modified:
                                                      • webpgPlugin/keyedit.h
                                                      • webpgPlugin/webpgPluginAPI.cpp
                                                      • webpgPlugin/webpgPluginAPI.h

                                                      kylehuff pushed to webpg-npapi/v0.3.5 2011-09-04 20:17:33

                                                      Project: webpg-npapi

                                                      Repository: webpg-npapi

                                                      Working towards release v0.3.5

                                                      • Added method for revoking signatures on UIDs; closes #7
                                                      • Added method for revoking UIDs on Keys; closes #6
                                                      • Added method for revoking Keys and Subkeys; closes #5
                                                      • Bumped version to v0.3.5
                                                      Files modified:
                                                      • webpgPlugin/PluginConfig.cmake
                                                      • webpgPlugin/keyedit.h
                                                      • webpgPlugin/webpgPluginAPI.cpp
                                                      • webpgPlugin/webpgPluginAPI.h

                                                      More work towards release v0.3.5

                                                      • Added method for deleting subkeys; closes #8
                                                      Files modified:
                                                      • webpgPlugin/keyedit.h
                                                      • webpgPlugin/webpgPluginAPI.cpp
                                                      • webpgPlugin/webpgPluginAPI.h

                                                      kylehuff pushed to webpg-npapi/v0.2 2011-09-03 20:19:42

                                                      Project: webpg-npapi

                                                      Repository: webpg-npapi

                                                      Added method for exporting public keys; closes #4

                                                        Files modified:
                                                        • webpgPlugin/PluginConfig.cmake
                                                        • webpgPlugin/webpgPluginAPI.cpp
                                                        • webpgPlugin/webpgPluginAPI.h

                                                        kylehuff pushed to webpg-npapi/master 2011-09-03 20:17:05

                                                        Project: webpg-npapi

                                                        Repository: webpg-npapi

                                                        Added method for exporting public keys; closes #4

                                                          Files modified:
                                                          • webpgPlugin/PluginConfig.cmake
                                                          • webpgPlugin/webpgPluginAPI.cpp
                                                          • webpgPlugin/webpgPluginAPI.h

                                                          kylehuff pushed to webpg-npapi/master 2011-09-03 20:13:41

                                                          Project: webpg-npapi

                                                          Repository: webpg-npapi

                                                          Added method for exporting public keys; closes #4

                                                            Files modified:
                                                            • webpgPlugin/webpgPluginAPI.cpp
                                                            • webpgPlugin/webpgPluginAPI.h

                                                            kylehuff pushed to webpg-npapi/v0.2.23 2011-09-03 18:55:51

                                                            Project: webpg-npapi

                                                            Repository: webpg-npapi

                                                            kylehuff pushed to webpg-npapi/v0.2 2011-09-03 18:55:47

                                                            Project: webpg-npapi

                                                            Repository: webpg-npapi

                                                            kylehuff pushed to webpg-chrome/v0.2 2011-09-03 15:23:24

                                                            Project: webpg-chrome

                                                            Repository: webpg-chrome

                                                            Some more fixes towards 0.2.32

                                                            • Fixed datepicker dialog size and datepicker focus; closes #19
                                                            • Removed "Enable WebPG" toggle; closes #18
                                                            • Added on-hover descriptions for enable/default buttons; closes #10
                                                            Files modified:
                                                            • extension/options.html

                                                            kylehuff pushed to webpg-chrome/master 2011-09-03 15:23:24

                                                            Project: webpg-chrome

                                                            Repository: webpg-chrome

                                                            Some more fixes towards 0.2.32

                                                            • Fixed datepicker dialog size and datepicker focus; closes #19
                                                            • Removed "Enable WebPG" toggle; closes #18
                                                            • Added on-hover descriptions for enable/default buttons; closes #10
                                                            Files modified:
                                                            • extension/options.html

                                                            kylehuff pushed to webpg-chrome/v0.2 2011-09-03 14:27:01

                                                            Project: webpg-chrome

                                                            Repository: webpg-chrome

                                                            Resolution of issues with milestone target 0.2.32

                                                            • Changed version to 0.2.32
                                                            • Added webstore media files; closes #6
                                                            • Added preference for enable/disable inline display; closes #17
                                                            • Added preference for enable/disable auto import; closes #8
                                                            • Removed button for revoking public keys (because that makes no sense); closes #11
                                                            • Removed erroneous alert when adding a new UID; closes #13
                                                            • Corrected "Add UID" height; closes #14
                                                            • Added the date of expiration to the display of keys; closes #16
                                                            Files added:
                                                            • webstore_content/webpg-128.png
                                                            • webstore_content/webpg-screenshot-adduid1200x800.png
                                                            • webstore_content/webpg-screenshot-inline1200x800.png
                                                            • webstore_content/webpg-screenshot-keymanager1200x800.png
                                                            • webstore_content/webpg-screenshot-publickey1200x800.png
                                                            Files modified:
                                                            • extension/background.html
                                                            • extension/options.html
                                                            • extension/webpg.js
                                                            • extension/webpg_results.html

                                                            More progress towards 0.2.32

                                                            • Fixed datepicker dialog size and datepicker focus; closes #19
                                                            • Removed "Enable WebPG" toggle; closes #18
                                                            • Added on-hover descriptions for enable/default buttons; closes #10
                                                            Files modified:
                                                            • extension/options.html

                                                            kylehuff pushed to webpg-chrome/master 2011-09-03 14:20:58

                                                            Project: webpg-chrome

                                                            Repository: webpg-chrome

                                                            More progress towards 0.2.32

                                                            • Fixed datepicker dialog size and datepicker focus; closes #19
                                                            • Removed "Enable WebPG" toggle; closes #18
                                                            • Added on-hover descriptions for enable/default buttons; closes #10
                                                            Files modified:
                                                            • extension/options.html

                                                            kylehuff pushed to webpg-chrome/master 2011-09-03 14:14:41

                                                            Project: webpg-chrome

                                                            Repository: webpg-chrome

                                                            More progress towards 0.2.32

                                                            • Fixed datepicker dialog size and datepicker focus; closes #19
                                                            • Removed "Enable WebPG" toggle; closes #18
                                                            • Added on-hover descriptions for enable/default buttons; closes #10
                                                            Files modified:
                                                            • extension/options.html

                                                            kylehuff pushed to webpg-chrome/master 2011-09-03 12:37:18

                                                            Project: webpg-chrome

                                                            Repository: webpg-chrome

                                                            Resolution of issues with milestone target 0.2.32

                                                            • Changed version to 0.2.32
                                                            • Added webstore media files; closes #6
                                                            • Added preference for enable/disable inline display; closes #17
                                                            • Added preference for enable/disable auto import; closes #8
                                                            • Removed button for revoking public keys (because that makes no sense); closes #11
                                                            • Removed erroneous alert when adding a new UID; closes #13
                                                            • Corrected "Add UID" height; closes #14
                                                            • Added the date of expiration to the display of keys; closes #16
                                                            Files added:
                                                            • webstore_content/webpg-128.png
                                                            • webstore_content/webpg-screenshot-adduid1200x800.png
                                                            • webstore_content/webpg-screenshot-inline1200x800.png
                                                            • webstore_content/webpg-screenshot-keymanager1200x800.png
                                                            • webstore_content/webpg-screenshot-publickey1200x800.png
                                                            Files modified:
                                                            • extension/background.html
                                                            • extension/options.html
                                                            • extension/webpg.js
                                                            • extension/webpg_results.html

                                                            kylehuff pushed to webpg-chrome/master 2011-09-02 17:34:11

                                                            Project: webpg-chrome

                                                            Repository: webpg-chrome

                                                            Added webstore content files

                                                              Files added:
                                                              • webstore_content/webpg-128.png
                                                              • webstore_content/webpg-screenshot-adduid1200x800.png
                                                              • webstore_content/webpg-screenshot-inline1200x800.png
                                                              • webstore_content/webpg-screenshot-keymanager1200x800.png
                                                              • webstore_content/webpg-screenshot-publickey1200x800.png

                                                              kylehuff pushed to webpg-chrome/v0.2 2011-09-02 17:32:48

                                                              Project: webpg-chrome

                                                              Repository: webpg-chrome

                                                              kylehuff pushed to webpg-chrome/v0.2 2011-09-02 17:26:05

                                                              Project: webpg-chrome

                                                              Repository: webpg-chrome

                                                              Added webstore content files

                                                                Files added:
                                                                • webstore_content/webpg-128.png
                                                                • webstore_content/webpg-screenshot-adduid1200x800.png
                                                                • webstore_content/webpg-screenshot-inline1200x800.png
                                                                • webstore_content/webpg-screenshot-keymanager1200x800.png
                                                                • webstore_content/webpg-screenshot-publickey1200x800.png

                                                                kylehuff pushed to webpg-npapi/master 2011-09-02 17:22:35

                                                                Project: webpg-npapi

                                                                Repository: webpg-npapi

                                                                Added second (duplicate) case for enable/disable methods. closes #3

                                                                  Files modified:
                                                                  • webpgPlugin/keyedit.h

                                                                  kylehuff pushed to webpg-chrome/master 2011-09-01 14:09:34

                                                                  Project: webpg-chrome

                                                                  Repository: webpg-chrome

                                                                  Added Firebreath to license information and corrected link

                                                                    Files modified:
                                                                    • COPYING

                                                                    kylehuff pushed to webpg-chrome/v0.2.31 2011-09-01 14:08:58

                                                                    Project: webpg-chrome

                                                                    Repository: webpg-chrome

                                                                    kylehuff pushed to webpg-chrome/v0.2 2011-09-01 14:08:58

                                                                    Project: webpg-chrome

                                                                    Repository: webpg-chrome

                                                                    Added Firebreath to license information and corrected link

                                                                      Files modified:
                                                                      • COPYING

                                                                      kylehuff pushed to gpgauth-chrome/trunk 2011-09-01 13:53:10

                                                                      Project: gpgAuth-chrome

                                                                      Repository: gpgauth-chrome

                                                                      kylehuff pushed to gpgauth-chrome/master 2011-09-01 13:47:00

                                                                      Project: gpgAuth-chrome

                                                                      Repository: gpgauth-chrome

                                                                      Added image files for new webstore format

                                                                        Files added:
                                                                        • webstore_content/gpgauth_webstore_banner_small-NEW.png
                                                                        • webstore_content/gpgauth_webstore_banner_small-NEW.xcf
                                                                        • webstore_content/webstore_screenshot_3_1280x800.png
                                                                        • webstore_content/webstore_screenshot_4_1280x800.png
                                                                        • webstore_content/webstore_screenshot_5_1280x800.png

                                                                        Updated README

                                                                          Files modified:
                                                                          • README

                                                                          kylehuff pushed to webpg-npapi/master 2011-09-01 13:40:24

                                                                          Project: webpg-npapi

                                                                          Repository: webpg-npapi

                                                                          Added Firebreath license information

                                                                            Files modified:
                                                                            • COPYING

                                                                            kylehuff pushed to gpgauth-npapi/master 2011-09-01 13:39:10

                                                                            Project:

                                                                            Repository: gpgauth-npapi

                                                                            Added license information and edited documentation

                                                                              Files added:
                                                                              • COPYING
                                                                              Files modified:
                                                                              • README
                                                                              • gpgAuthPlugin/gpgAuthPluginAPI.cpp

                                                                              kylehuff pushed to gpgauth-chrome/v1.1.18 2011-09-01 12:33:38

                                                                              Project: gpgAuth-chrome

                                                                              Repository: gpgauth-chrome

                                                                              kylehuff pushed to gpgauth-chrome/v1.1 2011-09-01 12:33:07

                                                                              Project: gpgAuth-chrome

                                                                              Repository: gpgauth-chrome

                                                                              kylehuff pushed to gpgauth-chrome/master 2011-09-01 12:32:25

                                                                              Project: gpgAuth-chrome

                                                                              Repository: gpgauth-chrome

                                                                              New v1.1 base version

                                                                              • Added win32 libraries
                                                                              • Changed extension version to v1.1 series (build 18)
                                                                              Files added:
                                                                              • extension/plugins/WINNT_x86-msvc/libgpg-error-0.dll
                                                                              • extension/plugins/WINNT_x86-msvc/libgpgme-11.dll
                                                                              Files modified:
                                                                              • extension/manifest.json

                                                                              kylehuff pushed to gpgauth-chrome/master 2011-09-01 12:16:12

                                                                              Project: gpgAuth-chrome

                                                                              Repository: gpgauth-chrome

                                                                              Added Libraries needed for win32

                                                                                Files added:
                                                                                • extension/plugins/WINNT_x86-msvc/libgpg-error-0.dll
                                                                                • extension/plugins/WINNT_x86-msvc/libgpgme-11.dll

                                                                                kylehuff pushed to gpgauth-chrome/master 2011-09-01 10:04:24

                                                                                Project: gpgAuth-chrome

                                                                                Repository: gpgauth-chrome

                                                                                A few bugfixes

                                                                                • Fixed variable name only present in Chrome (not Chromium) when parsing header values
                                                                                • Added back in Caching of verified hosts; fixes "success" dialog after login.
                                                                                Files modified:
                                                                                • extension/background.html
                                                                                • extension/gpgauth.js

                                                                                Bugfixes and version bump

                                                                                • Fixed bug where missing domain key would break dialog
                                                                                • Bumped version to v1.0.412
                                                                                Files modified:
                                                                                • extension/background.html
                                                                                • extension/manifest.json

                                                                                kylehuff pushed to gpgauth-chrome/v1.0 2011-09-01 09:28:21

                                                                                Project: gpgAuth-chrome

                                                                                Repository: gpgauth-chrome

                                                                                kylehuff pushed to webpg-chrome/master 2011-08-31 18:39:23

                                                                                Project: webpg-chrome

                                                                                Repository: webpg-chrome

                                                                                Merge branch 'master' of github.com:kylehuff/webpg-chrome

                                                                                  Files modified:
                                                                                  • extension/manifest.json

                                                                                  Merge branch 'master' of github.com:kylehuff/webpg-chrome

                                                                                    kylehuff pushed to webpg-chrome/master 2011-08-31 18:36:11

                                                                                    Project: webpg-chrome

                                                                                    Repository: webpg-chrome

                                                                                    Merge branch 'master' of github.com:kylehuff/webpg-chrome

                                                                                      Files removed:
                                                                                      • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/Info.plist
                                                                                      • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/MacOS/webpgPlugin
                                                                                      • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/Resources/English.lproj/InfoPlist.strings

                                                                                      Merge branch 'master' of github.com:kylehuff/webpg-chrome

                                                                                        kylehuff pushed to webpg-chrome/master 2011-08-31 18:32:23

                                                                                        Project: webpg-chrome

                                                                                        Repository: webpg-chrome

                                                                                        Initial project repository

                                                                                          Files added:
                                                                                          • .gitignore

                                                                                          Mostly working... few things left to implement

                                                                                          • PGP Data blocks are parsed and handled inline on web pages
                                                                                          • Public/Private Key managment is nearly complete
                                                                                          • This commit includes a debuggin build of the webpg-npapi plugin for x86 systems only
                                                                                          Files added:
                                                                                          • extension/background.html
                                                                                          • extension/browser_action_menu.html
                                                                                          • extension/images/badges/stock_signature-bad.png
                                                                                          • extension/images/badges/stock_signature-ok.png
                                                                                          • extension/images/badges/stock_signature.png
                                                                                          • extension/images/cancel.png
                                                                                          • extension/images/check.png
                                                                                          • extension/images/expand-collapse.gif
                                                                                          • extension/images/menumask.png
                                                                                          • extension/images/webpg-16.png
                                                                                          • extension/images/webpg-32.png
                                                                                          • extension/images/webpg-48.png
                                                                                          • extension/images/webpg-64.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-bg_flat_40_292929_40x100.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-icons_00498f_256x240.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-icons_98d2fb_256x240.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-icons_9ccdfc_256x240.png
                                                                                          • extension/jquery/css/dot-luv/images/ui-icons_ffffff_256x240.png
                                                                                          • extension/jquery/css/dot-luv/jquery-ui-1.8.14.custom.css
                                                                                          • extension/jquery/js/jquery-1.5.1.min.js
                                                                                          • extension/jquery/js/jquery-ui-1.8.14.custom.min.js
                                                                                          • extension/jquery/js/jquery.passwordStrength.js
                                                                                          • extension/manifest.json
                                                                                          • extension/options.html
                                                                                          • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.1.18b.so
                                                                                          • extension/webpg.js
                                                                                          • extension/webpg_results.html

                                                                                          Added page for testing functionality of extension

                                                                                            Files added:
                                                                                            • extension_tests/various_tests.html

                                                                                            Added missing menu actions

                                                                                              Files modified:
                                                                                              • extension/browser_action_menu.html

                                                                                              Closes #1

                                                                                                Files modified:
                                                                                                • extension/webpg_results.html

                                                                                                Changes to parsing and display logic

                                                                                                • Fixed issue with reference to changed iter; closes #2
                                                                                                • Fixed issue with inline detection and display of PGP Data; closes #3
                                                                                                • Refreshed Linux-x86 binary
                                                                                                Files modified:
                                                                                                • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.1.18b.so
                                                                                                • extension/webpg.js
                                                                                                • extension/webpg_results.html

                                                                                                Minor edits for debugging, 1 issue resolution

                                                                                                • Fixed issue with UID length on key generation; closes #5
                                                                                                Files modified:
                                                                                                • extension/background.html
                                                                                                • extension/options.html
                                                                                                • extension/webpg.js

                                                                                                Added Windows 32bit plugin binary

                                                                                                  Files added:
                                                                                                  • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.1.18b.dll
                                                                                                  Files modified:
                                                                                                  • extension/manifest.json

                                                                                                  Fixed accidental assignment of win32 plugin as public

                                                                                                    Files modified:
                                                                                                    • extension/manifest.json

                                                                                                    Added gpgme and required libraries to extension dir

                                                                                                      Files added:
                                                                                                      • extension/plugins/WINNT_x86-msvc/libassuan-0.dll
                                                                                                      • extension/plugins/WINNT_x86-msvc/libgpg-error-0.dll
                                                                                                      • extension/plugins/WINNT_x86-msvc/libgpgme-11.dll

                                                                                                      Added License/COPYTING and bumped version

                                                                                                        Files added:
                                                                                                        • COPYING
                                                                                                        Files modified:
                                                                                                        • extension/manifest.json
                                                                                                        • extension/webpg.js

                                                                                                        Version 0.2.12

                                                                                                        • Added OSX NPAPI Plugin Binary
                                                                                                        • Bumped version to v0.2.12
                                                                                                        Files added:
                                                                                                        • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/Info.plist
                                                                                                        • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/MacOS/webpgPlugin
                                                                                                        • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                                                                                                        Files modified:
                                                                                                        • extension/manifest.json
                                                                                                        • extension/webpg.js

                                                                                                        Merge remote branch 'origin/master'

                                                                                                          Plugin fixes

                                                                                                          • Replaced packaged dlls for libgpgme
                                                                                                          • Refreshed Linux NPAPI Plugin Binary
                                                                                                          Files added:
                                                                                                          • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.2.23.so
                                                                                                          Files modified:
                                                                                                          • extension/plugins/WINNT_x86-msvc/libgpg-error-0.dll
                                                                                                          • extension/plugins/WINNT_x86-msvc/libgpgme-11.dll
                                                                                                          Files removed:
                                                                                                          • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.1.18b.so
                                                                                                          • extension/plugins/WINNT_x86-msvc/libassuan-0.dll

                                                                                                          More Plugin Fixes/refresh

                                                                                                          • Corrected path to plugin files in manifest
                                                                                                          • Refreshed W32 NPAPI Binary
                                                                                                          Files added:
                                                                                                          • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.2.23.dll
                                                                                                          Files modified:
                                                                                                          • extension/manifest.json

                                                                                                          OSX NPAPI Binary Refresh

                                                                                                            Files added:
                                                                                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/Info.plist
                                                                                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/MacOS/webpgPlugin
                                                                                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                                                                                                            Files modified:
                                                                                                            • extension/manifest.json
                                                                                                            • extension/webpg.js

                                                                                                            Merge branch 'master' of github.com:kylehuff/webpg-chrome

                                                                                                              kylehuff pushed to webpg-chrome/master 2011-08-31 18:27:32

                                                                                                              Project: webpg-chrome

                                                                                                              Repository: webpg-chrome

                                                                                                              OSX NPAPI Binary Refresh

                                                                                                                Files added:
                                                                                                                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/Info.plist
                                                                                                                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/MacOS/webpgPlugin
                                                                                                                • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.2.23.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                                                                                                                Files modified:
                                                                                                                • extension/manifest.json

                                                                                                                kylehuff pushed to webpg-chrome/master 2011-08-31 18:24:19

                                                                                                                Project: webpg-chrome

                                                                                                                Repository: webpg-chrome

                                                                                                                More Plugin Fixes/refresh

                                                                                                                • Corrected path to plugin files in manifest
                                                                                                                • Refreshed W32 NPAPI Binary
                                                                                                                Files added:
                                                                                                                • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.2.23.dll
                                                                                                                Files modified:
                                                                                                                • extension/manifest.json

                                                                                                                kylehuff pushed to gpgauth-chrome/v1.0 2011-08-31 17:44:38

                                                                                                                Project: gpgAuth-chrome

                                                                                                                Repository: gpgauth-chrome

                                                                                                                Added libraries needed for win32

                                                                                                                  Files added:
                                                                                                                  • extension/plugins/WINNT_x86-msvc/libgpg-error-0.dll
                                                                                                                  • extension/plugins/WINNT_x86-msvc/libgpgme-11.dll

                                                                                                                  kylehuff pushed to gpgauth-chrome/trunk 2011-08-31 17:43:17

                                                                                                                  Project: gpgAuth-chrome

                                                                                                                  Repository: gpgauth-chrome

                                                                                                                  Added libraries needed for win32

                                                                                                                    Files added:
                                                                                                                    • extension/plugins/WINNT_x86-msvc/libgpg-error-0.dll
                                                                                                                    • extension/plugins/WINNT_x86-msvc/libgpgme-11.dll

                                                                                                                    kylehuff pushed to webpg-chrome/master 2011-08-31 17:26:52

                                                                                                                    Project: webpg-chrome

                                                                                                                    Repository: webpg-chrome

                                                                                                                    Plugin fixes

                                                                                                                    • Replaced packaged dlls for libgpgme
                                                                                                                    • Refreshed Linux NPAPI Plugin Binary
                                                                                                                    Files added:
                                                                                                                    • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.2.23.so
                                                                                                                    Files modified:
                                                                                                                    • extension/plugins/WINNT_x86-msvc/libgpg-error-0.dll
                                                                                                                    • extension/plugins/WINNT_x86-msvc/libgpgme-11.dll
                                                                                                                    Files removed:
                                                                                                                    • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.1.18b.so
                                                                                                                    • extension/plugins/WINNT_x86-msvc/libassuan-0.dll

                                                                                                                    kylehuff pushed to webpg-npapi/master 2011-08-31 17:16:52

                                                                                                                    Project: webpg-npapi

                                                                                                                    Repository: webpg-npapi

                                                                                                                    Minor edits and long-overdue version change

                                                                                                                      Files modified:
                                                                                                                      • webpgPlugin/PluginConfig.cmake
                                                                                                                      • webpgPlugin/Win/projectDef.cmake
                                                                                                                      • webpgPlugin/keyedit.h

                                                                                                                      Merge branch 'master' of github.com:kylehuff/webpg-npapi

                                                                                                                        kylehuff pushed to webpg-npapi/master 2011-08-31 17:09:23

                                                                                                                        Project: webpg-npapi

                                                                                                                        Repository: webpg-npapi

                                                                                                                        Minor edits and long-overdue version change

                                                                                                                          Files modified:
                                                                                                                          • webpgPlugin/PluginConfig.cmake
                                                                                                                          • webpgPlugin/keyedit.h

                                                                                                                          WebPG - A GnuPG Extension for Chrome beta now released!

                                                                                                                          Project: webpg-chrome

                                                                                                                          I have created an extension for Chrome and Chormium browsers called WebPG that provides GnuPG (GPG/PGP) functionality to the browser.

                                                                                                                          The extension is currently BETA, but is getting closer to a release candidate. As usual, this software is completely free, and also open source! Please report back any issues with it so we can make this the best extension available.

                                                                                                                          The extesion is available in the Chrome Webstore, and the source is available via my github account

                                                                                                                          Enjoy!

                                                                                                                          kylehuff pushed to webpg-chrome/master 2011-08-31 08:43:20

                                                                                                                          Project: webpg-chrome

                                                                                                                          Repository: webpg-chrome

                                                                                                                          Initial project repository

                                                                                                                            Files added:
                                                                                                                            • .gitignore

                                                                                                                            Mostly working... few things left to implement

                                                                                                                            • PGP Data blocks are parsed and handled inline on web pages
                                                                                                                            • Public/Private Key managment is nearly complete
                                                                                                                            • This commit includes a debuggin build of the webpg-npapi plugin for x86 systems only
                                                                                                                            Files added:
                                                                                                                            • extension/background.html
                                                                                                                            • extension/browser_action_menu.html
                                                                                                                            • extension/images/badges/stock_signature-bad.png
                                                                                                                            • extension/images/badges/stock_signature-ok.png
                                                                                                                            • extension/images/badges/stock_signature.png
                                                                                                                            • extension/images/cancel.png
                                                                                                                            • extension/images/check.png
                                                                                                                            • extension/images/expand-collapse.gif
                                                                                                                            • extension/images/menumask.png
                                                                                                                            • extension/images/webpg-16.png
                                                                                                                            • extension/images/webpg-32.png
                                                                                                                            • extension/images/webpg-48.png
                                                                                                                            • extension/images/webpg-64.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-bg_flat_40_292929_40x100.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-icons_00498f_256x240.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-icons_98d2fb_256x240.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-icons_9ccdfc_256x240.png
                                                                                                                            • extension/jquery/css/dot-luv/images/ui-icons_ffffff_256x240.png
                                                                                                                            • extension/jquery/css/dot-luv/jquery-ui-1.8.14.custom.css
                                                                                                                            • extension/jquery/js/jquery-1.5.1.min.js
                                                                                                                            • extension/jquery/js/jquery-ui-1.8.14.custom.min.js
                                                                                                                            • extension/jquery/js/jquery.passwordStrength.js
                                                                                                                            • extension/manifest.json
                                                                                                                            • extension/options.html
                                                                                                                            • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.1.18b.so
                                                                                                                            • extension/webpg.js
                                                                                                                            • extension/webpg_results.html

                                                                                                                            Added page for testing functionality of extension

                                                                                                                              Files added:
                                                                                                                              • extension_tests/various_tests.html

                                                                                                                              Added missing menu actions

                                                                                                                                Files modified:
                                                                                                                                • extension/browser_action_menu.html

                                                                                                                                Closes #1

                                                                                                                                  Files modified:
                                                                                                                                  • extension/webpg_results.html

                                                                                                                                  Changes to parsing and display logic

                                                                                                                                  • Fixed issue with reference to changed iter; closes #2
                                                                                                                                  • Fixed issue with inline detection and display of PGP Data; closes #3
                                                                                                                                  • Refreshed Linux-x86 binary
                                                                                                                                  Files modified:
                                                                                                                                  • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.1.18b.so
                                                                                                                                  • extension/webpg.js
                                                                                                                                  • extension/webpg_results.html

                                                                                                                                  Minor edits for debugging, 1 issue resolution

                                                                                                                                  • Fixed issue with UID length on key generation; closes #5
                                                                                                                                  Files modified:
                                                                                                                                  • extension/background.html
                                                                                                                                  • extension/options.html
                                                                                                                                  • extension/webpg.js

                                                                                                                                  Added Windows 32bit plugin binary

                                                                                                                                    Files added:
                                                                                                                                    • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.1.18b.dll
                                                                                                                                    Files modified:
                                                                                                                                    • extension/manifest.json

                                                                                                                                    Fixed accidental assignment of win32 plugin as public

                                                                                                                                      Files modified:
                                                                                                                                      • extension/manifest.json

                                                                                                                                      Added gpgme and required libraries to extension dir

                                                                                                                                        Files added:
                                                                                                                                        • extension/plugins/WINNT_x86-msvc/libassuan-0.dll
                                                                                                                                        • extension/plugins/WINNT_x86-msvc/libgpg-error-0.dll
                                                                                                                                        • extension/plugins/WINNT_x86-msvc/libgpgme-11.dll

                                                                                                                                        Added License/COPYTING and bumped version

                                                                                                                                          Files added:
                                                                                                                                          • COPYING
                                                                                                                                          Files modified:
                                                                                                                                          • extension/manifest.json
                                                                                                                                          • extension/webpg.js

                                                                                                                                          Version 0.2.12

                                                                                                                                          • Added OSX NPAPI Plugin Binary
                                                                                                                                          • Bumped version to v0.2.12
                                                                                                                                          Files added:
                                                                                                                                          • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/Info.plist
                                                                                                                                          • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/MacOS/webpgPlugin
                                                                                                                                          • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                                                                                                                                          Files modified:
                                                                                                                                          • extension/manifest.json
                                                                                                                                          • extension/webpg.js

                                                                                                                                          Merge remote branch 'origin/master'

                                                                                                                                            kylehuff pushed to webpg-chrome/master 2011-08-30 22:51:35

                                                                                                                                            Project: webpg-chrome

                                                                                                                                            Repository: webpg-chrome

                                                                                                                                            Version 0.2.12

                                                                                                                                            • Added OSX NPAPI Plugin Binary
                                                                                                                                            • Bumped version to v0.2.12
                                                                                                                                            Files added:
                                                                                                                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/Info.plist
                                                                                                                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/MacOS/webpgPlugin
                                                                                                                                            • extension/plugins/Darwin_x86-gcc/npwebpgPlugin-v0.1.18b.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                                                                                                                                            Files modified:
                                                                                                                                            • extension/manifest.json

                                                                                                                                            kylehuff pushed to webpg-npapi/master 2011-08-30 15:21:18

                                                                                                                                            Project: webpg-npapi

                                                                                                                                            Repository: webpg-npapi

                                                                                                                                            Added license/COPYING information

                                                                                                                                              Files added:
                                                                                                                                              • COPYING

                                                                                                                                              kylehuff pushed to webpg-chrome/master 2011-08-30 15:21:10

                                                                                                                                              Project: webpg-chrome

                                                                                                                                              Repository: webpg-chrome

                                                                                                                                              Added License/COPYTING and bumped version

                                                                                                                                                Files added:
                                                                                                                                                • COPYING
                                                                                                                                                Files modified:
                                                                                                                                                • extension/manifest.json
                                                                                                                                                • extension/webpg.js

                                                                                                                                                kylehuff pushed to webpg-chrome/master 2011-08-30 14:09:00

                                                                                                                                                Project: webpg-chrome

                                                                                                                                                Repository: webpg-chrome

                                                                                                                                                Added gpgme and required libraries to extension dir

                                                                                                                                                  Files added:
                                                                                                                                                  • extension/plugins/WINNT_x86-msvc/libassuan-0.dll
                                                                                                                                                  • extension/plugins/WINNT_x86-msvc/libgpg-error-0.dll
                                                                                                                                                  • extension/plugins/WINNT_x86-msvc/libgpgme-11.dll

                                                                                                                                                  kylehuff pushed to webpg-chrome/master 2011-08-27 12:06:13

                                                                                                                                                  Project: webpg-chrome

                                                                                                                                                  Repository: webpg-chrome

                                                                                                                                                  Fixed accidental assignment of win32 plugin as public

                                                                                                                                                    Files modified:
                                                                                                                                                    • extension/manifest.json

                                                                                                                                                    kylehuff pushed to webpg-chrome/master 2011-08-27 12:04:34

                                                                                                                                                    Project: webpg-chrome

                                                                                                                                                    Repository: webpg-chrome

                                                                                                                                                    Added Windows 32bit plugin binary

                                                                                                                                                      Files added:
                                                                                                                                                      • extension/plugins/WINNT_x86-msvc/npwebpgPlugin-v0.1.18b.dll
                                                                                                                                                      Files modified:
                                                                                                                                                      • extension/manifest.json

                                                                                                                                                      kylehuff pushed to webpg-chrome/master 2011-08-27 12:00:16

                                                                                                                                                      Project: webpg-chrome

                                                                                                                                                      Repository: webpg-chrome

                                                                                                                                                      Minor edits for debugging, 1 issue resolution

                                                                                                                                                      • Fixed issue with UID length on key generation; closes #5
                                                                                                                                                      Files modified:
                                                                                                                                                      • extension/background.html
                                                                                                                                                      • extension/options.html
                                                                                                                                                      • extension/webpg.js

                                                                                                                                                      kylehuff pushed to webpg-chrome/master 2011-07-31 17:17:41

                                                                                                                                                      Project: webpg-chrome

                                                                                                                                                      Repository: webpg-chrome

                                                                                                                                                      Changes to parsing and display logic

                                                                                                                                                      • Fixed issue with reference to changed iter; closes #2
                                                                                                                                                      • Fixed issue with inline detection and display of PGP Data; closes #3
                                                                                                                                                      • Refreshed Linux-x86 binary
                                                                                                                                                      Files modified:
                                                                                                                                                      • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.1.18b.so
                                                                                                                                                      • extension/webpg.js
                                                                                                                                                      • extension/webpg_results.html

                                                                                                                                                      kylehuff pushed to webpg-npapi/master 2011-07-30 18:49:07

                                                                                                                                                      Project: webpg-npapi

                                                                                                                                                      Repository: webpg-npapi

                                                                                                                                                      Bugfix and version bump

                                                                                                                                                      • Fixed issue with GPG_ERR_INV_ARMOR in a round-about way
                                                                                                                                                      • Bumped version to v0.1.18
                                                                                                                                                      • Closes #1
                                                                                                                                                      Files modified:
                                                                                                                                                      • webpgPlugin/webpgPluginAPI.cpp

                                                                                                                                                      kylehuff pushed to webpg-chrome/master 2011-07-30 14:41:59

                                                                                                                                                      Project: webpg-chrome

                                                                                                                                                      Repository: webpg-chrome

                                                                                                                                                      Closes #1

                                                                                                                                                        Files modified:
                                                                                                                                                        • extension/webpg_results.html

                                                                                                                                                        kylehuff pushed to webpg-chrome/master 2011-07-28 23:47:58

                                                                                                                                                        Project: webpg-chrome

                                                                                                                                                        Repository: webpg-chrome

                                                                                                                                                        Added missing menu actions

                                                                                                                                                          Files modified:
                                                                                                                                                          • extension/browser_action_menu.html

                                                                                                                                                          kylehuff pushed to webpg-chrome/master 2011-07-28 23:23:45

                                                                                                                                                          Project: webpg-chrome

                                                                                                                                                          Repository: webpg-chrome

                                                                                                                                                          Added page for testing functionality of extension

                                                                                                                                                            Files added:
                                                                                                                                                            • extension_tests/various_tests.html

                                                                                                                                                            kylehuff pushed to webpg-chrome/master 2011-07-28 23:22:49

                                                                                                                                                            Project: webpg-chrome

                                                                                                                                                            Repository: webpg-chrome

                                                                                                                                                            Initial project repository

                                                                                                                                                              Files added:
                                                                                                                                                              • .gitignore

                                                                                                                                                              Mostly working... few things left to implement

                                                                                                                                                              • PGP Data blocks are parsed and handled inline on web pages
                                                                                                                                                              • Public/Private Key managment is nearly complete
                                                                                                                                                              • This commit includes a debuggin build of the webpg-npapi plugin for x86 systems only
                                                                                                                                                              Files added:
                                                                                                                                                              • extension/background.html
                                                                                                                                                              • extension/browser_action_menu.html
                                                                                                                                                              • extension/images/badges/stock_signature-bad.png
                                                                                                                                                              • extension/images/badges/stock_signature-ok.png
                                                                                                                                                              • extension/images/badges/stock_signature.png
                                                                                                                                                              • extension/images/cancel.png
                                                                                                                                                              • extension/images/check.png
                                                                                                                                                              • extension/images/expand-collapse.gif
                                                                                                                                                              • extension/images/menumask.png
                                                                                                                                                              • extension/images/webpg-16.png
                                                                                                                                                              • extension/images/webpg-32.png
                                                                                                                                                              • extension/images/webpg-48.png
                                                                                                                                                              • extension/images/webpg-64.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-bg_flat_40_292929_40x100.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-icons_00498f_256x240.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-icons_98d2fb_256x240.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-icons_9ccdfc_256x240.png
                                                                                                                                                              • extension/jquery/css/dot-luv/images/ui-icons_ffffff_256x240.png
                                                                                                                                                              • extension/jquery/css/dot-luv/jquery-ui-1.8.14.custom.css
                                                                                                                                                              • extension/jquery/js/jquery-1.5.1.min.js
                                                                                                                                                              • extension/jquery/js/jquery-ui-1.8.14.custom.min.js
                                                                                                                                                              • extension/jquery/js/jquery.passwordStrength.js
                                                                                                                                                              • extension/manifest.json
                                                                                                                                                              • extension/options.html
                                                                                                                                                              • extension/plugins/Linux_x86-gcc3/npwebpgPlugin-v0.1.18b.so
                                                                                                                                                              • extension/webpg.js
                                                                                                                                                              • extension/webpg_results.html

                                                                                                                                                              kylehuff pushed to webpg-npapi/master 2011-07-28 22:42:47

                                                                                                                                                              Project: webpg-npapi

                                                                                                                                                              Repository: webpg-npapi

                                                                                                                                                              Lots of key editing methods/logic

                                                                                                                                                              • Added method for creating a new UID
                                                                                                                                                              • Added method to delete UIDs
                                                                                                                                                              • Added method for specifying a new primary UID
                                                                                                                                                              • Added method for changing the expiration of keys
                                                                                                                                                              • Made minor edits to whitespace, notes and descriptions
                                                                                                                                                              Files modified:
                                                                                                                                                              • webpgPlugin/keyedit.h
                                                                                                                                                              • webpgPlugin/webpgPluginAPI.cpp
                                                                                                                                                              • webpgPlugin/webpgPluginAPI.h

                                                                                                                                                              kylehuff pushed to webpg-npapi/master 2011-07-28 00:02:00

                                                                                                                                                              Project: webpg-npapi

                                                                                                                                                              Repository: webpg-npapi

                                                                                                                                                              Added more options/methods

                                                                                                                                                              • Added an edit method to assign a trust value to keys
                                                                                                                                                              • Added the owner trust object to the key object
                                                                                                                                                              • Misc. description/note edits
                                                                                                                                                              Files modified:
                                                                                                                                                              • webpgPlugin/keyedit.h
                                                                                                                                                              • webpgPlugin/webpgPluginAPI.cpp
                                                                                                                                                              • webpgPlugin/webpgPluginAPI.h

                                                                                                                                                              kylehuff pushed to webpg-npapi/master 2011-07-27 20:18:16

                                                                                                                                                              Project: webpg-npapi

                                                                                                                                                              Repository: webpg-npapi

                                                                                                                                                              Made additions to keylist return object

                                                                                                                                                              • Added pubkey_algo fields to subkeys
                                                                                                                                                              • Converted UID signature list to map - it now includes all of the available fields from gpgme_key_sig_t
                                                                                                                                                              Files modified:
                                                                                                                                                              • webpgPlugin/webpgPluginAPI.cpp

                                                                                                                                                              kylehuff pushed to webpg-npapi/master 2011-07-26 14:26:30

                                                                                                                                                              Project: webpg-npapi

                                                                                                                                                              Repository: webpg-npapi

                                                                                                                                                              Added methods for deleting public and private keys

                                                                                                                                                                Files modified:
                                                                                                                                                                • webpgPlugin/webpgPluginAPI.cpp
                                                                                                                                                                • webpgPlugin/webpgPluginAPI.h

                                                                                                                                                                kylehuff pushed to webpg-npapi/master 2011-07-25 23:17:51

                                                                                                                                                                Project: webpg-npapi

                                                                                                                                                                Repository: webpg-npapi

                                                                                                                                                                Fixed bug where signed messages would not return if not also encrypted

                                                                                                                                                                  Files modified:
                                                                                                                                                                  • webpgPlugin/webpgPluginAPI.cpp

                                                                                                                                                                  kylehuff pushed to webpg-npapi/master 2011-07-25 20:10:02

                                                                                                                                                                  Project: webpg-npapi

                                                                                                                                                                  Repository: webpg-npapi

                                                                                                                                                                  Initial project repository

                                                                                                                                                                  Files added:

                                                                                                                                                                  • .gitignore

                                                                                                                                                                  Added submodule firebreath, branch 'firebreath-1.5'

                                                                                                                                                                  Files added:

                                                                                                                                                                  • .gitmodules
                                                                                                                                                                  • firebreath

                                                                                                                                                                  Added base NPAPI plugin structure

                                                                                                                                                                  Files added:

                                                                                                                                                                  • webpgPlugin/CMakeLists.txt
                                                                                                                                                                  • webpgPlugin/Factory.cpp
                                                                                                                                                                  • webpgPlugin/Mac/bundle_template/Info.plist
                                                                                                                                                                  • webpgPlugin/Mac/bundle_template/InfoPlist.strings
                                                                                                                                                                  • webpgPlugin/Mac/bundle_template/Localized.r
                                                                                                                                                                  • webpgPlugin/Mac/projectDef.cmake
                                                                                                                                                                  • webpgPlugin/PluginConfig.cmake
                                                                                                                                                                  • webpgPlugin/Win/WiX/webpgPluginInstaller.wxs
                                                                                                                                                                  • webpgPlugin/Win/projectDef.cmake
                                                                                                                                                                  • webpgPlugin/X11/projectDef.cmake
                                                                                                                                                                  • webpgPlugin/webpgPlugin.cpp
                                                                                                                                                                  • webpgPlugin/webpgPlugin.h
                                                                                                                                                                  • webpgPlugin/webpgPluginAPI.cpp
                                                                                                                                                                  • webpgPlugin/webpgPluginAPI.h

                                                                                                                                                                  Added dynamic linking to libgpgme and libgpg-error

                                                                                                                                                                  Files modified:

                                                                                                                                                                  • webpgPlugin/Mac/projectDef.cmake
                                                                                                                                                                  • webpgPlugin/Win/projectDef.cmake
                                                                                                                                                                  • webpgPlugin/X11/projectDef.cmake

                                                                                                                                                                  Added initial methods for interaction with GnuPG

                                                                                                                                                                  Files added:

                                                                                                                                                                  • webpgPlugin/keyedit.h

                                                                                                                                                                  Files modified:

                                                                                                                                                                  • webpgPlugin/PluginConfig.cmake
                                                                                                                                                                  • webpgPlugin/webpgPlugin.h
                                                                                                                                                                  • webpgPlugin/webpgPluginAPI.cpp
                                                                                                                                                                  • webpgPlugin/webpgPluginAPI.h

                                                                                                                                                                  Added a page for testing plugin methods

                                                                                                                                                                  Files added:

                                                                                                                                                                  • plugin_tests/various_tests.html

                                                                                                                                                                  Added README file

                                                                                                                                                                  Files added:

                                                                                                                                                                  • README

                                                                                                                                                                  kylehuff pushed to gpgauth-chrome/v1.0 2011-02-07 16:42:45

                                                                                                                                                                  Project: gpgAuth-chrome

                                                                                                                                                                  Repository: gpgauth-chrome

                                                                                                                                                                  Bugfixes and version bump

                                                                                                                                                                  • Fixed bug where missing domain key would break dialog
                                                                                                                                                                  • Bumped version to v1.0.412
                                                                                                                                                                  Files modified:
                                                                                                                                                                  • extension/background.html
                                                                                                                                                                  • extension/manifest.json

                                                                                                                                                                  kylehuff pushed to gpgauth-chrome/v1.0 2011-02-07 16:19:30

                                                                                                                                                                  Project: gpgAuth-chrome

                                                                                                                                                                  Repository: gpgauth-chrome

                                                                                                                                                                  A few bugfixes

                                                                                                                                                                  • Fixed variable name only present in Chrome (not Chromium) when parsing header values
                                                                                                                                                                  • Added back in Caching of verified hosts; fixes "success" dialog after login.
                                                                                                                                                                  Files modified:
                                                                                                                                                                  • extension/background.html
                                                                                                                                                                  • extension/gpgauth.js

                                                                                                                                                                  kylehuff pushed to gpgauth/master 2011-02-06 15:45:19

                                                                                                                                                                  Project: gpgAuth

                                                                                                                                                                  Repository: gpgauth

                                                                                                                                                                  Added gpgauth-php submodule

                                                                                                                                                                    Files added:
                                                                                                                                                                    • gpgauth-php
                                                                                                                                                                    Files modified:
                                                                                                                                                                    • .gitmodules

                                                                                                                                                                    kylehuff pushed to gpgauth/master 2011-02-06 15:19:13

                                                                                                                                                                    Project: gpgAuth

                                                                                                                                                                    Repository: gpgauth

                                                                                                                                                                    Moved to tagged branches of the submodules

                                                                                                                                                                    • Moved to v1.0 branch of gpgauth-npapi submodule
                                                                                                                                                                    • Moved to v1.0 branch of gpgauth-chrome submodule
                                                                                                                                                                    Files modified:
                                                                                                                                                                    • gpgauth-chrome
                                                                                                                                                                    • gpgauth-npapi

                                                                                                                                                                    kylehuff pushed to gpgauth-npapi/v1.0 2011-02-06 15:17:09

                                                                                                                                                                    Project:

                                                                                                                                                                    Repository: gpgauth-npapi

                                                                                                                                                                    kylehuff pushed to gpgauth-chrome/master 2011-02-06 15:13:49

                                                                                                                                                                    Project: gpgAuth-chrome

                                                                                                                                                                    Repository: gpgauth-chrome

                                                                                                                                                                    Misc fixes

                                                                                                                                                                    • Fixed version string
                                                                                                                                                                    • Misc changes to the setup druid
                                                                                                                                                                    • Added auto-selecting key as default if no other key is enabled
                                                                                                                                                                    Files modified:
                                                                                                                                                                    • extension/background.html
                                                                                                                                                                    • extension/druid.html
                                                                                                                                                                    • extension/gpgauth.js
                                                                                                                                                                    • extension/manifest.json
                                                                                                                                                                    • extension/options.html

                                                                                                                                                                    kylehuff pushed to gpgauth-chrome/v1.0 2011-02-06 15:13:49

                                                                                                                                                                    Project: gpgAuth-chrome

                                                                                                                                                                    Repository: gpgauth-chrome

                                                                                                                                                                    kylehuff pushed to gpgauth-npapi/v1.0.3 2011-02-06 15:09:46

                                                                                                                                                                    Project:

                                                                                                                                                                    Repository: gpgauth-npapi

                                                                                                                                                                    kylehuff pushed to gpgauth-npapi/master 2011-02-06 14:54:32

                                                                                                                                                                    Project:

                                                                                                                                                                    Repository: gpgauth-npapi

                                                                                                                                                                    Updated readme prior to adding release tag

                                                                                                                                                                      Files modified:
                                                                                                                                                                      • README

                                                                                                                                                                      kylehuff pushed to gpgauth-chrome/master 2011-02-03 21:52:56

                                                                                                                                                                      Project: gpgAuth-chrome

                                                                                                                                                                      Repository: gpgauth-chrome

                                                                                                                                                                      Binary refresh of plugin object

                                                                                                                                                                      • Fixes win32 init crash
                                                                                                                                                                      • Reduces size of x86 and x86_64 linux binaries
                                                                                                                                                                      Files modified:
                                                                                                                                                                      • extension/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/MacOS/gpgAuthPlugin
                                                                                                                                                                      • extension/plugins/Linux_x86-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                      • extension/plugins/Linux_x86_64-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                      • extension/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll

                                                                                                                                                                      kylehuff pushed to gpgauth-npapi/master 2011-02-03 21:34:19

                                                                                                                                                                      Project:

                                                                                                                                                                      Repository: gpgauth-npapi

                                                                                                                                                                      Minor update

                                                                                                                                                                      • Removed old Makefile
                                                                                                                                                                      • Minor updates to README
                                                                                                                                                                      Files modified:
                                                                                                                                                                      • README
                                                                                                                                                                      Files removed:
                                                                                                                                                                      • gpgAuthPlugin/Makefile

                                                                                                                                                                      kylehuff pushed to gpgauth-npapi/master 2011-02-03 20:38:13

                                                                                                                                                                      Project:

                                                                                                                                                                      Repository: gpgauth-npapi

                                                                                                                                                                      Changes to building releases

                                                                                                                                                                      • Set default build type to MinSizeRel
                                                                                                                                                                      • modified keyedit methods to capture return of write()
                                                                                                                                                                      Files modified:
                                                                                                                                                                      • gpgAuthPlugin/PluginConfig.cmake
                                                                                                                                                                      • gpgAuthPlugin/keyedit.h

                                                                                                                                                                      kylehuff pushed to gpgauth-npapi/master 2011-02-03 20:01:21

                                                                                                                                                                      Project:

                                                                                                                                                                      Repository: gpgauth-npapi

                                                                                                                                                                      Minor bugfix

                                                                                                                                                                      • Fixed bug with getenv() call on win32
                                                                                                                                                                      Files modified:
                                                                                                                                                                      • gpgAuthPlugin/gpgAuthPluginAPI.cpp

                                                                                                                                                                      kylehuff pushed to gpgauth-chrome/master 2011-02-03 19:59:44

                                                                                                                                                                      Project: gpgAuth-chrome

                                                                                                                                                                      Repository: gpgauth-chrome

                                                                                                                                                                      Finishing the druid

                                                                                                                                                                      • Finished druid page
                                                                                                                                                                      • Set druid to open on first run
                                                                                                                                                                      • Created link to druid in options page
                                                                                                                                                                      Files modified:
                                                                                                                                                                      • extension/background.html
                                                                                                                                                                      • extension/druid.html
                                                                                                                                                                      • extension/options.html

                                                                                                                                                                      Kyle L. Huff pushed to gpgauth-npapi/master 2011-02-03 13:11:55

                                                                                                                                                                      Project:

                                                                                                                                                                      Repository: gpgauth-npapi

                                                                                                                                                                      Changes to the basic structure and added submodule

                                                                                                                                                                        Files added:
                                                                                                                                                                        • .gitignore
                                                                                                                                                                        • .gitmodules
                                                                                                                                                                        • README
                                                                                                                                                                        • firebreath
                                                                                                                                                                        Files removed:
                                                                                                                                                                        • gpgAuthPlugin/README

                                                                                                                                                                        Updated readme

                                                                                                                                                                          Files modified:
                                                                                                                                                                          • README

                                                                                                                                                                          firebreath submodule update

                                                                                                                                                                            Files modified:
                                                                                                                                                                            • firebreath

                                                                                                                                                                            kylehuff pushed to gpgauth/master 2011-02-02 13:14:48

                                                                                                                                                                            Project: gpgAuth

                                                                                                                                                                            Repository: gpgauth

                                                                                                                                                                            Changing repository structure

                                                                                                                                                                            • I separated out the various client/server/utility projects into separate repositories.
                                                                                                                                                                            • Submodules added:
                                                                                                                                                                            • https://github.com/gpgauth/gpgauth-chrome
                                                                                                                                                                            • https://github.com/gpgauth/gpgauth-npapi
                                                                                                                                                                            Files added:
                                                                                                                                                                            • .gitmodules
                                                                                                                                                                            • gpgauth-chrome
                                                                                                                                                                            • gpgauth-npapi
                                                                                                                                                                            Files modified:
                                                                                                                                                                            • README
                                                                                                                                                                            Files removed:
                                                                                                                                                                            • gpgAuthPlugin/CMakeLists.txt
                                                                                                                                                                            • gpgAuthPlugin/Factory.cpp
                                                                                                                                                                            • gpgAuthPlugin/Mac/bundle_template/Info.plist
                                                                                                                                                                            • gpgAuthPlugin/Mac/bundle_template/InfoPlist.strings
                                                                                                                                                                            • gpgAuthPlugin/Mac/bundle_template/Localized.r
                                                                                                                                                                            • gpgAuthPlugin/Mac/np_macmain.cpp
                                                                                                                                                                            • gpgAuthPlugin/Mac/projectDef.cmake
                                                                                                                                                                            • gpgAuthPlugin/Makefile
                                                                                                                                                                            • gpgAuthPlugin/PluginConfig.cmake
                                                                                                                                                                            • gpgAuthPlugin/README
                                                                                                                                                                            • gpgAuthPlugin/Win/WiX/gpgAuthPluginInstaller.wxs
                                                                                                                                                                            • gpgAuthPlugin/Win/dllmain.cpp
                                                                                                                                                                            • gpgAuthPlugin/Win/np_winmain.cpp
                                                                                                                                                                            • gpgAuthPlugin/Win/projectDef.cmake
                                                                                                                                                                            • gpgAuthPlugin/X11/np_x11main.cpp
                                                                                                                                                                            • gpgAuthPlugin/X11/projectDef.cmake
                                                                                                                                                                            • gpgAuthPlugin/gpgAuthPlugin.cpp
                                                                                                                                                                            • gpgAuthPlugin/gpgAuthPlugin.h
                                                                                                                                                                            • gpgAuthPlugin/gpgAuthPluginAPI.cpp
                                                                                                                                                                            • gpgAuthPlugin/gpgAuthPluginAPI.h
                                                                                                                                                                            • gpgAuthPlugin/keyedit.h
                                                                                                                                                                            • gpgauth-chrome/README
                                                                                                                                                                            • gpgauth-chrome/analytics.js
                                                                                                                                                                            • gpgauth-chrome/background.html
                                                                                                                                                                            • gpgauth-chrome/dialogs/enabled.html
                                                                                                                                                                            • gpgauth-chrome/dialogs/popup.html
                                                                                                                                                                            • gpgauth-chrome/dialogs/popup_error.html
                                                                                                                                                                            • gpgauth-chrome/dialogs/success.html
                                                                                                                                                                            • gpgauth-chrome/druid.html
                                                                                                                                                                            • gpgauth-chrome/gpgauth.js
                                                                                                                                                                            • gpgauth-chrome/images/badges/authenticated.png
                                                                                                                                                                            • gpgauth-chrome/images/badges/default.png
                                                                                                                                                                            • gpgauth-chrome/images/badges/error.png
                                                                                                                                                                            • gpgauth-chrome/images/badges/server_verified.png
                                                                                                                                                                            • gpgauth-chrome/images/badges/stock_signature.png
                                                                                                                                                                            • gpgauth-chrome/images/badges/verified_auth.png
                                                                                                                                                                            • gpgauth-chrome/images/cancel.png
                                                                                                                                                                            • gpgauth-chrome/images/check.png
                                                                                                                                                                            • gpgauth-chrome/images/expand-collapse.gif
                                                                                                                                                                            • gpgauth-chrome/images/gpgauth-128.png
                                                                                                                                                                            • gpgauth-chrome/images/gpgauth-16.png
                                                                                                                                                                            • gpgauth-chrome/images/gpgauth-32.png
                                                                                                                                                                            • gpgauth-chrome/images/gpgauth-48.png
                                                                                                                                                                            • gpgauth-chrome/images/help_arrow.png
                                                                                                                                                                            • gpgauth-chrome/images/menumask.png
                                                                                                                                                                            • gpgauth-chrome/images/section_header.png
                                                                                                                                                                            • gpgauth-chrome/images/wait.gif
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_222222_256x240.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_4b8e0b_256x240.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_a83300_256x240.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_cccccc_256x240.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_ffffff_256x240.png
                                                                                                                                                                            • gpgauth-chrome/jquery/css/ui-darkness/jquery-ui-1.8.4.custom.css
                                                                                                                                                                            • gpgauth-chrome/jquery/js/jquery-1.4.2.min.js
                                                                                                                                                                            • gpgauth-chrome/jquery/js/jquery-ui-1.8.4.custom.min.js
                                                                                                                                                                            • gpgauth-chrome/jquery/js/jquery.passwordStrength.js
                                                                                                                                                                            • gpgauth-chrome/manifest.json
                                                                                                                                                                            • gpgauth-chrome/options.html
                                                                                                                                                                            • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/Info.plist
                                                                                                                                                                            • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/MacOS/gpgAuthPlugin
                                                                                                                                                                            • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                                                                                                                                                                            • gpgauth-chrome/plugins/Linux_x86-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                            • gpgauth-chrome/plugins/Linux_x86_64-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                            • gpgauth-chrome/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll
                                                                                                                                                                            • gpgauth-client-process-chrome.pdf
                                                                                                                                                                            • gpgauth-firefox/.gitignore
                                                                                                                                                                            • gpgauth-firefox/AUTHORS
                                                                                                                                                                            • gpgauth-firefox/CHANGELOG
                                                                                                                                                                            • gpgauth-firefox/README
                                                                                                                                                                            • gpgauth-firefox/build.sh
                                                                                                                                                                            • gpgauth-firefox/chrome.manifest
                                                                                                                                                                            • gpgauth-firefox/config_build.sh
                                                                                                                                                                            • gpgauth-firefox/content/dialogs/about.xul
                                                                                                                                                                            • gpgauth-firefox/content/dialogs/gpgauth_dialog.js
                                                                                                                                                                            • gpgauth-firefox/content/dialogs/gpgauth_dialog.xul
                                                                                                                                                                            • gpgauth-firefox/content/dialogs/options.js
                                                                                                                                                                            • gpgauth-firefox/content/dialogs/options.xul
                                                                                                                                                                            • gpgauth-firefox/content/firefoxOverlay.xul
                                                                                                                                                                            • gpgauth-firefox/content/gpgAuthPlugin.xul
                                                                                                                                                                            • gpgauth-firefox/content/gpgauth.js
                                                                                                                                                                            • gpgauth-firefox/content/gpgauth.png
                                                                                                                                                                            • gpgauth-firefox/defaults/preferences/gpgauth.js
                                                                                                                                                                            • gpgauth-firefox/generate_docs.sh
                                                                                                                                                                            • gpgauth-firefox/install.rdf
                                                                                                                                                                            • gpgauth-firefox/locale/en-US/about.dtd
                                                                                                                                                                            • gpgauth-firefox/locale/en-US/gpgauth.properties
                                                                                                                                                                            • gpgauth-firefox/locale/en-US/prefwindow.dtd
                                                                                                                                                                            • gpgauth-firefox/platform/Linux_x86-gcc3/plugins/npgpgAuthPlugin.so
                                                                                                                                                                            • gpgauth-firefox/skin/gpgauth.css
                                                                                                                                                                            • gpgauth-firefox/skin/gpgauth_status.css
                                                                                                                                                                            • gpgauth-firefox/skin/opt-gpgauth.png
                                                                                                                                                                            • gpgauth-firefox/skin/sb-gpgauth.png
                                                                                                                                                                            • gpgauth-firefox/skin/sw-body-gpgauth.png
                                                                                                                                                                            • gpgauth-firefox/skin/sw-close-gpgauth.png
                                                                                                                                                                            • gpgauth-firefox/skin/sw-header-gpgauth.png
                                                                                                                                                                            • gpgauth-server/README
                                                                                                                                                                            • gpgauth-server/php-example/README
                                                                                                                                                                            • gpgauth-server/php-example/index.php

                                                                                                                                                                            Refreshed gpgauth-chrome submodule

                                                                                                                                                                              Files modified:
                                                                                                                                                                              • gpgauth-chrome

                                                                                                                                                                              kylehuff pushed to gpgauth/submoduled 2011-02-02 13:14:46

                                                                                                                                                                              Project: gpgAuth

                                                                                                                                                                              Repository: gpgauth

                                                                                                                                                                              Refreshed gpgauth-chrome submodule

                                                                                                                                                                                Files modified:
                                                                                                                                                                                • gpgauth-chrome

                                                                                                                                                                                kylehuff pushed to gpgauth-chrome/master 2011-02-01 19:45:11

                                                                                                                                                                                Project: gpgAuth-chrome

                                                                                                                                                                                Repository: gpgauth-chrome

                                                                                                                                                                                More updates before submission into gallery

                                                                                                                                                                                • Changed version to use a constant
                                                                                                                                                                                • Updated graphic files
                                                                                                                                                                                • Added related graphic media
                                                                                                                                                                                • Removed comments from manifest file (gallery doesn't allow comments in manifest ((???))
                                                                                                                                                                                • Minor formatting changes
                                                                                                                                                                                Files added:
                                                                                                                                                                                • extension/images/gpgauth-64.png
                                                                                                                                                                                • webstore_content/gpgauth_webstore_banner_large.png
                                                                                                                                                                                • webstore_content/gpgauth_webstore_banner_large.xcf
                                                                                                                                                                                • webstore_content/gpgauth_webstore_banner_small.png
                                                                                                                                                                                • webstore_content/gpgauth_webstore_banner_small.xcf
                                                                                                                                                                                • webstore_content/webstore_screenshot_1.png
                                                                                                                                                                                • webstore_content/webstore_screenshot_2.png
                                                                                                                                                                                • webstore_content/webstore_screenshot_3.png
                                                                                                                                                                                • webstore_content/webstore_screenshot_4.png
                                                                                                                                                                                Files modified:
                                                                                                                                                                                • extension/background.html
                                                                                                                                                                                • extension/gpgauth.js
                                                                                                                                                                                • extension/images/gpgauth-128.png
                                                                                                                                                                                • extension/images/gpgauth-32.png
                                                                                                                                                                                • extension/images/gpgauth-48.png
                                                                                                                                                                                • extension/manifest.json
                                                                                                                                                                                • extension/options.html
                                                                                                                                                                                Files removed:
                                                                                                                                                                                • extension/images/wait.gif

                                                                                                                                                                                Kyle L. Huff pushed to gpgauth-chrome/master 2011-01-31 15:12:01

                                                                                                                                                                                Project: gpgAuth-chrome

                                                                                                                                                                                Repository: gpgauth-chrome

                                                                                                                                                                                Moved chrome extension to own repository

                                                                                                                                                                                  Files added:
                                                                                                                                                                                  • extension/README
                                                                                                                                                                                  • extension/analytics.js
                                                                                                                                                                                  • extension/background.html
                                                                                                                                                                                  • extension/dialogs/enabled.html
                                                                                                                                                                                  • extension/dialogs/popup.html
                                                                                                                                                                                  • extension/dialogs/popup_error.html
                                                                                                                                                                                  • extension/dialogs/success.html
                                                                                                                                                                                  • extension/druid.html
                                                                                                                                                                                  • extension/gpgauth.js
                                                                                                                                                                                  • extension/images/badges/authenticated.png
                                                                                                                                                                                  • extension/images/badges/default.png
                                                                                                                                                                                  • extension/images/badges/error.png
                                                                                                                                                                                  • extension/images/badges/server_verified.png
                                                                                                                                                                                  • extension/images/badges/stock_signature.png
                                                                                                                                                                                  • extension/images/badges/verified_auth.png
                                                                                                                                                                                  • extension/images/cancel.png
                                                                                                                                                                                  • extension/images/check.png
                                                                                                                                                                                  • extension/images/expand-collapse.gif
                                                                                                                                                                                  • extension/images/gpgauth-128.png
                                                                                                                                                                                  • extension/images/gpgauth-16.png
                                                                                                                                                                                  • extension/images/gpgauth-32.png
                                                                                                                                                                                  • extension/images/gpgauth-48.png
                                                                                                                                                                                  • extension/images/help_arrow.png
                                                                                                                                                                                  • extension/images/menumask.png
                                                                                                                                                                                  • extension/images/section_header.png
                                                                                                                                                                                  • extension/images/wait.gif
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-icons_222222_256x240.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-icons_4b8e0b_256x240.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-icons_a83300_256x240.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-icons_cccccc_256x240.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/images/ui-icons_ffffff_256x240.png
                                                                                                                                                                                  • extension/jquery/css/ui-darkness/jquery-ui-1.8.4.custom.css
                                                                                                                                                                                  • extension/jquery/js/jquery-1.4.2.min.js
                                                                                                                                                                                  • extension/jquery/js/jquery-ui-1.8.4.custom.min.js
                                                                                                                                                                                  • extension/jquery/js/jquery.passwordStrength.js
                                                                                                                                                                                  • extension/manifest.json
                                                                                                                                                                                  • extension/options.html
                                                                                                                                                                                  • extension/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/Info.plist
                                                                                                                                                                                  • extension/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/MacOS/gpgAuthPlugin
                                                                                                                                                                                  • extension/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                                                                                                                                                                                  • extension/plugins/Linux_x86-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                                  • extension/plugins/Linux_x86_64-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                                  • extension/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll
                                                                                                                                                                                  Files removed:
                                                                                                                                                                                  • extension/gpgauth-chrome/README
                                                                                                                                                                                  • extension/gpgauth-chrome/analytics.js
                                                                                                                                                                                  • extension/gpgauth-chrome/background.html
                                                                                                                                                                                  • extension/gpgauth-chrome/dialogs/enabled.html
                                                                                                                                                                                  • extension/gpgauth-chrome/dialogs/popup.html
                                                                                                                                                                                  • extension/gpgauth-chrome/dialogs/popup_error.html
                                                                                                                                                                                  • extension/gpgauth-chrome/dialogs/success.html
                                                                                                                                                                                  • extension/gpgauth-chrome/druid.html
                                                                                                                                                                                  • extension/gpgauth-chrome/gpgauth.js
                                                                                                                                                                                  • extension/gpgauth-chrome/images/badges/authenticated.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/badges/default.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/badges/error.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/badges/server_verified.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/badges/stock_signature.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/badges/verified_auth.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/cancel.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/check.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/expand-collapse.gif
                                                                                                                                                                                  • extension/gpgauth-chrome/images/gpgauth-128.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/gpgauth-16.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/gpgauth-32.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/gpgauth-48.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/help_arrow.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/menumask.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/section_header.png
                                                                                                                                                                                  • extension/gpgauth-chrome/images/wait.gif
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_222222_256x240.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_4b8e0b_256x240.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_a83300_256x240.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_cccccc_256x240.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_ffffff_256x240.png
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/css/ui-darkness/jquery-ui-1.8.4.custom.css
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/js/jquery-1.4.2.min.js
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/js/jquery-ui-1.8.4.custom.min.js
                                                                                                                                                                                  • extension/gpgauth-chrome/jquery/js/jquery.passwordStrength.js
                                                                                                                                                                                  • extension/gpgauth-chrome/manifest.json
                                                                                                                                                                                  • extension/gpgauth-chrome/options.html
                                                                                                                                                                                  • extension/gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/Info.plist
                                                                                                                                                                                  • extension/gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/MacOS/gpgAuthPlugin
                                                                                                                                                                                  • extension/gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                                                                                                                                                                                  • extension/gpgauth-chrome/plugins/Linux_x86-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                                  • extension/gpgauth-chrome/plugins/Linux_x86_64-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                                  • extension/gpgauth-chrome/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll

                                                                                                                                                                                  Updated readme and added process flow chart

                                                                                                                                                                                    Files added:
                                                                                                                                                                                    • README
                                                                                                                                                                                    • gpgauth-client-process-chrome.pdf
                                                                                                                                                                                    Files removed:
                                                                                                                                                                                    • extension/README

                                                                                                                                                                                    A few updates before submission into gallery

                                                                                                                                                                                    • Refresh dialog after successful key import
                                                                                                                                                                                    • Added button to go to options page to sign UID for given key
                                                                                                                                                                                    Files added:
                                                                                                                                                                                    • .gitignore
                                                                                                                                                                                    Files modified:
                                                                                                                                                                                    • extension/dialogs/enabled.html
                                                                                                                                                                                    • extension/dialogs/popup_error.html

                                                                                                                                                                                    kylehuff pushed to gpgauth/submoduled 2011-01-27 20:59:34

                                                                                                                                                                                    Project: gpgAuth

                                                                                                                                                                                    Repository: gpgauth

                                                                                                                                                                                    Changing repository structure

                                                                                                                                                                                    I separated out the various client/server/utility projects into separate repositories.

                                                                                                                                                                                    Submodules added:

                                                                                                                                                                                    • https://github.com/gpgauth/gpgauth-chrome
                                                                                                                                                                                    • https://github.com/gpgauth/gpgauth-npapi

                                                                                                                                                                                    Files added:

                                                                                                                                                                                    • .gitmodules
                                                                                                                                                                                    • gpgauth-chrome
                                                                                                                                                                                    • gpgauth-npapi

                                                                                                                                                                                    Files modified:

                                                                                                                                                                                    • README

                                                                                                                                                                                    Files removed:

                                                                                                                                                                                    • gpgAuthPlugin/CMakeLists.txt
                                                                                                                                                                                    • gpgAuthPlugin/Factory.cpp
                                                                                                                                                                                    • gpgAuthPlugin/Mac/bundle_template/Info.plist
                                                                                                                                                                                    • gpgAuthPlugin/Mac/bundle_template/InfoPlist.strings
                                                                                                                                                                                    • gpgAuthPlugin/Mac/bundle_template/Localized.r
                                                                                                                                                                                    • gpgAuthPlugin/Mac/np_macmain.cpp
                                                                                                                                                                                    • gpgAuthPlugin/Mac/projectDef.cmake
                                                                                                                                                                                    • gpgAuthPlugin/Makefile
                                                                                                                                                                                    • gpgAuthPlugin/PluginConfig.cmake
                                                                                                                                                                                    • gpgAuthPlugin/README
                                                                                                                                                                                    • gpgAuthPlugin/Win/WiX/gpgAuthPluginInstaller.wxs
                                                                                                                                                                                    • gpgAuthPlugin/Win/dllmain.cpp
                                                                                                                                                                                    • gpgAuthPlugin/Win/np_winmain.cpp
                                                                                                                                                                                    • gpgAuthPlugin/Win/projectDef.cmake
                                                                                                                                                                                    • gpgAuthPlugin/X11/np_x11main.cpp
                                                                                                                                                                                    • gpgAuthPlugin/X11/projectDef.cmake
                                                                                                                                                                                    • gpgAuthPlugin/gpgAuthPlugin.cpp
                                                                                                                                                                                    • gpgAuthPlugin/gpgAuthPlugin.h
                                                                                                                                                                                    • gpgAuthPlugin/gpgAuthPluginAPI.cpp
                                                                                                                                                                                    • gpgAuthPlugin/gpgAuthPluginAPI.h
                                                                                                                                                                                    • gpgAuthPlugin/keyedit.h
                                                                                                                                                                                    • gpgauth-chrome/README
                                                                                                                                                                                    • gpgauth-chrome/analytics.js
                                                                                                                                                                                    • gpgauth-chrome/background.html
                                                                                                                                                                                    • gpgauth-chrome/dialogs/enabled.html
                                                                                                                                                                                    • gpgauth-chrome/dialogs/popup.html
                                                                                                                                                                                    • gpgauth-chrome/dialogs/popup_error.html
                                                                                                                                                                                    • gpgauth-chrome/dialogs/success.html
                                                                                                                                                                                    • gpgauth-chrome/druid.html
                                                                                                                                                                                    • gpgauth-chrome/gpgauth.js
                                                                                                                                                                                    • gpgauth-chrome/images/badges/authenticated.png
                                                                                                                                                                                    • gpgauth-chrome/images/badges/default.png
                                                                                                                                                                                    • gpgauth-chrome/images/badges/error.png
                                                                                                                                                                                    • gpgauth-chrome/images/badges/server_verified.png
                                                                                                                                                                                    • gpgauth-chrome/images/badges/stock_signature.png
                                                                                                                                                                                    • gpgauth-chrome/images/badges/verified_auth.png
                                                                                                                                                                                    • gpgauth-chrome/images/cancel.png
                                                                                                                                                                                    • gpgauth-chrome/images/check.png
                                                                                                                                                                                    • gpgauth-chrome/images/expand-collapse.gif
                                                                                                                                                                                    • gpgauth-chrome/images/gpgauth-128.png
                                                                                                                                                                                    • gpgauth-chrome/images/gpgauth-16.png
                                                                                                                                                                                    • gpgauth-chrome/images/gpgauth-32.png
                                                                                                                                                                                    • gpgauth-chrome/images/gpgauth-48.png
                                                                                                                                                                                    • gpgauth-chrome/images/help_arrow.png
                                                                                                                                                                                    • gpgauth-chrome/images/menumask.png
                                                                                                                                                                                    • gpgauth-chrome/images/section_header.png
                                                                                                                                                                                    • gpgauth-chrome/images/wait.gif
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_222222_256x240.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_4b8e0b_256x240.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_a83300_256x240.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_cccccc_256x240.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/images/ui-icons_ffffff_256x240.png
                                                                                                                                                                                    • gpgauth-chrome/jquery/css/ui-darkness/jquery-ui-1.8.4.custom.css
                                                                                                                                                                                    • gpgauth-chrome/jquery/js/jquery-1.4.2.min.js
                                                                                                                                                                                    • gpgauth-chrome/jquery/js/jquery-ui-1.8.4.custom.min.js
                                                                                                                                                                                    • gpgauth-chrome/jquery/js/jquery.passwordStrength.js
                                                                                                                                                                                    • gpgauth-chrome/manifest.json
                                                                                                                                                                                    • gpgauth-chrome/options.html
                                                                                                                                                                                    • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/Info.plist
                                                                                                                                                                                    • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/MacOS/gpgAuthPlugin
                                                                                                                                                                                    • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/Resources/English.lproj/InfoPlist.strings
                                                                                                                                                                                    • gpgauth-chrome/plugins/Linux_x86-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                                    • gpgauth-chrome/plugins/Linux_x86_64-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                                    • gpgauth-chrome/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll
                                                                                                                                                                                    • gpgauth-client-process-chrome.pdf
                                                                                                                                                                                    • gpgauth-firefox/.gitignore
                                                                                                                                                                                    • gpgauth-firefox/AUTHORS
                                                                                                                                                                                    • gpgauth-firefox/CHANGELOG
                                                                                                                                                                                    • gpgauth-firefox/README
                                                                                                                                                                                    • gpgauth-firefox/build.sh
                                                                                                                                                                                    • gpgauth-firefox/chrome.manifest
                                                                                                                                                                                    • gpgauth-firefox/config_build.sh
                                                                                                                                                                                    • gpgauth-firefox/content/dialogs/about.xul
                                                                                                                                                                                    • gpgauth-firefox/content/dialogs/gpgauth_dialog.js
                                                                                                                                                                                    • gpgauth-firefox/content/dialogs/gpgauth_dialog.xul
                                                                                                                                                                                    • gpgauth-firefox/content/dialogs/options.js
                                                                                                                                                                                    • gpgauth-firefox/content/dialogs/options.xul
                                                                                                                                                                                    • gpgauth-firefox/content/firefoxOverlay.xul
                                                                                                                                                                                    • gpgauth-firefox/content/gpgAuthPlugin.xul
                                                                                                                                                                                    • gpgauth-firefox/content/gpgauth.js
                                                                                                                                                                                    • gpgauth-firefox/content/gpgauth.png
                                                                                                                                                                                    • gpgauth-firefox/defaults/preferences/gpgauth.js
                                                                                                                                                                                    • gpgauth-firefox/generate_docs.sh
                                                                                                                                                                                    • gpgauth-firefox/install.rdf
                                                                                                                                                                                    • gpgauth-firefox/locale/en-US/about.dtd
                                                                                                                                                                                    • gpgauth-firefox/locale/en-US/gpgauth.properties
                                                                                                                                                                                    • gpgauth-firefox/locale/en-US/prefwindow.dtd
                                                                                                                                                                                    • gpgauth-firefox/platform/Linux_x86-gcc3/plugins/npgpgAuthPlugin.so
                                                                                                                                                                                    • gpgauth-firefox/skin/gpgauth.css
                                                                                                                                                                                    • gpgauth-firefox/skin/gpgauth_status.css
                                                                                                                                                                                    • gpgauth-firefox/skin/opt-gpgauth.png
                                                                                                                                                                                    • gpgauth-firefox/skin/sb-gpgauth.png
                                                                                                                                                                                    • gpgauth-firefox/skin/sw-body-gpgauth.png
                                                                                                                                                                                    • gpgauth-firefox/skin/sw-close-gpgauth.png
                                                                                                                                                                                    • gpgauth-firefox/skin/sw-header-gpgauth.png
                                                                                                                                                                                    • gpgauth-server/README
                                                                                                                                                                                    • gpgauth-server/php-example/README
                                                                                                                                                                                    • gpgauth-server/php-example/index.php

                                                                                                                                                                                    Compare 4d99830^...4d99830

                                                                                                                                                                                    kylehuff pushed to gpgauth/master 2011-01-27 17:34:32

                                                                                                                                                                                    Project: gpgAuth

                                                                                                                                                                                    Repository: gpgauth

                                                                                                                                                                                    Binary refresh and minor changes

                                                                                                                                                                                    • (NPAPI Plugin) Added version string
                                                                                                                                                                                    • (NPAPI Plugin) Fixed Windows plugin reference to header files that changed in firebreath 1.4
                                                                                                                                                                                    • (NPAPI Plugin) Formatted some lines of code to be shorter
                                                                                                                                                                                    • (Chrome Extension) Fixed bug in Druid that mis-reported availablity of gpgconf methods on all platforms
                                                                                                                                                                                    • (Chrome Extension) Fixed positioning issue with help text for newly imported keys
                                                                                                                                                                                    Files modified:
                                                                                                                                                                                    • gpgAuthPlugin/Win/dllmain.cpp
                                                                                                                                                                                    • gpgAuthPlugin/Win/np_winmain.cpp
                                                                                                                                                                                    • gpgAuthPlugin/gpgAuthPluginAPI.cpp
                                                                                                                                                                                    • gpgAuthPlugin/gpgAuthPluginAPI.h
                                                                                                                                                                                    • gpgauth-chrome/druid.html
                                                                                                                                                                                    • gpgauth-chrome/options.html
                                                                                                                                                                                    • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/MacOS/gpgAuthPlugin
                                                                                                                                                                                    • gpgauth-chrome/plugins/Linux_x86-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                                    • gpgauth-chrome/plugins/Linux_x86_64-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                                    • gpgauth-chrome/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll
                                                                                                                                                                                    Compare 892252a...40f45a7

                                                                                                                                                                                    Kyle L. Huff pushed to gpgauth/master 2011-01-23 12:14:00

                                                                                                                                                                                    Project: gpgAuth

                                                                                                                                                                                    Repository: gpgauth

                                                                                                                                                                                    More cleanup and a few bug fixes

                                                                                                                                                                                    • (NPAPI) Fixed bug in signing method related to constant
                                                                                                                                                                                    • (Chrome Extension) preference class changes for getting/setting prefs
                                                                                                                                                                                    • (Chrome Extension) Options page overhaul
                                                                                                                                                                                    • (Chrome Extension) Minor configuration druid changes
                                                                                                                                                                                    Files modified:
                                                                                                                                                                                    • gpgAuthPlugin/gpgAuthPluginAPI.cpp
                                                                                                                                                                                    • gpgAuthPlugin/keyedit.h
                                                                                                                                                                                    • gpgauth-chrome/background.html
                                                                                                                                                                                    • gpgauth-chrome/druid.html
                                                                                                                                                                                    • gpgauth-chrome/options.html

                                                                                                                                                                                    More cleanup and changes for firebreath 1.4 alpha 3

                                                                                                                                                                                    • (NPAPI) Fixed paths for includes (firebreath 1.4 alpha 3 change)
                                                                                                                                                                                    • (NPAPI) Fixed detection of reason signing a UID has failed (already signed, key expired, etc)
                                                                                                                                                                                    • (Chrome Extension) Changed prefences class to use arrays instead of objects/dictionaries.
                                                                                                                                                                                    • (Chrome Extension) Fixed problem with calling trust method (caused by changes to preferences)
                                                                                                                                                                                    • (Chrome Extension) More work on the druid.html file
                                                                                                                                                                                    • (Chrome Extension) Rewrote the options page to combine and optimize the keylist building methods
                                                                                                                                                                                    Files modified:
                                                                                                                                                                                    • gpgAuthPlugin/Win/dllmain.cpp
                                                                                                                                                                                    • gpgAuthPlugin/X11/np_x11main.cpp
                                                                                                                                                                                    • gpgAuthPlugin/gpgAuthPluginAPI.cpp
                                                                                                                                                                                    • gpgAuthPlugin/keyedit.h
                                                                                                                                                                                    • gpgauth-chrome/background.html
                                                                                                                                                                                    • gpgauth-chrome/dialogs/enabled.html
                                                                                                                                                                                    • gpgauth-chrome/druid.html
                                                                                                                                                                                    • gpgauth-chrome/gpgauth.js
                                                                                                                                                                                    • gpgauth-chrome/manifest.json
                                                                                                                                                                                    • gpgauth-chrome/options.html

                                                                                                                                                                                    Import dialog logic and signing improvements -

                                                                                                                                                                                    • (NPAPI) Fixed reporting of attempt to sign a key with an expired key
                                                                                                                                                                                    • (Chrome extension) Disabled references to default popup
                                                                                                                                                                                    • (Chrome extension) Work on import dialog and subsequent trust assignment via the options page
                                                                                                                                                                                    Files modified:
                                                                                                                                                                                    • gpgAuthPlugin/gpgAuthPluginAPI.cpp
                                                                                                                                                                                    • gpgauth-chrome/background.html
                                                                                                                                                                                    • gpgauth-chrome/dialogs/enabled.html
                                                                                                                                                                                    • gpgauth-chrome/dialogs/popup_error.html
                                                                                                                                                                                    • gpgauth-chrome/manifest.json
                                                                                                                                                                                    • gpgauth-chrome/options.html
                                                                                                                                                                                    Compare 905941f...892252a

                                                                                                                                                                                    kylehuff pushed to buildcrx/master 2010-12-29 22:22:31

                                                                                                                                                                                    Project: buildcrx

                                                                                                                                                                                    Repository: buildcrx

                                                                                                                                                                                    Removed compiled binaries from repo

                                                                                                                                                                                    github provides a download section, so I moved the binaries to there

                                                                                                                                                                                    • Windows binary: https://github.com/downloads/kylehuff/buildcrx/buildcrx.exe
                                                                                                                                                                                    • Linux binary: https://github.com/downloads/kylehuff/buildcrx/buildcrx.bin

                                                                                                                                                                                    Files removed:

                                                                                                                                                                                    • bin/linux_x86-gcc3/buildcrx
                                                                                                                                                                                    • bin/winnt_x86-msvc/buildcrx.exe

                                                                                                                                                                                    Compare 26197bb...22446b3

                                                                                                                                                                                    awn-bwm :: Changelog: 12/25/2010

                                                                                                                                                                                    Project: awn-bwm

                                                                                                                                                                                    • Fixed memory leak in wireless graph (bug #694378)
                                                                                                                                                                                    • Fixed float devision caused by 0 value in multi/sum interfaces (bug #673918)
                                                                                                                                                                                    • Fixed interface selection list not updating (bug #694380)
                                                                                                                                                                                    • Removed traffic backfill that was causing "ghost" traffic display on applet start
                                                                                                                                                                                    • Some minor cleanup

                                                                                                                                                                                     

                                                                                                                                                                                    kylehuff pushed to gpgauth/master 2010-12-23 17:09:59

                                                                                                                                                                                    Project: gpgAuth

                                                                                                                                                                                    Repository: gpgauth

                                                                                                                                                                                    Minor update

                                                                                                                                                                                    • Updated client process document
                                                                                                                                                                                    • Renamed client process document include the target browser it is specific to
                                                                                                                                                                                    • Changed extension init to document_start
                                                                                                                                                                                    Files added:
                                                                                                                                                                                    • gpgauth-client-process-chrome.pdf
                                                                                                                                                                                    Files modifed:
                                                                                                                                                                                    • gpgauth-chrome/manifest.json
                                                                                                                                                                                    Files removed:
                                                                                                                                                                                    • gpgauth-client-process.pdf
                                                                                                                                                                                    Compare f7cde26...86fa89d

                                                                                                                                                                                    kylehuff pushed to gpgauth/master 2010-12-20 21:54:28

                                                                                                                                                                                    Project: gpgAuth

                                                                                                                                                                                    Repository: gpgauth

                                                                                                                                                                                    Bug fixes and a few structure fixes

                                                                                                                                                                                    • Added method to determine if gpgconf is detected
                                                                                                                                                                                    • Changed most error reporting to a JSON parsable string
                                                                                                                                                                                    • Added methods to format strings inline
                                                                                                                                                                                    • Modified output of Encrypt method to return a JSON parsable output on failure.
                                                                                                                                                                                    • Modified output of the UID Signing method to make it parasble
                                                                                                                                                                                    • Fixed return from edit_fnc_sign to report passphrase errors and handle UIDs that are already signed
                                                                                                                                                                                    • Changed the import dialog to only attempt an import if the header 'X-GPGAuth-Pubkey-URL' has a value
                                                                                                                                                                                    • Removed the "Connection" header value of "Closed" from the HEAD request in the extension
                                                                                                                                                                                    • Fixed specification of "Marginal" and "Full" trust signatures from a char to an int
                                                                                                                                                                                    • Refreshed Linux x86 NPAPI binary
                                                                                                                                                                                    Files modifed:
                                                                                                                                                                                    • gpgAuthPlugin/gpgAuthPluginAPI.cpp
                                                                                                                                                                                    • gpgAuthPlugin/gpgAuthPluginAPI.h
                                                                                                                                                                                    • gpgAuthPlugin/gpgauth.cpp
                                                                                                                                                                                    • gpgAuthPlugin/gpgauth.h
                                                                                                                                                                                    • gpgAuthPlugin/keyedit.h
                                                                                                                                                                                    • gpgauth-chrome/background.html
                                                                                                                                                                                    • gpgauth-chrome/dialogs/popup_error.html
                                                                                                                                                                                    • gpgauth-chrome/gpgauth.js
                                                                                                                                                                                    • gpgauth-chrome/options.html
                                                                                                                                                                                    • gpgauth-chrome/plugins/Linux_x86-gcc3/npgpgAuth-v1.0.3b.so

                                                                                                                                                                                    Refreshed Linux_x86_64-gcc NPAPI plugin binary

                                                                                                                                                                                      Files modifed:
                                                                                                                                                                                      • gpgauth-chrome/plugins/Linux_x86_64-gcc3/npgpgAuth-v1.0.3b.so

                                                                                                                                                                                      Win32 NPAPI plugin refresh and W32/64 Define added

                                                                                                                                                                                      • Windows 32bit NPAPI plugin refresh
                                                                                                                                                                                      • Added windows specific define for remapping __func__ to __FUNCTION__ rolls eyes
                                                                                                                                                                                      Files modifed:
                                                                                                                                                                                      • gpgAuthPlugin/gpgauth.cpp
                                                                                                                                                                                      • gpgauth-chrome/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll

                                                                                                                                                                                      Refreshed Darwin_x86-gcc NPAPI plugin binary

                                                                                                                                                                                        Files modifed:
                                                                                                                                                                                        • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/MacOS/gpgAuthPlugin

                                                                                                                                                                                        Merge branches 'linux-64bit_refresh', 'Darwin-x86_refresh' and 'win-32bit_refresh'

                                                                                                                                                                                          Files modifed:
                                                                                                                                                                                          • gpgAuthPlugin/gpgauth.cpp
                                                                                                                                                                                          • gpgauth-chrome/plugins/Darwin_x86-gcc3/npgpgAuth-v1.0.3b.plugin/Contents/MacOS/gpgAuthPlugin
                                                                                                                                                                                          • gpgauth-chrome/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll
                                                                                                                                                                                          Compare 25910c0...f7cde26

                                                                                                                                                                                          kylehuff pushed to gpgauth/master 2010-12-19 19:00:29

                                                                                                                                                                                          Project: gpgAuth

                                                                                                                                                                                          Repository: gpgauth

                                                                                                                                                                                          Fixed import_pubkey URL variable

                                                                                                                                                                                            Files modifed:
                                                                                                                                                                                            • gpgauth-chrome/background.html
                                                                                                                                                                                            Compare 6b638be...25910c0

                                                                                                                                                                                            kylehuff pushed to gpgauth/master 2010-12-19 18:50:55

                                                                                                                                                                                            Project: gpgAuth

                                                                                                                                                                                            Repository: gpgauth

                                                                                                                                                                                            Recompile of Win32 plugin binary, last was invalid

                                                                                                                                                                                              Files modifed:
                                                                                                                                                                                              • gpgauth-chrome/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll
                                                                                                                                                                                              Compare ed92190...6b638be

                                                                                                                                                                                              kylehuff pushed to gpgauth/master 2010-12-19 17:37:28

                                                                                                                                                                                              Project: gpgAuth

                                                                                                                                                                                              Repository: gpgauth

                                                                                                                                                                                              Changed encrypt method to encryptsign

                                                                                                                                                                                                Files modifed:
                                                                                                                                                                                                • gpgauth-server/php-example/index.php
                                                                                                                                                                                                Compare 93b24f3...ed92190

                                                                                                                                                                                                kylehuff pushed to gpgauth/master 2010-12-19 16:38:48

                                                                                                                                                                                                Project: gpgAuth

                                                                                                                                                                                                Repository: gpgauth

                                                                                                                                                                                                Added signature verification & refreshed binaries

                                                                                                                                                                                                • Added verify ability to gpgDecrypt function
                                                                                                                                                                                                • Changed the structure of the gpgDecrypt return data to a JSON parsable string
                                                                                                                                                                                                • Fixed some data decryption error handling
                                                                                                                                                                                                • Modified chrome extension accept decrypted data with signatures
                                                                                                                                                                                                • Refreshed Win32, Lin32 and Lin64 binaries
                                                                                                                                                                                                Files modifed:
                                                                                                                                                                                                • gpgAuthPlugin/gpgauth.cpp
                                                                                                                                                                                                • gpgauth-chrome/background.html
                                                                                                                                                                                                • gpgauth-chrome/plugins/Linux_x86-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                                                • gpgauth-chrome/plugins/Linux_x86_64-gcc3/npgpgAuth-v1.0.3b.so
                                                                                                                                                                                                • gpgauth-chrome/plugins/WINNT_x86-msvc/npgpgAuth-v1.0.3b.dll

                                                                                                                                                                                                Updated PHP server implemenation example

                                                                                                                                                                                                • PHP page now only attempts auto-login if '?protected_content' is in the URL
                                                                                                                                                                                                Files modifed:
                                                                                                                                                                                                • gpgauth-server/php-example/index.php
                                                                                                                                                                                                Compare 1010e02...93b24f3

                                                                                                                                                                                                Kyle L. Huff pushed to gpgauth/master 2010-12-18 20:16:14

                                                                                                                                                                                                Project: gpgAuth

                                                                                                                                                                                                Repository: gpgauth

                                                                                                                                                                                                Removed some extra output and got rid of some lingering 'cache' related lines

                                                                                                                                                                                                  Files modifed:
                                                                                                                                                                                                  • gpgauth-chrome/background.html
                                                                                                                                                                                                  • gpgauth-chrome/gpgauth.js

                                                                                                                                                                                                  Some cleanup and URL fixes

                                                                                                                                                                                                  • Removed some old commented out code
                                                                                                                                                                                                  • Fixed parsing of URLs to include protocol and port for all URLs provided by headers
                                                                                                                                                                                                  Files modifed:
                                                                                                                                                                                                  • gpgauth-chrome/background.html
                                                                                                                                                                                                  • gpgauth-chrome/gpgauth.js

                                                                                                                                                                                                  Fixed whitespace

                                                                                                                                                                                                    Files modifed:
                                                                                                                                                                                                    • .gitignore
                                                                                                                                                                                                    • gpgauth-chrome/background.html
                                                                                                                                                                                                    • gpgauth-chrome/dialogs/popup.html
                                                                                                                                                                                                    • gpgauth-chrome/dialogs/success.html
                                                                                                                                                                                                    • gpgauth-chrome/druid.html
                                                                                                                                                                                                    • gpgauth-chrome/gpgauth.js
                                                                                                                                                                                                    • gpgauth-chrome/options.html
                                                                                                                                                                                                    Compare 7ecdc12...1010e02

                                                                                                                                                                                                    Updated gpgAuth PHP Server Implementation example

                                                                                                                                                                                                    Project: gpgAuth

                                                                                                                                                                                                    I have updated the gpgAuth PHP Server Implementation example which targets gpgAuth v1.3.0 - this follows the new specification that makes use of header fields instead of events being emitted from the webpage. The handling of events across browsers is rather cumbersome - header fields are not..

                                                                                                                                                                                                    You can see the new example code here: PHP Server Implementation

                                                                                                                                                                                                    seahorse-agent for passphrases while gnupg2/gpg-agent is installed

                                                                                                                                                                                                    Project: Misc/Howto/Other

                                                                                                                                                                                                    If you install gnupg2 (and some other packages) in Ubuntu 10.04 Lucid, it depends on the gpg-agent package which takes precidence over the seahorse gpg agent. If you want to keep the gpg-agent package (because you want to keep a package that requires it) but still use seahorse as your key agent, this is how you can do it.

                                                                                                                                                                                                    First, we need to remove the gpg-agent Xsession initialization by doing this - open up a terminal and execute:

                                                                                                                                                                                                    sudo rm /etc/X11/Xsession.d/90gpg-agent

                                                                                                                                                                                                    Next we need to edit a line in the seahorse Xsession initialization by doing this in the temrinal:

                                                                                                                                                                                                    sudo sed -i 's/GPGAGENT=\/usr\/bin\/gpg-agent/GPGAGENT=\/usr\/bin\/gpg-agent.disabled/' /etc/X11/Xsession.d/60seahorse-plugins

                                                                                                                                                                                                    Now just log out and back in, or reboot, or restart X and you should be using the seahorse-agent once again.

                                                                                                                                                                                                     

                                                                                                                                                                                                    Kyle L. Huff pushed to buildcrx/master 2010-10-11 19:14:52

                                                                                                                                                                                                    Project: buildcrx

                                                                                                                                                                                                    Repository: buildcrx

                                                                                                                                                                                                    Previous release did not include linux binary

                                                                                                                                                                                                      Files added:
                                                                                                                                                                                                      • bin/linux_x86-gcc3/buildcrx

                                                                                                                                                                                                      Minor changes to readme

                                                                                                                                                                                                        Files modifed:
                                                                                                                                                                                                        • README

                                                                                                                                                                                                        Added README in markdown format

                                                                                                                                                                                                          Files added:
                                                                                                                                                                                                          • README.markdown
                                                                                                                                                                                                          Files modifed:
                                                                                                                                                                                                          • README
                                                                                                                                                                                                          Compare 30be4e5...26197bb

                                                                                                                                                                                                          gpgAuth client implementation

                                                                                                                                                                                                          Project: gpgAuth

                                                                                                                                                                                                          It appears that FireGPG has had a change of hands - and I am not sure of its current status - however I have decided to move in a different direction anyway and focus my efforts on a standalone gpgAuth implementation for Mozilla Firefox, Google Chrome, Safari and IE.

                                                                                                                                                                                                          I have been working tirelessly implementing a platform independent, browser agnostic library for  gpgAuth, and I am *very* close to a release...

                                                                                                                                                                                                          The new client library is targeted at (and currently works with):

                                                                                                                                                                                                          • Chrome and Chromium (All platforms)
                                                                                                                                                                                                          • Safari (Windows, MAC)
                                                                                                                                                                                                          • IE (Windows)
                                                                                                                                                                                                          • Firefox (All platforms)

                                                                                                                                                                                                          As I said, I am very close to a release of the client library - and an extension for Google Chrome that uses it! (Firefox extension coming next)

                                                                                                                                                                                                           

                                                                                                                                                                                                          More features!

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          The current testing release of awn-extras (ppa:/awn-testing) has some new features -

                                                                                                                                                                                                          • Applet width
                                                                                                                                                                                                          • Applet graph toggle
                                                                                                                                                                                                          • Size override
                                                                                                                                                                                                          • Applet/Dialog trafic/signal scale
                                                                                                                                                                                                          Here is a screenshot -

                                                                                                                                                                                                          Screenshot of the Applet Width preference in action

                                                                                                                                                                                                           

                                                                                                                                                                                                          AWN Bandwidth monitor changes

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          I have recently (okay, a month or 2 ago..) made some changes to the bandwidth monitor for the Avant Window Navigator. I posted some video of the changes, and explain most of the changes on in the description to the screenshots/videos.

                                                                                                                                                                                                          You can access the screenshots/videos/examples here: http://www.curetheitch.com/projects/awn-bwm/example/

                                                                                                                                                                                                           

                                                                                                                                                                                                          Facebook dialog positioning

                                                                                                                                                                                                          Project:

                                                                                                                                                                                                          I am by no means a JQuery expert, but I pieced together this hack to reposition dialogs in facebook to where the viewport actually is. It is an ugly hack which scans for the tag in the common facebook dialog - which could break if they change the structure of the dialogs, but it should die gracefully in that event.

                                                                                                                                                                                                          $(document).ready(function(){ (function($){ $.facebook_fixes = { dialog_repositioner: function() { if ( $('td.fb_pop_border').is(':visible') ) { dialogHeight = ( parseInt($('table#RES_ID_fb_pop_dialog_table').css("height").replace("px",'')) || $('table#RES_ID_fb_pop_dialog_table').height() ); dialogWidth = ( parseInt($('table#RES_ID_fb_pop_dialog_table').css("width").replace("px",'')) || $('table#RES_ID_fb_pop_dialog_table').width() ); windowHeight = ( window.innerHeight && window.innerHeight < $(window).height()) ? window.innerHeight : $(window).height(); if ( dialogHeight +55 < windowHeight ) { var scrollTop = (document.documentElement.scrollTop || document.body.scrollTop) var newPosition = scrollTop + 50; $('table#RES_ID_fb_pop_dialog_table').css({ float:"left", position:"absolute", top:newPosition }); } if ( parseInt(dialogWidth) > 710 ) { $('table#RES_ID_fb_pop_dialog_table').css({ float:"left", position:"absolute", left:-12 }); } } } } })(jQuery); setInterval( "$.facebook_fixes.dialog_repositioner()", 100 ) }); 

                                                                                                                                                                                                           

                                                                                                                                                                                                          Bugfix: First interface not parsed on non-English systems

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          The first interface listed in the output of netstat was not being parsed by bandwidth-monitor on systems with a non-English language setting. This occurs because the output is stripped of non-interface related (verbose) output, which foolishly assumes everybody uses English... stupid mistake on my part.

                                                                                                                                                                                                          I changed the stripping of non-interface information to occur based on the absence of required information instead of the presence of extraneous information.

                                                                                                                                                                                                          Fixed. Thanks to the user who reported this bug!

                                                                                                                                                                                                          awn-bwm :: Changelog: 01/05/2010

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • PEP8 cleanup of all lines > 80 chars
                                                                                                                                                                                                          • Rename of classes/variables for space/consistency
                                                                                                                                                                                                          • Change of timer values for consistent drawing.
                                                                                                                                                                                                          • Removed some unused modules.
                                                                                                                                                                                                          • Removed 'blank.png' - initial icon is now created with gtk.gdk.pixbuf_new_from_xpm_data()

                                                                                                                                                                                                          awn-bwm :: Changelog: 01/03/2010

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Removed settings.load/load_preferences
                                                                                                                                                                                                          • Fix for applet/font-sizing when changing orientation
                                                                                                                                                                                                          • Changed instantiation of color objects to use gtk.gdk.color_parse instead of gtk.gdk.Color('#XXX') for older systems
                                                                                                                                                                                                          • Changed handling of default preferences/unassigned keys

                                                                                                                                                                                                          awn-bwm :: Changelog: 01/02/2010

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Fixed bug which caused the unit of measure checkbutton to become out of sync with the gconf value
                                                                                                                                                                                                          • Changed default interface to '', was wlan0 for some reason..
                                                                                                                                                                                                          • PEP8 verified - mostly complaint, a few lines are "too long"
                                                                                                                                                                                                          • Replaced icon
                                                                                                                                                                                                          • Removed LICENSE file - provided by AWN
                                                                                                                                                                                                          • Fixed desktop file version
                                                                                                                                                                                                          • Removed "Encoding" from desktop file
                                                                                                                                                                                                          • Improved logic for setting device preference values per Mark Lee's suggestion
                                                                                                                                                                                                          • Added timeout_add_seconds wrapper function
                                                                                                                                                                                                          • Adjusted width calculation if orientation is vertical
                                                                                                                                                                                                          • Change version string to use awn.extras.__version__
                                                                                                                                                                                                          • Changed email address

                                                                                                                                                                                                          awn-bwm :: Changelog: 12/20/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Change logic to graph calculation which corrects the following rendering issues -
                                                                                                                                                                                                            1. Graph lines drawing outside of border/frame
                                                                                                                                                                                                            2. Graph normalised top-value was rendering off-screen when applet size smaller than 35
                                                                                                                                                                                                            3. Graph normalised top-value was rendering very low on the graph when applet size greater than 60
                                                                                                                                                                                                          • Changed scaling of initial icon - it was rendering too large and centered text was displayed with an odd alignment to the dock
                                                                                                                                                                                                          • Fixed some issues with default values
                                                                                                                                                                                                          • Changed short-name to 'bandwidth-monitor' to match schema file
                                                                                                                                                                                                          • Corrected path to UI file
                                                                                                                                                                                                          • Fixed division by zero error
                                                                                                                                                                                                          • Addedd bandwidth-monitor.ui and bwmprefs.py to Makefile.am

                                                                                                                                                                                                          awn-bwm :: Changelog: 12/19/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Added preferences to control -
                                                                                                                                                                                                            1.     Enable/Disable drawing of the background
                                                                                                                                                                                                            2.     Enable/Disable drawing of the border
                                                                                                                                                                                                            3.     Select color/opacity of background
                                                                                                                                                                                                            4.     Select color/opacity of border
                                                                                                                                                                                                            5.     Options to control the text representation of throughput
                                                                                                                                                                                                            1.         Display Upload/Download text
                                                                                                                                                                                                            2.         Display Sum text only
                                                                                                                                                                                                            3.         Do not display text - only draw the graph.
                                                                                                                                                                                                          • Enable/Disable drawing the zero value in the graph (if true, draw a line at the bottom of the graph for zero value)

                                                                                                                                                                                                          awn-bwm :: Changelog: 12/18/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Cleaned up code to make it run faster or use less resources
                                                                                                                                                                                                          • Removed everything related to the status of interfaces (Not required, may add later)
                                                                                                                                                                                                          • Removed everything related to IP Addresses for interfaces (Not required, may add later)

                                                                                                                                                                                                          awn-bwm :: Changelog: 12/16/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Added call to applet.errors.general if read access to /proc/net/dev fails.
                                                                                                                                                                                                          • Made changes to TODO file
                                                                                                                                                                                                          • Change parser logic for to handle interfaces with less than 11 columns of output in 'netstat -iea'

                                                                                                                                                                                                          awn-bwm :: Changelog: 12/14/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Created preferences dialog to manage options -
                                                                                                                                                                                                            1. An option to select the unit Bytes/bits
                                                                                                                                                                                                            2. A spinbutton entry for setting the minimum threshold
                                                                                                                                                                                                            3. A "Devices" pref-pane which allows selection of interfaces into virtual interfaces
                                                                                                                                                                                                            4. A color picker for upload and download colors for use in the line-graph.
                                                                                                                                                                                                          • Fixed division by zero that would occur in some scenarios.

                                                                                                                                                                                                          awn-bwm :: Changelog: 12/10/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Added virtual interfaces for SUM and MULTI
                                                                                                                                                                                                            1. The Sum Interface is a virtual interface which displays the sum throughput of all interfaces that are selected for "Sum"
                                                                                                                                                                                                            2. The Multi Interface is a virtual interface which displays each individual throughput of the interfaces that are selected for "Multi", each with the colors defined for the interface.
                                                                                                                                                                                                          • Added logic to parse and use preferences that are planned

                                                                                                                                                                                                          awn-bwm :: Changelog: 11/29/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Changed table generation function to be less verbose
                                                                                                                                                                                                          • Fixed regular expression for gathering IP/Netmask
                                                                                                                                                                                                          • Changed IP/Netmask tooltip logic
                                                                                                                                                                                                          • Changed command for device stats gathering to include administratively down-interfaces

                                                                                                                                                                                                          awn-bwm :: Changelog: 11/28/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Changed initial ratio value to 1 to prevent the graphs from ignoring data transfers below 3200 bytes
                                                                                                                                                                                                          • Changed the graph scaling to display the line graph almost center of the graph window below 6400 bytes
                                                                                                                                                                                                          • Added items to the TODO list
                                                                                                                                                                                                          • pep8 verified main program file
                                                                                                                                                                                                          • Added a few non-parsed comments to the source file

                                                                                                                                                                                                          awn-bwm :: Changelog: 11/27/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Applied patch from mhr3 which included -
                                                                                                                                                                                                            1. Changes to applet short-name
                                                                                                                                                                                                            2. Changes to Makefile.am
                                                                                                                                                                                                            3. Fixed spelling of "CHANGLOG" to "CHANGELOG"
                                                                                                                                                                                                            4. Renamed awn-bwm.schema-ini to awn-applet-bwm.schema-ini
                                                                                                                                                                                                          • Changed the application of the cairo surface to use applet.set_icon_context()
                                                                                                                                                                                                          • Fixed bug which caused rendering the scale of the upload speed off-screen
                                                                                                                                                                                                          • Removed references to some obsolete functions/methods/properties
                                                                                                                                                                                                          • Filter out the wmaster0 interface.
                                                                                                                                                                                                          • Applied patch from onox:
                                                                                                                                                                                                            1. Renamed some classes
                                                                                                                                                                                                            2. Removed functions for things abstracted by AWN
                                                                                                                                                                                                            3. Cleaned up some of the syntax
                                                                                                                                                                                                            4. Cleaned up some naming conventions
                                                                                                                                                                                                          • Created a new branch repository (previous was setup wrong): lp:~kylehuff/awn-extras/0.4-bandwidth-monitor

                                                                                                                                                                                                          awn-bwm :: Changelog: 11/25/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Eliminated usage of 'ifconfig' command - moved everything to netstat
                                                                                                                                                                                                          • Bumped to version v0.3.9.2
                                                                                                                                                                                                          • Created launchpad branch - lp:~kylehuff/awn-extras/awn-bwm

                                                                                                                                                                                                          awn-bwm :: Changelog: 11/24/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Converted text to OverlayText()
                                                                                                                                                                                                          • Cleaned up some functions
                                                                                                                                                                                                          • Bumped version to v0.3.9.1

                                                                                                                                                                                                           

                                                                                                                                                                                                          awn-bwm :: Changelog: 11/23/2009

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Implemented API v0.4
                                                                                                                                                                                                          • Changed from v0.3.2.8 to v0.3.9.0

                                                                                                                                                                                                          awn-bwm :: Changelog: 04/18/2006

                                                                                                                                                                                                          Project: awn-bwm

                                                                                                                                                                                                          • Original release - 0.1

                                                                                                                                                                                                           
                                                                                                                                                                                                          mod_python  gpgAuth Enabled