rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - SilentPliz

Pages: 1 2 3
1
Français / HFS - Ici les versions stables en français
« on: May 23, 2019, 07:35:58 PM »
Mercredi 22 Avril 2020 HFS 2.3m #300 r12 est en ligne.

Nouveau:
- Options > nouvel onglet 'Configuration Utilisateur' (nouvelle fonctionnalité amenée par Mars, merci à lui 😉)

- À la demande de plusieurs utilisateurs (Danny, Leo, etc.):

Menu principal > Options de débogage > Désactiver les services externes (déconseillé) > Désactiver IP_SERVICES_URL

Menu principal > Options de débogage > Désactiver les services externes (déconseillé) > Désactiver SELF_TEST_URL

- Correction de 2 petits bugs dans hfs:
Plus de doublons dans 'Adresses personnalisées'.
Lors de la suppression d'un compte DDNS, le mot de passe est désormais également supprimé de la configuration.

HFS 2.3m #300 r12:
https://drive.google.com/folderview?id=1-8EN9sMEAtGAy28n-z272sVGfEnlkKbD

Ou
http://silentpliz.free.fr/hfs/hfs.2.3m_300_r12.exe

Sources:
http://silentpliz.free.fr/hfs/Sources_hfs/HFS2.3m300_r12.zip

2
Italiano / Chiama per i traduttori volontari.
« on: April 06, 2019, 09:46:27 PM »
Ciao a tutti!  :)

Mi permetto di spammare il tuo forum per attirare la tua attenzione (con il mio italiano di Google).

Sto cercando volontari per tradurre la mia versione di HFS.

Lascio il link (in inglese) per chi sarebbe interessato:

http://rejetto.com/forum/index.php?topic=13134.0

Grazie in anticipo per il vostro aiuto.  ;)

3
HFS ~ HTTP File Server / Donate your Time for translate
« on: March 22, 2019, 05:55:02 PM »
22-04-2020     
HFS 2.3m #300 r12 for translators

Hi everybody !

I appeal to those who would be interested to help me
to translate my release of hfs:

- In Spanish language
- In Italian language
- In Chinese language
- In Russian language


Languages ​​are pre-translated (translator toolkit) in the release I post below.
Some strings are very poorly translated with this method, others well translated.

But I think that with this method, finally, we save time.

How to do :

- You launch / run hfs.2.3m_300_r12_trad.exe
- The files to translate are in the following folders:

Spanish language    "locale\es\LC_MESSAGES\default.po"
Italian language    "locale\it\LC_MESSAGES\default.po"
Chinese language    "locale\zh\LC_MESSAGES\default.po"
Russian language    "locale\ru\LC_MESSAGES\default.po"

I advise you to use Poedit to edit these files.

https://poedit.net/download

Open the choosed default.po file in poedit as a continuation of a translation.
You correct / translate strings.
You save file and run hfs.2.3m_300_r12_trad.exe to test your work.

Once your translation is finished, send it to me by email or on the frorum
After verification, I will include it in the next releases.

Don't use this release as a work server ... especially in languages ​​not yet finalized.

Updated 22-04-2020

Little mistake on release uploaded... please re-download it. Sorry
POT file :
http://silentpliz.free.fr/hfs/default.pot

HFS :
http://silentpliz.free.fr/hfs/hfs.2.3m_300_r12_trad.exe

Sources:
http://silentpliz.free.fr/hfs/Sources_hfs/HFS2.3m300_r12_trad.zip

4
Programmers corner / setClip for user comfort ;)
« on: March 18, 2019, 01:44:14 PM »
Hi ! :)

Two procedures where we could usefully to add setClip() (with or without notifications).
I know, it's a detail; but it's more comfortable for HFS users.


procedure TmainFrm.Viewhttprequest1Click(Sender: TObject);
var
  cd: TconnData;
begin
cd:=selectedConnection();
if cd = NIL then exit;
msgDlg(first([cd.conn.request.full, cd.conn.getBuffer(), '(empty)']), MB_OK, 'HTTP Request ');
setClip(first([cd.conn.request.full, cd.conn.getBuffer(), '(empty)']));
tray.balloon('The http request is copied to the clipboard.', 7);

end;

******************************************************************************

procedure TmainFrm.Findexternaladdress1Click(Sender: TObject);
const
  MSG = 'Can''t find external address'#13'( %s )';
var
  service: string;
begin
// this is a manual request, try twice
if not getExternalAddress(externalIP, @service)
and not getExternalAddress(externalIP, @service) then
  begin
  msgDlg(format(MSG, [service]), MB_ICONERROR);
  exit;
  end;
setDefaultIP(externalIP);
msgDlg(externalIP);
setClip(externalIP);
tray.balloon('The IP address is copied to the clipboard.', 7);

end;

5
Everything else / Sunrise Theme (Night view) ...
« on: March 10, 2019, 06:31:09 PM »
Very nice theme ... The black suits me so well. :)
The worry is that I have to put on a tuxedo every time I post a message.  :D

7
HFS ~ HTTP File Server / HFS including SSl tools
« on: March 17, 2012, 04:51:00 PM »
22-04-2020 HFS 2.3m #300 r12 is online.

 
 NEW:
Options > new tab 'User Configuration' (new feature by Mars, thanks to him ;) )

-  At the request of several users (Danny, Leo, etc):

Main Menu > Debugging options > Disable external services (not recommended) > Deactivate IP_SERVICES_URL

Main Menu > Debugging options > Disable external services (not recommended) > Deactivate SELF_TEST_URL

- Correction of 2 small bugs in hfs: no more duplicates in 'Customized Addresses' and when deleting a DDNS account, the password is now also deleted from the configuration.

@LeoNeeson
Added in ipservices.txt:

http://checkip.amazonaws.com
http://whatismyip.akamai.com
http://bot.whatismyipaddress.com


HFS 2.3m #300 r12:
 https://drive.google.com/folderview?id=1-8EN9sMEAtGAy28n-z272sVGfEnlkKbD

or 

 
http://silentpliz.free.fr/hfs/hfs.2.3m_300_r12.exe

Sources:]
 
http://silentpliz.free.fr/hfs/Sources_hfs/HFS2.3m300_r12.zip


Hello everyone!

I propose a release of HFS, including Stunnel and OpenSSL
(creation of OpenSSL certificates and HTTPS (TLS) communication via Stunnel)

The builds of HFS that are used are based on the "French" stable/beta releases 2.3 #xxx
based on the officials stable/beta releases 2.3 #xxx of rejetto.

stunnel versions are: 5.xx FIPS 32 bits and 5.xx 64 bits without FIPS
.
These releases of HFS are bilingual English / French (other languages are ​​possible - translators, please contact me ;) ).

Setup is easy
:

Expert mode > TLS settings tab > push TLS button ... fill in the relevant fields (some hints are there to help you) and click "Build settings and run Stunnel".

IMPORTANT:
The default template of these releases is in French language, but several templates are included in English language :

HTML templates
> Templates included in HFS > choose ...

Groups are created when you load a template ... they are used to manage more finely users rights.

See the tab "Users Accounts".

I haven't much time to make a longer message, for now ... I still hope this is clear enough.

I count on you to let me know if it works or not on your systems (Windows versions).

Thank you in advance for your comments.  :)

8
Everything else / 2012...
« on: December 31, 2011, 05:37:12 PM »
Happy New Year 2012 to all !

My best wishes for you !

 :) ;)

10
Programmers corner / @rejetto about Options > accountsBox
« on: March 23, 2011, 12:01:26 PM »
Hi rejetto ! :)

It would be nice if you set Options > accountsBox > HideSelection to False

It's currently very annoying when you set several accounts, the one after the other, you are not always sure of the account on which you stand.

thanks ;)

11
Programmers corner / About some usefull Captions
« on: February 17, 2011, 09:20:34 PM »
Hi rejetto!  ;)

I noticed some captions that could display a visual information ... and which are not currently operating.
If you want to add them...  :)


Quote
Showbandwidthgraph1.visible:=not graphBox.visible;
Shellcontextmenu1.Caption:=if_(isIntegratedInShell(), 'Remove from shell context menu', 'Integrate in shell context menu');
//add
mainFrm.Connectionsinactivitytimeout1.Caption:=
if_(connectionsInactivityTimeout <= 0, 'The inactive connection is never kicked ...', 'The inactive connection is kicked after '+intToStr(connectionsInactivityTimeout)+' seconds ...');
mainFrm.Minimumdiskspace1.Caption:=
if_(minDiskSpace <= 0, 'Minimum disk space: disabled ...', 'Minimum disk space: '+intToStr(minDiskSpace)+' MB ...');
mainFrm.Flagfilesaddedrecently1.Caption:=
if_(filesStayFlaggedForMinutes <= 0, 'Recent files stay flagged during: disabled ...', 'Recent files stay flagged during '+intToStr(filesStayFlaggedForMinutes)+' minutes ...');

//end add
Restore1.visible:=trayed;
Restoredefault1.Enabled:=tplIsCustomized;


12
Français / Merry Christmas to all! Joyeux noël à tous !
« on: December 24, 2010, 07:42:13 PM »
Merry Christmas to all !

Joyeux noël à tous !

13
RAWR-Designs / MOVED: Rawr Template 0.1.3 - Modules Mod Release
« on: September 30, 2010, 05:13:56 PM »

14
Programmers corner / @rejetto about connBox TListView
« on: September 30, 2010, 03:09:59 AM »
Hi! :)

Just a quick note to mention this (its not very important):

If in the properties of connBox you set FullDrag on True
we can once again move the columns/tabs like we could do before in ancient releases.

But maybe you've discarded this "option" voluntarily?

15
HTML & templates / For r][m
« on: September 16, 2010, 05:44:52 AM »
....
It appears to do the same as setting no permission at all?
....

Correct. It's like an direct access... The user does not need to be logged to access at the resource allowed for Anyone.

Any account = Access only for all accounts created
Anyone = Access for accounts created & the rest of the world

Off topic:

r][m

You had solved this problem?

http://www.rejetto.com/forum/index.php/topic,9000.msg1051780.html#msg1051780

Pages: 1 2 3