Justin Clark-Casey (justincc)
269c9a11b7
Fix bug in llGiveInventory() where items were disappearing on relog
...
This was a regression - the code to look up the correct type folder was no longer being called if items were added without a parent folder set
This may have been broken since commit bd49985a
on 2010-05-02
2010-08-24 17:22:08 -07:00
Justin Clark-Casey (justincc)
7e0a0656a4
Remove various warnings and improve logging messages. No functional changes.
2010-08-24 17:21:56 -07:00
Diva Canto
1e389438e2
Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general.
2010-08-19 21:32:35 -07:00
Diva Canto
05373de9df
Partial rewrite of client IP verification. Not completely finished yet, and untested. Committing to move to my other computer.
2010-08-19 21:27:07 -07:00
Diva Canto
cf842dd79d
Fixes mantis #4954 for the xml-rpc calls of the UserAgentServiceConnector. Basically, let's not let the xml-rpc library do the DNS conversion...
2010-08-16 14:38:50 -07:00
Diva Canto
679707d9e2
Increased the timeout on AgentUpdate to 30 sec and improved error message to try to catch some weirdnesses going on in HG TPs (and maybe non-HG TPs too).
2010-08-16 08:53:23 -07:00
Diva Canto
50a88ed2e4
Thanks Marck for the patch to mantis #4941 (shortening avies' names on HG)
2010-08-15 17:29:48 -07:00
Melanie Thielker
8b7e006ed0
Allow the trash folder itself to be passed to PurgeFolder
2010-08-11 09:50:42 -07:00
Diva Canto
d74b03a3db
Enforce DB limits on region name to 32 chars, or else (not good). Removed a piece of code from Hyperlinker that didn't work anyway. Shortened the hyperlink region name.
2010-08-10 11:14:24 -07:00
Melanie
b0c86fea4c
Add search URL to Login Service
2010-08-07 16:33:42 -07:00
Diva Canto
d44b7d9637
Added Check4096 config var under [GridService], at the request of many. Changed the iteration that Marck had on the Hyperlinker.
...
ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example.
2010-08-06 18:08:05 -07:00
Diva Canto
a0fa6dc967
Marck's patch on 4096 checks with conflicts resolved.
2010-08-06 18:07:40 -07:00
Diva Canto
73678947da
Better debug messages
2010-08-04 11:18:33 -07:00
Diva Canto
d97c741e67
Further bug fixing, still related to the issue earlier.
2010-08-03 18:18:01 -07:00
Diva Canto
a34add9534
Another bug fixed. Same issue.
2010-08-03 17:29:52 -07:00
Diva Canto
ed3073eae1
this is so bad, brain is beyond fried. must stop.
2010-08-03 17:06:22 -07:00
Diva Canto
eafe6b294e
sigh. fried brain.
2010-08-03 17:00:44 -07:00
Diva Canto
fb23093087
One more buglet related to the issue at hand.
2010-08-03 16:35:16 -07:00
Diva Canto
a46538485b
One more thing related to the previous commit. Must avoid all in-process remote calls.
2010-08-03 16:28:06 -07:00
Diva Canto
62ffc566c3
Bug fix (HG): mantis #4891 . This doesn't actually fix the underlying bug, but it clears up the circular dependency issue between Gatekeeper and UserAgents that had made me resort to in-process remote calls, which, in turn, were hitting bugs down there somewhere in mono.
...
NOTE: CONFIGURATION CHANGE IN ROBUST.HG.INI.EXAMPLE !!!###!!!
2010-08-03 16:03:50 -07:00
Diva Canto
63dd24a651
Show hyperlinks
2010-07-31 16:44:02 -07:00
Marck
692e684ced
Implemented console command "show hyperlinks".
2010-07-31 16:42:42 -07:00
Diva Canto
81751a1753
Bug fix: make m_HypergridLinker static.
2010-07-30 18:06:34 -07:00
Diva Canto
4a7588b0f0
Changed the way HG client verification is done: now transforming local and LAN client IPs into external IPs. This addresses some issues related to running both the user agents service and the viewer in the same machine/LAN, which then presents a problem when the user agent goes to an external network.
2010-07-30 14:40:45 -07:00
Melanie
72060741e1
Add some options
2010-07-24 23:37:08 +01:00
Melanie
4fcf76eb0b
Fix some inventory issues
2010-07-24 23:20:58 +01:00
Melanie
adba22c29b
Add sending of the avatar interests and configuration of the profiles
...
module as an OpenSim profile module to Simian grid services.
Patch by Dimentox, thank you.
Applied with changes.
2010-07-22 04:01:29 -07:00
Justin Clark-Casey (justincc)
2167f99bde
Fix obvious bug in XInventoryService.GetFolderItems() which was preventing the iar module from being able to save single item iars
2010-07-14 10:03:42 -07:00
Diva Canto
40d169992a
Don't include hyperlinks as neighbors, even if grid operators have done the mistake of placing them as neighbors. This will not prevent further mess ups coming from that unsupported action.
2010-07-05 04:20:51 -07:00
Diva Canto
1fcd0272c1
Fixes mantis #4835
2010-07-03 02:46:29 -07:00
Melanie
0abedae3e4
Add MapTileURL to robust to supply the url needed by snowglobe
2010-07-02 09:43:59 -07:00
Diva Canto
08e3389790
Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG xinventory is the folder "My Inventory". Also changed the Suitcase folder name to "My Suitcase".
2010-06-29 04:38:15 -07:00
Diva Canto
20fc35399b
Fixes mantis #4815 and #4812
2010-06-28 14:10:22 -07:00
Melanie
1499fd85c4
Fix a simian compiler warning
2010-06-27 21:02:03 +01:00
John Hurliman
6848465ae2
* SimianAssetServiceConnector Delete() was expecting the wrong type of response, reporting false errors
...
* Fixed a typo in a WebUtil error message
2010-06-24 13:43:38 -07:00
John Hurliman
1e1485de5b
* Fixed SimianGrid map tile uploads not having any objects in the images
2010-06-22 16:09:30 -07:00
John Hurliman
6c0a372346
* Support salted and unsalted password hashes in SimianAuthenticationServiceConnector
2010-06-15 17:46:36 -07:00
Diva Canto
38f098588c
Fixes creation date issue on user accounts.
2010-06-15 16:36:22 -07:00
Diva Canto
19558f380a
Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to neighbours.
2010-06-13 19:06:22 -07:00
Melanie
14c587bea1
Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the following
...
changes:
- Start location is NOT optional. The signature was defined with it being mandataory and there is no reason to change it
- Adjusted comments to remove misleading or no longer true comments. Default
is neuter, according to the code, not male, as the comment stated.
2010-06-13 21:45:39 +01:00
Melanie
ed38b4a140
Some people don't use Simian. Make the connector respect that it's disabled
...
and not try to send a map tile in that case.
2010-06-12 00:32:54 +01:00
John Hurliman
b5bc2816fc
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
2010-06-11 15:43:22 -07:00
John Hurliman
d1a324888b
* Added a new method to IMapImageGenerator for getting the map tile before it is JPEG2000 compressed
...
* Aesthetically improved map tile water
* SimianGrid connector now uploads a PNG tile to the AddMapTile API
2010-06-11 15:37:25 -07:00
Justin Clark-Casey (justincc)
3525195bc9
Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(InventoryFolderBase folder)
...
This involves no wire changes since the methods often just construct an InventoryFolderBase under the hood.
This is in line with other methods that alraedy allow requests via uuid
2010-06-11 21:55:18 +01:00
Diva Canto
5c0068723f
Changed XInventoryData's CreatorID to a string.
2010-06-08 15:52:26 -07:00
Diva Canto
ab3afd5f42
* Bug fix in TP home: typo in unpacking of GridUserInfo.
...
* Bug fix in TPs across neighboring regions: bug was introduced when getting rid of crashed sessions.
2010-06-05 09:39:09 -07:00
Justin Clark-Casey (justincc)
f319d2ef5e
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
2010-06-04 20:44:01 +01:00
Justin Clark-Casey (justincc)
75878c8f43
get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAuthenticationData plugin
...
additional tweaks to get this working properly
2010-06-04 20:43:05 +01:00
Diva Canto
952029380a
Fixed a couple of buglets in Friendship offers / acceptance / decline when avies are in different sims.
2010-06-04 10:59:59 -07:00
John Hurliman
d740035ef4
Applying patch from coyled to fix IAR support with the SimianGrid connectors
2010-06-01 13:32:14 -07:00