Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thank you kindly, Melanie, for a patch which: | Charles Krinke | 2008-05-23 | 1 | -0/+4 |
| | | | | | | | | | Previously, upload charging was possible only for UPD uploads. This is because UDP uploads are charged by the viewer, while in CAPS, this was changed to be server side, so hackers couldn't avoid paying the upload charge. This patch adds a method to allow implementation of this serverside charge. | ||||
* | * Plug in stubbed out archiver module | Justin Clarke Casey | 2008-05-22 | 3 | -2/+123 |
| | |||||
* | changing more 'raw' HTTP status codes to OSHttpStatusCodes. | Dr Scofield | 2008-05-22 | 1 | -2/+3 |
| | |||||
* | Clean out some crufty in AvatarFactoryModule | Sean Dague | 2008-05-21 | 1 | -0/+2 |
| | | | | | | | | | | Fix RequestUpdateInventoryItem so that asset changes generate a new asset, which is needed for editing appearance to do the right thing. Persistant appearance seems to work after this, except you need to rebake textures some times. | ||||
* | i'm extending the RestStreamHandler.Handler(...) signature to actually | Dr Scofield | 2008-05-20 | 2 | -4/+8 |
| | | | | | | | | | | | provide OSHttpRequest and OSHttpResponse to our REST handler. also, this adds proper RestPlugin.IsGod() checking against the X-OpenSim-Godkey HTTP request header. last, i added XML doc comments to RestPlugin.cs | ||||
* | Add copyright notices. | Jeff Ames | 2008-05-20 | 6 | -11/+171 |
| | | | | | Fix spelling typo (Thanks ChrisDown for pointing this out) | ||||
* | * minor: Just a few documentation odds and ends | Justin Clarke Casey | 2008-05-18 | 1 | -2/+9 |
| | |||||
* | * Patch #1312 from Melanie - Abstracts Money Module to IMoneyModule. | Adam Frisby | 2008-05-18 | 1 | -9/+0 |
| | |||||
* | * Group type stuff. Nothing spectacular. two packets, sorta almost semi ↵ | Teravus Ovares | 2008-05-18 | 2 | -9/+52 |
| | | | | half tiny amount implemented. | ||||
* | Thank you very kindly, Melanie for: | Charles Krinke | 2008-05-17 | 1 | -2/+3 |
| | | | | | | | The money module witll register (claim) an interface slot, even when disabled. This patch fixes it so that it will not register to supply this interface unless it's activated. | ||||
* | * Tweaked patch mantis 1302 and committing it. | Teravus Ovares | 2008-05-17 | 2 | -3/+18 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-17 | 1 | -1/+1 |
| | |||||
* | * Applying patch in mantis 0001293: [PATCH] Fix a bug that corrupts uploaded ↵ | Teravus Ovares | 2008-05-16 | 1 | -3/+4 |
| | | | | assets on disk write from Melane. Thanks Melanie! | ||||
* | * Eliminate occurences of "Got a texture uuid ... with no sender object to ↵ | Justin Clarke Casey | 2008-05-16 | 1 | -2/+16 |
| | | | | handle it..." by properly dealing with the situation where a client still has queued texture requests when it logs out | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 28 | -185/+185 |
| | |||||
* | Committing patch from Melanie. 0001290: [PATCH] implement permissions ↵ | Teravus Ovares | 2008-05-15 | 1 | -1/+7 |
| | | | | | | | | propagation and script module hooks. Thanks Melanie! * Implements quite a few inventory related perms. * (from Teravus) Fixes Take Copy | ||||
* | * Committing Patch mantis 0001275: [PATCH] Add more perms-fu. From Melanie. ↵ | Teravus Ovares | 2008-05-15 | 1 | -8/+85 |
| | | | | | | | Thanks Melanie! * Adds hooks in the permission module for CanReadScript, CanEditScript, CanCopyInventory, CanDeleteInventory, CanEditNotecard, CanViewNotecard, CanViewScript.. and a few more. The functionality in the default module returns true. | ||||
* | * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking ↵ | Teravus Ovares | 2008-05-14 | 2 | -19/+16 |
| | | | | permissions modules. From Melanie. Thanks Melanie! | ||||
* | * Start recording as a statistic the number of times we start blocking ↵ | Justin Clarke Casey | 2008-05-14 | 1 | -2/+4 |
| | | | | | | | | repetitive client requests for the same missing texture * This is to maintain some visibility on the problem, since I removed the intentionally irritating log messages for this | ||||
* | * Fixed deleting prim. | Teravus Ovares | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | * Applying patches from Melanie to cover permissions module. Thanks! | Adam Frisby | 2008-05-14 | 1 | -0/+9 |
| | |||||
* | * Added standard copyright and removed un-necessary using of ↵ | Teravus Ovares | 2008-05-14 | 1 | -1/+0 |
| | | | | libsecondlife.Packets | ||||
* | * Adding the very bare minimum for the client to register user as having the ↵ | Teravus Ovares | 2008-05-14 | 2 | -38/+15 |
| | | | | group OpenSimulator Tester. This allows us to start examining and implementing the vary many unhandled group packets. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 4 | -42/+36 |
| | |||||
* | * Added 3 warnings in response to the warnings. Adam, read the warnings. | Teravus Ovares | 2008-05-14 | 1 | -0/+1 |
| | |||||
* | * Refactored OutPacket out of ScenePresence | Teravus Ovares | 2008-05-14 | 2 | -1/+10 |
| | | | | | * Down to 65 warnings. | ||||
* | * Removed 19 warnings | Teravus Ovares | 2008-05-14 | 3 | -4/+4 |
| | |||||
* | * Refactored OutPacket and FirstName/LastName out of Friends Module. | Teravus Ovares | 2008-05-14 | 2 | -27/+23 |
| | |||||
* | * Added the same catch on the 2nd place that objects fail to lock. | Teravus Ovares | 2008-05-14 | 1 | -0/+7 |
| | |||||
* | * Applying Melanie's FriendList related crash patch. She discovered that ↵ | Teravus Ovares | 2008-05-14 | 1 | -1/+8 |
| | | | | .NET throws a different error then mono does. Thanks Melanie! | ||||
* | *Locked objects can now be unlocked | mingchen | 2008-05-13 | 1 | -1/+1 |
| | |||||
* | *Locked objects now delete after accepting warning as expected | mingchen | 2008-05-13 | 1 | -9/+9 |
| | |||||
* | * Applying Mantis #970 - Revert brush does stupid things. Thanks tglion for ↵ | Adam Frisby | 2008-05-13 | 1 | -2/+2 |
| | | | | fixing a really dumb bug. | ||||
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 5 | -378/+545 |
| | | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed | ||||
* | my last patch didn't actually get the sun to possition correctly, but | Sean Dague | 2008-05-12 | 1 | -3/+5 |
| | | | | | | | | now we are correctly using the timezone offset. If you set day_length to 24.0 you'll get a sun progression that roughly follows your real world day on your server. | ||||
* | move the sun based on localtime instead of utc. Now it won't set for me at | Sean Dague | 2008-05-12 | 1 | -4/+10 |
| | | | | | | 3pm any more. | ||||
* | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-05-12 | 1 | -22/+53 |
| | | | | | | | This is a diagnostic patch in support of Mantis bug 1186. It affects only SubModule and will not affect normal usage. | ||||
* | Update svn properties. | Jeff Ames | 2008-05-11 | 2 | -763/+763 |
| | |||||
* | * Un-break the NPC avatar.. you know.. the one that sits in your sim and ↵ | Teravus Ovares | 2008-05-11 | 1 | -0/+5 |
| | | | | shouts, 'This is my sim, get out!' | ||||
* | * Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ↵ | Adam Frisby | 2008-05-11 | 2 | -0/+759 |
| | | | | | | | | them out. * Fix for Scene.Inventory.cs - It assumes every entity at startup is a SceneObjectGroup. (Actually, this shouldn't have compiled[!] without a warning.) * Fix for LandManager at startup - it assumes there's a land channel when perhaps there isnt. (Bug that needs another refactor to fix. [Mike - I've assigned a ticket to you about this]) | ||||
* | * Two more OutPacket refactors. TextureSender. | Teravus Ovares | 2008-05-10 | 1 | -21/+12 |
| | | | | | * The split image packet sender doesn't like to be refactored (images don't load after it's been refactored), so left that as is for the moment. | ||||
* | Refactored out a few warnings related to Adam's bane OutPacket | Teravus Ovares | 2008-05-10 | 1 | -19/+8 |
| | |||||
* | * Experiment in Zerocoding. | Teravus Ovares | 2008-05-10 | 2 | -0/+6 |
| | |||||
* | *Land/Parcel upates are now correct with a significant movement by the Client | mingchen | 2008-05-09 | 2 | -10/+1 |
| | | | | | *Moved OnSignificantClientMovement to where it is supposed to be - SceneEvents and not ScenePresence | ||||
* | * Removing console notifications of missing texture request sending (which ↵ | Justin Clarke Casey | 2008-05-09 | 1 | -4/+4 |
| | | | | | | | | ironically, was disabled, though it wasn't making much difference). * These messages keep getting confused with other problems - just going to have to try to remember to add these to stats or something so at least they don't completely disappear | ||||
* | * Minor tweak to TerrainChannel | Adam Frisby | 2008-05-09 | 2 | -7/+8 |
| | | | | | * Minor tweak to Permissions/PermissionsModule.cs | ||||
* | *Added all the permission checks to the sceneexternalchecks and modified ↵ | mingchen | 2008-05-08 | 2 | -43/+59 |
| | | | | | | | permission module to follow this. *This makes permission checking much more modular; allows restrictive and granting module to be made without modifying the existing permission module | ||||
* | * Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!) | Adam Frisby | 2008-05-08 | 1 | -269/+329 |
| | |||||
* | *Fixed bug causing Object Duplication to not correctly follow permissions | mingchen | 2008-05-07 | 1 | -1/+4 |
| | |||||
* | *Added CanRunScript to SceneExternalChecks | mingchen | 2008-05-07 | 1 | -0/+2 |
| |