aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EventQueue (unfollow)
Commit message (Expand)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
2010-08-30local commit with parcel media bitsJonathan Freedman2-118/+20
2010-08-17* Changed a few OSD.FromBinary() calls to the more accurate OSD.FromULong() t...John Hurliman1-1/+1
2010-08-14In EventQueueHelper.uintToByteArray, fetch big end-ian bytes directly from li...Justin Clark-Casey (justincc)1-6/+4
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-25/+15
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-15/+25
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-5/+5
2009-12-31Adds tons of packets.Revolution2-0/+47
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-22Completely remove the prior implementation of the request event handlingMelanie1-1/+1
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
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 upon...Diva Canto1-8/+12
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
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-2/+2
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
2009-06-18* Corrected CAPS namespacesArthur Valadares1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2-2/+2
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