aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1 (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker4-4/+4
2009-05-02Change of word in log message.diva1-1/+1
2009-04-27Another attempt at mantis #3527.diva1-1/+11
2009-04-23* Allow interested user data plugins to store temporary user profilesJustin Clarke Casey1-0/+5
* Database and the OGS1 plugins are not interested and hence ignore these calls
2009-04-23* Add user data plugin to store temporary profiles (which are distinct from ↵Justin Clarke Casey1-2/+2
cached) * Plugin not yet used * Existing functionality should not be affected in any way
2009-04-22* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵Justin Clarke Casey1-4/+1
service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules
2009-04-22* Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey3-738/+788
components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims
2009-04-18Thank you dslake for diagnosing and fixing a race condition in ↵diva1-57/+65
OGS1SecureInventoryServer (mantis #3483). The provided patch was slightly modified to narrow the locking scope to smaller portions of the functions. Applied the same locking to HGInventoryService, which suffered from the same race condition.
2009-04-18Bug fix for standalone HG login. VerifySession should be local for local users.diva1-1/+1
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa711-1/+1
2009-04-17* Some more work on refactoring configs;lbsa711-1/+1
* Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC
2009-04-14Fix for minor bug introduced yesterday, HG only. Can't lookup the profile ↵diva1-1/+1
when we're looking up the profile...
2009-04-14Making OGS1UserServices friendly to subclassing.diva1-29/+45
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-75/+93
* Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere)
2009-04-08* Introduced some experimental code with regards to asset data substitutionlbsa711-0/+5
2009-04-01* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa711-1/+1
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker2-0/+32
2009-03-22Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker1-0/+16
provide additional information the HG needs.
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+16
MySQL only, stubs for the others. This allows updating the cache with a single item from the database.
2009-03-18Adds support for unlink-region command in hypergrid.diva1-0/+22
2009-03-15regionInfo isn't defined here yet, which leads to a NRE. Grid-serverHomer Horwitz1-1/+1
provided us with the data, so let's use it for now. Hopefully fixes Mantis #3297.
2009-03-12* Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa711-1/+4
* Sometimes, null is a valid return value to indicate 'none found'. doh. * Sometimes, the Grid server does not send simURI - this you need to reconstruct yourself. Euw. (I believe) this solves mantis issue #3287
2009-03-10* Refactored out Create() methods to ensure proper transformation between ↵lbsa711-13/+11
RegionProfileData and RegionInfo * Created ToRegionInfo method, still not using it pending peer review. * This is a preparatory commit for a subsequent login service refactoring.
2009-03-03forgotten filesMW1-2/+2
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa711-3/+3
0.6.3.* to better track down dll ref and overwrite problems.
2009-02-20THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older ↵diva3-1176/+1
versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all. There's still some cleanup to do on assorted data structures, but the main functional change here is that sims no longer listen on remoting ports.
2009-02-20This moves the 2 friends-related interregion messages out of OGS1 and into ↵diva1-78/+0
the FriendsModule. No functional changes. Those messages were sent over XMLRPC, and that's how it continues to be for now. Just moving this couple of interregion messages out of OGS1, in preparation for the big shlep ahead.
2009-02-17Major change to how appearance is managed, including changes in login and ↵diva1-1/+5
user service/server. Appearance is now sent by the user service/server along with all other loginparams. Regions don't query the user service for appearance anymore. The appearance is passed along from region to region as the avie moves around. And, as before, it's stored back with the user service as the client changes the avie's appearance. Child agents have default appearances that are set to the actual appearance when the avie moves to that region. (as before, child agents are invisible and non-physical).
2009-02-12Commented a couple of not very useful log messages that are cluttering the ↵diva1-4/+4
log in sims that have objects belonging to foreign users.
2009-02-12* Remove a change which shouldn't have made it into the last commitJustin Clarke Casey1-2/+0
* Rogue change affected grid only
2009-02-12* Add missing OpenSIm.Framework.Communications ref for Wdinwos buildsJustin Clarke Casey1-0/+2
2009-02-12* optimized usings.lbsa715-9/+6
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-1/+1
These changes replace all direct references to the AssetCache with IAssetCache. There is no change to functionality. Everything works as before. This is laying the groundwork for making it possible to register alternative asset caching mechanisms without disrupting other parts of OpenSim or their dependencies upon AssetCache functionality.
2009-01-14* Move the timed_out change to earlier on in the async handlerJustin Clarke Casey1-4/+9
* There appears to be a bug on mono 1.9.1 (and maybe later), where sometimes the async wait will be signalled even though that async callback has not executed * This change may make it slightly better but it's difficult to tell (it definitely still occurs) * Also this patch closes the wait handle explicitly, as recommended in the MSDN docs. This doesn't have any impact on the bug though
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-2/+2
2009-01-02* reference is to Nini.Config, not NiniJustin Clarke Casey1-1/+1
2009-01-02* Add Nini reference to Communications.OGS1Justin Clarke Casey1-0/+1
2008-12-22Plumb in the birthdate from the user server reply to the cacheMelanie Thielker1-0/+1
2008-12-13Mantis#2811. Thank you kindly, Diva for a patch that resolvesCharles Krinke1-9/+9
some of our DNS/dotted decimal issues that plague teleporting. We are increasing the MajorInterfaceVersion from 1 to 2 in the gridserver, so sims will need to be updated on various grids.
2008-12-11Add a null check. Mantis #2798idb1-1/+1
2008-12-05- Use the http-port that is now provided by the grid-server. If it isn't ↵Homer Horwitz1-0/+5
(because GridServer is too old), complain. Not used yet, but will be necessary for crossing regions correcly.
2008-11-27* minor: rename m_parent to m_commsManager to make it a little clearer what ↵Justin Clarke Casey1-18/+18
it actually is
2008-11-27* Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey1-52/+0
* please say if this causes you a problem
2008-11-25Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-24WIP: Adding a few things to PresenceModule. Not quite finished yet.Homer Horwitz1-1/+9
2008-11-11* Implement basic region filtering as described in ↵Justin Clarke Casey1-0/+1
https://lists.berlios.de/pipermail/opensim-dev/2008-November/003468.html * This is done by sending a 'major interface version' number on sim registration. Developers must increment this every time they make a change that would make the previous OpenSim revision failure incompatible with the new one (non-fatal incompatibilities are fine). * This number resides in OpenSim.Framework.Servers.VersionInfo.MajorInterfaceVersion * This allows the grid service to stop older, incompatible regions from connecting
2008-11-08Mantis#2590. Thank you kindly, Diva for a patch that solves:Charles Krinke1-1/+10
When the given address to CheckRegion is wrong, it crashes the whole server. Patch included.
2008-11-07Attachments, attachments, and, did I say attachments?Melanie Thielker1-0/+3
Too many fixes to list.
2008-11-04* Improve the previous fix by pushing the exception catching down into OGS1 ↵Justin Clarke Casey1-8/+8
grid services
2008-11-04Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2