aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/CommunicationsLocal.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * If an item creator id contains an iar loaded name, create a temporary profi...Justin Clarke Casey2009-05-051-4/+19
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1/+1
* * Add user data plugin to store temporary profiles (which are distinct from c...Justin Clarke Casey2009-04-231-0/+1
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se...Justin Clarke Casey2009-04-221-9/+15
* THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva2009-02-201-2/+0
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-1/+1
* * refactor: rename UserServiceAdmin to UserAdminServiceJustin Clarke Casey2008-11-281-2/+2
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-1/+3
* * Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey2008-09-191-2/+2
* * refactor: Break out IUserServiceAdmin out of IUserService since admin metho...Justin Clarke Casey2008-09-151-0/+2
* * minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey2008-07-241-1/+1
* * refactor: break out inter grid inventory services furtherJustin Clarke Casey2008-07-231-1/+2
* Extracted the Avatar appearance functions out of the IUserService interface a...MW2008-06-281-0/+1
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-281-1/+2
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
* * Optimized usingslbsa712007-12-271-1/+1
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* * Changed namespacelbsa712007-11-191-1/+0
* * Optimized usingslbsa712007-10-301-11/+9
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-1/+1
* * Added prototypical AvatarFactory module interface to load avatar parameterslbsa712007-10-261-2/+9
* * minor refactoringlbsa712007-10-051-7/+2
* Some tiny refactoringMW2007-10-051-1/+2
* more refactoringMW2007-10-031-23/+3
* Some continuation of lbsa71's refactoring of the CommunicationsManager.MW2007-10-031-60/+4
* * Moved setup of LocalInventoryService and LocalUserServices to the app layerlbsa712007-10-021-6/+2
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa712007-09-271-1/+1
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-1/+1
* * Removed some more fields from CommunicationsLocallbsa712007-09-241-26/+9
* * So, ok, maybe a bit harsh to explode on grid inventory calls.lbsa712007-09-241-2/+0
* * Now there's only one UserServicelbsa712007-09-241-4/+4
* * Started major restructusing of comms to prepare for better grid and region ...lbsa712007-09-241-20/+18
* * Trying to streamline CommunicationsManagerlbsa712007-09-241-4/+4
* * Encapsulated all CommunicationsManager serviceslbsa712007-09-241-1/+1
* *** CHANGED CONFIG BEHAVIOUR ***lbsa712007-09-241-16/+10
* * Renamed methods on IUserDatalbsa712007-09-241-2/+8
* * Renamed stuff on UserManagerBase to get implicit implementation of IUserSer...lbsa712007-09-241-1/+1
* * minor refactoringslbsa712007-09-111-18/+29
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* As part of our "we aim to please" commitment, have added the ability to creat...MW2007-08-281-10/+23
* Start of trying to make Region/Scene more modular. MW2007-08-281-2/+2
* Set some default values for "create user" in case anyone just pressing return...MW2007-08-241-4/+4
* Instant Messages between users in the same region should actually now work.MW2007-08-201-1/+1
* Can now set the plugins for standalone mode's Inventory database (default sql...MW2007-08-161-4/+29
* More work on inventory, can now create other inventory types, like Clothes an...MW2007-08-151-0/+4
* Start of Inventory service, currently only (partially) functional in standalo...MW2007-08-141-1/+16
* Separated Login Service from usermanager, which helps to clean up the code a ...MW2007-08-131-6/+8
* The Welcome message /message of the day shown in the client during login, can...MW2007-08-131-2/+2
* Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so tha...MW2007-08-111-1/+1
* Made account Authentication optional in "sandbox/standalone" mode. Just chang...MW2007-08-111-2/+30