| Commit message (Collapse) | Author | Files | Lines |
|
the Grid servers can be a separate solution to the region server.
|
|
Asset uploads (from sim to server) may or may not work, needs more testing, if they don't work then it should be just a encoding problem and not hard to fix.
|
|
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
|
|
|
|
Can now update a sim profile at startup automatically! W00t!
Untested neighbours code (for sim crossings)
Didn't drink any red bull today :( Used liquid guarana extract + cola
|
|
* Added a 'param' param to the RestMethod
* Added RestHandlerEntry to store more info about the 'rest' handler
|
|
|
|
during debugging.
First such feature is that you can see a list of any connected clients inventory.
|
|
possible to add handlers for just a beginning of a path.
|
|
* Made /Admin use RestMethod
* HttpServer is now a mini-webapp-server yay!
|
|
So it now has a single http listener that passes incoming requests to the correct handler.
This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port)
|
|
|
|
|
|
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
|