| View previous topic :: View next topic |
| Author |
Message |
sidki3003
Proxomitron Host

 Joined: May 11, 2002 Posts: 1252 Location: Germany
|
Posted: Wed Jan 02, 2008 3:18 am Post subject: Beta Config (January 2 2008) |
|
|
Here's a beta of the next config version.
I didn't have much time to work on it - or test it - over the past weeks, so i thought i'd better share it as is, rather than having it lying idle.
Beta Notes:
| Quote: | This beta will use its own subdirectory, so you can run both, this and the
release version in parallel.
2008-01-02
==========
Changes:
- Numerous rewrites and modifications of content-type and content sniffing
filters, in order to avoid filtering of unrelated (esp. binary) content.
- Cut back - or improve - the most troublesome (i.e., heuristic) filters.
- Various scattered changes.
Note:
Most filters aren't fully downwards compatible, so please don't mix them with
the release config. |
Beta config (offsite link, 293 KB) -- Homepage
Feedback welcome, as always -- Happy New Year!
sidki
|
|
| Back to top |
|
 |
Knivez
Corporal

 Joined: Jan 16, 2006 Posts: 60 Location: Switzerland
|
|
| Back to top |
|
 |
ProxFox
Proxomitron Host

 Joined: Nov 11, 2003 Posts: 940 Location: USA
|
Posted: Wed Jan 02, 2008 1:34 pm Post subject: |
|
|
many thanks indeed...
been runnin' out-of-the-box for about 2.5 hours with no problems at all thus far...
|
|
| Back to top |
|
 |
ecli
Trooper

 Joined: Dec 27, 2005 Posts: 17 Location: USA
|
Posted: Wed Jan 02, 2008 3:35 pm Post subject: |
|
|
Thanks sidki!
I'll take it to a test drive.
Oh, and a Happy New Year! Bestwishes for all of you!
|
|
| Back to top |
|
 |
sidki3003
Proxomitron Host

 Joined: May 11, 2002 Posts: 1252 Location: Germany
|
Posted: Wed Jan 02, 2008 5:04 pm Post subject: |
|
|
Thanks for testing. This beta fixes 100+ little bugs, and a few big ones, so regressions are likely. I'm rather confident regarding the content type/sniffer changes.
The majority of the other changes is JS related. Not so much about ads, more about tracking and interception. So please do not turn off JavaScript (nor block all scripts), if possible.
|
|
| Back to top |
|
 |
42unite
Corporal

 Joined: May 09, 2004 Posts: 57 Location: USA
|
Posted: Wed Jan 02, 2008 5:21 pm Post subject: |
|
|
Am now running beta on Linux.
Fine so far.
Thank you, Sidki.
Happy New Year!
|
|
| Back to top |
|
 |
ProxFox
Proxomitron Host

 Joined: Nov 11, 2003 Posts: 940 Location: USA
|
Posted: Wed Jan 02, 2008 6:13 pm Post subject: |
|
|
| sidki3003 wrote: | | The majority of the other changes is JS related. Not so much about ads, more about tracking and interception. So please do not turn off JavaScript (nor block all scripts), if possible. |
lol... okay, will do...
|
|
| Back to top |
|
 |
pilyoto
Cadet

 Joined: Dec 25, 2007 Posts: 1 Location: USA
|
Posted: Thu Jan 03, 2008 7:46 am Post subject: |
|
|
Still running fine so far.
Happy New Year everyone!
|
|
| Back to top |
|
 |
ProxFox
Proxomitron Host

 Joined: Nov 11, 2003 Posts: 940 Location: USA
|
Posted: Sun Jan 06, 2008 11:39 am Post subject: |
|
|
still fine here too...
haven't bumped into any "oddities" at all thus far...
so i guess "no news is good news"...
|
|
| Back to top |
|
 |
sidki3003
Proxomitron Host

 Joined: May 11, 2002 Posts: 1252 Location: Germany
|
Posted: Sun Jan 06, 2008 5:17 pm Post subject: |
|
|
Let's hope so! 
|
|
| Back to top |
|
 |
xpi
Cadet

 Joined: May 02, 2006 Posts: 9 Location: USA
|
|
| Back to top |
|
 |
sidki3003
Proxomitron Host

 Joined: May 11, 2002 Posts: 1252 Location: Germany
|
Posted: Mon Jan 07, 2008 11:08 pm Post subject: |
|
|
In proxjs-full.js replace the respective functions with:
| Code: |
function miShow(e) {
if (e != 1 && !prxO.oMen.meCheck(e)) return;
if (prxO.oSet.$toDo & 16)
status = window.defaultStatus = prxO.oTop.prxO.oiLdStop;
if (prxO.oMen.meImg.style.visibility == "visible") return;
prxO.oInt.inSetCSS(prxO.oMen.meImg, "left: " +
((window.pageXOffset || prxO.oDoc.scrollLeft) + 20) +
"px; top: " + ((window.pageYOffset || prxO.oDoc.scrollTop) + 20) +
"px; visibility: visible;");
}
|
| Code: |
// Show/hide the menu.
meShow : function () {
clearTimeout(this.meTimer);
if (this.meDiv.style.visibility == "visible") return;
this.meTimer = PrxRLsetTimeout(function () {
prxO.oInt.inSetCSS(prxO.oMen.meDiv, "left: " +
((window.pageXOffset || prxO.oDoc.scrollLeft) + 40) +
"px; top: " + ((window.pageYOffset || prxO.oDoc.scrollTop) + 40) +
"px; visibility: visible;");
}, 150);
},
|
edit: corrected: proxjs-menu.js -> proxjs-full.js
|
|
| Back to top |
|
 |
Knivez
Corporal

 Joined: Jan 16, 2006 Posts: 60 Location: Switzerland
|
Posted: Tue Jan 08, 2008 11:27 am Post subject: |
|
|
So far the config is working smoothly, had a couple hang-ups and a couple cookie quirks but most probably its Opera's fault (other browsers worked fine on the same pages).
Thanks for your hard work, Sidki 
|
|
| Back to top |
|
 |
storm119
Corporal

 Joined: Apr 19, 2004 Posts: 52
|
|
| Back to top |
|
 |
sidki3003
Proxomitron Host

 Joined: May 11, 2002 Posts: 1252 Location: Germany
|
Posted: Tue Jan 08, 2008 2:46 pm Post subject: |
|
|
Cool, thanks for the feedback. 
|
|
| Back to top |
|
 |
|
|