aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)1-1/+1
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-0/+1
2011-05-01Broke down Caps.cs into a generic Caps object that simply registers/unregiste...Diva Canto1-2/+2
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-2/+2
2010-10-22Revert "* more url / hg cleanup"Justin Clark-Casey (justincc)1-2/+2
2010-10-20* more url / hg cleanupJonathan Freedman1-2/+2
2010-10-11* more url / hg cleanupJonathan Freedman1-2/+2
2010-08-20minor: remove mono compiler warningJustin Clark-Casey (justincc)1-9/+9
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-17/+18
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-1/+1
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-62/+38
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-38/+62
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto1-2/+2
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-18/+20
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-1/+1
2009-12-06Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ...Kunnis1-1/+0
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman1-5/+10
2009-10-13* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-08-16Misc cleanup.Jeff Ames1-7/+7
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-3/+3
2009-06-18* Corrected CAPS namespacesArthur Valadares1-3/+3
2009-06-10Formatting cleanup.Jeff Ames1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-1/+13
2009-05-05- moving banned check and public/private check toDr Scofield1-1/+9
2009-04-16* minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-2/+2
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-21/+21
2009-02-12* optimized usings.lbsa711-31/+26
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-21* refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey1-4/+5
2009-01-06* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term...Justin Clarke Casey1-1/+1
2009-01-06* Move common string aggregation for caps seed path to a method in CapsUtilJustin Clarke Casey1-2/+6
2009-01-06* minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey1-14/+11
2009-01-06* refactor: call AddLLSDHandler directly via CommsManagerJustin Clarke Casey1-3/+5
2008-11-28* refactor: rename UserServiceAdmin to UserAdminServiceJustin Clarke Casey1-1/+1
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey1-2/+4
2008-11-23Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke1-1/+1
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-142/+142
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-142/+142
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-142/+142
2008-11-12* Stop the pointless passing of a scene's own region handler back to it in re...Justin Clarke Casey1-1/+1
2008-11-01Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker1-6/+0
2008-10-10* Just some OGP maintenance. Standards adherence type stuff. Teravus Ovares1-7/+12
2008-09-26* Patch from JHurlimanTeravus Ovares1-1/+1
2008-09-25fixes a slight copy and paste bug in OGP module.Dr Scofield1-1/+1
2008-09-25* In Standalone, add a persistant account for the OGP user.Teravus Ovares1-4/+50
2008-09-25* Remove a message handler Teravus Ovares1-4/+16