aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto2010-01-171-229/+240
|
* Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto2010-01-161-1/+1
| | | | yet.
* Finished moving object crossings into EntityTransferModuleDiva Canto2010-01-161-3/+3
|
* Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto2010-01-161-49/+372
|
* Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+5
|\
| * Shorten the names of the tags in monitorstats summary to the immediate typeMelanie2010-01-161-1/+5
| | | | | | | | | | name sans namespace. Needs adjustment of scripts using these!. Request my name still uses full namespace path.
* | Renamed IAgentTransferModule to IEntityTransferModule -- accounts for ↵Diva Canto2010-01-151-0/+1201
| | | | | | | | objects too.
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-112-2/+2
| |
* | CommunicationsManager deleted.Diva Canto2010-01-111-1/+0
| |
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-5/+4
| | | | | | | | | | * HG is seriously broken here * Compiles. Untested.
* | Merge branch 'master' into presence-refactorMelanie2010-01-041-5/+5
|\ \ | |/
| * Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-5/+5
| |
* | The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto2010-01-012-9/+28
|/ | | | obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
* Adds tons of packets.Revolution2009-12-312-0/+47
| | | | | | Applied with change: Changed spelling to Summary (from Summery) Signed-off-by: Melanie <melanie@t-data.com>
* No-op in this commit. Just increasing the tag number due to weirdnesses.Diva Canto2009-12-231-1/+1
|
* Library Module: allows adding folders/items to the Library from IAR files ↵Diva Canto2009-12-232-0/+482
| | | | placed under bin/Library. This works only for standalones.
* Formatting cleanup.Jeff Ames2009-11-2316-17/+449
|
* * Added some new syntax options for the Monitor Module's HTTP poll.Adam Frisby2009-11-121-0/+30
|
* * Added HTTP polling for Statistics Monitor Module (access via ↵Adam Frisby2009-11-111-1/+24
| | | | | | | | | | | http://sim.com:httpport/monitorstats/regionUUID/) * Returns simple formatted XML document containing statistical data on the current sim. * Example: <data> <AgentCountMonitor>5.0000</AgentCountMonitor> ... </data>
* * Committing missing file from last commit.Adam Frisby2009-11-021-0/+13
|
* * Implemented some tweaks to monitoring module.Adam Frisby2009-11-023-1/+95
| | | | | * Output is prettier & more useful. * Added 'Alerts' to allow rules to be constructed using Monitors to detect for events such as deadlocks. This will be translated to SNMP Traps when I get SNMP implemented.
* * Implements new 'Monitoring' system for reporting performance.Adam Frisby2009-11-0113-0/+420
| | | | | | * Mostly the same set as the StatsMonitor used for Viewer notification, but exposes some new frametimes - including EventMS, PhysicsUpdateMS, LandUpdateMS; new memory monitoring - both GC.TotalMemory and Process.PrivateWorkingMemory64; also exposes ThreadCount (using System.Diagnostics.Process) * Type 'monitor report' on the console to see output. * SNMP Implementation forthcoming.
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-208/+0
| | | | minimally. A few bugs to catch now.
* Completely remove the prior implementation of the request event handlingMelanie2009-09-221-1/+1
| | | | | on poll handlers. Introduce a new delegate on the PollServiceEventArgs that allow access to the request headers and body.
* Make the poll service handler call the handler method on incoming requests.Melanie2009-09-211-1/+6
|
* Add a RequestID (UUID.Random()) to the PollRequest and pass it to allMelanie2009-09-211-4/+4
| | | | even hander delegates.
* Add a UUID param to NoEvents in PollServiceEventArgs to make it more genericMelanie2009-09-211-2/+2
|
* Fixes a race condition in EQ processing that was making EQs pop up again ↵Diva Canto2009-08-111-8/+12
| | | | | | upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet.
* * Fix a locking issue in the EventQueueTeravus Ovares2009-07-311-10/+22
|
* * Fixed another potential httpserver leak.Teravus Ovares2009-07-301-2/+4
|
* * An attempt to fix mantis #3953Teravus Ovares2009-07-291-2/+2
|
* * Adds the ability to have a thread efficient long poll service (such as the ↵Teravus Ovares2009-07-291-13/+80
| | | | | | | | | 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.
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-102-3/+3
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* comment out some excessively verbose eventqueue debugging messagesDahlia Trimble2009-07-051-2/+2
|
* When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker2009-06-191-1/+1
| | | | | | | | | out which client connection has closed. So, in multi-region sims, things can get messy fast. This introduces a second parameters, which is a Scene object ref. Minor adjustments to custom modules may be required due to this change.
* * Corrected CAPS namespacesArthur Valadares2009-06-181-2/+2
| | | | | * "luke, use the sed"
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-015-5/+5
| | | | LICENSE.txt.
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-231-1/+2
| | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-138/+0
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-043-2/+3
|
* Thanks Tommil for a patch that adds a caching option to ↵diva2009-04-271-5/+18
| | | | GetAssetStreamHandler. It is used in the RegionAssetService.
* Bug fix in initialization of RegionAssetServer/MXP. Sometimes the MXP ↵diva2009-04-261-3/+3
| | | | section in ini doesn't exist.
* Thank you kindly, TLaukkan for a patch that:Charles Krinke2009-04-211-1/+3
| | | | | | | | | Added support for loading bare asset binaries (as opposed to xml encoded asset base) to both sandbox asset service and cable beach. * Added support for enabling region asset service when mxp is enabled. * Moved base http server content type defaulting before invocation of request handle method to allow for variable content type in the response.
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby2009-04-052-46/+44
| | | | | | | OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
* svn:eol-style property set.diva2009-03-271-208/+208
|
* svn:eol-style property set.diva2009-03-271-123/+124
|
* * minor: remove mono compiler warningsJustin Clarke Casey2009-03-242-10/+9
|
* Minor changes in names inside.diva2009-03-212-78/+6
|
* Moving HGStandaloneAssetService to a new place, and giving it a more generic ↵diva2009-03-212-0/+404
| | | | name. MXP is going to use it too.