aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EventQueue/EventQueueGetModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-12-31Adds tons of packets.Revolution1-0/+5
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 Ames1-1/+1
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 Dague1-16/+16
2009-02-12* optimized usings.lbsa711-27/+18
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-2/+2
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+74
2009-01-21* refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey1-3/+1
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-27/+21
2009-01-06* refactor: call AddHttpHandler() directly via CommsManagerJustin Clarke Casey1-2/+3
2009-01-06* refactor: call AddLLSDHandler directly via CommsManagerJustin Clarke Casey1-1/+1
2009-01-02* Move EventQueueGetModule to the EventQueue namespaceJustin Clarke Casey1-1/+2
2009-01-02* refactor: move event queue module code to its own folderJustin Clarke Casey1-0/+0
2008-12-24Better test on EQ shutdown. diva1-1/+4
2008-12-23* Remove mono compiler warningJustin Clarke Casey1-5/+4
2008-12-22One more small mod in EQ: there is no need to subscribe to the OnLogout event...diva1-1/+1
2008-12-22One more check on closing EQs.diva1-1/+2
2008-12-22On closing EQs, make sure to wait for the viewer to fetch the last events.diva1-0/+4
2008-12-19The previous fix for the EQ might have been too radical, and some early event...diva1-15/+4
2008-12-19Fix for more child agent mismanagement (like #2846). On enqueueing events, we...diva1-5/+44
2008-12-14Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke1-3/+6
2008-12-03Reinstate closing the EQ when the UDP circuit disconnects. This will likelyMelanie Thielker1-9/+6
2008-12-01don't close eventqueues when you leave a region. This really does seemSean Dague1-2/+10
2008-12-01fix the "I get no textures if I teleport back to a region I've been inSean Dague1-2/+4
2008-12-01attempt to modify the event queue for greater debuggingSean Dague1-0/+2
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-15/+15
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-15/+15
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-15/+15
2008-11-09* Applying EventQueueGetModule patch to try debug the case of the missing EQG.Adam Frisby1-1/+2
2008-10-10* Added NullReference check to EventQueueGetModule.Adam Frisby1-2/+8
2008-10-10* Fixed a potential threading issue with EventQueueGet leading to spontaneous...Adam Frisby1-5/+12
2008-10-08* minor: Comment out initial regularly occuring EventQueueGet log debug messa...Justin Clarke Casey1-11/+9
2008-10-03* minor: remove warnings (the code cleaners strike again)Justin Clarke Casey1-4/+3