Marck
69a96883f5
Add support for cross-domain AJAX requests to REST console.
...
Enables RemoteConsole to add the appropriate HTTP header when responding to requests that use Cross-Origin Resource Sharing (CORS with simple requests). The allowed origin is set with configuration option "ConsoleAllowedOrigin" in section [Network]. For a suggestion to make this configuration option more flexible, see the TODO comment in the source code.
The WifiConsole uses this functionality with grid mode.
2010-11-02 14:17:35 -07:00
Marck
c9e0eca544
Support for CORS with simple requests in BaseHttpServer
2010-11-02 14:17:20 -07:00
Marck
fc3e7fe700
Fix HypergridLinker.Check4096()
...
Make the optimization with IEnumerable.Except() in Check4096 actually work by providing an appropriate equality definition for GridRegion objects.
2010-11-01 08:11:35 -07:00
Marck
880857d8ca
HypergridLinker optimizations and enable use of owner_uuid/EstateOwner with linked regions.
...
* Added check for already occupied region coordinates.
* Optimized Check4096.
2010-10-28 17:40:32 -07:00
Justin Clark-Casey (justincc)
4485732231
For all Flotasm group module XMLRPC calls, correct parameter requestingAgentID to RequestingAgentID
...
This was stopping the get group member roles call from working, and may have affected other things
2010-10-11 02:28:06 +01:00
Diva Canto
04cb782225
Upgraded Mono.Addins.dll to 0.5, coming from here: http://monoaddins.codeplex.com/
2010-10-03 10:39:43 -07:00
Diva Canto
e6591ab630
Attempt at fixing mantis #5057 -- CPU pinned high with HGAssetBroker.
2010-10-02 20:12:36 -07:00
Marck
8211e215cd
REST Console delivers responses with content type text/xml instead of text/plain.
...
Non-error responses to requests SessionCommand and CloseSession should use the appropriate content type for their XML data payload.
2010-09-28 07:37:52 -07:00
Justin Clark-Casey (justincc)
1ac4c57bb6
Remove redundant grid service setting line.
...
This looks like a safe fix since the line appears redundant and has also been removed from 0.6.9 and master.
Reportedly, its presence causes startup problems in certain configurations.
2010-09-11 01:48:53 +01:00
Justin Clark-Casey (justincc)
4e7fe0f177
Ooops, I meant Post_Fixes, not Dev.
2010-09-10 22:05:14 +01:00
Justin Clark-Casey (justincc)
628125573d
update release to 0.7.0.2 Dev
2010-09-10 22:04:44 +01:00
Justin Clark-Casey (justincc)
381c3e3738
Remove parenthesis around the release flavour to get the version string back under 27 chars
...
Can't quite remember why this has to be <=27 chars, maybe something to do with the space available for the version string in a typical client
2010-09-10 21:50:40 +01:00
Melanie Thielker
37f354fea6
Remove commented code and the comment, as the change has proven out
2010-09-08 08:01:52 -07:00
Melanie Thielker
775ee242b7
Experimentally comment the sending of unbaked avatars
2010-09-08 08:01:38 -07:00
Melanie Thielker
f2cbd8c5f5
Show when appearance is sent to an avatar to help track down failure
...
\to display avatars
2010-09-08 08:01:20 -07:00
Melanie Thielker
afd2bf5769
Implement UploadBakedTexture cap
2010-09-08 08:01:04 -07:00
Diva Canto
fd28b59768
Addresses mantis #4991 -- HG between two regions with the same map coordinates fails with no warning
2010-08-27 17:26:18 -07:00
Diva Canto
ac55c118f2
Deleted Check4096 from Robust.ini.example
2010-08-26 18:25:12 -07:00
Diva Canto
711747dd2c
More on mantis #4985
2010-08-26 14:49:30 -07:00
Diva Canto
e41958ead9
Addresses mantis #4985 -- exceptions in DataSnapshot
2010-08-26 14:25:56 -07:00
Diva Canto
735124bece
Addresses mantis #4984 -- Datasnapshot exceptions.
2010-08-26 12:31:34 -07:00
Diva Canto
97807d77a1
Typo
2010-08-24 21:02:30 -07:00
Marck
be07063102
Patch by Apelsin that fixes behaviour of llSetPos and llGetLocalPos for attachments.
...
This fixes Mantis #3923 .
Signed-off-by: Melanie <melanie@t-data.com>
2010-08-24 17:22:50 -07:00
Justin Clark-Casey (justincc)
4f63edaa72
Add system lookup folder fix to the RemoveXInventoryServiceConnector as well since this presumably suffers from the same problem.
2010-08-24 17:22:33 -07:00
Justin Clark-Casey (justincc)
7c4e0c1368
minor: some doc for the MoveTaskInventoryItem method in Scene.Inventory.cs
2010-08-24 17:22:21 -07:00
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
Melanie Thielker
b2074dd1d6
Don't allow oversized search reply packets
2010-08-24 17:21:43 -07:00
Melanie Thielker
d86f70bd5b
Forward-port a small improvement to the land out connector
2010-08-24 17:21:22 -07:00
Diva Canto
c9b685dc15
Unit test breakage fix.
2010-08-24 17:19:04 -07:00
Ai Austin
b85db02f97
OpenSim.ini.example FreeSwitch section improvements, move of XML-RPC section away from end and correction of typo "fro" (fixes Mantis 4833)
2010-08-24 17:15:20 -07:00
Justin Clark-Casey (justincc)
25ad11b8a5
Make some small corrections to ini.example file changes. These are not functional changes.
2010-08-24 17:15:07 -07:00
Ai Austin
88aa9d39c2
Robust.ini.example and Robust.HG.ini.example default: corrected comment about realm for UserAccountService to state default is useraccount, and include default realm commented out in every case
2010-08-24 17:14:53 -07:00
Melanie
a3eeac45a7
Finally putting estate_settings.xml to rest. There will be no more attempts
...
to read or write this file.
2010-08-23 22:33:38 +01:00
Diva Canto
dad6ba2448
Cleaned up a few more things related to incoming agents.
2010-08-20 09:07:30 -07:00
Melanie Thielker
37bd48c5a7
Short-circuit the grid server lookup for RequestSimulatorData if the region
...
info is requested for is the local region
2010-08-19 21:33:09 -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
Justin Clark-Casey (justincc)
59ce2c3227
remove ancient and unused OpenSim.GridLaunch GUI code.
...
Current policy is that OpenSim core is not the place for gui tools
2010-08-19 21:22:58 -07:00
Justin Clark-Casey (justincc)
f64358dadf
minor: Correct string format in "Can't find linkset root prim" message
2010-08-19 21:22:44 -07:00
Diva Canto
8c7b8f7a39
Line endings again.
2010-08-19 21:22:25 -07:00
Justin Clark-Casey (justincc)
852e282dbd
Add textures no longer shipped with newer viewers to OpenSim's standard asset library
...
These are appropriately licensed and include plant, tree and miscellaneous textures (face target crosshairs, etc).
Many thanks to Nebadon for sourcing and packaging these.
2010-08-19 21:21:50 -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
cd4a19cbb6
Better comment (related to previous commit)
2010-08-15 18:14:45 -07:00
Diva Canto
7421708ba1
Addresses mantis #4929 . Agent was being logged off the grid too soon -- things may still fail.
2010-08-15 18:14:16 -07:00
Marck
c1a20c8567
Fix SQLite database plugin for UserAccountData queries with a single word.
2010-08-15 17:30:03 -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
Marck
21bc238029
Configuration files can read include files from relative paths.
2010-08-15 17:14:26 -07:00
Melanie
6acfa136a4
Fix a parenthesis in prior commit
2010-08-11 20:56:32 -07:00