aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Framework/EventQueue/EventQueueGetModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-630/+0
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
2008-10-03* EventQueueGet is now working.Teravus Ovares1-12/+144
2008-10-01* Fixed a mangled Seed caps handler definition on login to region in standalo...Teravus Ovares1-12/+105
2008-09-30* Replacing Net.HttpListener with HttpServer. Teravus Ovares1-9/+10
2008-09-30* Get the code up to speed with my -#dev e-mail example. (uncomment out lines...Teravus Ovares1-1/+11
2008-09-30Update svn properties, minor formatting cleanup.Jeff Ames1-6/+2
2008-09-28Refactor to avoid some duplicate code.Homer Horwitz1-73/+44
2008-09-28Update svn properties. Minor formatting cleanup. Fix a compiler warning. F...Jeff Ames1-1/+1
2008-09-28* okay.. Now you can do border crossings with the security 'fixed' client....Teravus Ovares1-26/+31
2008-09-27* With EventQueueGet enabled.. we can see into neighbor regions again on th...Teravus Ovares1-10/+10
2008-09-27* Adds flag to enable/disable EventQueueGet.Teravus Ovares1-10/+19
2008-09-27* Event queue is now polling.. Teravus Ovares1-7/+58
2008-09-27Continue working on the new EventQueueGetModule. Not finished (or even working)Homer Horwitz1-28/+103
2008-09-27* This is the very very early beginnings of an EventQueue:get module.Teravus Ovares1-0/+164