| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
work-in-progress) HttpHandler.
NOTE: non-active code. does not glow in the dark. non-combustible.
|
|
|
|
|
|
|
|
|
| |
adapting OSHttpXmlRpcHandler accordingly.
NOTE: this code is not live.
|
|
|
|
|
|
|
| |
fixes mantis #1748 and #1771.
|
|
|
|
|
|
|
|
|
|
| |
* warning was:
OpenSim/Framework/EstateSettings.cs(277): warning CS0472: The result of comparing `libsecondlife.LLUUID' against null is always `false'. This operation is undocumented and it is temporary supported for compatibility reasons only
* coding style: space before flow control statements please! http://blogs.msdn.com/brada/articles/361363.aspx
|
|
|
|
| |
(issue 1763).
|
|
|
|
|
|
| |
Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
|
|
|
|
|
|
| |
and it's super cryptic to have random UUIDs hanging out.
|
|
|
|
|
|
| |
This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
HTTP method matching support. adapting OSHttpXmlRpcHandler
accordingly. dropping OSHttpXmlProcessor delegate in favour of good
old XmlRpcMethodHandler delegate (was the same signature).
|
| |
|
|
|
|
|
|
| |
This reverts commit 60e13a9997da89d224fbe8a97ab42bfc6114a45f.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Potentially useful for diagnostics without needing to log in a client
* Packet queue statistics commented out for now pending a better way to cope with the information overload
|
| |
|
|
|
|
|
|
|
| |
HttpServer. :-)
|
|
|
|
| |
queries crashing.
|
|
|
|
|
| |
Fixes simulator webmap functionality.
|
|
|
|
|
|
|
|
| |
almost complete and soon to be ready for testing; OSHttpResponse code
out.
|
|
|
|
|
|
| |
Patch 7 of the region patches. Finish off the region parts of the estate dialog. Full user functionality. Terrain textures, heights, water, avatar counts, prim bonus, debug settings and region toggles can now be set from the dialog on a per-region basis. Estate stuff defaults to sane values where there are no defaults, to estate_settings.xml otherwise. Sun still b0rked :(
|
|
|
|
|
|
| |
Make all of the toggles go live. Utilizes the new database table for almost everything. Remove lots of now unneeded settings from the EstateSettings class
|
|
|
|
|
|
|
|
| |
Patch 5 in the region settings series. Adds a migration to ensure corrupted
data is purged and re-read from defaults. Some changes. Still no full
functionality
|
|
|
|
|
|
|
| |
Patch #4 of the region settings series. Partial functionality of the new
storage system. More patches to follow.
|
|
|
|
|
|
| |
Addresses an unused field in the asset server but never get filled up.
It also makes working the recent items tab in inventory :))))
|
| |
|
|
|
|
|
|
| |
Prevent an exception caused by inventory server fetch requests
|
|
|
|
|
|
|
|
|
|
| |
Changes the permissions module to make scripts permissive only when intended
Adds security checks to asset transfers to prevent hacked clients fron
requesting script sources.
Adds security checks to llClientView to verify all aspects of ownership
and permissions for inventory based script retrieval.
|
|
|
|
|
|
|
|
|
| |
for all servers (UGAIM as well as Region)
* This will work as long as those servers are actually registering any threads they use (does not include stuff plucked from the thread pool)
* command is now "show threads" rather than threads
|
|
|
|
|
| |
Addresses both locale issues and setting the waterHeight correctly.
|
| |
|
|
|
|
|
| |
while he studies the issues in Windows a little bit.
|
|
|
|
|
|
| |
Move control of Mono.Addins from source attributes to external XML files.
This removes a lot of coupling of the source with Mono.Addins
|
|
|
|
| |
parameter should be set to the the ParcelMediaCommandEnum value. While flags seems to need to be set to (uint)(1<<[value of the command enum])
|
| |
|
|
|
|
| |
support. As far as I know, the LLSD login method is currently only used by libsl based clients/bots. So could be useful to be able to disable this if a grid comes under a griefing attack from libsl bots.
|
|
|
|
| |
IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList.
|
| |
|
|
|
|
| |
accordance with code standards
|
|
|
|
|
|
| |
that are not backed by a file.
|
|
|
|
|
|
|
|
|
| |
The attached patch tries to read the SVN revision from local file
"svn_revision" before checking "../.svn/entries".
This allows simulators not running from the source tree to properly
display the SVN revision, if the installer generates the
"svn_revision" file.
|
|
|
|
| |
being done by the lower database layers
|
| |
|
| |
|
| |
|
| |
|