rejetto forum

Testing build #177

rejetto · 11 · 19443

0 Members and 1 Guest are viewing this topic.

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
this bug urged to be fixed, sorry

download @ www.dovedove.it/hfs/hfs177.exe

what's new
- missing ":" in host, broken in build #176


rng

  • Guest
Seems to me that limits due inactivity is broken. As i set the time to 30 sec, people that idle longer then 30 sec are not cut off.

anyone more with that problem ?



Offline AYEHAN

  • Occasional poster
  • *
    • Posts: 92
    • View Profile
Turn Off Presistent Connection
Your issue will solve hopefully

i had the same problem too :)

Menu > Other Option > Presistent Connections

this shouldnt have a Check


jerome

  • Guest
a strange behavior tested on Indian's attack...

for some users (without the good login and pass) trying to log with a mail address,
the disconnected connection don't leave directly after they are gone.

you need to select "leave disconnected connections", unselected it, and select it again to kick off the slot.


@ character is not disconnected in the list until you leave disconnected connections the 2 time
 
( it can be useful to catch the offered mail and return a message)
if you can catch the pass code used in the historic list, to make a "mail hack party" it could be fun.  ;D

check to log this one "hellorejetto@yahoo.com"

never disconnected from the list

it smell the hfs178.exe                thank you the Indians attack for the bug check

also a "log off" function in the menu should be useful to not have to close the explorer after this test, and reset the login still in the cache.


rng

  • Guest
Turn Off Presistent Connection
Your issue will solve hopefully

i had the same problem too :)

Menu > Other Option > Presistent Connections

this shouldnt have a Check

Yes that was the solution, how dumb of me should have known that.
but thnx anyway


Offline MarkV

  • Tireless poster
  • ****
    • Posts: 764
    • View Profile
When using a mail address as username, HFS gets stuck on 'replying'. For that reason the connection is not dropped. Even if it eventually disconnects it is not removed from the list.
« Last Edit: February 04, 2008, 11:52:57 PM by MarkV »
http://worldipv6launch.org - The world is different now.


Offline bacter

  • Operator
  • Tireless poster
  • *****
    • Posts: 681
    • View Profile
Caché building template in HFS?

There is a small problem when hfs builds the page using external language files. In my mainpage visitors can choose form different languages, and loading the language-files works well. But switching from one language to another, sometimes (1 out of 3 or 4), in some sections the variables (from special:strings) are not changed. So for example, if i switch from german to english, 1 or 2 sections remain in german, until i force a second refresh to reload the page.

It's not question of the browser, because the html generated contains that mix of languages. It seems that hfs does caching of some sections (in my case [login-link] and [footer] ) that were already built before. Is this a bug or is this done to save build-time?

If it's not a bug, could we set could we set in [special:begin] some sentence to be recognized by hfs like:

{{if | {{=|%folder%|/|}}| reset}}

being reset (or someting like clearcache) a keyword for hfs so that it clears de caché and does a full rebuild of the whole template?

I prefer that this would be considered as a bug, because not rebuilding the whole template everytime would only save some microsecond or less.
your computer has no brain - use your own !


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
When using a mail address as username, HFS gets stuck on 'replying'. For that reason the connection is not dropped. Even if it eventually disconnects it is not removed from the list.

fixed in next beta

(same problem reported by jerome)
« Last Edit: February 07, 2008, 04:43:46 AM by rejetto »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
Seems to me that limits due inactivity is broken. As i set the time to 30 sec, people that idle longer then 30 sec are not cut off.
anyone more with that problem ?

i just tested setting the limit to 5 seconds

Code: [Select]
6.00.53 127.0.0.1:61310 Connected
6.00.53 127.0.0.1:61310 Requested GET /util/
6.00.53 127.0.0.1:61310 Served 5,13 KB
6.00.59 127.0.0.1:61310 Disconnected by server: inactivity - 16791 bytes sent

all went well.

Are you sure that connections were truly inactive for 30 seconds? Any activity will reset the timer.
If you are sure, then Log menu -> Log what ->  enable everything from "Connections" to "Bytes sent".
Then make a test connection, be idle for more than the time you set the limit, and see what the log says.
If the you think you were right, and there's a bug, then post your log on the forum.


Note: disabling persistant connections is a workaround to your problem, but it should be left ON when the problem is solved. When it is off, there's more network activity and delay.


Offline bacter

  • Operator
  • Tireless poster
  • *****
    • Posts: 681
    • View Profile
Thanks rejetto,

 the problem mentioned above with supposed caching of sections is not more present in build #178! Now it works o.k.
your computer has no brain - use your own !