aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Finished SimulationServiceConnectorDiva Canto2010-01-074-18/+20
* Successfully logged into a grid.Diva Canto2010-01-031-10/+14
* * Changed ISimulation interface to take a GridRegion as input arg instead of ...Diva Canto2010-01-032-44/+441
* * Avatar service connectors all in place, but untested.Diva Canto2010-01-023-3/+285
* Forgotten modules in prior commit.Diva Canto2010-01-012-0/+273
* Yes! First test of new login service done still in 2009! Bombs in auth, becau...Diva Canto2009-12-311-0/+298
* Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open...Diva Canto2009-12-301-8/+2
|\
| * Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-8/+2
* | First pass at the new login service. Still incomplete, but doesn't disrupt th...Diva Canto2009-12-301-6/+6
|/
* Merge branch 'master' into presence-refactorMelanie2009-12-302-8/+13
|\
| * Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-292-8/+13
* | Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-302-2/+115
* | * Fixed names.Diva Canto2009-12-292-2/+2
* | Renamed user account modules to be consistentDiva Canto2009-12-294-245/+0
* | * All modules and connectors for user account service are in place. Untested.Diva Canto2009-12-294-0/+290
* | Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-282-0/+10
* | Added some more log messages. This is beginning to work.Diva Canto2009-12-281-0/+5
* | Database and presence changes. UntestedMelanie2009-12-282-6/+6
* | * Added the new modules to Resources, making them active.Diva Canto2009-12-282-3/+3
* | * Deleted HGPresenceBroker, since it won't be neededDiva Canto2009-12-282-257/+2
* | Presence remote connector and handler. Presence HG Broker. Nothing tested, ju...Diva Canto2009-12-273-1/+414
* | Changed GetAgents to take string[] instead of UUID[]Diva Canto2009-12-271-2/+2
* | First pass at the local connector for presence. No cache yet. Just the connec...Diva Canto2009-12-272-0/+266
|/
* Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se...Diva Canto2009-12-211-2/+13
* * Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto2009-12-192-3/+14
* Attempt at fixing mantis #4411.Diva Canto2009-12-111-1/+1
* Same for the remote auth connectorMelanie2009-12-071-1/+1
* Remove the old (Remoting) region crossing code. Fix the new code toMelanie2009-11-262-9/+6
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-2/+2
* Fixed a couple of NREs in corner cases.Diva Canto2009-11-031-0/+6
* Make map search work also for hyperlinked regions.Diva Canto2009-10-271-4/+6
* Moved some code up to AddRegion, so that other modules that depend on it don'...Diva Canto2009-10-141-6/+6
* * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-124-1/+49
* Removing dependencies on System.Runtime.Remoting.Diva Canto2009-10-061-0/+4
* GetRegionByPosition: use the cache, Luke.Diva Canto2009-10-052-0/+28
* Formatting cleanup.Jeff Ames2009-10-012-2/+2
* Minor bug fixes.Diva Canto2009-09-291-1/+1
* Fixed bug in Check4096 (HG).Diva Canto2009-09-281-2/+2
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-281-1/+28
|\
| * Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+28
* | Improved the Local grid connector to fetch data from the DB when it doesn't f...Diva Canto2009-09-282-2/+15
|/
* Guarding the methods under if (m_Enabled)Diva Canto2009-09-271-3/+7
* Neighbours cache working.Diva Canto2009-09-274-8/+121
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto2009-09-272-5/+6
* Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-263-26/+232
* Fixed a bug with link-region.Diva Canto2009-09-262-26/+11
* More redirects to HGGridConnector-as-HyperlinkService.Diva Canto2009-09-262-6/+20
* First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-264-12/+58
* More tests. Seems to be working.Diva Canto2009-09-231-1/+10
* First test passes -- regions being registered and retrieved correctly in Data...Diva Canto2009-09-231-2/+2