801 2007-11-10 17:01:37
Re: ! No, the new version of gmail dosen't work with FireGPG ! (4 replies, posted in General)
802 2007-11-10 17:00:41
Re: How To: Windows Vista with Firegpg SVN (6 replies, posted in Misc)
I send you an email the 9th with the adress in your profile !
803 2007-11-09 07:09:51
Re: How To: Windows Vista with Firegpg SVN (6 replies, posted in Misc)
No, the link is here to show the code to the users, but you realy SHOULDN'T use it !
804 2007-11-09 07:07:57
Re: I've found why the Gmail's buttons don't appear sometimes. (2 replies, posted in Bugs & problems)
805 2007-11-02 21:45:10
Re: FireFortune (5 replies, posted in Misc)
Yes, and it's dosen't work with the new gmail's interface .
806 2007-10-30 14:37:08
Topic: ! No, the new version of gmail dosen't work with FireGPG ! (4 replies, posted in General)
If you have the new version of gmail, you have probably see that firegpg can't implement himself into the new interface.
So you have 3 chooses :
- Wait for a new firegpg's version (probably into 1 month, and prabably with the support)
- Use the old version (link up right)
- Use the contextual system
807 2007-10-29 10:29:02
Topic: Update : 0.4.4 (0 replies, posted in New versions)
=== Version 0.4.4 ===
A small update.
Bugs :
- Fixed a probably bug in the update system (firegpg found update everytime, but it's specific of systems).
Functionalities:
- Version number add in the option pane.
- Keys' list are now sorted by name.
Locales :
- Fixed the problem with some locates.
- We change our locate system, so if there is a problem please tell us .
Misc :
- Fixed some warnigs
- AUTHORS updated
- The classes GPGLin and GPGWin are unified in GPGAccess.
Thanks you for using FireGPG !
FireGPG's team.
808 2007-10-27 13:45:03
Re: How To: Windows Vista with Firegpg SVN (6 replies, posted in Misc)
Euh.. why not simply use the xpi ? The svn is in devel version, do don't use it !
(I keep a copy of your text if you have a good reason that I did bemark...)
809 2007-10-27 13:43:16
Re: Having problems decryting messages sent through FireGpg with WinPT (1 replies, posted in Bugs & problems)
What the error ?
810 2007-10-21 14:14:01
Re: fgpg_tmpFile.exe problems (1 replies, posted in Bugs & problems)
We know the problem, but thanks .
811 2007-10-09 17:01:04
Re: Firegpg can't find gpg (53 replies, posted in Bugs & problems)
tryToFoundTheRightCommand: function () { if(isUnix()) { //BEGIN TEST FOR LINUX //Year, on linux no test, because it's a good Os. //We only look if the user wants to force the path. var prefs = Components.classes["@mozilla.org/preferences-service;1"]. getService(Components.interfaces.nsIPrefService); prefs = prefs.getBranch("extensions.firegpg."); try { var force = prefs.getBoolPref("specify_gpg_path"); } catch (e) { var force = false; } if (force == true) this.GpgCommand = prefs.getCharPref("gpg_path"); //USE THE PATH SEPCIFIED IN OPTIONS else { prefs.setCharPref("gpg_path","gpg"); //USE 'GPG' AS THE BIN this.GpgCommand = "gpg"; tryToFoundTheRightCommand} } else { //IF USER ON WINDOWS //Two choises : 1) The user want to set the path himself, so we use this. var prefs = Components.classes["@mozilla.org/preferences-service;1"]. getService(Components.interfaces.nsIPrefService); prefs = prefs.getBranch("extensions.firegpg."); try { var force = prefs.getBoolPref("specify_gpg_path"); } catch (e) { var force = false; } if (force == true) this.GpgCommand = prefs.getCharPref("gpg_path"); //USE USER'S PATH IN OPTIONS else { //Or we will try to found a valid path. //1) If there are allready a path set, he can be valid. var gpg_path_in_options = prefs.getCharPref("gpg_path",""); //LOOK IF WE HAVE ALREADY FOND SOMETHINGS'S WORKING if (gpg_path_in_options != "") { this.GpgCommand = gpg_path_in_options; if (this.selfTest() == true) return; //It's work, yourou. //IF THE PATH IS CORRECT, WE RETURN, ALL WORKS } //2) We have to guess some path to see if it's work... //TODO : Yes, it's horrible this copy/paste code... //GNU ? var testingcommand = "C:\\Program Files\\GNU\\GnuPG\\gpg.exe"; //WE TRY THIS EXE. this.GpgCommand = testingcommand; if (this.selfTest() == true) { //Don't forget to save the information for the nextime ! prefs.setCharPref("gpg_path",testingcommand); return; //It's work, We're the best. //IF THE PATH IS CORRECT, WE RETURN, ALL WORKS } //Windows Privacy Tools ? var testingcommand = "C:\\Program Files\\Windows Privacy Tools\\GnuPG\\gpg.exe"; //WE TRY THIS this.GpgCommand = testingcommand; if (this.selfTest() == true) { prefs.setCharPref("gpg_path",testingcommand); //Don't forget to save the information for the nextime ! return; //It's work, mwahaha. //IF THE PATH IS CORRECT, WE RETURN, ALL WORKS } //Maybe in the path ? var testingcommand = "gpg.exe"; //TRY TEH DEFAULTS this.GpgCommand = testingcommand; if (this.selfTest() == true) { //Don't forget to save the information for the nextime ! prefs.setCharPref("gpg_path",testingcommand); return; //It's work, hehehe. //IF THE PATH IS CORRECT, WE RETURN, ALL WORKS } //IF WE'RE HERE, WE DID'nT FOUND A GPG WORDKING EXECUTABLE.... } } } };
I add some comments in maj (I don't cry ), hop it's will help you.
812 2007-09-21 16:31:02
Re: E-mail from Turnpike MUA with PGP (3 replies, posted in Bugs & problems)
Yes, too .
813 2007-09-20 21:52:32
Re: E-mail from Turnpike MUA with PGP (3 replies, posted in Bugs & problems)
Hi,
We're working on it ! So... wait .
Regards,
814 2007-09-17 19:37:33
Topic: Anti-spam added to register (1 replies, posted in General)
I have just added an anti-spam to register.
He is maybe stupid, but he is usefull.
If there is something wrong, please contact us by email !
I have done some cleanig in the DB too.
815 2007-09-08 15:37:48
Re: "The first signature is invalid" / automatically fetch public keys (1 replies, posted in Requests)
HI,
it's already planned... but not for now .
Regards
816 2007-09-05 07:55:24
Re: Firegpg can't find gpg (53 replies, posted in Bugs & problems)
No, it's work the output has to be similar....
We have to mkae... a version with debug... For the moment I can't help you, sorry.
818 2007-09-05 07:53:05
Re: First donwload errror -228 than no chrome package (2 replies, posted in Bugs & problems)
Hi,
Try to reintall it, yesterday our herberger has some problems with his servers...
Regards,
819 2007-09-04 07:03:27
Re: windows firepgp guide. (5 replies, posted in Misc)
HI,
He is very good, but need maybe a bit more of "presentation", it strange to see small number lost next pictures .
Btw, can you put the guide on the doc ?
Regards
820 2007-09-04 07:00:02
Re: Firegpg can't find gpg (53 replies, posted in Bugs & problems)
Strange... and
gpg--quiet --no-tty --no-verbose --status-fd 1 --armor --version
?
821 2007-09-04 06:56:30
Re: Does this encryption encrypt the whole email including the attachment? (9 replies, posted in Misc)
No, sorry. Use the editor to encrypt it, if it's a text...
We will provide function to encrypt attachment, but when we will have the time..
822 2007-09-03 19:37:49
Re: Firegpg can't find gpg (53 replies, posted in Bugs & problems)
> Out of curiosity, are there any debug builds of FireGPG? I'd love to see what exactly it's trying to do that's triggering this error.
No sorry, we debug manaly with alerts in the code.
Can you send me the result of
gpg --version
?
823 2007-08-28 19:26:40
Re: Firegpg problem with non-english locale (8 replies, posted in Bugs & problems)
I notice another problems in a locate.
My new system for manage string wil be done soon (export is on the way), by hand it's too hard...
The update will come as soon as possible !
824 2007-08-28 19:25:08
Re: https://addons.mozilla.org/ (2 replies, posted in Misc)
Yes, sid77 has right : we have to be more stable to be on mozilla.org...
825 2007-08-20 17:30:32
Re: Debian packaging of FireGPG (1 replies, posted in Misc)
Hello,
Somebody already wants to package FireGPG... so contact us by email for have his mail.
1) No, no possible.
2) Will be removed in the futur.
Regards