aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)2010-08-242-3/+21
* Add system lookup folder fix to the RemoveXInventoryServiceConnector as well ...Justin Clark-Casey (justincc)2010-08-231-0/+17
* Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2010-08-232-9/+18
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-234-5/+11
* Forward-port a small improvement to the land out connectorMelanie Thielker2010-08-211-1/+2
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-132-6/+4
* This file wants to be committedDiva Canto2010-08-101-37/+37
* Tests for distance-sorted fallback regions.Marck2010-08-081-7/+57
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-08-072-0/+10
|\
| * Added Check4096 config var under [GridService], at the request of many. Chang...Diva Canto2010-08-062-7/+7
| * Allow creation of link regions if there is an existing region within a 4096 r...Marck2010-08-062-0/+10
* | Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-072-4/+6
* | Make the landmark properties work againMelanie Thielker2010-08-071-1/+1
|/
* Removed some more debug messages.Diva Canto2010-07-141-18/+16
* Fixes additional bug reported in mantis #4841.Diva Canto2010-07-051-6/+6
* Got rid of all hyperassets references. Also fixed accessing textures in user'...Diva Canto2010-07-041-2/+1
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2010-06-134-25/+6
* Fixed a couple of buglets in Friendship offers / acceptance / decline when av...Diva Canto2010-06-041-3/+1
* Removed sessionID from GridUserservice again. Removed parcel crossing detecti...Diva Canto2010-05-203-13/+5
* * Added sessionID to IGridUserService.SetLastPosition(), as some connectors w...unknown2010-05-203-6/+6
* * Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto2010-05-091-1/+3
* Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete f...Diva Canto2010-05-071-3/+1
* These files are part of the GridUserService write-up.Diva Canto2010-05-072-0/+269
* GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2010-05-075-44/+71
* Assorted bug fixes in hypergrid linking.Diva Canto2010-05-031-0/+5
* Renamed HGInventoryBroker2 to HGInventoryBroker.Diva Canto2010-05-021-2/+2
* Deleted HGInventoryBroker, so that the new one can take its name.Diva Canto2010-05-021-540/+0
* Switched everything to XInventory by default. The old Inventory is still ther...Diva Canto2010-05-021-83/+28
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-04-303-143/+79
|\
| * * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-303-143/+79
* | Fix a null ref from trying to access a dictionary that was never initialized.Melanie2010-04-301-1/+2
|/
* Simplified RemoteXInventoryServiceConnector and HGBroker (2) by a lot.Diva Canto2010-04-292-279/+282
* Started redoing HGInventoryBroker for XInventory and with multi-protocol in m...Diva Canto2010-04-293-0/+645
* XInventory connector/handler showing signs of life. Tested, but needs more te...Diva Canto2010-04-271-0/+2
* RemoteXInventoryServiceConnector, the plugin region module. Not active in def...Diva Canto2010-04-261-0/+324
* minor: correctly print out missing item id when it can't be found rather than...Justin Clark-Casey (justincc)2010-04-161-1/+4
* * Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman2010-04-082-0/+16
* Last commit was too fast... must override.Diva Canto2010-04-031-1/+1
* * Fail storing user accounts in the remote connector.Diva Canto2010-04-031-0/+6
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-193-4/+4
* Get the local inner simulation service object to the handler so that there is...Diva Canto2010-03-152-0/+10
* Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin Clark-Casey (justincc)2010-03-121-9/+9
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-2/+2
* Fixed caching of user accounts.Diva Canto2010-03-093-32/+42
* * Typo fixesJohn Hurliman2010-03-095-5/+5
* Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto2010-03-061-12/+17
* Justin, I must have been dyslexic when I wrote UserGridService as the name fo...Diva Canto2010-03-051-16/+16
* add initial UserGrid service classes as per diva's directionJustin Clark-Casey (justincc)2010-03-051-0/+139
* Fix LocalPresenceServiceConnector test now that the hardcoded test data has b...Justin Clark-Casey (justincc)2010-03-052-1/+18
* Merge branch 'master' into presence-refactorMelanie2010-02-221-1/+1
|\