| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
* Must compare user region with previous calling of the same method to determine if we should look the user up.
* The first time, the previous region handle will be 0, so therefore it'll use the cached version.
* The second time, previousRegionHandle will be what we looked up on the first round
* The third time, it'll say.. we tried to deliver it once with or without lookup, we tried to deliver it a second time with lookup, and failed both times so end!
|
|
|
|
| |
are illogical.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
was done for SQLite and MySQL in r7586
* This may resolve http://opensimulator.org/mantis/view.php?id=2939
|
|
|
|
| |
5748decc-f629-461c-9a36-a35a221fe21f to a constant in OpenSim.Framework.Util
|
| |
|
|
|
|
|
|
|
|
|
|
| |
** Update limiter logic reversed
* Resolve a few bugs in the Viewer Stats collector
** Catch the logoff ViewerStats post (darn those caps deregistrations)
** Check the type of the correct map when checking
* Resolve a leak in Prototype_distributor
** .Close, .Dispose()!
|
|
|
|
|
|
|
| |
* Apologies for missing these out yet again
* Thanks to Tommil for this code
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
inventory data plugins for every TestCommunicationsManager
* imo the gain in simplcity of test code outweighs the very small cost of setting up some stuff that some tests will never use
|
|
|
|
|
|
| |
* Test does not do authentication
|
| |
|
|
|
|
|
| |
From: Sean Dague <sdague@gmail.com>
|
|
|
|
|
| |
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
as it is right now see http://wmcv.com:9000/SStats/
* It still isn't quite ready to be used mainstream.
* A couple of things to note, it doesn't keep track of the logs if nobody is looking at the stats.
* It doesn't read the whole log file. Just the last 10 lines of the stream. Tested to 1GB+ logfiles with no noticeable performance issues.
|
|
|
|
| |
case-insensitive, we should process them as such.
|
|
|
|
| |
the packet that isnt being processed, but instead the method-type.
|
| |
|
|
|
|
|
| |
* Added BinaryGenericMessage handler for cases where GenericMessage isnt transmitting pure-utf8 characters.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
doesn't work in practice!
|
|
|
|
|
|
|
| |
versions. This commit moves InformRegionOfChildAgent from OGS1 to RESTComms, effectively having the complete child agent life cycle over REST: create=POST, update=PUT, close=DELETE.
Additional changes include more functions in the IHyperlink interface, and some refactorings in the HG code for better reuse in RESTComms.
|
|
|
|
| |
unpack methods for AgentCircuitData. This code is not used yet.
|
|
|
|
|
|
|
| |
* Adds a prototype web stats module which is disabled by default. It's functional with one report right now, however, the database structure may change, so I don't recommend enabling this to keep actual stats right now. I'll let you know when it's safe.
* Adds Prototype for ajaxy web content
* removed a warning or two.
|
|
|
|
| |
update. They're both sent over HTTP PUT. The full update is sent on TPs, for now; later it will also be sent on region crossings.
|
| |
|
|
|
|
| |
the compilation warnings on this file, and completed the packing/unpacking of AgentData (VisualParams, Anims and Groups).
|
|
|
|
|
|
| |
* Not going to move EventQueueHelper as of now since the subsequent direct references to the module namespace would seem to somewhat defeat the point
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
XML as well.
|
|
|
|
|
|
|
|
| |
That improves performance drastically, at least for Mono, as the
(de-)serializers can then be optimized (and won't use reflection anymore).
On my system, before this change de-/serialization took ~9s/9s, whereas
after the change it takes ~.5/.2s.
|
|
|
|
|
|
| |
a scripted object is paid
|
|
|
|
| |
WriteLine(e.ToString()) messages so that when they occur, we can figure out what threw them.
|
|
|
|
|
|
|
|
|
| |
Committing the above patch with changes. Thank you, Gerhard. Removed
unneccessary verbosity in case of no error, added more output for errors.
Added support for HTTP Uri fetching which I had added in my last commit.
Converted the Console.WriteLines to log4net.
|
|
|
|
|
|
| |
is a http:// URI, it will be fetched and parsed as an XML config.
|
|
|
|
|
|
|
|
|
| |
older versions, and may result is all sorts of weirdnesses when interacting with sims in older versions. Changes:
- Introducing synchronous Teleports. Now the receiving region calls back the sending region after the client has been made a root agent there, that is, after client sends CompleteMovement to the destination.
- SendCloseAgent moved from OGS1 Remoting to RESTComms.
|
|
|
|
|
|
|
| |
only neighbors on the same grid. I'm still not sure if this is a bug or a feature, so this may change again.
My first commit of 2009 -- Happy New Year!
|
|
|
|
| |
only. Agents are now resources accessed at http://<host>:<port>/agent/<uuid>/[action/]. PUT is SendChildAgentUpdate.
|
|
|
|
| |
m_knownRegions.Count for creating the local handler. Local handlers are now created using a random number generator.
|