Search found 11 matches

by genix
Sat Dec 17, 2011 2:35 pm
Forum: Show / Tell / Contribute
Topic: Login improvements
Replies: 6
Views: 8608

Re: Login improvements

Ok, agree with fast login. Also the links should be absolute. Right now all the pages are in the same directory, but if I ever add one that is not in the same directory, in a subdirectory, using an absolute path relative to the http root will be necessary. If I'm correct - there is theme_root and js...
by genix
Sat Dec 17, 2011 12:22 pm
Forum: Show / Tell / Contribute
Topic: Login improvements
Replies: 6
Views: 8608

Re: Login improvements

Don't know about ssh but I found some other issues: there is not possible to logout with ie6 - looks like paths starting with /./ confuses its redirection or so. Another small issue: you can't properly load saved page from local disk because styles/scripts have absolute paths starting with '/', IMO ...
by genix
Fri Dec 16, 2011 4:14 pm
Forum: Show / Tell / Contribute
Topic: Login improvements
Replies: 6
Views: 8608

Login improvements

Just found that login delay a bit annoying... so here is a bit optimized script which puts delay only in case of invalid login
Also fixed ie6 js errors for some pages
by genix
Tue Dec 13, 2011 2:08 am
Forum: Show / Tell / Contribute
Topic: set focus() to the password input field
Replies: 11
Views: 14099

Re: set focus() to the password input field

No, I mean that autosend via losing focus is a bad thing IMO :roll: Autosend via Enter key should remain of course
by genix
Mon Dec 12, 2011 9:52 am
Forum: Show / Tell / Contribute
Topic: set focus() to the password input field
Replies: 11
Views: 14099

Re: set focus() to the password input field

Well, I found that using onchange event processing in password fiels is totally wrong because that event triggered not only when you pressing Enter (in FF/Chrome) but always when input field loses input focus - i.e. pressing tab key, clicking mouse in surrounding area etc. So onchange event processi...
by genix
Sun Dec 11, 2011 7:03 pm
Forum: Show / Tell / Contribute
Topic: distance setting in gui?
Replies: 1
Views: 17489

Re: distance setting in gui?

Try this patch for 1.5 branch
Actual option name can be changed to dd-wrt-like "Sensitivity Range" or "ACK Timing"
---
Edit: changed option name to 'Sensitivity Range' and fixed small visibility bug
by genix
Wed Dec 07, 2011 7:14 am
Forum: Hardware / Installation Issues
Topic: TL-WR1043ND w/stock fw MAC spoofing fix
Replies: 4
Views: 4741

Re: TL-WR1043ND w/stock fw MAC spoofing fix

There is MAC-spoofing issue with official firmwares: when device just powered up (after u-boot?) its works like unmanaged 5-port switch i.e. sending all your lan MACs to WAN port which could cause port ban in case of some ISPs IIRC in *wrt fimwares there is some register modificaton performed at lin...
by genix
Mon Dec 05, 2011 1:29 pm
Forum: Show / Tell / Contribute
Topic: set focus() to the password input field
Replies: 11
Views: 14099

Re: set focus() to the password input field

Here is the diff for 1.5, works with 1.4 also
by genix
Mon Dec 05, 2011 7:47 am
Forum: Hardware / Installation Issues
Topic: TL-WR1043ND w/stock fw MAC spoofing fix
Replies: 4
Views: 4741

TL-WR1043ND w/stock fw MAC spoofing fix

Here is some factory beta firmware with MAC-spoofing fix (which will be in official build soon I'm sure) which also updates bootblock
New bootblock code disables WAN port right after power up, stock fimware enables it again after boot - unlike openwrt-based fw - means no internet at all :roll: