-
NewTobinParadigm
-
NewTobinParadigm
;)
-
NewTobinParadigm
Thanks again for that.
-
NewTobinParadigm
-
NewTobinParadigm
thanks again for that
-
frg_Away
NewTobinParadigm np I usually try to fix what I broke :)
-
NewTobinParadigm
I am trying to keep orginal author as much as possible when possible (and I remember to lol)
-
NewTobinParadigm
so it WAS your fault lol
-
NewTobinParadigm
i only got two things to do before tuesday's Interlink's Platform Refresh release
code.binaryoutcast.com/projects/aur…ntral/issues?state=open&milestone=1
-
NewTobinParadigm
but after that I can get back on track with my orginal goals
-
NewTobinParadigm
which was updating Interlink bits its self.. Communicator Preferences, maybe even untanging the mess the Thunderbird Anarchy Era introduced
-
NewTobinParadigm
renaming what are obviously mozilla js modules to jsm .. removing bits i half-ass disabled 3 years ago
-
NewTobinParadigm
all kinds of good fun eh frg_Away
-
NewTobinParadigm
6 weeks to de-sabotage the codebase done over 6 months basically
-
frg_Away
NewTobinParadigm The 2.53 code has working TB code if you need other backports. But not sure how easy they apply to the "older" codebase.
-
NewTobinParadigm
frg_Away: i did take in some backports provided by someone else over the years
-
NewTobinParadigm
might be interesting to take a peak.. ONE in particular is a priority for users tho
-
NewTobinParadigm
-
NewTobinParadigm
that one
-
NewTobinParadigm
it isn't entirely trival and my cpp skills are nearly non-existant.. oh i can apply and test but create new code or adapt newer code back is exceedingly difficult
-
NewTobinParadigm
-
NewTobinParadigm
this won't be applicable for you at your level since it all works as it is supposed to.. but at mine it is the best solution to balance the intent of the security/privacy bug and what is required to work internally
-
NewTobinParadigm
Mozilla's patch only allowed the file: protocol access to only moz-icon: .. Moonchild unsuccessfully did what was removed and that disallowed moz-icon:file:// from web but not the moz-icon: its self.. and it still left about:feeds unable to use it.. so he didn't fully patch the intent of the mozilla sec bug and broke internal shit which had issues before anyway
-
Rainer_Bielefeld
Hi
-
NewTobinParadigm
Rainer_Bielefeld: your name is familar
-
NewTobinParadigm
i feel like we have spoken before
-
NewTobinParadigm
anyway i think with the slow death of rss and the incompatibility with current mozilla tech that the surface for this kind of fingerprint data harvesting is very small.. besides, an extension's about page or w/e can access the filesystem anyway and steal a much more complete picture of what is installed or registered as file types vs a website's feed breaking sandbox and querying moz-icon:file:// urls
-
Rainer_Bielefeld
Currently I'm using installation of unofficial (by wg9s) De SeaMonkey 2.53.12 beta 1 Mozilla/5.0 (NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0 Build 20220413141527 (Default Classic Theme, newly created User Profile) on German WIN7 64bit.
-
NewTobinParadigm
as well as not allowing the protocol at ALL to the web its self
-
Rainer_Bielefeld
But I haven't been asked to update to 2.53.12. Are 2.53.12 beta 1 and 2.53.12 identical?
-
WG9s
Rainer_Bielefeld: but my onoficial builds are what is expected to be the next official release.
-
NewTobinParadigm
does WG9s run an aus service?
-
WG9s
NewTobinParadigm: no i do not
-
WG9s
we have enough issues trying to provide symbols builds for these in the aomunt of space we have to use on the mozilla servers.
-
NewTobinParadigm
WG9s: it isn't very difficult perhaps you should consider adding it so users aren't left hanging.. I could do some php scripting based off stuff i have done before if you tell me your requirements at some point
-
NewTobinParadigm
WG9s: yeah but you could use your own server
-
NewTobinParadigm
WG9s: why do you need to provide symbol builds why not just provide the symbols them selves for winders
-
NewTobinParadigm
as a seperate download
-
WG9s
look on my own server you can do as i do to get a new build if there is one. I have a script for this
-
NewTobinParadigm
WG9s: i can't.. well i could now since I moved but you kinda ip banned me at one point lol
-
WG9s
Really waht Ip did I ban I can unbann
-
NewTobinParadigm
it was a comcast ip either starting with 69 or 98
-
WG9s
what i do is
-
NewTobinParadigm
sorry 65 and 98
-
WG9s
mkdir -p ~/builds
-
WG9s
cd ~/builds
-
WG9s
touch -r *seamonkey253-linux-x86_64* test.$$
-
WG9s
-
WG9s
cd ~
-
WG9s
if [ builds/*seamonkey253-linux-x86_64* -nt builds/test.$$ ]
-
WG9s
then
-
WG9s
rm -rf seamonkey wg9s_253
-
WG9s
bzcat builds/*seamonkey253-linux-x86_64* | tar xvf -
-
WG9s
mv seamonkey wg9s_253
-
WG9s
fi
-
NewTobinParadigm
perl
-
WG9s
rm -f builds/test.$$
-
NewTobinParadigm
and bash
-
NewTobinParadigm
heh
-
WG9s
New I thought I unbanned all of the banned IP addresses on my last birtday in Februrary. Of course you might have pissed me off after that
-
NewTobinParadigm
this year?
-
NewTobinParadigm
well i moved at christmas
-
NewTobinParadigm
but things have changed since then
-
NewTobinParadigm
a lot of things
-
NewTobinParadigm
I'd still love to know why i can't get past nss 3.64 tho
-
NewTobinParadigm
and why random unrelated bits seem to error out for no rasin
-
NewTobinParadigm
still somewhat patched 3.64 is better than a barely patched nss 3.52 and deff vs an unpatched 3.whatever 52 shipped with
-
NewTobinParadigm
i can only gleem right now that 3.65 had some major refactoring or is it major refuckening
-
NewTobinParadigm
:P
-
NewTobinParadigm
oh well I am sure I will figure it out eventually
-
Rainer_Bielefeld
WG9s: Thx!
-
WG9s
I don;t kno says I have benned no one.
-
NewTobinParadigm
hey frg_Away did you manage to import the mapi headers into your tree?
-
frg_Away
Yes
-
NewTobinParadigm
ah ok
-
NewTobinParadigm
i did too
-
NewTobinParadigm
a lot simpler for me than the changes in the orginal c-c bug
-
NewTobinParadigm
one of these days if i get good enough I will complete the incomplete xul linkage :P
-
NewTobinParadigm
if I can manage it and get more stuff out of libevil i could change how I package and build and redux the xulapp type of thing
-
NewTobinParadigm
that was the dream of xre and toolkit after all
-
NewTobinParadigm
MOZ_INCOMPLETE_EXTERNAL_LINKAGE .. incomplete for too long :(
-
NewTobinParadigm
frg_Away: do you guys have any search plugins where you get revenue from?
-
frg_Away
Yes ddg and startpage.
-
NewTobinParadigm
ah
-
NewTobinParadigm
another down..
code.binaryoutcast.com/projects/aur…6677036445e571c914e3b94e16747904835 one more change to go before the official blockers are all resolved
-
NewTobinParadigm
feel free to use it if you want lol
-
NewTobinParadigm
frg_Away ewong
-
frg_Away
This is already gone in latest 2.53. Was only needed for npapi.
-
NewTobinParadigm
well also eme and webrtc
-
NewTobinParadigm
well
-
NewTobinParadigm
gmp was hacky
-
NewTobinParadigm
but i swear the gmp provider relied on npapi plugin provider
-
NewTobinParadigm
frg_Away: the thing is that it is more work than it is worth to remove npapi from the codebase and there are a few edge cases that can be served or hell the slim, admittedly, hope of new plugins
-
NewTobinParadigm
if i killed npapi the possibility of a chrome based ietab type of thing would be dead
-
NewTobinParadigm
because that used a combo of npapi, xpcom binary and js to do the magic
-
NewTobinParadigm
i just didn't know you killed npapi in a 56-based codebase
-
frg_Away
EME and webrtc are still working in latest 2.53. Tested with a Firefox build. Problem is npapi needed gtk2 and some Linux distributiions already removed it. And it seems the removal has a positive effect on speed an memory usage.
-
NewTobinParadigm
frg_Away: they may have moved some shit over to gmp provider OR transfered some stuff over.. i dunno GMP is evil
-
NewTobinParadigm
-
NewTobinParadigm
I am ready to rock!
-
NewTobinParadigm