aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services (follow)
Commit message (Expand)AuthorAgeFilesLines
* Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ...Kunnis2009-12-061-2/+0
* * Standalone logins will now go through the sequence of "requested region, de...John Hurliman2009-10-281-15/+11
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* minor: remove double initialization of user appearance module in Grid.UserSer...Justin Clark-Casey (justincc)2009-09-231-2/+3
* minor: formatting and commentsJustin Clark-Casey (justincc)2009-08-281-1/+12
* Added one conditional missing on login, for creating inventory if it doesn't ...Diva Canto2009-08-171-1/+13
* uh. how about *really* removing it, and not just write a comment above, hey d...Diva Canto2009-08-161-1/+1
* Remove the call to ResetAttachments upon login. The info in the DB should alw...Diva Canto2009-08-161-1/+3
* Removed HGInventory out of core. This is part of HG2, which it now being deve...Diva Canto2009-08-091-744/+0
* * minor: standardize some logging messagesJustin Clarke Casey2009-07-101-7/+10
* * minor: Make GridCommon.ini.example refer to inventory service rather than a...Justin Clarke Casey2009-07-101-9/+27
* * Allowing LLSD logins to do silent logout of last hung session on standalone...Arthur Valadares2009-07-071-8/+17
* Fix previous commitMelanie Thielker2009-07-041-0/+1
* Add the new field agent_access_max. Without it being set to "A", viewers fromMelanie Thielker2009-07-041-0/+9
* Make cleartext authentication case sensitive. Thanks jhurliman for spotting t...Dahlia Trimble2009-06-272-3/+3
* * Corrected CAPS namespacesArthur Valadares2009-06-182-3/+3
* Implementation of a simple authentication service + in connector in route to ...diva2009-06-171-0/+2
* InterServiceInventoryService references *almost* completely removed from the ...diva2009-06-112-6/+23
* * Making silent logoff of old hung sessions for new connections default forArthur Valadares2009-06-011-2/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-014-4/+4
* * Allows standalone region users to skip the "You must wait 5 minutes to log ...Arthur Valadares2009-05-291-4/+15
* * refactor: Remove redundent prim id attribute on Scene.AddSceneObject()Justin Clarke Casey2009-05-291-2/+1
* * Implements automatic loopback handling for standalone regions. Adam Frisby2009-05-231-2/+8
* * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.Adam Frisby2009-05-232-8/+8
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby2009-05-233-7/+9
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-4/+5
* - moving banned check and public/private check toDr Scofield2009-05-052-3/+5
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-042-2/+2
* * Add user data plugin to store temporary profiles (which are distinct from c...Justin Clarke Casey2009-04-231-1/+1
* * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey2009-04-221-4/+1
* * Fission OGS1UserServices into user service and OGS1 user data plugin compon...Justin Clarke Casey2009-04-221-6/+7
* Commit agent to DB immediately after creation, for LLSD logins too. Addresses...diva2009-04-181-0/+6
* * Change inventory archiver module to use profile cacheJustin Clarke Casey2009-04-171-1/+2
* * Moved the DefaultConfig settings into already-existing ConfigSettingslbsa712009-04-171-2/+2
* * Some more work on refactoring configs;lbsa712009-04-171-2/+2
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-141-0/+46
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva2009-04-051-1/+17
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby2009-04-051-25/+24
* DST setting wasn't transferred to client, leading to wrong time display.Homer Horwitz2009-04-041-1/+1
* Remove some Mono warnings.Homer Horwitz2009-04-041-2/+2
* Added one more delegate to Caps, and a few guards, so that these objects can ...diva2009-04-031-0/+14
* Added AllowLoginWithoutInventory to LoginService, to be overwritten in subcla...diva2009-04-013-15/+41
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-313-2077/+2077
* HGInventoryService now uses the actual authority portion of the user's key to...diva2009-03-302-1043/+1042
* Sigh. Manual data typing grief.diva2009-03-302-11/+5
* Added Authorization client code that interfaces with HGLoginAuthService. Impr...diva2009-03-292-21/+84
* Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva2009-03-294-6/+2104
* Moved some files around, so that it's easier to share code between standalone...diva2009-03-292-0/+965