| General SL Discussion Discuss topics related to Second Life |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #26 (permalink) | |
| Senior Member ![]() ![]()
On my period, leave me alone.
Join Date: May 2010
Posts: 132
| Quote:
Fixing it | |
| | |
| |
| | #27 (permalink) | |||
| Stallmanite ![]() ![]()
Eating computers
Join Date: Apr 2010 Location: Canada, I'll beat you up
Posts: 423
My Mood: SL Join Date: Feb 2007 | Quote:
Quote:
Quote:
__________________ KING OF DOUBLE PROAST AND NINJA EDIT. | |||
| | |
| | #28 (permalink) |
| is a pussy. ![]() ![]() ![]() ![]() ![]() ![]()
Laughs and sneers in LOLCat
| See, I knew the real story would start to emerge.
__________________ "To begin with," said the Cat, "a dog's not mad. You grant that?" "I suppose so," said Alice. "Well, then," the Cat went on, "you see, a dog growls when it's angry, and wags its tail when it's pleased. Now I growl when I'm pleased, and wag my tail when I'm angry. Therefore I'm mad." "I call it purring, not growling," said Alice. "Call it what you like," said the Cat. |
| | |
| 10 Users Laughed: |
| | #30 (permalink) |
| Declares Shenanigans ![]() ![]() ![]()
Questing to level up in SL
Join Date: Nov 2007 Location: My House
Posts: 1,200
My Mood: SL Join Date: 2006
Business: Not Too Shanty | |
| | |
| 1 User Hugged You: |
| | #31 (permalink) |
| Senior Member ![]() ![]()
On my period, leave me alone.
Join Date: May 2010
Posts: 132
| Oh well. Hazim, I obtained a newer version of the onyx source called onyx_source_spring_2010.7z. The source files seem updated from the one you gave out. Do you happen to know if the onyx project continued after the date they claimed to stop updating it? I think this is a new file in the newview folder/cryo_message.cpp #include "llviewerprecompiledheaders.h" #include "jc_preprocessor_settings.h" #include "llsdserialize.h" #include "cryo_message.h" CryoMessage gCryoMessage; CryoMessage::CryoMessage() { init(); } CryoMessage::~CryoMessage() { } void CryoMessage::init() { std::string message_template_path = gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS,"message _template.msg"); LLFILE* found_template = NULL; found_template = LLFile::fopen(message_template_path, "r"); /* Flawfinder: ignore */ #if LL_WINDOWS // On the windows dev builds, unpackaged, the message_template.msg // file will be located in // indra/build-vc**/newview/<config>/app_settings. if (!found_template) { message_template_path = gDirUtilp->getExpandedFilename(LL_PATH_EXECUTABLE, "app_settings", "message_template.msg"); found_template = LLFile::fopen(message_template_path.c_str(), "r"); /* Flawfinder: ignore */ } #endif if (found_template) { const S32 BUFSIZE = 16384; char buffer[BUFSIZE]; /* Flawfinder: ignore */ char arg1[256],arg2[256],arg3[256],arg4[256],arg5[256]; /* Flawfinder: ignore */ arg1[0] = 0; arg2[0] = 0; arg3[0] = 0; arg4[0] = 0; arg5[0] = 0; int args = 0; int braceCount = 0; LLSD packets; LLSD packet; LLSD block; LLSD blocks; LLSD blockdata; std::string lastPacket; std::string lastBlock; while (!feof(found_template)) { if (fgets(buffer, BUFSIZE, found_template) == NULL) { buffer[0] = '\0'; } args = sscanf(buffer, " %255s %255s %255s %255s %255s", arg1, arg2, arg3, arg4, arg5); /* Flawfinder: ignore */ if( !strncmp(arg1,"//",(size_t) 2) )continue; |
| | |
| | #32 (permalink) |
| Now with 40% more Awesome ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() *SLU Supporter* ![]() ![]() ![]() ![]() ![]() ![]()
We can't stop here. This is
bat country
Join Date: Aug 2007
Posts: 8,272
My Mood: Client: Tenacious - V | If it says root........ it's on like donkey kong! woooot!
__________________ And as it was in the beginning, so too shall it be in the end. That bullshit is bullshit, it just goes by different names. |
| | |
| | #33 (permalink) |
| Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2008
Posts: 16,374
| Just curious since on this topic... does anyone but me ever watch disk activity in the resource monitor in windows? yea i'm real geeky. I monitor ports and disk activity all the time. Have I mentioned I hate typepad and it's sixapart crap? Anyway it is interesting to see what all goes on around the old hard drive even when applications are (supposedly) not running. |
| | |
| | #34 (permalink) | |
| Extreme Lurker XXL ![]() ![]() ![]() ![]()
*rawr*
Join Date: Jul 2008
Posts: 2,724
SL Join Date: 2007ish someday
Business: B5IV Roleplay Client: Firestorm | Quote:
No accident, no, but I'd still like to know why my avatar name was on that list and so far, there was no proper explanation except for people who tried to persuade me that I must have visited certain sims which I certainly did not visit. By the way, my Windows account name is "Mazz", which actually isn't my real name. Hope that didn't spoil any fun. | |
| | |
| | #36 (permalink) | |
| Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2008
Posts: 16,374
| Quote:
![]() Sometimes I come across textures that are named with the full app path that includes the user name rofl. People should really slow down. That L$5 that they miss by taking the time to rename isn't going to hurt. | |
| | |
| 1 User Agreed: |
| | #37 (permalink) | |
| Stallmanite ![]() ![]()
Eating computers
Join Date: Apr 2010 Location: Canada, I'll beat you up
Posts: 423
My Mood: SL Join Date: Feb 2007 | Quote:
Speaking of which, any viewer devs stupid enough to base their viewer on Onyx, they are also affected by this. *looks at several people on certain forums* | |
| | |
| | #38 (permalink) | |
| A Queer & Pleasant Danger ![]() ![]() ![]() ![]()
Lies down wif Bunnies
Join Date: Jan 2009
Posts: 3,266
My Mood: SL Join Date: July 5, 2006
Business: Mournin' Woods
Client: Dun' compromise mai privacies! | Quote:
Nice edit after teh fact. | |
| | |
| 1 User Laughed: |
| | #39 (permalink) | |
| Mootles ![]() ![]() ![]()
cout<<"monies";
| Quote:
2. why base a viewer on onyx, its made by emerald so it has all of its failures. 3. thank you hazim for including this feature in your viewer (I am sure it is brilliant though I haven't messed around with it in OS grid yet).
__________________ I used to program once, then I took an arrow to the knee. | |
| | |
| | #40 (permalink) | ||
| Stallmanite ![]() ![]()
Eating computers
Join Date: Apr 2010 Location: Canada, I'll beat you up
Posts: 423
My Mood: SL Join Date: Feb 2007 | Quote:
Quote:
Edit: Me. I highly doubt there was malicious intent here, since my understanding was that this was due to an issue with a third-party login manager with their customized startup page xml. It would be much easier to prove it if they would keep a public source code repository and stop scrubbing revisions they didn't want others to see. My understanding is that the only reason they went to a private repo was because they wanted Meerkat to stop "stealing" their features before they could release them. I get the feeling that if they were not legally required to release the source, they would not. Last edited by hazimgazov; 07-20-2010 at 06:59 PM. | ||
| | |
| | #41 (permalink) | ||
| Account Closed
*tap tap* Is this thing on?
Join Date: Jul 2009
Posts: 173
Client: Imprudence | Quote:
Quote:
Oh, and the fact that the Emerald source code is available? It didn't help with this issue in the slightest, since source code for this part of Emerald is intentionally not released. | ||
| | |
| 1 User Laughed: |
| 1 User Disagreed: |
| | #42 (permalink) | |
| Stallmanite ![]() ![]()
Eating computers
Join Date: Apr 2010 Location: Canada, I'll beat you up
Posts: 423
My Mood: SL Join Date: Feb 2007 | Quote:
You can read the full text of the license here (pdf warning.) | |
| | |
| 1 User Agreed: |
| | #43 (permalink) | |
| Miss StarLight ![]() ![]() ![]() ![]()
The little dabbler
Join Date: Mar 2010 Location: Variable
Posts: 2,677
SL Join Date: 06/12/08 | Quote:
| |
| | |
| | #44 (permalink) | ||
| Stallmanite ![]() ![]()
Eating computers
Join Date: Apr 2010 Location: Canada, I'll beat you up
Posts: 423
My Mood: SL Join Date: Feb 2007 | Quote:
Quote:
| ||
| | |
| | #45 (permalink) | |
| Senior Member ![]() ![]()
o_o
Join Date: Oct 2009
Posts: 443
| Quote:
| |
| | |
| | #46 (permalink) | |
| 子猫女王 ![]() ![]() ![]()
(Loading...)
Join Date: Oct 2009
Posts: 1,841
My Mood: SL Join Date: 5/20/2008
Business: Kitty Kat Construction Client: Imprudently Ascending like a Phoenix through the Snowstorm | /usr/share/secondlife/Emerald-Viewer-i686-1.23.5.1636 Sorry to disappoint!
__________________ Quote:
Last edited by Katheryne Helendale; 07-20-2010 at 09:05 PM. Reason: Typo in the file path | |
| | |
| | #48 (permalink) |
| LGG ![]() | This was pretty disgusting when I found out about it all, and how I found out about it. Apparently this was a secret addition to code that I wasn't allowed to see -.- I've talked with them, the code was originally placed in there to help them see who is using emkdu and to help prevent other people (viewers) from using it illegally (not paying for it like emerald did). This is all out of my hands, the emkdu license was for a single developer, and it wasn't me. Phox has told us that the emkdu library is fixed now, and that path is no longer part of the pasta. I greatly apologize to those Linux (and Mac?) emerald users who have had their user names on their computer exposed, I wish I would have known about this sooner. Re-downloading the emerald binary from the site will replace the old version of emkdu with the new one that phox said "none of the binaries on our site expose resident data." It may also be worth noting that emerald is made to use either llkdu (llkdu.dll file on second life installations), emkdu, or openjpeg. It decides what to use based on what .dll files are available in the installation directory. emkdu, then llkdu, then openjpeg, listed in the order that emerald viewer will choose to use them, and also the order of speed. To make emerald not use emkdu, it would probably be best to delete emkdu.dll, and copy over llkdu.dll from one of their installations. Also, phox has mentioned that the encryption around the window title now included has been made stronger, so this will hopefully prevent that information from being as public as it is now. It may also be worth noting, just as a neat bit of information, that there is some user data placed in every image file by llkdu and emkdu, mentioned by ll here, http://wiki.secondlife.com/wiki/Texture_meta-data Last edited by lordgreggreg; 07-20-2010 at 09:03 PM. Reason: More Precise |
| | |
| 1 User Laughed: |
| 8 Users Said Thanks : |
| 1 User Agreed: |
| | #49 (permalink) |
| 子猫女王 ![]() ![]() ![]()
(Loading...)
Join Date: Oct 2009
Posts: 1,841
My Mood: SL Join Date: 5/20/2008
Business: Kitty Kat Construction Client: Imprudently Ascending like a Phoenix through the Snowstorm | |
| | |
| 1 User Hugged You: |
| | #50 (permalink) |
| Over and out ![]() ![]() ![]() ![]() Join Date: Nov 2007 Location: Oklahoma
Posts: 2,683
SL Join Date: 11/2006
Business: Pear Shaped Blog Entries: 1 | ![]() The odds of this actually being interesting are so low I actually nodded off while writing this post.
__________________ "Here I am once more in this scene of dissipation and vice, and I begin already to find my morals corrupted." - Jane Austen |
| | |
| 5 Users Laughed: |
| 1 User Agreed: |
![]() |
| Thread Tools | |
| Display Modes | |
| |
| |