rejetto forum

Modification suggested

Poll

Specially asked by bacter. Which quantity of space will be necessary? ;D

1 space
2 (66.7%)
Space in accordion
1 (33.3%)
Space of relaxation
0 (0%)

Total Members Voted: 2

0 Members and 1 Guest are viewing this topic.

Offline SilentPliz

  • Operator
  • Tireless poster
  • *****
    • Posts: 1298
  • ....... chut ! shh!
    • View Profile
   
Hi Rejetto!  :)

I suggest you a very BIG change in main.pas:  :-\ ;D

this:

if assigned(cd) and assigned(cd.conn) then
  addr:=nonEmptyConcat('', cd.conn.request.user, '@')
    +cd.address+':'+cd.conn.port
    +nonEmptyConcat(' {', localDNSget(cd.address), '}');

instead of:

if assigned(cd) and assigned(cd.conn) then
  addr:=nonEmptyConcat('', cd.conn.request.user, '@')
    +cd.address+':'+cd.conn.port
    +nonEmptyConcat('{', localDNSget(cd.address), '}');

This is to avoid this in the log when using adress2name:

14:54:48 127.0.0.1:1841{Local} 406 Octets reçus
14:54:48 127.0.0.1:1841{Local} Requête GET /favicon.ico

instead of this:

14:54:48 127.0.0.1:1841 {Local} 406 Octets reçus
14:54:48 127.0.0.1:1841 {Local} Requête GET /favicon.ico

I know this is hard work, excuse me.  ;D

« Last Edit: June 21, 2009, 08:22:58 AM by SilentPliz »


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
c'est plutôt moi qui fait ce genre de proposition en général. Toi, tu te contente de traduire ... ;) :D
« Last Edit: June 18, 2009, 01:26:56 PM by Mars »


Offline bacter

  • Operator
  • Tireless poster
  • *****
    • Posts: 681
    • View Profile
Pour les modifications de cette profondeur on devraît au moins faire un poll !!! :D
  • - no space
  • - 1 space
  • - 2 spaces
;D ;D ;D
« Last Edit: June 18, 2009, 02:02:17 PM by Mars »
your computer has no brain - use your own !


Offline SilentPliz

  • Operator
  • Tireless poster
  • *****
    • Posts: 1298
  • ....... chut ! shh!
    • View Profile
J'y songerais la prochaine fois.  ;D

Bien vu!  ;)


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
 Done! :D
« Last Edit: June 18, 2009, 03:13:07 PM by Mars »


Offline SilentPliz

  • Operator
  • Tireless poster
  • *****
    • Posts: 1298
  • ....... chut ! shh!
    • View Profile
On attend avec "stupeur et tremblements" le vote de rejetto.  :D
« Last Edit: June 18, 2009, 05:17:00 PM by SilentPliz »


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
the reason of this request is not clear to me


Offline SilentPliz

  • Operator
  • Tireless poster
  • *****
    • Posts: 1298
  • ....... chut ! shh!
    • View Profile
I want there to be a space between the port and the {name} in the log shown in HFS, when using adress2name.

16:44:13 SilentPliz#@192.168.1.6:2968{Stunnel}

This is an request aesthetic and for the visual comfort only.  :)
« Last Edit: June 19, 2009, 03:39:30 PM by SilentPliz »


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
silentpliz, écris ton post en french , rejetto te comprendra peut-être mieux  :D


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
mmm, ok, i guess since the introduction of the tabbed file format, this kind of change is not a problem