| Commit message (Collapse) | Author | Files | Lines |
|
|
|
asset where appropriate
* Send debug level notice to console if a user fails authentication
|
|
authenticate against the services. This paves the way for such apps
to directly talk to services.
|
|
|
|
|
|
|
|
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
|
|
|
|
|
|
|
|
|
|
Several improvements in the connectors themselves.
Several improvements in configurations.
Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
|
|
handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions.
Hopefully I added all needed files.
|
|
LICENSE.txt.
|
|
https://lists.berlios.de/pipermail/opensim-dev/2009-May/006673.html
|
|
Them being synchronous in certain cases (asset in cache, for example) may account for slowness reported by folks in osgrid when they have the cache module on. Turns out that some of the provided handlers do non-trivial processing (the ones coming from J2KImage, for example), which means that the several asset requests that hit the cache end up being synchronous. The jury is still out on this.
|
|
whatever reason, but it won't crash the sim.
Addresses mantis #3707, mantis #3713, mantis #3686.
|
|
the user server skeleton in preparation for introducing a generic server
|