aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-02Thank you kindly, dslake, for a patch that:Charles Krinke1-0/+4
The region dearchive module assumes extra null bytes will be appended to the end of every OAR file. This may be due to the block nature of storage but it seems like an unsafe assumption. When streaming region archives over a network or through a memory stream, no additional null bytes are added to the end and this an exception.
2009-08-02* An enum for The VisualParams array that the viewer sends us with 90% of ↵Teravus Ovares1-11/+842
the documentation. * Automatically generated using the BuildVisualParamsEnum Method that gets data from the libOMV VisualParams NameValue definitions which they generate from the the avatar_lad.xml file * Want to know what element controls the eye size, jowls. pointy ears? no problem.
2009-08-01Add copyright header. Formatting cleanup.Jeff Ames3-3/+30
2009-07-30* Fixed another potential httpserver leak.Teravus Ovares3-1/+26
2009-07-29Add basic support ofr detached request handling to the HTTP server.Melanie Thielker1-1/+7
Groundwork to finish HTTP IN.
2009-07-29* An attempt to fix mantis #3955Teravus Ovares1-2/+2
* It's possible it could re-cause mantis #3953, but the FreeContext isn't always necessary because Connection: close ---> Disconnect(SocketError.Success) { FreeContext(); }
2009-07-29* An attempt to fix mantis #3953Teravus Ovares4-5/+29
2009-07-29* Re trigger pandaTeravus Ovares1-1/+1
2009-07-29* Adds the ability to have a thread efficient long poll service (such as the ↵Teravus Ovares7-5/+442
eventqueue) * If this doesn't melt the Http Server, this will significantly reduce the number of threads in use on regions with many users. * Adds AddPollServiceHTTPHandler, and RemovePollServiceHTTPHandler to BaseHttpServer * Generic enough to be used for many long poll services, not only the EventQueue.
2009-07-28Add the new StatusData block to the other two searchh packetsMelanie Thielker1-0/+2
2009-07-28Fix a null data block in DirClassifiedReply packet, preventing a sessionMelanie Thielker1-0/+1
crash in search. Fixes Mantis #3952
2009-07-25* as per my e-mail to opensim-dev archive: ↵Teravus Ovares1-1/+1
https://lists.berlios.de/pipermail/opensim-dev/2009-July/007223.html I'm bumping gridcomms interface version to 5. MajorInterfaceVersion = 5
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares2-10/+10
* Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
2009-07-23Formatting cleanup.Jeff Ames1-6/+3
2009-07-21* Updated C# WebServer to the latest available source download (r19869) and ↵Teravus Ovares2-5/+45
applied a few mods from the old version (now up on opensim-libs (VS 3.5 project). * Made various changes to BaseHttpServer to accommodate the new interfaces. * This version has been significantly re-architected and may fail in unusual and insidious ways. * Please pay attention to any errors you get and post a Mantis if you can reproduce an issue with the HTTPServer. I'm including the pdb and having the http server compiled in debug for a few weeks so that when an error occurs, it'll print the pertenant data. * Once again, this is the full C# WebServer, not the lite branch that is included in LibOMV (we need SSL!)
2009-07-19* Created a way that the OpenSimulator scene can ask the physics scene to do ↵Teravus Ovares1-0/+1
a raycast test safely. * Test for prim obstructions between the avatar and camera. If there are obstructions, inform the client to move the camera closer. This makes it so that walls and objects don't obstruct your view while you're moving around. Try walking inside a hollowed tori. You'll see how much easier it is now because your camera automatically moves closer so you can still see. * Created a way to know if the user's camera is alt + cammed or just following the avatar. * Changes IClientAPI interface by adding SendCameraConstraint(Vector4 CameraConstraint)
2009-07-17fixed the bug where changing the rotation of a selection of prims in a ↵MW1-0/+3
linkset, made each of those prims rotate around its own centre rather than around the geometric centre of the selection like they should do (and like the client expects). This involved adding a new OnUpdatePrimSingleRotationPosition event to IClientAPI so that we can get the changed position from the client. Btw adding new events to IClientAPI is really tedious where you have to copy the change across to at least 5 or 6 other files. [Note this doesn't fix the bug where any rotation changes to the root prim (but not the whole linkset) cause rotation errors on the child prims.]
2009-07-15minor: remove some mono compiler warningsJustin Clarke Casey3-5/+4
2009-07-15Bump version in Framework/Servers/VersionInfo to 0.6.6.Jeff Ames1-1/+1
2009-07-12Changed the DeRezObject event so it passes a list<uint> of localIDs in one ↵MW1-1/+1
event trigger rather than triggering the event once for every localid in the derez packet.
2009-07-10* minor format changes and message additionsJustin Clarke Casey1-6/+20
2009-07-10* minor: standardize some logging messagesJustin Clarke Casey1-7/+10
2009-07-10* minor: Make GridCommon.ini.example refer to inventory service rather than ↵Justin Clarke Casey1-9/+27
asset where appropriate * Send debug level notice to console if a user fails authentication
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-17/+3
Change all uses of the HttpServer properties to use the new singleton
2009-07-10Create a MainServer static class to access the regions server's HTTP serverMelanie Thielker1-0/+42
2009-07-07* Allowing LLSD logins to do silent logout of last hung session on ↵Arthur Valadares1-8/+17
standalone only, following the already implemented XMLRPC behavior
2009-07-04Fix previous commitMelanie Thielker1-0/+1
2009-07-04Add the new field agent_access_max. Without it being set to "A", viewers fromMelanie Thielker1-0/+9
1.23 prevent the removal of underwear.
2009-07-03- adding a Persistent flag to RegionInfoDr Scofield1-0/+3
- adding EstateSettings.Save() to RemoteAdmin ACL code (invoked only when region is persistent)
2009-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker1-1/+8
balancer plugin work again. Create a new method, GetClientEP, to retrieve only the EndPoint for script usage. Marked the purpose of the method in IClientAPI.cs with a warning. Also restored the corresponding SetClientInfo functionality.
2009-07-01add some more intuitive overloads for PrimitiveBaseShape SetPathRange and ↵Dahlia Trimble1-0/+12
SetProfileRange
2009-06-29From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-7/+18
Attached is a patch that changes the oar file saving of creation date/time to an integer instead of a string. I did this after justincc emailed me saying there is a problem with internationalisation doing it the old way and I said I'd fix it. Its been tested with MySQL and I've made the changes for MSSQL but that hasn't been well tested.
2009-06-27Make cleartext authentication case sensitive. Thanks jhurliman for spotting ↵Dahlia Trimble2-3/+3
this.
2009-06-26Enable the RemoteAdmin module to save regions as ini files rather than XMLMelanie Thielker1-0/+68
2009-06-26Make delete-region delete the section from an ini file. Will delete the wholeMelanie Thielker1-0/+6
file if it has no sections left.
2009-06-25Make create region save the new region to ini file format if the nameMelanie Thielker1-2/+10
specifies an ini file. If the ini file exists, the region will be added.
2009-06-25From this version onwards, all new region files created automatically willMelanie Thielker2-13/+117
be created as new style INI files. This doesn't yet affect create region, but it does affect first starts of OpenSim.exe Because master avatars are slated to be replaced by estate owners, this now allows regions to be created without any master avatar data.
2009-06-25Add a comment and an example region config fileMelanie Thielker1-1/+1
2009-06-25Allow the reading of ini files instead of xml files when reading regionMelanie Thielker2-50/+139
definitions from the file system
2009-06-22Committing the meat of the user server interface and the bones of the ↵Melanie Thielker1-0/+10
service implementation
2009-06-22Update svn properties.Jeff Ames26-3275/+3275
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-1/+4
This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events).
2009-06-18Applied patch from Mantis #3736 , which should stop the userserver crashing ↵MW1-1/+2
when a SL viewer version 1.23 logs in. Thanks StrawberryFride
2009-06-18* Corrected CAPS namespacesArthur Valadares28-29/+29
* "luke, use the sed"
2009-06-18Moved OpenSim/Framework/Communications/Capabilities up to ↵diva26-3275/+3275
OpenSim/Framework/Capabilities. Didn't change the namespace because VC# is not helping, and this would imply manually changing more than 50 files. So the namespace is still OpenSim.Framework.Communications.Capabilities, to be cleaned up later by someone with more energy.
2009-06-17Implementation of a simple authentication service + in connector in route to ↵diva1-0/+2
making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.
2009-06-12Give m_test* methods more reasonable namesMike Mazur1-25/+25
Changing the names of these methods because they were being picked up by nunit as tests even though they were marked private. Naming them Check* after the original Test*.
2009-06-11Fixes mantis #3803. Thanks jhurliman.diva1-1/+1
2009-06-11* Reinstating UserProfileCacheServiceTests. One test still fails ↵Arthur Valadares1-54/+98
(TestUpdateFolder)
2009-06-11InterServiceInventoryService references *almost* completely removed from the ↵diva3-8/+146
simulator. Only a couple left, not important. Also updated the login tests -- Justin, this time I was able to fix this by myself :)