aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-104-1487/+0
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-0/+12
* * Implement help <command> from the region consoleJustin Clarke Casey2009-02-061-4/+1
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-064-42/+113
* more eventqueue endian madnessDahlia Trimble2009-02-061-9/+5
* move RegionDenyAgeUnverified parameter to AgeVerificationBlock in parcel prop...Dahlia Trimble2009-02-061-2/+1
* * Remove CommanderTestModule as there are several normal modules which effect...Justin Clarke Casey2009-02-051-89/+0
* * cheap hack to make module help information more accurately reflect what com...Justin Clarke Casey2009-02-051-1/+1
* * Make existing module commanders register as help topicsJustin Clarke Casey2009-02-052-12/+24
* * Use the commander name to register module commanders instead of providing t...Justin Clarke Casey2009-02-052-3/+21
* * refactor: Split out module Command class into a separate fileJustin Clarke Casey2009-02-052-171/+204
* * Adding a few fields to the Land data responder that the client is complaini...Teravus Ovares2009-02-011-0/+3
* remove dummy parcel media settings from event queue messageDahlia Trimble2009-01-301-11/+16
* delete some commented out junk code notesDahlia Trimble2009-01-271-27/+0
* Send groups list via event queueDahlia Trimble2009-01-271-12/+73
* correct formatting if parcel description field in event queue messageDahlia Trimble2009-01-271-1/+1
* Correct a typo in the parcel properties event queue message which was prevent...Dahlia Trimble2009-01-271-1/+1
* swap endianness of parcel flags in event queue messageDahlia Trimble2009-01-261-1/+14
* add a definition for a parcel properties CAPDahlia Trimble2009-01-261-0/+103
* more eventqueue IM nonsenseDahlia Trimble2009-01-261-0/+27
* * Fixed a small logical error in error handling of console commands.Homer Horwitz2009-01-251-16/+22
* add event queue code for sending group IM for future group supportDahlia Trimble2009-01-231-0/+83
* * refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey2009-01-211-3/+1
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-27/+21
* * refactor: call AddHttpHandler() directly via CommsManagerJustin Clarke Casey2009-01-061-2/+3
* * refactor: call AddLLSDHandler directly via CommsManagerJustin Clarke Casey2009-01-061-1/+1
* * Move EventQueueGetModule to the EventQueue namespaceJustin Clarke Casey2009-01-021-1/+2
* * refactor: move event queue module code to its own folderJustin Clarke Casey2009-01-022-0/+0
* First commit in a series of commits for Interregion REST comms. This one simp...diva2008-12-291-111/+0
* Demonstration code for modular comms. No user functionalityMelanie Thielker2008-12-281-4/+33
* Better test on EQ shutdown. diva2008-12-241-1/+4
* Addinf InterregionData.cs IInterregionComms.cs and InterregionComms.csMelanie Thielker2008-12-231-0/+82
* * Remove mono compiler warningJustin Clarke Casey2008-12-231-5/+4
* One more small mod in EQ: there is no need to subscribe to the OnLogout event...diva2008-12-221-1/+1
* One more check on closing EQs.diva2008-12-221-1/+2
* On closing EQs, make sure to wait for the viewer to fetch the last events.diva2008-12-221-0/+4
* The previous fix for the EQ might have been too radical, and some early event...diva2008-12-191-15/+4
* Fix for more child agent mismanagement (like #2846). On enqueueing events, we...diva2008-12-191-5/+44
* Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke2008-12-142-9/+22
* Reinstate closing the EQ when the UDP circuit disconnects. This will likelyMelanie Thielker2008-12-031-9/+6
* don't close eventqueues when you leave a region. This really does seemSean Dague2008-12-011-2/+10
* fix the "I get no textures if I teleport back to a region I've been inSean Dague2008-12-011-2/+4
* attempt to modify the event queue for greater debuggingSean Dague2008-12-011-0/+2
* Mantis #2584Melanie Thielker2008-11-291-0/+15
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-192-70/+70
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-192-70/+70
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-172-70/+70
* * Applying EventQueueGetModule patch to try debug the case of the missing EQG.Adam Frisby2008-11-091-1/+2
* Plumb some moreMelanie Thielker2008-10-241-1/+1
* Fixed (mono-)script handling for SL viewer 1.21:Homer Horwitz2008-10-161-0/+17