Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-04 | 3 | -0/+323 |
|\ | |||||
| * | Revert "remove long unused OpenSim/Framework/Configuration/* projects" | Melanie | 2010-08-04 | 3 | -0/+323 |
| | | | | | | | | This reverts commit cdd3f17b2bee58def470635cfc06e26b0d0145b2. | ||||
* | | don't mask current time reads (since we don't mask the corresponding subtract) | Mike Rieker | 2010-08-03 | 1 | -3/+3 |
| | | | | | | | | | | if you mask the reads you have to mask the subtract as well. simplest is just don't mask any of it. | ||||
* | | Drop the RestClient timeout from 15 minutes to 30 seconds. This does not ↵ | Tom | 2010-08-03 | 1 | -1/+1 |
| | | | | | | | | address the problem, but it will allow the regions to recover in the event that the remote server goes away. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-31 | 15 | -1512/+88 |
|\ \ | |/ | |||||
| * | Slight improvement on previous commit. | Diva Canto | 2010-07-30 | 1 | -1/+13 |
| | | |||||
| * | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2010-07-30 | 13 | -1509/+0 |
| |\ | |||||
| | * | remove long unused OpenSim/Framework/Configuration/* projects | Justin Clark-Casey (justincc) | 2010-07-30 | 3 | -323/+0 |
| | | | |||||
| | * | Remove unused ILoginServiceToRegionsConnector | Justin Clark-Casey (justincc) | 2010-07-30 | 1 | -41/+0 |
| | | | |||||
| | * | Remove unused LLFileTransfer | Justin Clark-Casey (justincc) | 2010-07-30 | 1 | -40/+0 |
| | | | |||||
| | * | remove long superseded HGNetworkServersInfo | Justin Clark-Casey (justincc) | 2010-07-30 | 1 | -107/+0 |
| | | | |||||
| | * | remove unused FriendRegionInfo | Justin Clark-Casey (justincc) | 2010-07-30 | 1 | -38/+0 |
| | | | |||||
| | * | remove now unused GridConfig, MessageServerConfig, UserConfig | Justin Clark-Casey (justincc) | 2010-07-30 | 4 | -583/+0 |
| | | | |||||
| | * | remove unused ACL class | Justin Clark-Casey (justincc) | 2010-07-30 | 2 | -377/+0 |
| | | | |||||
| * | | Changed the way HG client verification is done: now transforming local and ↵ | Diva Canto | 2010-07-30 | 1 | -0/+72 |
| |/ | | | | | | | LAN client IPs into external IPs. This addresses some issues related to running both the user agents service and the viewer in the same machine/LAN, which then presents a problem when the user agent goes to an external network. | ||||
| * | * Tweaked WebUtil.PostToService() to help debug an object disposed exception | John Hurliman | 2010-07-29 | 1 | -3/+4 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Added ': ' to password prompt. Mantis #4851 | Diva Canto | 2010-07-22 | 1 | -1/+1 |
| | | |||||
| * | Major attachments cleanup. Remove unused AttachObject ClientView method | Melanie | 2010-07-14 | 1 | -1/+0 |
| | | | | | | | | | | Clean up use of AttachObject throughout, reduce number of overloads and number of parameters | ||||
| * | Remove useless quaternion parameter from AttachObject sig | Melanie Thielker | 2010-07-14 | 1 | -1/+1 |
| | | |||||
| * | Add scripted controllers into agent intersim messaging | Melanie Thielker | 2010-07-11 | 1 | -0/+65 |
| | | |||||
* | | Replace the screenful of code i deleted. | Melanie Thielker | 2010-07-17 | 1 | -0/+19 |
| | | |||||
* | | Make webloading more robust by addign retries | Melanie Thielker | 2010-07-17 | 1 | -26/+22 |
| | | |||||
* | | Major attachments cleanup. Remove unused AttachObject ClientView method | Melanie Thielker | 2010-07-14 | 1 | -1/+0 |
| | | | | | | | | | | Clean up use of AttachObject throughout, reduce number of overloads and number of parameters | ||||
* | | Remove useless quaternion parameter from AttachObject sig | Melanie Thielker | 2010-07-14 | 1 | -1/+1 |
| | | |||||
* | | Add scripted controllers into agent intersim messaging | Melanie Thielker | 2010-07-11 | 1 | -0/+65 |
| | | |||||
* | | Fix the synchronousrestformsrequester so it will successfully handle a ↵ | Tom Grimshaw | 2010-07-10 | 1 | -1/+1 |
| | | | | | | | | response from a server which does not provide a valid content length header | ||||
* | | Fix an issue where the SynchronousRestObjectRequester will fail if a ↵ | Tom Grimshaw | 2010-07-10 | 1 | -1/+1 |
| | | | | | | | | webserver does not report a content length (-1), but the content is still valid | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-08 | 1 | -2/+13 |
|\ \ | |/ | |||||
| * | Handle a specific exception without spewing red ink. | Melanie | 2010-07-08 | 1 | -2/+13 |
| | | |||||
| * | Clean up IMoneyModule and adjust the other modules to the changes | Melanie Thielker | 2010-07-02 | 2 | -6/+7 |
| | | |||||
| * | Remove GetEconomyData and the economy data structure (unused) | Melanie Thielker | 2010-07-02 | 1 | -21/+0 |
| | | |||||
* | | The majority of the Undo fix. There is still an issue with Rotation which ↵ | Tom Grimshaw | 2010-07-04 | 1 | -1/+8 |
| | | | | | | | | i'll address next; however position undo and scale undo should be working just fine now. Also removed some residual debug logging. | ||||
* | | Correct positioning of timeout modifier in the SynchronousRestObjectRequester | Tom Grimshaw | 2010-07-04 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Tom Grimshaw | 2010-07-03 | 2 | -26/+6 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * | | Clean up IMoneyModule and adjust the other modules to the changes | Melanie Thielker | 2010-07-02 | 2 | -6/+7 |
| | | | |||||
| * | | Remove GetEconomyData and the economy data structure (unused) | Melanie Thielker | 2010-07-02 | 1 | -21/+0 |
| | | | |||||
* | | | Re-implement the Undo stack as a List; the old implementation was buggy | Tom Grimshaw | 2010-07-03 | 1 | -33/+18 |
| | | | |||||
* | | | Implement a timeout value in the SynchronousRestObjectRequester. Default is ↵ | Tom Grimshaw | 2010-07-03 | 1 | -1/+16 |
|/ / | | | | | | | 100 seconds. | ||||
* | | ANother stab at LSL compatibility | Melanie Thielker | 2010-07-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Tom Grimshaw | 2010-06-29 | 1 | -1/+1 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * | | Make newly created prims be named "Object" and make newly created scripts | Melanie Thielker | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | have a default touch handler. Compatibility patch | ||||
* | | | The other half of the asset fix. Implement an exponentially incrementing ↵ | Tom Grimshaw | 2010-06-29 | 1 | -0/+8 |
|/ / | | | | | | | retry timer for asset upload failures. Total queue time in the ballpark of 24 hours, which should be a reasonable time for any grid admin to get their asset service back online. This should stop lost assets. | ||||
* | | Make RegionLightShareData serializable | Tom Grimshaw | 2010-06-26 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-25 | 3 | -9/+15 |
|\ \ | |/ | |||||
| * | fix web request exception reporting properly this time | Justin Clark-Casey (justincc) | 2010-06-25 | 1 | -1/+1 |
| | | |||||
| * | Revert "Report http server onRequest() exception properly." | Justin Clark-Casey (justincc) | 2010-06-25 | 1 | -1/+1 |
| | | | | | | | | This reverts commit c09451a034babe6de7a2ffec44852a19946ec76d. | ||||
| * | Report http server onRequest() exception properly. | Justin Clark-Casey (justincc) | 2010-06-25 | 1 | -1/+1 |
| | | |||||
| * | minor: Move log information about SYSTEMIP to the place where it's resolved | Justin Clark-Casey (justincc) | 2010-06-25 | 1 | -7/+13 |
| | | |||||
| * | * SimianAssetServiceConnector Delete() was expecting the wrong type of ↵ | John Hurliman | 2010-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | response, reporting false errors * Fixed a typo in a WebUtil error message |