aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1273/+0
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
2008-09-14* This update makes configuring SSL a little easier on Windows XP. It also m...Teravus Ovares1-4/+53
2008-09-14* Minor fixes and cleanups around code being used for Rex Module work.Adam Frisby1-8/+0
2008-09-12* Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey1-3/+0
2008-09-11* This updates the OGP module to support both the revision 2 and revision 3 o...Teravus Ovares1-10/+64
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-43/+43
2008-09-05* Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at t...Teravus Ovares1-0/+7
2008-09-02fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield1-2/+2
2008-08-30* Pragma out deprecation warning and comment out to remove other warnings in ...Justin Clarke Casey1-5/+7
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-89/+49
2008-08-28* Added hack so that if the default OpenSimulator ParentEstateId(100) is bein...Teravus Ovares1-1/+1
2008-08-28* OGP update, deserialize the parameter array properly in rez_avatarTeravus Ovares1-6/+75
2008-08-27* Updates OGP module to define a default starting pointTeravus Ovares1-2/+25
2008-08-26* Eliminate commented out code no longer needed, as discussed on the mlJustin Clarke Casey1-30/+1
2008-08-26* It turns out that Mono doesn't currently support setting the Certificate va...Teravus Ovares1-1/+8
2008-08-26* Workaround for application/llsd+xml requests coming in as application/xmlTeravus Ovares1-0/+20
2008-08-25* minor: zap some more compilation warningsJustin Clarke Casey1-8/+8
2008-08-25* zap compilation warningsJustin Clarke Casey1-22/+22
2008-08-25Update svn properties.Jeff Ames1-881/+881
2008-08-25* Fix to OGP Region to Region teleports. Yay.Teravus Ovares1-2/+2
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares1-0/+881