| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ |
|
|\ \
| |/ |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
Redirection of the RootFolder property is still todo. This compiles but probably inventory will be inconsistent.
|
|
|
|
|
|
|
| |
starting to work! - but can't be activated incrementally, the flip needs to be global for all inventory ops.
* Added a base inventory connector that does common processing of inventory among all reference connector implementations. E.g. AddItem requires additional processing before being forwarded to service.
* Added if (m_Enabled) upon RemoveRegion
|
|
|
|
|
|
|
| |
llsd+xml instead of llsd+json --- the latter seems to break existing
bots. this assumes that those bots that want llsd+json will properly
signal that desire, if that is not the case, we need to revisit
this. fixes mantis #3977.
|
|
|
|
| |
commit. Changing new inventory ops to POST.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Store and retrieve user profile url at runtime
Not yet persisted
Thanks Fly-Man
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
show the last git commit hash together with the conmit date and time. The data is retrieved form a file bin/.version This file can be generated automatically using the post commit script by adding the following to the script:
git log -n 1 --pretty="format:%h: %ci" > bin/.version
This command can also be run manually to create the bin/.version file.
This command genrates a short form of the commit hash and a date and time of the commit in ISO8601 format.
If a full commit hash is required then change %h to %H
The logic that is used to extract the deprecated svn revision is still included.
It will be removed at a future date
|
| |
| |
| |
| | |
inventory code can be written with the async inventory fetch
|
| |
| |
| |
| |
| |
| |
| |
| | |
inventory and asset, service modules. The boolean startServices was replaced with realServices string. If the string contains the word asset, it will start a real asset module, if it contains inventory, it starts a real inventory. Otherwise, it use mock (NullPlugin-like) objects, for tests that don't really need functionality.
* SetupScene is now actually sharing the asset and inventory modules if the tester wishes to have multiple regions connected. To link regions, just start SetupScene with the same CommunicationManager for all scenes. SceneSetupHelper will hold a static reference to the modules and won't initialize them again, just run the scenes through the modules AddRegion, RegionLoaded and PostInitialize.
* With the recent changes, both asset and inventory (and in the future, user) services should always be asked from the scene, not instantiated alone. The tests should reflect this new behavior and always start a scene.
|
| |
| |
| |
| | |
GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
|
|/ |
|
|
|
|
| |
ISecureInventoryService interfaces removed.
|
| |
|
|
|
|
| |
everything-inventory in CommsManager, which wasn't actively used anymore.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
mainly to point out 'yes you can input information here.' since it seems to elude some users.
|
|/ |
|
|
|
|
| |
developed outside.
|
|
|
|
| |
Commenting it for the moment.
|
| |
|
|
|
|
| |
files only from last path component.
|
| |
|
| |
|
| |
|
|
|
|
| |
use this abstraction.
|
|
|
|
|
| |
Include-Modules = "addin-modules/*/config/*.ini" will now work.
Adds Util.Glob, which will resolve a globbed path into a string list.
|
|
|
|
|
|
| |
content format. *should allow both json and xml serializations of llsd to work properly.
Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The region dearchive module assumes extra null bytes will be appended
to the end of every OAR file. This may be due to the block nature of
storage but it seems like an unsafe assumption. When streaming region
archives over a network or through a memory stream, no additional null
bytes are added to the end and this an exception.
|
|
|
|
|
|
|
|
| |
the documentation.
* Automatically generated using the BuildVisualParamsEnum Method that gets data from the libOMV VisualParams NameValue definitions which they generate from the the avatar_lad.xml file
* Want to know what element controls the eye size, jowls. pointy ears? no problem.
|
| |
|
| |
|
|
|
|
|
|
| |
Groundwork to finish HTTP IN.
|
|
|
|
|
| |
* It's possible it could re-cause mantis #3953, but the FreeContext isn't always necessary because Connection: close ---> Disconnect(SocketError.Success) { FreeContext(); }
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
eventqueue)
* If this doesn't melt the Http Server, this will significantly reduce the number of threads in use on regions with many users.
* Adds AddPollServiceHTTPHandler, and RemovePollServiceHTTPHandler to BaseHttpServer
* Generic enough to be used for many long poll services, not only the EventQueue.
|
| |
|
|
|
|
|
|
|
| |
crash in search.
Fixes Mantis #3952
|
|
|
|
|
|
|
|
| |
https://lists.berlios.de/pipermail/opensim-dev/2009-July/007223.html
I'm bumping gridcomms interface version to 5.
MajorInterfaceVersion = 5
|
|
|
|
|
|
|
|
| |
* Uses mantis #3811 as a base (thanks jhuliman) with changes.
* E-mail regarding interface changes sent to the opensim-dev list
* Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
|