Jump to content

Chaser Zaks

Resident
  • Posts

    669
  • Joined

  • Last visited

Everything posted by Chaser Zaks

  1. I've concluded that SSP stands for Super Secret Project. They refuse to confirm or deny this.
  2. My honest opinion, there is no need to encrypt stuff in LSL. It is often just a waste of CPU/script time. Here are my reasons: If you are encrypting say, applier textures or some sort of texture, this is completely pointless. If anyone wanted to steal a texture, they'd use a copybot viewer instead of trying to figure out what channel the scripts communicate on, then write a decrypter. If people listening in on the channel for the applier is the problem, consider doing a handshake system instead(applier says "anyone there?", object that gets the textures says "I am", applier verifies same owner then does llRegionSayTo). If you are sending stuff off to a server via llHTTPRequest or sending stuff to a LSL server using llRequestURL(), consider using HTTPS. Even when using HTTP, chances of someone listening into this are slim to none. You are more likely to be struck by lightning. (If someone is listening in on this type of communication, you have a bigger problem) If you just want to ensure integrity of a message, you can simply prepend a llMD5String( string src, integer nonce ) or llSHA1String( string src ); with a secret key seen in the Signing Example below. This can also be used with HTTP Requests should you need to be extra secure(which may make sense if your API may be discovered while still preventing people from using this. You can also boost security by doing the same thing LL does by using experience keys to store the sharedKey. Encryption in LSL is very hard to get right, and when done wrong can be easily broken, especially XOR "encryption". Its very easy to break and has various attacks, one which is very easy is the Known String attack. Signing Example: string signMessage(string myString){ return llSHA1String(sharedKey + myString) + myString; } string validateMessage(string myString){ if(llGetSubString(myString, 0, 39) == llSHA1String(sharedKey + llGetSubString(myString, 40, -1))){ //Our message is signed and valid! return llGetSubString(myString, 40, -1); }else{ //Not valid, return nothing return ""; } }
  3. Unfortunately, no. There are several open/accepted feature requests for this however, so it is on the list of things to do. [SCR-163] New PrimitiveParams flag: PRIM_PROJECTOR [SVC-6390] Missing script interface to projected textures [BUG-6961] New PrimitiveParams flag: PRIM_PROJECTOR One option I found, that counts technically as a hacky way to do it, is to have multiple prims with different projector textures but with the same parameters, then cycle through them turning PRIM_POINT_LIGHT of for one and on for the next.
  4. Mirrors, or render targets which is basically a camera print rendering(at a lower resolution) to a meta texture, so we can make mirrors and screens and what not.
  5. These are what I like to call "want to be Lindens" who won't ever be Lindens because of their behavior. They are often the same kind of people who think crashing people with graphics crashers, crashing sims, and other various griefing tactics are suddenly ok for them to do if they are "enforcing the sim rules or ToS". They do nothing but get on my nerves and whenever I see someone trying to enforce rules on a sim I moderate, I estate ban them. Best solution to these people is to look for anything that can be interpreted as impersonating a Linden and AR them for it. 🤣
  6. Im double dumb. I thought you said I made a dumb but no I'm half awake and corrected a non mistake. SL was planned for steam in 2012 but was later scrapped.
  7. SL was planned for steam and was later scrapped. I've even asked since Steam is now allowing adult content(which I presumed was one of the reasons why the idea was scrapped) but was told still there are no plans. Fun thing though, you can still see the steam app on steam, I even have it on my steam profile: https://steamcommunity.com/id/Felix_Wolf/ The community used to be accessable but steam later disabled that. However, interestingly, the LAST activity on the Second Life steam app info was 3 months ago: https://steamdb.info/app/209930/history/ (September 20, 2018 – 02:29:07 UTC), so the idea might not be completely out the window.
  8. I really do dislike the boxes that REQUIRE you to wear them to unpack(Even worse when they llDie(), preventing you from manually unpacking!). I don't want to accidentally detach my right hand, or play a silly animation that is unneeded. Sure in some situations it is nice to be able to wear the object to unpack it such as locations where you cannot rez stuff, but I don't want it to be a requirement. Automated unpacking I am rather eh about. I'd much rather rez something and have the choice to have it unpack all the things into a folder for me, or for me to unpack a single part out of it, but I can go either way with it. However having a script to unpack stuff when you click it is really nice, as long as it isn't required to wear it to unpack.
  9. im stupid also those precious post counts get me closer to a custom title
  10. 1. It isn't imposing traditions, you don't have to look at the thread if you don't want to? 2. Not entirely sure about that. 3. I'm thankful for my family and friends. 4. Probably. 5. It is seen as a good gesture. Even if I was down, I'd be well thankful for any well wishes regardless of my circumstances. Why should I not be happy celebrating a national holiday just because it isn't celebrated in other places of the world? Is this a troll post?
  11. You already made a thread about this Whats wrong with that thread? It is still on the first page of the In-world employments section.
  12. Most definitely the bakes server is having issues. Since regular assets do not seem to be having an issue, it is easily isolated to the bake server. It could be one of the following: Someone unplugged something(metaphorically, stopped a service or changed something on production by accident) Server is having issues downloading assets (unlikely as we can still download regular assets) Server is having rastering issues (plausible, it could be stuck trying to raster a single asset) Server is having issues uploading (plausible, but unlikely. If internal access to the asset server is authenticated, the upload key might have been invalidated or it just cannot route to the asset server) It is also possible that the bakes server is still uploading stuff but the asset server isn't saving temporary assets correctly. Should be a relatively easy thing to fix once the issue is pin pointed.. unless it is a hardware issue, in which case they got to perform physical surgery on the server.
  13. While I would prefer people just leave politics off the forum threads where they are not supposed to be, people will, unfortunately, do this, as it is a sure fire way to derail a thread or get it locked. I'll use SL continents in these examples, There are SOME places where it may be considered acceptable such as events(I.E. stating the event is about Heterocera politics), but if someone pops into a thread and starts saying stuff like "Zindra is best and Sansara is evil censoring land!", the BEST solution is: Report them, state that it is derailing and trying to bring up politics where it isn't welcome. Ignore them, don't fan the flames. Continue on with the current discussion as if the person never posted that. IF and ONLY IF someone tries to engage, politely ask "Can we please stay on topic, I don't want the thread to be locked." As a moderator on another site, I would personally interpret bringing up politics like that as "Flaming" or "Off topic" content, as seen in the below thingy that appears when I paste forum posts. I have no doubt that Linden Lab's forum moderators would recognize these actions as flaming/off topic as well. However, I would like to mention, people DO get banned or at least suspended, we just cannot see it. Forum suspensions and bans are handled the same way as if they were done in-world. They won't say if someone is banned or suspended, or why someone was banned. This is for the same reasons as they are in-world, privacy. While I understand it could be frustrating not to know if actions are being taken or not, or why someone was banned, but it prevents a lot of drama down the line. While transparency reports are great, I truly believe this is the best solution for such a platform like Second Life.
  14. Technically, it is possible, but the reason LL has this in place is to prevent fraud. Using alts to bypass the spending limit(in excess) might result in the fraud prevention team suspending your accounts for safety reasons. Although I am not allowed to interpret the Terms of Service on behalf of users. I can point you in the potential right direction. Section 3.1 talks about Linden Dollars and their acceptable use: https://www.lindenlab.com/legal/second-life-terms-and-conditions The BEST and PROPER way to do this, is to request a spending limit increase(or decrease if you so please). To do so, create a new ticket on the support page and make a "Billing > LindeX Limits Review" ticket. Please be sure to include the maximum or minimum you would like your spending limit set to. You can also see your current spending limits here: https://accounts.secondlife.com/lindex/economic_limits I hope this helps!
  15. Yes. However the method for reporting it is a bit more tricky/involved. As Second Life contains hundreds of terabytes of assets, Linden Lab has no feasible way to shift through all the assets to find one that matches the description of a report, as such they will need some sort of pointer to where the asset is located. If the object is rezzed in-world, this makes it very easy to find. Simply log the location(See this article for more information about region locations), the name of the object, who owns the object, and the creator of the object(See the picture below, it shows "Chaser Zaks" as the owner and "Ancient Mole" as the creator). If the object is worn or otherwise may disappear, copying the asset ID is a must! Some viewers such as the Firestorm viewer allow for residents to copy the asset ID of a object via the build menu: Including this Key which will look like "ecbba654-87ce-3bf6-dfa4-6368405a6914" will greatly improve Linden Lab's ability to find the offending object, as this is a pointer in the asset server to what the object contains and can show them the Mesh IDs, Texture IDs, various other IDs associated with the object. Please do keep in mind though, only the copyright owner or someone who has been authorized to act on behalf of the copyright owner may file a DMCA. While I wish there was less stolen content in Second Life, I cannot report it myself. The best course of action is to make notes of such details and report it to the copyright owner for them to decide whether or not to enforce their copyright with a DMCA. Linden Lab has several good articles on the DMCA process which can be found at these URLs: https://www.lindenlab.com/legal/intellectual-property-infringement-notification-policy http://wiki.secondlife.com/wiki/Linden_Lab_Official:Intellectual_Property Although not official(Unsure if it was written by Linden Lab and hosted else where, or compiled information), this may also be very useful: https://www.inta.org/PDF Library/Second Life URL Policy Summary.pdf I hope this helps and answers your questions!
  16. Please don't delete questions that you ask after they get answered. Keeping questions is very important as people who may have the same question can search and find the answer instead of asking again. There is no shame in asking a question if this is why you deleted it. Questions increase our knowledge and asking is smarter than not.
  17. I think EEP may have went live on the main grid, which means regions are likely using a day schedule based of a EEP sky. If not the the release channel, probably magnum, bluesteel, or el tigre. What region are you in and is it a release candidate channel?
  18. If you are worried about people spying on you at a university, you can always use VPN. This will encrypt network traffic even though SL's network traffic is unencrypted(Aside from login which contains the password hash, that's encrypted!).
  19. Yes and no. Yes, if you have some sort of malware or a hacker on your network, they can certainly spy on your network activities, or on a public network such as starbucks WiFi. Anyone can use wireshark to see network communications if they have promiscuous mode enabled on the modem. However they are much more interested in banking details than Second Life conversations. No, officially, only Linden Lab is able to see conversations and even then, it is a very few Lindens who have signed a special agreement who are allowed to investigate such conversations. Don't worry, they don't spy on you for fun. Only for abuse report reasons.
  20. I wonder what the next thread will be? "What's your favorite colour", or perhaps "what's the name of your first pet", or maybe even "what's your mother's maiden name". If they are trying to get my security question, jokes on them I always set my security question to "pickle steve", they will never find that one out! Edit: THIS IS A JOKE IM NOT STUPID ENOUGH TO POST MY SECURITY QUESTION IN PUBLIC LINDEN LAB PLEASE DO NOT LOCK MY ACCOUNT I NEED MY ACCOUNT
  21. Data and historical information. I love info and archival. I try to archive all sorts of old Linden content when possible, and make all sorts of things into data and statistics. I also like furry avatars and spent quite a bit of money on them. https://crocuta.softhyena.com/avatars.htm (This list is out of date)
  22. As others said, abuse report will work. You can also block them and be done with it as well. You have done nothing wrong, I own plenty of alts(granted a lot of them are like anih487m5yh378 resident or jirabugtest20000i10 resident). If it is worry about them saying that "x is yunababy69's alt!", they have no evidence that is legal. If they reveal any information that is proof of it being your alt unless you state so in your profile, they are very likely violating the Terms of Service relating to Resident Privacy.
×
×
  • Create New...