Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-06 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -8/+8 | |
2008-10-06 | cleaning up OSHttpResponse: note that read access to extra header | Dr Scofield | 4 | -200/+101 | |
fields is GONE (HttpServer does not support that), you can read the "normal" HTTP headers available via properties, and you can add headers. also, it is now possible to set a timeout for KeepAlive (for those clients that pay attention to it). this also fixes the broken REST inventory/assets/appearance services, they should be working again. testcase for OSHttpResponse will follow. | |||||
2008-10-06 | oops. forgot testcase | Dr Scofield | 1 | -0/+249 | |
2008-10-06 | * Stop the sim stats reporter reusing the same SimStatsPacket for all clients | Justin Clarke Casey | 8 | -55/+155 | |
* I believe this was the cause of the remaining packet_out_of_order messages in the Linden client logs * There were race conditions where multiple clientstacks would overwrite each other's sequence numbers | |||||
2008-10-06 | cleaning up OSHttpRequest removing old Http stuff. also adding test | Dr Scofield | 3 | -317/+92 | |
case for OSHttpRequest (not very fancy yet, but still). | |||||
2008-10-06 | * Made Mapitems more failure friendly | Teravus Ovares | 1 | -10/+86 | |
2008-10-06 | * restore Header.Resent field setting for resent packets | Justin Clarke Casey | 1 | -0/+4 | |
* without this, the client appears to reset the sequence of packets its expecting | |||||
2008-10-06 | * Change interpretation of asset throttle values to bits per second rather ↵ | Justin Clarke Casey | 2 | -37/+42 | |
than bytes per second * Changing network bandwidth in the preferences will now have a much more noticeable effect - a user may want to increase this if data is being slow to download from opensim | |||||
2008-10-06 | Mantis#2342. Thank you kindly, Ralphos for a patch that solves: | Charles Krinke | 1 | -78/+10 | |
llSetLinkApha is not fully implemented and has not been updated to use the recently added GetLinkParts and associated implementation pattern as per llSetLinkColor and llSetLinkPrimitiveParams. | |||||
2008-10-06 | Mantis#2340. Thank you kindly, Sacha Magne for a patch that: | Charles Krinke | 2 | -6/+16 | |
adding default_loginLevel in USerServer.xml to set a default login level to acces to the grid. Fixing one bug in login_reset | |||||
2008-10-06 | adds admin_exists_user XmlRpc call. | Dr Scofield | 1 | -0/+74 | |
2008-10-06 | Implement Parcel -> ForceOwnerToMe god mode packet | Melanie Thielker | 5 | -0/+30 | |
2008-10-06 | Exclude attachments from parcel prim counts | Melanie Thielker | 1 | -1/+1 | |
2008-10-06 | Implement ForceOwnerPermissive and God TakeCopy | Melanie Thielker | 3 | -0/+23 | |
2008-10-06 | Cause inventory items to also be sold when a prim is sold | Melanie Thielker | 1 | -4/+1 | |
2008-10-06 | Fix a number of errors in transfer of objects | Melanie Thielker | 3 | -5/+16 | |
2008-10-06 | Remove an unnecessary perms check. This caused prim movement to be disabled | Melanie Thielker | 1 | -14/+1 | |
on parcels that had prim entry turned off. This needs to be reintroduced with proper parcel boundary checks. | |||||
2008-10-06 | MapItems/Green Dots | Teravus Ovares | 1 | -19/+63 | |
* Fixes 1 too large count in region you're in (Region no longer reports the green dot about yourself to you) * For all local requests, the region will check itself instead of going to it's web service. (optimization) | |||||
2008-10-06 | Fix a nullref | Melanie Thielker | 1 | -1/+1 | |
2008-10-06 | One should not commit even the smallest fox without compile. Fix build break | Melanie Thielker | 1 | -6/+6 | |
2008-10-06 | More perms fixes. Reinstate the move flag | Melanie Thielker | 1 | -6/+10 | |
2008-10-06 | Fix a privilege escalation with linked sets | Melanie Thielker | 1 | -3/+6 | |
2008-10-06 | Revert r6697 patch as the build fails. | Charles Krinke | 19 | -178/+118 | |
2008-10-06 | Mantis#2336. Thank you kindly, Ralphos for a patch that: | Charles Krinke | 1 | -3/+8 | |
Prevent EventAbortException inner exceptions of TargetInvocationException being re-thrown from OpenSim.Region.ScriptEngine.Shared.ScriptBase. Executor.ExecuteEvent | |||||
2008-10-06 | Mantis#1207. Thank you, TGlion for a patch that addresses: | Charles Krinke | 19 | -118/+178 | |
Implementation of llModifyLand() and There is a bug on permission-check of land-terraforming: x an y-coordinates are interchanged on function-call ExternalChecksCanTerraformLand. Correct: x is west, and y is north. 2) Missing check of "Other allow to terraform-flag" (Parcel.ParcelFlags.AllowTerraform) | |||||
2008-10-06 | Patch by Fly-Man, with modifications. Add more fields to DataSnapshot. | Melanie Thielker | 1 | -11/+36 | |
This changes yes/no to true/false. Will likely break Metaverseink in some way. | |||||
2008-10-06 | Implements ObjectOwner god mode packet (Set Owner To Me admin option) | Melanie Thielker | 6 | -0/+38 | |
2008-10-06 | * Green dots on the mainmap for avatar. | Teravus Ovares | 6 | -0/+265 | |
* Initial implementation * You'll only be able to seen green dots on regions on the map that have been updated. | |||||
2008-10-05 | For symmetry reasons, I think this probably is a bug. | Homer Horwitz | 1 | -1/+1 | |
2008-10-05 | Small optimization: Don't ask gridserver about regions on the local instance. | Homer Horwitz | 1 | -0/+7 | |
2008-10-05 | * Fix sitting avatar showing up properly on the minimap | Teravus Ovares | 1 | -1/+18 | |
2008-10-05 | Fixed small coordinate issue: The center is (min+max)/2, not (max-min)/2 | Homer Horwitz | 1 | -1/+1 | |
2008-10-05 | Fix a problem with land-search and non-convex parcels. | Homer Horwitz | 1 | -2/+39 | |
You'll need to update your snapshots. | |||||
2008-10-05 | * Fixes the last snag with the EventQueue. The situation where the seedcap ↵ | Teravus Ovares | 2 | -1/+4 | |
gets lost on teleport. | |||||
2008-10-05 | Revert the packet resend timing changes. They caused login issues in primmy | Melanie Thielker | 1 | -2/+2 | |
regions. | |||||
2008-10-05 | Add parcel info "UUID" to snapshot | Melanie Thielker | 1 | -0/+6 | |
2008-10-05 | Craters, take 2. Remove old discard logic and absolute discard timer. | Melanie Thielker | 1 | -47/+27 | |
Introduce a resend counter on the ack queue. The header "Resent" field is now obsolete. Implement 3 resends on reliable packets, variable. Increase default resend timeout to 3000ms and default silence threshold to 350ms. | |||||
2008-10-05 | Update svn properties, minor formatting cleanup. | Jeff Ames | 11 | -58/+58 | |
2008-10-05 | * An update to the UDP Packet handler which might make the giant sized ↵ | Teravus Ovares | 1 | -1/+1 | |
craters go away. | |||||
2008-10-05 | Remove a console debug output | Melanie Thielker | 1 | -1/+1 | |
2008-10-05 | Change category in snapshot to a number, to match the one in search | Melanie Thielker | 1 | -1/+1 | |
2008-10-05 | Add a dummy "dwell" value to the data snapshot | Melanie Thielker | 1 | -1/+5 | |
2008-10-05 | Small bug fix | Melanie Thielker | 1 | -0/+1 | |
2008-10-05 | Plumb in the DirPlacesReply packet | Melanie Thielker | 4 | -0/+50 | |
2008-10-04 | Fix Mantis #2281: touch events in non-default states in DNE work again. | Homer Horwitz | 1 | -1/+1 | |
2008-10-04 | Plumb packet DirPlacesQuery for search module | Melanie Thielker | 4 | -0/+29 | |
2008-10-04 | * Tidy up configuration stuff, eliminated default setting duplication along ↵ | Justin Clarke Casey | 2 | -59/+46 | |
the way * This revision also makes the exception catcher of last resort print to the log instead of just the console * This means logs should now capture sim crashing exceptions, though not those which are caused by a crash of the virtual machine itself | |||||
2008-10-04 | * minor: both OpenSimBase and the Voice and RemoteAdmin modules were ↵ | Justin Clarke Casey | 1 | -18/+0 | |
checking whether any config was set * Resolve redundancy by removing the OpenSimBase check - if modules are recieve nini config directly they should probably be the ones to do the checking | |||||
2008-10-04 | Mantis#2316. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2 | -7/+31 | |
Addresses llDie issues. The attached patch catches run time exceptions that occur during method invocation (of type TargetInvocationException) and exposes the internal exception. This makes it possible to pass out the SelfDeleteException. Also added handlers in a couple places to make sure that exception was being passed out far enough to be handled correctly. Tested on DNE. | |||||
2008-10-04 | Remove two warnings by assigning string provider = "" | Charles Krinke | 1 | -2/+2 | |
and string type = "". Currently we are down to 14 warnings in the VS2005 C# build which is pretty good. |