| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor AgentPreferences so that database operations happen centrally. the o... | Cinder | 2015-06-13 | 1 | -0/+230 |
* | Upgraded the Simian inventory connector with an item cache, too, so that it d... | Diva Canto | 2015-06-05 | 1 | -1/+17 |
* | More on mantis #7567. Two things: | Diva Canto | 2015-06-05 | 1 | -2/+4 |
* | Mantis #7600. The warning message was not a symptom of a problem, it was just... | Diva Canto | 2015-06-04 | 1 | -9/+11 |
* | Making the inventory cache static, so that there's less timers. | Diva Canto | 2015-06-04 | 1 | -1/+1 |
* | Mantis #7567. Once again, avoiding prefetching linked items within linked fo... | Diva Canto | 2015-06-04 | 1 | -1/+9 |
* | Mantis #7567: added an 8-sec expiring item cache to the inventory network con... | Diva Canto | 2015-06-03 | 1 | -6/+31 |
* | Added tests for UserAccountService in Robust. In the process fixed a couple o... | Diva Canto | 2015-05-11 | 1 | -2/+33 |
* | Added inventory tests to Robust.Tests. | Diva Canto | 2015-05-11 | 1 | -1/+5 |
* | Another major overhaul of inventory downloading, this time pertaining to inve... | Diva Canto | 2015-05-08 | 2 | -0/+52 |
* | I shouldn't write code this early in the morning... Fixing a 'duh' on previou... | Diva Canto | 2015-05-08 | 1 | -1/+1 |
* | Additional debug message to help diagnose a warning message and exception rel... | Diva Canto | 2015-05-08 | 1 | -0/+1 |
* | Major change in the way inventory is downloaded: added a method throughout II... | Diva Canto | 2015-05-07 | 2 | -3/+94 |
* | Corrected typo in namespace | Diva Canto | 2015-05-02 | 1 | -1/+1 |
* | Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8... | Diva Canto | 2015-04-29 | 1 | -1/+1 |
* | corrected handling when XML parsing in Presence Connector fails | Freaky Tech | 2015-03-03 | 1 | -0/+1 |
* | minor: Remove mono compiler warnings from EstateDataConnector | Justin Clark-Casey (justincc) | 2015-02-28 | 1 | -2/+0 |
* | Don't allow a failure in create a request in HeloService.Connector.Helo() to ... | Justin Clark-Casey (justincc) | 2015-01-21 | 1 | -5/+5 |
* | Donation of robust network connectors for estate service, as promised. This a... | Diva Canto | 2015-01-06 | 3 | -331/+340 |
* | Renamed VERSION_NUMBER to VersionNumber | Diva Canto | 2014-12-30 | 1 | -2/+2 |
* | This cleans up versioning. Specifically: | Diva Canto | 2014-12-30 | 1 | -2/+2 |
* | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. | Diva Canto | 2014-12-30 | 1 | -1/+1 |
* | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ... | Diva Canto | 2014-12-29 | 1 | -1/+1 |
* | Label all threadpool calls being made in core OpenSimulator. This is to add ... | Justin Clark-Casey (justincc) | 2014-11-25 | 2 | -3/+3 |
* | Move the inventory request lock introduced in git master a58152bd to HGInvent... | Justin Clark-Casey (justincc) | 2014-08-09 | 1 | -7/+4 |
* | OpenSimExtras | BlueWall | 2014-08-06 | 2 | -0/+46 |
* | Add inventory.<url>.RequestsMade stat. | Justin Clark-Casey (justincc) | 2014-07-26 | 1 | -0/+21 |
* | Add undocumented RemoteRequestTimeout seconds parameter to xinventory requests | Justin Clark-Casey (justincc) | 2014-07-25 | 1 | -4/+14 |
* | Close streams immediately when we finish using them | Oren Hurvitz | 2014-07-21 | 1 | -15/+17 |
* | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 2014-06-17 | 1 | -1/+1 |
* | Added simulation version compatibility check so that agents coming from 0.7.6... | Diva Canto | 2014-06-06 | 1 | -1/+2 |
* | Fixed a few things pertaining to interfacing with the estate service. Specifi... | Diva Canto | 2014-06-01 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-05-31 | 1 | -1/+1 |
|\ |
|
| * | minor: Comment out 2 error level debugging message in authentication code | Justin Clark-Casey (justincc) | 2014-05-27 | 1 | -1/+1 |
* | | Moved these two estate-related interfaces to the projects where they belong. | Diva Canto | 2014-05-30 | 1 | -2/+2 |
|/ |
|
* | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 11 | -59/+130 |
* | Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro... | Oren Hurvitz | 2014-05-19 | 1 | -1/+2 |
* | Return more specific error messages if an attempt to enter a region fails due... | Oren Hurvitz | 2014-05-19 | 1 | -1/+1 |
* | Fix recent asset request timeout issue by commenting out (for now) the m_maxA... | Justin Clark-Casey (justincc) | 2014-05-14 | 1 | -10/+14 |
* | Improved HTTP logging | Oren Hurvitz | 2014-04-29 | 1 | -1/+6 |
* | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru... | Oren Hurvitz | 2014-04-24 | 1 | -5/+5 |
* | Removed GetUserInventory(). It wasn't being used, and was creating warnings b... | Oren Hurvitz | 2014-04-23 | 2 | -71/+1 |
* | Workaround for SRAS: if Store Asset returns 'null' then assume the asset alre... | Oren Hurvitz | 2014-04-23 | 1 | -0/+7 |
* | Better error-handling when storing assets: recognize that 'null' is an error ... | Oren Hurvitz | 2014-04-20 | 1 | -12/+11 |
* | In teleports, pass the source region to the destination (similar to an HTTP r... | Oren Hurvitz | 2014-04-09 | 2 | -47/+26 |
* | Allow invalidating the users cache | Oren Hurvitz | 2014-04-08 | 2 | -0/+9 |
* | Better (amend to previous commit) | Diva Canto | 2014-04-07 | 1 | -12/+19 |
* | Avoid calling HELO service on malformed URLs. This is in response to an excep... | Diva Canto | 2014-04-07 | 1 | -0/+6 |
* | When sending QueryAccess to a region, also send the user's Home URI | Oren Hurvitz | 2014-04-07 | 1 | -4/+4 |
* | When preparing a Hypergrid teleport, tell the receiving grid which user is en... | Oren Hurvitz | 2014-04-06 | 1 | -1/+7 |