aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/InterGrid/OpenGridProtocolModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-09-23leyla found a capitalization error in one of the OGP messages. Thanks leyla!Teravus Ovares1-1/+1
2008-09-23* Update in OGP draft 3 protocol spec with regards to seed region requests ru...Teravus Ovares1-1/+3
2008-09-20* Fix build error, (maybe)Teravus Ovares1-1/+1
2008-09-19* One more tweak in the OGP module to support OGP draft3. Teravus Ovares1-1/+8
2008-09-19* Implements an experimental method to define which region you want to go to ...Teravus Ovares1-9/+136
2008-09-19* minor: eliminate the current warningsJustin Clarke Casey1-2/+2
2008-09-19* Added null exception handler where we couldn't locate a user data record in...Teravus Ovares1-1/+10
2008-09-19* Switches content type from application/xml+llsd to application/llsd+xml on ...Teravus Ovares1-2/+37
2008-09-14* Remove a hack I put into OGP so that I could test OGP over SSL with the See...Teravus Ovares1-3/+1