aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EventQueue (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto2-1118/+0
2010-09-12Formatting cleanup.Jeff Ames2-11/+11
2010-09-03minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-6/+6
2010-08-30Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2-118/+20
properly for the new media settings. Signed-off-by: Melanie <melanie@t-data.com>
2010-08-30local commit with parcel media bitsJonathan Freedman2-118/+20
Signed-off-by: Melanie <melanie@t-data.com>
2010-08-17* Changed a few OSD.FromBinary() calls to the more accurate OSD.FromULong() ↵John Hurliman1-1/+1
to fix the build
2010-08-14In EventQueueHelper.uintToByteArray, fetch big end-ian bytes directly from ↵Justin Clark-Casey (justincc)1-6/+4
libomv rather than little endian then swapping This avoids a problem with failing to swap on big-endian machines. This addresses http://opensimulator.org/mantis/view.php?id=4849 Thanks to Valy- for pointing this out and submitting a suggestion patch
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-25/+15
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-15/+25
Signed-off-by: Melanie <melanie@t-data.com>
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-5/+5
2009-12-31Adds tons of packets.Revolution2-0/+47
Applied with change: Changed spelling to Summary (from Summery) Signed-off-by: Melanie <melanie@t-data.com>
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-22Completely remove the prior implementation of the request event handlingMelanie1-1/+1
on poll handlers. Introduce a new delegate on the PollServiceEventArgs that allow access to the request headers and body.
2009-09-21Make the poll service handler call the handler method on incoming requests.Melanie1-1/+6
2009-09-21Add a RequestID (UUID.Random()) to the PollRequest and pass it to allMelanie1-4/+4
even hander delegates.
2009-09-21Add a UUID param to NoEvents in PollServiceEventArgs to make it more genericMelanie1-2/+2
2009-08-11Fixes a race condition in EQ processing that was making EQs pop up again ↵Diva Canto1-8/+12
upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet.
2009-07-31* Fix a locking issue in the EventQueueTeravus Ovares1-10/+22
2009-07-30* Fixed another potential httpserver leak.Teravus Ovares1-2/+4
2009-07-29* An attempt to fix mantis #3953Teravus Ovares1-2/+2
2009-07-29* Adds the ability to have a thread efficient long poll service (such as the ↵Teravus Ovares1-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.
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-2/+2
Change all uses of the HttpServer properties to use the new singleton
2009-07-05comment out some excessively verbose eventqueue debugging messagesDahlia Trimble1-2/+2
2009-06-19When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker1-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.
2009-06-18* Corrected CAPS namespacesArthur Valadares1-2/+2
* "luke, use the sed"
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2-2/+2
LICENSE.txt.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-03-19Thanks to mpallari for Mantis #3310: Make EventQueueGetModule more inheritableDahlia Trimble1-8/+8
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague2-22/+22
2009-02-12* optimized usings.lbsa712-33/+24
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2-0/+1089
NOTHING has been deleted or moved off to forge at this point. what has happened is that OpenSim.Region.Environment.Modules has been split in two: - OpenSim.Region.CoreModules: all those modules that are either directly or indirectly referenced from other OpenSim packages, or that provide functionality that the OpenSim developer community considers core functionality: CoreModules/Agent/AssetTransaction CoreModules/Agent/Capabilities CoreModules/Agent/TextureDownload CoreModules/Agent/TextureSender CoreModules/Agent/TextureSender/Tests CoreModules/Agent/Xfer CoreModules/Avatar/AvatarFactory CoreModules/Avatar/Chat/ChatModule CoreModules/Avatar/Combat CoreModules/Avatar/Currency/SampleMoney CoreModules/Avatar/Dialog CoreModules/Avatar/Friends CoreModules/Avatar/Gestures CoreModules/Avatar/Groups CoreModules/Avatar/InstantMessage CoreModules/Avatar/Inventory CoreModules/Avatar/Inventory/Archiver CoreModules/Avatar/Inventory/Transfer CoreModules/Avatar/Lure CoreModules/Avatar/ObjectCaps CoreModules/Avatar/Profiles CoreModules/Communications/Local CoreModules/Communications/REST CoreModules/Framework/EventQueue CoreModules/Framework/InterfaceCommander CoreModules/Hypergrid CoreModules/InterGrid CoreModules/Scripting/DynamicTexture CoreModules/Scripting/EMailModules CoreModules/Scripting/HttpRequest CoreModules/Scripting/LoadImageURL CoreModules/Scripting/VectorRender CoreModules/Scripting/WorldComm CoreModules/Scripting/XMLRPC CoreModules/World/Archiver CoreModules/World/Archiver/Tests CoreModules/World/Estate CoreModules/World/Land CoreModules/World/Permissions CoreModules/World/Serialiser CoreModules/World/Sound CoreModules/World/Sun CoreModules/World/Terrain CoreModules/World/Terrain/DefaultEffects CoreModules/World/Terrain/DefaultEffects/bin CoreModules/World/Terrain/DefaultEffects/bin/Debug CoreModules/World/Terrain/Effects CoreModules/World/Terrain/FileLoaders CoreModules/World/Terrain/FloodBrushes CoreModules/World/Terrain/PaintBrushes CoreModules/World/Terrain/Tests CoreModules/World/Vegetation CoreModules/World/Wind CoreModules/World/WorldMap - OpenSim.Region.OptionalModules: all those modules that are not core modules: OptionalModules/Avatar/Chat/IRC-stuff OptionalModules/Avatar/Concierge OptionalModules/Avatar/Voice/AsterixVoice OptionalModules/Avatar/Voice/SIPVoice OptionalModules/ContentManagementSystem OptionalModules/Grid/Interregion OptionalModules/Python OptionalModules/SvnSerialiser OptionalModules/World/NPC OptionalModules/World/TreePopulator